Trace number 3711202

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotSAT (TO)5 1800.56 1796.25

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_2.opb
MD5SUM1e64c526f9351931db225cdff75c2df5
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark2.74058
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint26
Maximum length of a constraint46
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3074
Sum of products size (including duplicates)6148
Number of different products3074
Sum of products size6148

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.11/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.11/0.10	c configuring ORDERS
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=true
0.11/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3711202-1338167715.opb
0.11/0.11	c reading problem ... 
0.49/0.33	c ... done. Wall clock time 0.22s.
0.49/0.33	c declared #vars     100
0.49/0.33	c internal #vars     3174
0.49/0.33	c #constraints  6248
0.49/0.33	c constraints type 
0.49/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3174
0.49/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3074
0.49/0.33	c 6248 constraints processed.
0.49/0.37	c SATISFIABLE
0.49/0.37	c OPTIMIZING...
0.49/0.37	c Got one! Elapsed wall clock time (in seconds):0.259
0.49/0.37	o 99
0.79/0.40	c Got one! Elapsed wall clock time (in seconds):0.293
0.79/0.40	o 98
0.79/0.42	c Got one! Elapsed wall clock time (in seconds):0.318
0.79/0.42	o 97
0.79/0.43	c Got one! Elapsed wall clock time (in seconds):0.325
0.79/0.43	o 96
0.79/0.44	c Got one! Elapsed wall clock time (in seconds):0.334
0.79/0.44	o 95
0.79/0.45	c Got one! Elapsed wall clock time (in seconds):0.341
0.79/0.45	o 94
0.79/0.45	c Got one! Elapsed wall clock time (in seconds):0.347
0.79/0.45	o 93
0.79/0.46	c Got one! Elapsed wall clock time (in seconds):0.353
0.79/0.46	o 92
0.79/0.46	c Got one! Elapsed wall clock time (in seconds):0.358
0.79/0.46	o 91
0.79/0.47	c Got one! Elapsed wall clock time (in seconds):0.364
0.79/0.47	o 90
0.79/0.47	c Got one! Elapsed wall clock time (in seconds):0.366
0.79/0.47	o 89
0.79/0.48	c Got one! Elapsed wall clock time (in seconds):0.369
0.79/0.48	o 88
0.79/0.48	c Got one! Elapsed wall clock time (in seconds):0.371
0.79/0.48	o 87
0.79/0.48	c Got one! Elapsed wall clock time (in seconds):0.375
0.79/0.48	o 86
0.79/0.48	c Got one! Elapsed wall clock time (in seconds):0.376
0.79/0.48	o 85
0.79/0.48	c Got one! Elapsed wall clock time (in seconds):0.378
0.79/0.48	o 84
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.38
0.79/0.49	o 83
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.381
0.79/0.49	o 82
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.383
0.79/0.49	o 81
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.384
0.79/0.49	o 80
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.386
0.79/0.49	o 79
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.387
0.79/0.49	o 78
1.07/0.50	c Got one! Elapsed wall clock time (in seconds):0.389
1.07/0.50	o 77
1.07/0.50	c Got one! Elapsed wall clock time (in seconds):0.39
1.07/0.50	o 76
1.07/0.50	c Got one! Elapsed wall clock time (in seconds):0.392
1.07/0.50	o 75
1.07/0.50	c Got one! Elapsed wall clock time (in seconds):0.393
1.07/0.50	o 74
1.07/0.50	c Got one! Elapsed wall clock time (in seconds):0.395
1.07/0.50	o 73
1.07/0.50	c Got one! Elapsed wall clock time (in seconds):0.397
1.07/0.50	o 72
1.07/0.50	c Got one! Elapsed wall clock time (in seconds):0.398
1.07/0.50	o 71
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.4
1.07/0.51	o 70
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.401
1.07/0.51	o 69
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.402
1.07/0.51	o 68
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.404
1.07/0.51	o 67
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.405
1.07/0.51	o 66
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.407
1.07/0.51	o 65
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.408
1.07/0.51	o 64
1.07/0.52	c Got one! Elapsed wall clock time (in seconds):0.41
1.07/0.52	o 63
1.07/0.52	c Got one! Elapsed wall clock time (in seconds):0.411
1.07/0.52	o 62
1.07/0.52	c Got one! Elapsed wall clock time (in seconds):0.412
1.07/0.52	o 61
1.07/0.52	c Got one! Elapsed wall clock time (in seconds):0.414
1.07/0.52	o 60
1.07/0.52	c Got one! Elapsed wall clock time (in seconds):0.416
1.07/0.52	o 59
1.07/0.52	c Got one! Elapsed wall clock time (in seconds):0.417
1.07/0.52	o 58
1.07/0.53	c Got one! Elapsed wall clock time (in seconds):0.419
1.07/0.53	o 57
1.07/0.53	c Got one! Elapsed wall clock time (in seconds):0.42
1.07/0.53	o 56
1.07/0.53	c Got one! Elapsed wall clock time (in seconds):0.422
1.07/0.53	o 55
1.07/0.53	c Got one! Elapsed wall clock time (in seconds):0.423
1.07/0.53	o 54
1.07/0.53	c Got one! Elapsed wall clock time (in seconds):0.424
1.07/0.53	o 53
1.07/0.53	c Got one! Elapsed wall clock time (in seconds):0.426
1.07/0.53	o 52
1.07/0.53	c Got one! Elapsed wall clock time (in seconds):0.427
1.07/0.53	o 51
1.07/0.54	c Got one! Elapsed wall clock time (in seconds):0.429
1.07/0.54	o 50
1.07/0.54	c Got one! Elapsed wall clock time (in seconds):0.43
1.07/0.54	o 49
1.07/0.54	c Got one! Elapsed wall clock time (in seconds):0.432
1.07/0.54	o 48
1.07/0.54	c Got one! Elapsed wall clock time (in seconds):0.433
1.07/0.54	o 47
1.07/0.54	c Got one! Elapsed wall clock time (in seconds):0.435
1.07/0.54	o 46
1.07/0.55	c Got one! Elapsed wall clock time (in seconds):0.441
1.07/0.55	o 45
1.07/0.56	c Got one! Elapsed wall clock time (in seconds):0.449
1.07/0.56	o 8
1.41/0.78	c Got one! Elapsed wall clock time (in seconds):0.676
1.41/0.78	o 7
2.96/2.23	c cleaning 2844 clauses out of 5691 with flag 5004/5691
4.52/3.75	c cleaning 4420 clauses out of 8843 with flag 11000/11687
6.35/5.55	c cleaning 5705 clauses out of 11426 with flag 18003/18690
8.48/7.67	c cleaning 6859 clauses out of 13721 with flag 26003/26690
10.82/9.99	c cleaning 7916 clauses out of 15859 with flag 35000/35687
13.52/12.70	c cleaning 8975 clauses out of 17949 with flag 45006/45693
15.93/15.08	c Got one! Elapsed wall clock time (in seconds):14.974
15.93/15.08	o 6
17.23/16.40	c cleaning 11386 clauses out of 22779 with flag 5006/59498
18.94/18.00	c cleaning 8684 clauses out of 17387 with flag 11000/65492
20.65/19.78	c cleaning 7849 clauses out of 15703 with flag 18000/72492
22.76/21.84	c cleaning 7922 clauses out of 15854 with flag 26000/80492
25.17/24.23	c cleaning 8459 clauses out of 16932 with flag 35000/89492
27.77/26.89	c cleaning 9236 clauses out of 18477 with flag 45004/99496
30.78/29.86	c cleaning 10116 clauses out of 20239 with flag 56002/110494
33.77/32.89	c cleaning 11052 clauses out of 22121 with flag 68000/122492
37.39/36.40	c cleaning 12029 clauses out of 24069 with flag 81000/135492
41.19/40.21	c cleaning 13017 clauses out of 26047 with flag 95007/149499
45.40/44.43	c cleaning 14009 clauses out of 28024 with flag 110001/164493
49.60/48.67	c cleaning 14999 clauses out of 30014 with flag 126000/180492
54.33/53.34	c cleaning 16004 clauses out of 32020 with flag 143005/197497
59.35/58.32	c cleaning 16999 clauses out of 34013 with flag 161002/215494
64.67/63.65	c cleaning 17998 clauses out of 36012 with flag 180000/234492
70.28/69.24	c cleaning 19003 clauses out of 38018 with flag 200004/254496
75.99/74.96	c cleaning 19997 clauses out of 40011 with flag 221000/275492
82.11/81.04	c cleaning 21004 clauses out of 42019 with flag 243005/297497
88.72/87.62	c cleaning 21999 clauses out of 44010 with flag 266000/320492
95.54/94.41	c cleaning 23003 clauses out of 46013 with flag 290002/344494
102.67/101.54	c cleaning 24000 clauses out of 48008 with flag 315000/369492
109.59/108.48	c cleaning 24997 clauses out of 50010 with flag 341002/395494
117.42/116.27	c cleaning 25999 clauses out of 52012 with flag 368001/422493
125.43/124.25	c cleaning 27003 clauses out of 54014 with flag 396002/450494
133.86/132.66	c cleaning 28000 clauses out of 56011 with flag 425002/479494
142.37/141.19	c cleaning 28986 clauses out of 58011 with flag 455002/509494
151.29/150.02	c cleaning 30008 clauses out of 60028 with flag 486005/540497
160.03/158.75	c cleaning 30998 clauses out of 62018 with flag 518003/572495
169.94/168.61	c cleaning 31997 clauses out of 64019 with flag 551002/605494
179.85/178.58	c cleaning 33005 clauses out of 66020 with flag 585000/639492
190.06/188.75	c cleaning 33995 clauses out of 68015 with flag 620000/674492
200.76/199.47	c cleaning 35009 clauses out of 70023 with flag 656003/710495
211.38/210.01	c cleaning 35995 clauses out of 72011 with flag 693000/747492
221.09/219.74	c cleaning 36997 clauses out of 74019 with flag 731003/785495
232.33/230.93	c cleaning 38001 clauses out of 76025 with flag 770006/824498
244.15/242.72	c cleaning 38973 clauses out of 78020 with flag 810002/864494
255.68/254.25	c cleaning 40014 clauses out of 80045 with flag 851000/905492
268.70/267.28	c cleaning 41005 clauses out of 82033 with flag 893002/947494
281.71/280.27	c cleaning 41997 clauses out of 84026 with flag 936000/990492
294.64/293.17	c cleaning 43007 clauses out of 86030 with flag 980001/1034493
306.55/305.08	c cleaning 44008 clauses out of 88024 with flag 1025002/1079494
320.28/318.75	c cleaning 44957 clauses out of 90015 with flag 1071001/1125493
334.20/332.63	c cleaning 46026 clauses out of 92057 with flag 1118000/1172492
348.42/346.88	c cleaning 46996 clauses out of 94033 with flag 1166002/1220494
363.74/362.14	c cleaning 48000 clauses out of 96035 with flag 1215000/1269492
379.06/377.40	c cleaning 48999 clauses out of 98035 with flag 1265000/1319492
395.19/393.60	c cleaning 50009 clauses out of 100036 with flag 1316000/1370492
411.72/410.02	c cleaning 51013 clauses out of 102033 with flag 1368006/1422498
428.86/427.10	c cleaning 51987 clauses out of 104014 with flag 1421000/1475492
445.80/444.05	c cleaning 53013 clauses out of 106031 with flag 1475004/1529496
462.13/460.32	c cleaning 54003 clauses out of 108014 with flag 1530000/1584492
480.04/478.26	c cleaning 54991 clauses out of 110011 with flag 1586000/1640492
497.18/495.30	c cleaning 55999 clauses out of 112022 with flag 1643002/1697494
515.38/513.50	c cleaning 57004 clauses out of 114022 with flag 1701001/1755493
533.61/531.71	c cleaning 57951 clauses out of 116018 with flag 1760001/1814493
552.84/550.99	c cleaning 59017 clauses out of 118066 with flag 1820000/1874492
571.27/569.37	c cleaning 60013 clauses out of 120049 with flag 1881000/1935492
589.89/587.93	c cleaning 61014 clauses out of 122037 with flag 1943001/1997493
611.34/609.32	c cleaning 61976 clauses out of 124022 with flag 2006000/2060492
631.65/629.66	c cleaning 63020 clauses out of 126048 with flag 2070002/2124494
653.67/651.62	c cleaning 64006 clauses out of 128027 with flag 2135001/2189493
675.89/673.80	c cleaning 64994 clauses out of 130020 with flag 2201000/2255492
696.82/694.76	c cleaning 65980 clauses out of 132026 with flag 2268000/2322492
717.95/715.84	c cleaning 67010 clauses out of 134050 with flag 2336004/2390496
740.69/738.55	c cleaning 67994 clauses out of 136036 with flag 2405000/2459492
763.01/760.86	c cleaning 69004 clauses out of 138043 with flag 2475001/2529493
786.74/784.53	c cleaning 69985 clauses out of 140039 with flag 2546001/2600493
810.37/808.11	c cleaning 71007 clauses out of 142053 with flag 2618000/2672492
834.31/832.03	c cleaning 72006 clauses out of 144046 with flag 2691000/2745492
859.67/857.34	c cleaning 72994 clauses out of 146040 with flag 2765000/2819492
884.21/881.86	c cleaning 74001 clauses out of 148048 with flag 2840002/2894494
908.78/906.38	c cleaning 74986 clauses out of 150045 with flag 2916000/2970492
935.90/933.45	c cleaning 76027 clauses out of 152064 with flag 2993005/3047497
962.85/960.31	c cleaning 77004 clauses out of 154032 with flag 3071000/3125492
991.46/988.94	c cleaning 77998 clauses out of 156031 with flag 3150003/3204495
1019.08/1016.55	c cleaning 79007 clauses out of 158030 with flag 3230000/3284492
1048.10/1045.59	c cleaning 79984 clauses out of 160025 with flag 3311002/3365494
1076.54/1073.97	c cleaning 81010 clauses out of 162043 with flag 3393004/3447496
1105.08/1102.41	c cleaning 82006 clauses out of 164029 with flag 3476000/3530492
1134.51/1131.82	c cleaning 82997 clauses out of 166027 with flag 3560004/3614496
1164.14/1161.40	c cleaning 84011 clauses out of 168028 with flag 3645002/3699494
1194.36/1191.62	c cleaning 85000 clauses out of 170015 with flag 3731000/3785492
1225.28/1222.60	c cleaning 85989 clauses out of 172018 with flag 3818003/3872495
1255.92/1253.14	c cleaning 86996 clauses out of 174026 with flag 3906000/3960492
1288.16/1285.30	c cleaning 87992 clauses out of 176030 with flag 3995000/4049492
1319.99/1317.13	c cleaning 89004 clauses out of 178039 with flag 4085001/4139493
1350.92/1348.04	c cleaning 89995 clauses out of 180034 with flag 4176000/4230492
1382.87/1379.93	c cleaning 90987 clauses out of 182039 with flag 4268000/4322492
1414.20/1411.21	c cleaning 92007 clauses out of 184054 with flag 4361002/4415494
1447.54/1444.57	c cleaning 93002 clauses out of 186047 with flag 4455002/4509494
1484.37/1481.33	c cleaning 93996 clauses out of 188043 with flag 4550000/4604492
1512.50/1509.45	c Got one! Elapsed wall clock time (in seconds):1509.342
1512.50/1509.45	o 5
1515.40/1512.35	c cleaning 91172 clauses out of 182361 with flag 5000/4692806
1517.63/1514.58	c cleaning 48575 clauses out of 97189 with flag 11000/4698806
1519.75/1516.64	c cleaning 27799 clauses out of 55616 with flag 18002/4705808
1521.97/1518.82	c cleaning 17889 clauses out of 35817 with flag 26002/4713808
1524.30/1521.11	c cleaning 13438 clauses out of 26926 with flag 35000/4722806
1526.61/1523.46	c cleaning 11702 clauses out of 23488 with flag 45000/4732806
1529.31/1526.11	c cleaning 11383 clauses out of 22786 with flag 56000/4743806
1532.42/1529.29	c cleaning 11683 clauses out of 23403 with flag 68000/4755806
1535.73/1532.58	c cleaning 12344 clauses out of 24721 with flag 81001/4768807
1539.24/1536.01	c cleaning 13187 clauses out of 26376 with flag 95000/4782806
1543.25/1540.02	c cleaning 14093 clauses out of 28191 with flag 110002/4797808
1547.36/1544.11	c cleaning 15045 clauses out of 30096 with flag 126000/4813806
1551.37/1548.15	c cleaning 16003 clauses out of 32051 with flag 143000/4830806
1555.79/1552.58	c cleaning 17018 clauses out of 34051 with flag 161003/4848809
1561.02/1557.72	c cleaning 18010 clauses out of 36030 with flag 180000/4867806
1566.04/1562.70	c cleaning 19005 clauses out of 38020 with flag 200000/4887806
1571.26/1567.98	c cleaning 19999 clauses out of 40015 with flag 221000/4908806
1576.78/1573.46	c cleaning 21006 clauses out of 42016 with flag 243000/4930806
1583.10/1579.74	c cleaning 21990 clauses out of 44010 with flag 266000/4953806
1589.12/1585.71	c cleaning 23003 clauses out of 46020 with flag 290000/4977806
1595.15/1591.75	c cleaning 24003 clauses out of 48018 with flag 315001/5002807
1602.07/1598.66	c cleaning 25005 clauses out of 50014 with flag 341000/5028806
1609.68/1606.25	c cleaning 25992 clauses out of 52013 with flag 368004/5055810
1616.70/1613.24	c cleaning 27003 clauses out of 54017 with flag 396000/5083806
1624.02/1620.54	c cleaning 27989 clauses out of 56014 with flag 425000/5112806
1632.24/1628.78	c cleaning 29004 clauses out of 58025 with flag 455000/5142806
1640.66/1637.12	c cleaning 29983 clauses out of 60023 with flag 486002/5173808
1648.68/1645.15	c cleaning 31013 clauses out of 62043 with flag 518005/5205811
1657.91/1654.30	c cleaning 31999 clauses out of 64025 with flag 551000/5238806
1666.93/1663.37	c cleaning 33008 clauses out of 66026 with flag 585000/5272806
1676.54/1672.97	c cleaning 34002 clauses out of 68018 with flag 620000/5307806
1686.05/1682.49	c cleaning 35003 clauses out of 70016 with flag 656000/5343806
1695.67/1692.02	c cleaning 35996 clauses out of 72017 with flag 693004/5380810
1705.89/1702.24	c cleaning 36993 clauses out of 74019 with flag 731002/5418808
1715.62/1711.90	c cleaning 38011 clauses out of 76028 with flag 770004/5457810
1726.12/1722.42	c cleaning 38990 clauses out of 78015 with flag 810002/5497808
1737.44/1733.77	c cleaning 39986 clauses out of 80025 with flag 851002/5538808
1748.76/1745.01	c cleaning 40977 clauses out of 82037 with flag 893000/5580806
1759.69/1755.96	c cleaning 42007 clauses out of 84062 with flag 936002/5623808
1770.40/1766.64	c cleaning 43017 clauses out of 86058 with flag 980005/5667811
1780.52/1776.78	c cleaning 44003 clauses out of 88036 with flag 1025000/5712806
1790.55/1786.71	c cleaning 44979 clauses out of 90035 with flag 1071002/5758808
1800.10/1796.22	c starts		: 334
1800.10/1796.22	c conflicts		: 5797758
1800.10/1796.22	c decisions		: 9432344
1800.10/1796.22	c propagations		: 1876789971
1800.10/1796.22	c inspects		: 19549401977
1800.10/1796.22	c shortcuts		: 0
1800.10/1796.22	c learnt literals	: 0
1800.10/1796.22	c learnt binary clauses	: 0
1800.10/1796.22	c learnt ternary clauses	: 64
1800.10/1796.22	c learnt constraints	: 5797758
1800.10/1796.22	c ignored constraints	: 0
1800.10/1796.22	c root simplifications	: 334
1800.10/1796.22	c removed literals (reason simplification)	: 869786
1800.10/1796.22	c reason swapping (by a shorter reason)	: 0
1800.10/1796.22	c Calls to reduceDB	: 139
1800.10/1796.22	c number of reductions to clauses (during analyze)	: 0
1800.10/1796.22	c number of learned constraints concerned by reduction	: 0
1800.10/1796.22	c number of learning phase by resolution	: 0
1800.10/1796.22	c number of learning phase by cutting planes	: 0
1800.10/1796.22	c speed (assignments/second)	: 1045052.0396106202
1800.10/1796.22	c non guided choices	8623
1800.10/1796.24	c learnt constraints type 
1800.10/1796.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 84084
1800.10/1796.24	c constraints type 
1800.10/1796.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3174
1800.10/1796.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.10/1796.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3074
1800.10/1796.24	c 6249 constraints processed.
1800.10/1796.24	s SATISFIABLE
1800.10/1796.24	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 
1800.10/1796.24	c objective function=5
1800.10/1796.24	c Total wall clock time (in seconds): 1796.135

Verifier Data

OK	5

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3711202-1338167715/watcher-3711202-1338167715 -o /tmp/evaluation-result-3711202-1338167715/solver-3711202-1338167715 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711202-1338167715.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 24090
/proc/meminfo: memFree=30993644/32873648 swapFree=7112/7112
[pid=24090] ppid=24088 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/24090/stat : 24090 (java) R 24088 24090 21838 0 -1 4202496 986 0 0 0 0 0 0 0 20 0 1 0 282897364 23793664 714 33554432000 1073741824 1073778376 140735423460128 140735423449192 242158188624 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24090/statm: 5809 714 528 9 0 128 0

[startup+0.011323 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 24090
/proc/meminfo: memFree=30993644/32873648 swapFree=7112/7112
[pid=24090] ppid=24088 vsize=8482100 CPUtime=0 cores=1,3,5,7
/proc/24090/stat : 24090 (java) S 24088 24090 21838 0 -1 4202496 1904 0 1 0 0 0 0 0 20 0 2 0 282897364 8685670400 2096 33554432000 1073741824 1073778376 140735423460128 140735423451264 242170757181 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24090/statm: 2120525 2118 941 9 0 2111634 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8482100

[startup+0.10017 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 24090
/proc/meminfo: memFree=30993644/32873648 swapFree=7112/7112
[pid=24090] ppid=24088 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/24090/stat : 24090 (java) S 24088 24090 21838 0 -1 4202496 4394 0 1 0 10 1 0 0 20 0 18 0 282897364 9787842560 6102 33554432000 1073741824 1073778376 140735423460128 140735423451264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24090/statm: 2389610 6102 2131 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558440

[startup+0.300172 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 24090
/proc/meminfo: memFree=30993644/32873648 swapFree=7112/7112
[pid=24090] ppid=24088 vsize=9558652 CPUtime=0.49 cores=1,3,5,7
/proc/24090/stat : 24090 (java) S 24088 24090 21838 0 -1 4202496 6371 0 1 0 47 2 0 0 20 0 18 0 282897364 9788059648 8884 33554432000 1073741824 1073778376 140735423460128 140735423451264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24090/statm: 2389663 8884 2234 9 0 2380349 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558652

[startup+0.700277 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 24090
/proc/meminfo: memFree=30993644/32873648 swapFree=7112/7112
[pid=24090] ppid=24088 vsize=9625004 CPUtime=1.41 cores=1,3,5,7
/proc/24090/stat : 24090 (java) S 24088 24090 21838 0 -1 4202496 8948 0 1 0 138 3 0 0 20 0 19 0 282897364 9856004096 12449 33554432000 1073741824 1073778376 140735423460128 140735423451264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24090/statm: 2406251 12449 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9625004

[startup+1.5006 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 24109
/proc/meminfo: memFree=30951748/32873648 swapFree=7112/7112
[pid=24090] ppid=24088 vsize=9625004 CPUtime=2.25 cores=1,3,5,7
/proc/24090/stat : 24090 (java) S 24088 24090 21838 0 -1 4202496 9014 0 1 0 222 3 0 0 20 0 19 0 282897364 9856004096 12453 33554432000 1073741824 1073778376 140735423460128 140735423451264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24090/statm: 2406251 12453 2263 9 0 2396937 0
[pid=24090/tid=24092] ppid=24088 vsize=9625004 CPUtime=1.48 cores=1,3,5,7
/proc/24090/task/24092/stat : 24092 (java) R 24088 24090 21838 0 -1 4202560 2516 0 1 0 146 2 0 0 20 0 19 0 282897365 9856004096 12453 33554432000 1073741824 1073778376 140735423460128 140528672997824 140528528813262 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24093] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24093/stat : 24093 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 12453 33554432000 1073741824 1073778376 140735423460128 140528516995880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24094] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24094/stat : 24094 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 12453 33554432000 1073741824 1073778376 140735423460128 140528515943080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24095] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24095/stat : 24095 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 12453 33554432000 1073741824 1073778376 140735423460128 140528514890792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24096] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24096/stat : 24096 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 12453 33554432000 1073741824 1073778376 140735423460128 140528513837992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24097] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24097/stat : 24097 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 12453 33554432000 1073741824 1073778376 140735423460128 140528512784680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24098] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24098/stat : 24098 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 12453 33554432000 1073741824 1073778376 140735423460128 140528175802536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24099] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24099/stat : 24099 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 12453 33554432000 1073741824 1073778376 140735423460128 140528174750248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24100] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24100/stat : 24100 (java) S 24088 24090 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 12453 33554432000 1073741824 1073778376 140735423460128 140528173697448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24101] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24101/stat : 24101 (java) S 24088 24090 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282897366 9856004096 12453 33554432000 1073741824 1073778376 140735423460128 140528161499880 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24102] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24102/stat : 24102 (java) S 24088 24090 21838 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 282897367 9856004096 12453 33554432000 1073741824 1073778376 140735423460128 140528160445944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24103] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24103/stat : 24103 (java) S 24088 24090 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282897367 9856004096 12453 33554432000 1073741824 1073778376 140735423460128 140528159393544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24104] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24104/stat : 24104 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897369 9856004096 12453 33554432000 1073741824 1073778376 140735423460128 140528158342032 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24105] ppid=24088 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/24090/task/24105/stat : 24105 (java) S 24088 24090 21838 0 -1 4202560 2313 0 0 0 43 0 0 0 20 0 19 0 282897369 9856004096 12453 33554432000 1073741824 1073778376 140735423460128 140528157288632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24106] ppid=24088 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/24090/task/24106/stat : 24106 (java) S 24088 24090 21838 0 -1 4202560 2991 0 0 0 30 0 0 0 20 0 19 0 282897369 9856004096 12453 33554432000 1073741824 1073778376 140735423460128 140528156235832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24107] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24107/stat : 24107 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897369 9856004096 12453 33554432000 1073741824 1073778376 140735423460128 140528155183736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24108] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24108/stat : 24108 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897369 9856004096 12453 33554432000 1073741824 1073778376 140735423460128 140528154131144 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24109] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24109/stat : 24109 (java) S 24088 24090 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282897398 9856004096 12453 33554432000 1073741824 1073778376 140735423460128 140528152798632 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9625004

[startup+3.10061 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 24109
/proc/meminfo: memFree=30949700/32873648 swapFree=7112/7112
[pid=24090] ppid=24088 vsize=9625004 CPUtime=3.9 cores=1,3,5,7
/proc/24090/stat : 24090 (java) S 24088 24090 21838 0 -1 4202496 9190 0 1 0 387 3 0 0 20 0 19 0 282897364 9856004096 15571 33554432000 1073741824 1073778376 140735423460128 140735423451264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24090/statm: 2406251 15571 2289 9 0 2396937 0
[pid=24090/tid=24092] ppid=24088 vsize=9625004 CPUtime=3.06 cores=1,3,5,7
/proc/24090/task/24092/stat : 24092 (java) R 24088 24090 21838 0 -1 4202560 2520 0 1 0 304 2 0 0 20 0 19 0 282897365 9856004096 15571 33554432000 1073741824 1073778376 140735423460128 140528673005624 140528528735456 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24093] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24093/stat : 24093 (java) S 24088 24090 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 15571 33554432000 1073741824 1073778376 140735423460128 140528516995880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24094] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24094/stat : 24094 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 15571 33554432000 1073741824 1073778376 140735423460128 140528515943080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24095] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24095/stat : 24095 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 15571 33554432000 1073741824 1073778376 140735423460128 140528514890792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24096] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24096/stat : 24096 (java) S 24088 24090 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 15571 33554432000 1073741824 1073778376 140735423460128 140528513837992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24097] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24097/stat : 24097 (java) S 24088 24090 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 15571 33554432000 1073741824 1073778376 140735423460128 140528512784680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24098] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24098/stat : 24098 (java) S 24088 24090 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 15571 33554432000 1073741824 1073778376 140735423460128 140528175802536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24099] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24099/stat : 24099 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 15571 33554432000 1073741824 1073778376 140735423460128 140528174750248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24100] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24100/stat : 24100 (java) S 24088 24090 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 15571 33554432000 1073741824 1073778376 140735423460128 140528173697448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24101] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24101/stat : 24101 (java) S 24088 24090 21838 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 282897366 9856004096 15571 33554432000 1073741824 1073778376 140735423460128 140528161499880 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24102] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24102/stat : 24102 (java) S 24088 24090 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282897367 9856004096 15571 33554432000 1073741824 1073778376 140735423460128 140528160445944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24103] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24103/stat : 24103 (java) S 24088 24090 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282897367 9856004096 15571 33554432000 1073741824 1073778376 140735423460128 140528159393544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24104] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24104/stat : 24104 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897369 9856004096 15571 33554432000 1073741824 1073778376 140735423460128 140528158342032 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24105] ppid=24088 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/24090/task/24105/stat : 24105 (java) S 24088 24090 21838 0 -1 4202560 2318 0 0 0 45 0 0 0 20 0 19 0 282897369 9856004096 15571 33554432000 1073741824 1073778376 140735423460128 140528157288632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24106] ppid=24088 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/24090/task/24106/stat : 24106 (java) S 24088 24090 21838 0 -1 4202560 3106 0 0 0 32 0 0 0 20 0 19 0 282897369 9856004096 15571 33554432000 1073741824 1073778376 140735423460128 140528156235832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24107] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24107/stat : 24107 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897369 9856004096 15571 33554432000 1073741824 1073778376 140735423460128 140528155183736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24108] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24108/stat : 24108 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897369 9856004096 15571 33554432000 1073741824 1073778376 140735423460128 140528154131144 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24109] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24109/stat : 24109 (java) S 24088 24090 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282897398 9856004096 15571 33554432000 1073741824 1073778376 140735423460128 140528152798632 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 9625004

[startup+6.30062 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 24109
/proc/meminfo: memFree=30937216/32873648 swapFree=7112/7112
[pid=24090] ppid=24088 vsize=9625004 CPUtime=7.17 cores=1,3,5,7
/proc/24090/stat : 24090 (java) S 24088 24090 21838 0 -1 4202496 9209 0 1 0 714 3 0 0 20 0 19 0 282897364 9856004096 16468 33554432000 1073741824 1073778376 140735423460128 140735423451264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24090/statm: 2406251 16468 2289 9 0 2396937 0
[pid=24090/tid=24092] ppid=24088 vsize=9625004 CPUtime=6.21 cores=1,3,5,7
/proc/24090/task/24092/stat : 24092 (java) R 24088 24090 21838 0 -1 4202560 2522 0 1 0 619 2 0 0 20 0 19 0 282897365 9856004096 16468 33554432000 1073741824 1073778376 140735423460128 140528673005872 140528528735780 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24093] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24093/stat : 24093 (java) S 24088 24090 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 16468 33554432000 1073741824 1073778376 140735423460128 140528516995880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24094] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24094/stat : 24094 (java) S 24088 24090 21838 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 16468 33554432000 1073741824 1073778376 140735423460128 140528515943080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24095] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24095/stat : 24095 (java) S 24088 24090 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 16468 33554432000 1073741824 1073778376 140735423460128 140528514890792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24096] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24096/stat : 24096 (java) S 24088 24090 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 16468 33554432000 1073741824 1073778376 140735423460128 140528513837992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24097] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24097/stat : 24097 (java) S 24088 24090 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 16468 33554432000 1073741824 1073778376 140735423460128 140528512784680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24098] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24098/stat : 24098 (java) S 24088 24090 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 16468 33554432000 1073741824 1073778376 140735423460128 140528175802536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24099] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24099/stat : 24099 (java) S 24088 24090 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 16468 33554432000 1073741824 1073778376 140735423460128 140528174750248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24100] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24100/stat : 24100 (java) S 24088 24090 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282897365 9856004096 16468 33554432000 1073741824 1073778376 140735423460128 140528173697448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24101] ppid=24088 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/24090/task/24101/stat : 24101 (java) S 24088 24090 21838 0 -1 4202560 36 0 0 0 3 0 0 0 20 0 19 0 282897366 9856004096 16468 33554432000 1073741824 1073778376 140735423460128 140528161499880 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24102] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24102/stat : 24102 (java) S 24088 24090 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282897367 9856004096 16468 33554432000 1073741824 1073778376 140735423460128 140528160445944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24103] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24103/stat : 24103 (java) S 24088 24090 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282897367 9856004096 16468 33554432000 1073741824 1073778376 140735423460128 140528159393544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24104] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24104/stat : 24104 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897369 9856004096 16468 33554432000 1073741824 1073778376 140735423460128 140528158342032 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24105] ppid=24088 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/24090/task/24105/stat : 24105 (java) S 24088 24090 21838 0 -1 4202560 2319 0 0 0 46 0 0 0 20 0 19 0 282897369 9856004096 16468 33554432000 1073741824 1073778376 140735423460128 140528157288632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24106] ppid=24088 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/24090/task/24106/stat : 24106 (java) S 24088 24090 21838 0 -1 4202560 3106 0 0 0 34 0 0 0 20 0 19 0 282897369 9856004096 16468 33554432000 1073741824 1073778376 140735423460128 140528156235832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24107] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24107/stat : 24107 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897369 9856004096 16468 33554432000 1073741824 1073778376 140735423460128 140528155183736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24108] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24108/stat : 24108 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897369 9856004096 16468 33554432000 1073741824 1073778376 140735423460128 140528154131144 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24109] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24109/stat : 24109 (java) S 24088 24090 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282897398 9856004096 16468 33554432000 1073741824 1073778376 140735423460128 140528152798632 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

################
# More data... #
################

[pid=24090/tid=24098] ppid=24088 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/24090/task/24098/stat : 24098 (java) S 24088 24090 21838 0 -1 4202560 69 0 0 0 44 1 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528175802536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24099] ppid=24088 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/24090/task/24099/stat : 24099 (java) S 24088 24090 21838 0 -1 4202560 38 0 0 0 44 0 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528174750248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24100] ppid=24088 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/24090/task/24100/stat : 24100 (java) S 24088 24090 21838 0 -1 4202560 52 0 0 0 47 2 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528173697448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24101] ppid=24088 vsize=9625004 CPUtime=4.09 cores=1,3,5,7
/proc/24090/task/24101/stat : 24101 (java) S 24088 24090 21838 0 -1 4202560 163 0 0 0 407 2 0 0 20 0 19 0 282897366 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528161499880 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24102] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24102/stat : 24102 (java) S 24088 24090 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282897367 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528160445944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24103] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24103/stat : 24103 (java) S 24088 24090 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282897367 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528159393544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24104] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24104/stat : 24104 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897369 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528158342032 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24105] ppid=24088 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/24090/task/24105/stat : 24105 (java) S 24088 24090 21838 0 -1 4202560 2905 0 0 0 53 0 0 0 20 0 19 0 282897369 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528157288632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24106] ppid=24088 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/24090/task/24106/stat : 24106 (java) S 24088 24090 21838 0 -1 4202560 3106 0 0 0 34 0 0 0 20 0 19 0 282897369 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528156235832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24107] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24107/stat : 24107 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897369 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528155183736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24108] ppid=24088 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/24090/task/24108/stat : 24108 (java) S 24088 24090 21838 0 -1 4202560 95 0 0 0 22 27 0 0 20 0 19 0 282897369 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528154131144 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24109] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24109/stat : 24109 (java) S 24088 24090 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282897398 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528152798632 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1665.93
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 24385
/proc/meminfo: memFree=30855832/32873648 swapFree=7112/7112
[pid=24090] ppid=24088 vsize=9625004 CPUtime=1726.02 cores=1,3,5,7
/proc/24090/stat : 24090 (java) S 24088 24090 21838 0 -1 4202496 10648 0 1 0 172562 40 0 0 20 0 19 0 282897364 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140735423451264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24090/statm: 2406251 35184 2290 9 0 2396937 0
[pid=24090/tid=24092] ppid=24088 vsize=9625004 CPUtime=1716.73 cores=1,3,5,7
/proc/24090/task/24092/stat : 24092 (java) R 24088 24090 21838 0 -1 4202560 2654 0 1 0 171644 29 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528673005872 140528528633368 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24093] ppid=24088 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/24090/task/24093/stat : 24093 (java) S 24088 24090 21838 0 -1 4202560 137 0 0 0 49 0 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528516995880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24094] ppid=24088 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/24090/task/24094/stat : 24094 (java) S 24088 24090 21838 0 -1 4202560 40 0 0 0 44 0 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528515943080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24095] ppid=24088 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/24090/task/24095/stat : 24095 (java) S 24088 24090 21838 0 -1 4202560 54 0 0 0 43 0 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528514890792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24096] ppid=24088 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/24090/task/24096/stat : 24096 (java) S 24088 24090 21838 0 -1 4202560 42 0 0 0 44 2 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528513837992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24097] ppid=24088 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/24090/task/24097/stat : 24097 (java) S 24088 24090 21838 0 -1 4202560 105 0 0 0 46 1 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528512784680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24098] ppid=24088 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/24090/task/24098/stat : 24098 (java) S 24088 24090 21838 0 -1 4202560 69 0 0 0 46 1 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528175802536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24099] ppid=24088 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/24090/task/24099/stat : 24099 (java) S 24088 24090 21838 0 -1 4202560 38 0 0 0 46 0 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528174750248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24100] ppid=24088 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/24090/task/24100/stat : 24100 (java) S 24088 24090 21838 0 -1 4202560 52 0 0 0 48 2 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528173697448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24101] ppid=24088 vsize=9625004 CPUtime=4.31 cores=1,3,5,7
/proc/24090/task/24101/stat : 24101 (java) S 24088 24090 21838 0 -1 4202560 167 0 0 0 429 2 0 0 20 0 19 0 282897366 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528161499880 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24102] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24102/stat : 24102 (java) S 24088 24090 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282897367 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528160445944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24103] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24103/stat : 24103 (java) S 24088 24090 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282897367 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528159393544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24104] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24104/stat : 24104 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897369 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528158342032 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24105] ppid=24088 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/24090/task/24105/stat : 24105 (java) S 24088 24090 21838 0 -1 4202560 2905 0 0 0 53 0 0 0 20 0 19 0 282897369 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528157288632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24106] ppid=24088 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/24090/task/24106/stat : 24106 (java) S 24088 24090 21838 0 -1 4202560 3106 0 0 0 34 0 0 0 20 0 19 0 282897369 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528156235832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24107] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24107/stat : 24107 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897369 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528155183736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24108] ppid=24088 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/24090/task/24108/stat : 24108 (java) S 24088 24090 21838 0 -1 4202560 99 0 0 0 22 28 0 0 20 0 19 0 282897369 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528154131144 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24109] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24109/stat : 24109 (java) S 24088 24090 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282897398 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528152798632 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1726.02
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 24386
/proc/meminfo: memFree=30855584/32873648 swapFree=7112/7112
[pid=24090] ppid=24088 vsize=9625004 CPUtime=1786.14 cores=1,3,5,7
/proc/24090/stat : 24090 (java) S 24088 24090 21838 0 -1 4202496 10662 0 1 0 178574 40 0 0 20 0 19 0 282897364 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140735423451264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24090/statm: 2406251 35184 2290 9 0 2396937 0
[pid=24090/tid=24092] ppid=24088 vsize=9625004 CPUtime=1776.46 cores=1,3,5,7
/proc/24090/task/24092/stat : 24092 (java) R 24088 24090 21838 0 -1 4202560 2660 0 1 0 177616 30 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528673005872 140528528813262 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24093] ppid=24088 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/24090/task/24093/stat : 24093 (java) S 24088 24090 21838 0 -1 4202560 137 0 0 0 50 0 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528516995880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24094] ppid=24088 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/24090/task/24094/stat : 24094 (java) S 24088 24090 21838 0 -1 4202560 40 0 0 0 47 0 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528515943080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24095] ppid=24088 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/24090/task/24095/stat : 24095 (java) S 24088 24090 21838 0 -1 4202560 54 0 0 0 45 0 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528514890792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24096] ppid=24088 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/24090/task/24096/stat : 24096 (java) S 24088 24090 21838 0 -1 4202560 42 0 0 0 46 2 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528513837992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24097] ppid=24088 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/24090/task/24097/stat : 24097 (java) S 24088 24090 21838 0 -1 4202560 105 0 0 0 48 2 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528512784680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24098] ppid=24088 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/24090/task/24098/stat : 24098 (java) S 24088 24090 21838 0 -1 4202560 69 0 0 0 49 1 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528175802536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24099] ppid=24088 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/24090/task/24099/stat : 24099 (java) S 24088 24090 21838 0 -1 4202560 38 0 0 0 49 0 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528174750248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24100] ppid=24088 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/24090/task/24100/stat : 24100 (java) S 24088 24090 21838 0 -1 4202560 52 0 0 0 50 2 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528173697448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24101] ppid=24088 vsize=9625004 CPUtime=4.52 cores=1,3,5,7
/proc/24090/task/24101/stat : 24101 (java) S 24088 24090 21838 0 -1 4202560 171 0 0 0 450 2 0 0 20 0 19 0 282897366 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528161499880 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24102] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24102/stat : 24102 (java) S 24088 24090 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282897367 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528160445944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24103] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24103/stat : 24103 (java) S 24088 24090 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282897367 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528159393544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24104] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24104/stat : 24104 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897369 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528158342032 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24105] ppid=24088 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/24090/task/24105/stat : 24105 (java) S 24088 24090 21838 0 -1 4202560 2905 0 0 0 53 0 0 0 20 0 19 0 282897369 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528157288632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24106] ppid=24088 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/24090/task/24106/stat : 24106 (java) S 24088 24090 21838 0 -1 4202560 3106 0 0 0 34 0 0 0 20 0 19 0 282897369 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528156235832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24107] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24107/stat : 24107 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897369 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528155183736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24108] ppid=24088 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/24090/task/24108/stat : 24108 (java) S 24088 24090 21838 0 -1 4202560 103 0 0 0 23 28 0 0 20 0 19 0 282897369 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528154131144 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24109] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24109/stat : 24109 (java) S 24088 24090 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282897398 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528152798632 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1786.14
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 24386
/proc/meminfo: memFree=30855712/32873648 swapFree=7112/7112
[pid=24090] ppid=24088 vsize=9625004 CPUtime=1800.1 cores=1,3,5,7
/proc/24090/stat : 24090 (java) S 24088 24090 21838 0 -1 4202496 10663 0 1 0 179969 41 0 0 20 0 19 0 282897364 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140735423451264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24090/statm: 2406251 35184 2290 9 0 2396937 0
[pid=24090/tid=24092] ppid=24088 vsize=9625004 CPUtime=1790.33 cores=1,3,5,7
/proc/24090/task/24092/stat : 24092 (java) R 24088 24090 21838 0 -1 4202560 2661 0 1 0 179003 30 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528673005872 140528528806113 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24093] ppid=24088 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/24090/task/24093/stat : 24093 (java) S 24088 24090 21838 0 -1 4202560 137 0 0 0 50 0 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528516995880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24094] ppid=24088 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/24090/task/24094/stat : 24094 (java) S 24088 24090 21838 0 -1 4202560 40 0 0 0 48 0 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528515943080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24095] ppid=24088 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/24090/task/24095/stat : 24095 (java) S 24088 24090 21838 0 -1 4202560 54 0 0 0 46 0 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528514890792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24096] ppid=24088 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/24090/task/24096/stat : 24096 (java) S 24088 24090 21838 0 -1 4202560 42 0 0 0 46 2 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528513837992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24090/tid=24097] ppid=24088 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/24090/task/24097/stat : 24097 (java) S 24088 24090 21838 0 -1 4202560 105 0 0 0 48 2 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528512784680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24098] ppid=24088 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/24090/task/24098/stat : 24098 (java) S 24088 24090 21838 0 -1 4202560 69 0 0 0 49 1 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528175802536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24099] ppid=24088 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/24090/task/24099/stat : 24099 (java) S 24088 24090 21838 0 -1 4202560 38 0 0 0 49 0 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528174750248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24100] ppid=24088 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/24090/task/24100/stat : 24100 (java) S 24088 24090 21838 0 -1 4202560 52 0 0 0 51 2 0 0 20 0 19 0 282897365 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528173697448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24101] ppid=24088 vsize=9625004 CPUtime=4.56 cores=1,3,5,7
/proc/24090/task/24101/stat : 24101 (java) S 24088 24090 21838 0 -1 4202560 171 0 0 0 454 2 0 0 20 0 19 0 282897366 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528161499880 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24102] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24102/stat : 24102 (java) S 24088 24090 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282897367 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528160445944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24103] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24103/stat : 24103 (java) S 24088 24090 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282897367 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528159393544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24104] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24104/stat : 24104 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897369 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528158342032 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24105] ppid=24088 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/24090/task/24105/stat : 24105 (java) S 24088 24090 21838 0 -1 4202560 2905 0 0 0 53 0 0 0 20 0 19 0 282897369 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528157288632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24090/tid=24106] ppid=24088 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/24090/task/24106/stat : 24106 (java) S 24088 24090 21838 0 -1 4202560 3106 0 0 0 34 0 0 0 20 0 19 0 282897369 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528156235832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24107] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24107/stat : 24107 (java) S 24088 24090 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282897369 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528155183736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24090/tid=24108] ppid=24088 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/24090/task/24108/stat : 24108 (java) S 24088 24090 21838 0 -1 4202560 103 0 0 0 23 29 0 0 20 0 19 0 282897369 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528154131144 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24090/tid=24109] ppid=24088 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24090/task/24109/stat : 24109 (java) S 24088 24090 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282897398 9856004096 35184 33554432000 1073741824 1073778376 140735423460128 140528152798632 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1796.25
CPU time (s): 1800.56
CPU user time (s): 1799.73
CPU system time (s): 0.829873
CPU usage (%): 100.24
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.829873
maximum resident set size= 140852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10694
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41826
involuntary context switches= 15044

runsolver used 6.32304 second user time and 14.5108 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-28 03:15:15
IDJOB=3711202
IDBENCH=48156
IDSOLVER=2289
FILE ID=node126/3711202-1338167715
RUNJOBID= node126-1338147557-21855
PBS_JOBID= 14624519
Free space on /tmp= 71360 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_25_2.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711202-1338167715/watcher-3711202-1338167715 -o /tmp/evaluation-result-3711202-1338167715/solver-3711202-1338167715 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711202-1338167715.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 1e64c526f9351931db225cdff75c2df5
RANDOM SEED=2019231857

node126.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30994064 kB
Buffers:          322552 kB
Cached:           584696 kB
SwapCached:        17756 kB
Active:           882508 kB
Inactive:         187212 kB
Active(anon):     144136 kB
Inactive(anon):    20452 kB
Active(file):     738372 kB
Inactive(file):   166760 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:        154656 kB
Mapped:            17988 kB
Shmem:                 0 kB
Slab:             669056 kB
SReclaimable:     113268 kB
SUnreclaim:       555788 kB
KernelStack:        1616 kB
PageTables:         4184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71356 MiB
End job on node126 at 2012-05-28 03:45:13