Trace number 4102893

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 2.3.6 Resolution PB16SAT (TO)215 1800.05 1784.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32c2.opb
MD5SUM10cfce36a090e62566639770833f1068
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark207
Best CPU time to get the best result obtained on this benchmark30.0234
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 207
Optimality of the best value was proved YES
Number of variables498
Total number of constraints2431
Number of constraints which are clauses2431
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 498
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 498
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 498
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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 lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4102893-1466231285.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.56/0.31	c ... done. Wall clock time 0.201s.
0.56/0.31	c declared #vars     498
0.56/0.31	c #constraints  2431
0.56/0.31	c constraints type 
0.56/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 262
0.56/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2169
0.56/0.31	c 2431 constraints processed.
0.56/0.31	c objective function length is 498 literals
0.56/0.33	c SATISFIABLE
0.56/0.33	c OPTIMIZING...
0.56/0.33	c Got one! Elapsed wall clock time (in seconds):0.219
0.56/0.33	o 246
0.56/0.34	c Got one! Elapsed wall clock time (in seconds):0.237
0.56/0.34	o 245
0.56/0.35	c Got one! Elapsed wall clock time (in seconds):0.245
0.56/0.35	o 241
0.56/0.36	c Got one! Elapsed wall clock time (in seconds):0.258
0.56/0.36	o 240
0.56/0.38	c Got one! Elapsed wall clock time (in seconds):0.277
0.56/0.38	o 239
0.84/0.40	c Got one! Elapsed wall clock time (in seconds):0.298
0.84/0.40	o 238
0.84/0.42	c Got one! Elapsed wall clock time (in seconds):0.311
0.84/0.42	o 237
0.84/0.44	c Got one! Elapsed wall clock time (in seconds):0.333
0.84/0.44	o 236
0.84/0.47	c Got one! Elapsed wall clock time (in seconds):0.364
0.84/0.47	o 235
0.84/0.49	c Got one! Elapsed wall clock time (in seconds):0.387
0.84/0.49	o 234
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.405
1.07/0.51	o 233
1.07/0.58	c Got one! Elapsed wall clock time (in seconds):0.477
1.07/0.58	o 232
1.32/0.71	c Got one! Elapsed wall clock time (in seconds):0.602
1.32/0.71	o 231
1.51/0.85	c cleaning 3582 clauses out of 7177 with flag 4652/7177
1.51/0.87	c Got one! Elapsed wall clock time (in seconds):0.764
1.51/0.87	o 230
1.92/1.16	c cleaning 4484 clauses out of 8979 with flag 12429/12561
2.02/1.24	c Got one! Elapsed wall clock time (in seconds):1.13
2.02/1.24	o 229
2.21/1.43	c cleaning 5014 clauses out of 10029 with flag 9079/18095
2.31/1.55	c Got one! Elapsed wall clock time (in seconds):1.442
2.31/1.55	o 228
2.51/1.72	c cleaning 5224 clauses out of 10453 with flag 6754/23533
2.63/1.87	c Got one! Elapsed wall clock time (in seconds):1.762
2.63/1.87	o 227
2.83/2.05	c cleaning 5531 clauses out of 11064 with flag 6862/29368
3.13/2.34	c Got one! Elapsed wall clock time (in seconds):2.232
3.13/2.34	o 226
3.52/2.71	c cleaning 7978 clauses out of 15955 with flag 11559/39790
3.82/3.06	c cleaning 6979 clauses out of 13976 with flag 25206/45789
4.24/3.47	c cleaning 6989 clauses out of 13997 with flag 40849/52789
4.73/3.95	c cleaning 7495 clauses out of 15007 with flag 60345/60788
4.73/3.96	c Got one! Elapsed wall clock time (in seconds):3.849
4.73/3.96	o 225
5.03/4.25	c cleaning 6317 clauses out of 12658 with flag 12988/65934
5.23/4.49	c Got one! Elapsed wall clock time (in seconds):4.382
5.23/4.49	o 224
5.34/4.55	c cleaning 5754 clauses out of 11514 with flag 2653/71107
5.63/4.84	c cleaning 5867 clauses out of 11758 with flag 18564/77105
5.92/5.19	c cleaning 6441 clauses out of 12891 with flag 35737/84105
6.02/5.21	c Got one! Elapsed wall clock time (in seconds):5.1
6.02/5.21	o 223
6.02/5.24	c Got one! Elapsed wall clock time (in seconds):5.138
6.02/5.25	o 222
6.31/5.49	c cleaning 6292 clauses out of 12607 with flag 11894/90262
6.60/5.75	c Got one! Elapsed wall clock time (in seconds):5.645
6.60/5.75	o 221
6.90/6.08	c cleaning 8341 clauses out of 16683 with flag 11755/100630
7.00/6.16	c Got one! Elapsed wall clock time (in seconds):6.055
7.00/6.16	o 220
7.22/6.39	c Got one! Elapsed wall clock time (in seconds):6.281
7.22/6.39	o 219
7.32/6.46	c cleaning 7343 clauses out of 14691 with flag 2327/106979
7.72/6.81	c cleaning 6662 clauses out of 13343 with flag 16080/112974
7.92/7.08	c Got one! Elapsed wall clock time (in seconds):6.968
7.92/7.08	o 218
8.32/7.40	c cleaning 8446 clauses out of 16891 with flag 11739/123184
8.52/7.67	c Got one! Elapsed wall clock time (in seconds):7.559
8.52/7.67	o 217
8.62/7.74	c cleaning 7125 clauses out of 14252 with flag 2303/128991
8.92/8.06	c cleaning 6558 clauses out of 13122 with flag 16455/134986
9.22/8.31	c Got one! Elapsed wall clock time (in seconds):8.2
9.22/8.31	o 216
9.52/8.62	c cleaning 8295 clauses out of 16590 with flag 12150/145012
9.62/8.77	c Got one! Elapsed wall clock time (in seconds):8.664
9.62/8.77	o 215
9.72/8.88	c cleaning 6817 clauses out of 13651 with flag 5009/150368
10.02/9.16	c cleaning 6407 clauses out of 12831 with flag 20048/156365
10.42/9.53	c cleaning 6708 clauses out of 13424 with flag 38523/163365
10.93/10.06	c cleaning 7358 clauses out of 14722 with flag 58613/171371
11.52/10.63	c cleaning 8174 clauses out of 16358 with flag 81391/180365
12.12/11.23	c cleaning 9090 clauses out of 18190 with flag 107915/190371
12.72/11.85	c cleaning 10043 clauses out of 20095 with flag 137025/201366
13.42/12.55	c cleaning 11020 clauses out of 22051 with flag 168195/213365
14.38/13.43	c cleaning 12018 clauses out of 24035 with flag 200228/226369
15.39/14.44	c cleaning 13008 clauses out of 26015 with flag 234966/240367
16.49/15.59	c cleaning 13997 clauses out of 28007 with flag 270741/255367
17.78/16.81	c cleaning 15004 clauses out of 30010 with flag 309229/271367
19.08/18.12	c cleaning 15996 clauses out of 32004 with flag 348164/288365
20.58/19.63	c cleaning 17004 clauses out of 34008 with flag 389459/306365
22.40/21.44	c cleaning 17999 clauses out of 36004 with flag 432987/325365
24.21/23.25	c cleaning 18994 clauses out of 38005 with flag 478999/345365
26.37/25.36	c cleaning 20001 clauses out of 40016 with flag 527139/366370
28.46/27.48	c cleaning 20998 clauses out of 42010 with flag 578976/388365
30.96/29.98	c cleaning 22004 clauses out of 44015 with flag 632045/411368
33.56/32.52	c cleaning 23002 clauses out of 46009 with flag 687205/435366
36.37/35.31	c cleaning 23995 clauses out of 48007 with flag 745160/460366
39.38/38.23	c cleaning 25005 clauses out of 50013 with flag 805037/486367
42.28/41.14	c cleaning 26003 clauses out of 52009 with flag 866774/513368
45.08/43.95	c cleaning 26999 clauses out of 54005 with flag 934867/541367
48.28/47.17	c cleaning 27998 clauses out of 56004 with flag 1005273/570365
51.92/50.68	c cleaning 29005 clauses out of 58009 with flag 1075348/600368
56.11/54.80	c cleaning 29998 clauses out of 60002 with flag 1146491/631366
60.21/58.94	c cleaning 30998 clauses out of 62003 with flag 1220000/663365
64.61/63.36	c cleaning 32002 clauses out of 64009 with flag 1295689/696369
69.68/68.28	c cleaning 32996 clauses out of 66003 with flag 1373038/730365
74.67/73.29	c cleaning 34005 clauses out of 68010 with flag 1452996/765368
79.68/78.26	c cleaning 35003 clauses out of 70005 with flag 1535676/801368
85.24/83.68	c cleaning 36005 clauses out of 72010 with flag 1623151/838376
90.13/88.51	c cleaning 36980 clauses out of 73994 with flag 1716102/876365
95.33/93.79	c cleaning 38011 clauses out of 76023 with flag 1807716/915374
101.43/99.68	c cleaning 38996 clauses out of 78005 with flag 1901565/955367
107.93/106.17	c cleaning 39997 clauses out of 80007 with flag 1995748/996365
115.09/113.18	c cleaning 41003 clauses out of 82014 with flag 2092185/1038369
122.99/121.03	c cleaning 42002 clauses out of 84007 with flag 2190879/1081365
131.46/129.49	c cleaning 43001 clauses out of 86006 with flag 2291107/1125366
139.69/137.54	c cleaning 44000 clauses out of 88005 with flag 2395786/1170366
147.68/145.56	c cleaning 45000 clauses out of 90005 with flag 2503276/1216366
155.83/153.60	c cleaning 45999 clauses out of 92005 with flag 2618631/1263366
164.00/161.73	c cleaning 46995 clauses out of 94005 with flag 2735797/1311365
172.19/169.91	c cleaning 48004 clauses out of 96010 with flag 2855529/1360365
180.42/178.12	c cleaning 49000 clauses out of 98007 with flag 2973482/1410366
189.51/187.14	c cleaning 50005 clauses out of 100011 with flag 3091084/1461370
198.40/196.00	c cleaning 51003 clauses out of 102005 with flag 3209870/1513369
207.57/205.15	c cleaning 51989 clauses out of 103999 with flag 3332987/1566366
218.33/215.86	c cleaning 53000 clauses out of 106012 with flag 3456593/1620368
229.81/227.22	c cleaning 53999 clauses out of 108010 with flag 3582366/1675366
242.66/240.02	c cleaning 55001 clauses out of 110013 with flag 3712184/1731368
256.14/253.40	c cleaning 55993 clauses out of 112009 with flag 3848200/1788365
268.81/266.08	c cleaning 57008 clauses out of 114018 with flag 3987765/1846367
280.08/277.30	c cleaning 57997 clauses out of 116009 with flag 4131577/1905366
291.95/289.03	c cleaning 59008 clauses out of 118016 with flag 4277233/1965370
304.10/301.14	c cleaning 60000 clauses out of 120003 with flag 4425223/2026365
317.58/314.51	c cleaning 61003 clauses out of 122006 with flag 4576817/2088368
331.85/328.79	c cleaning 61998 clauses out of 124001 with flag 4724849/2151366
346.34/343.18	c cleaning 62994 clauses out of 126004 with flag 4879871/2215367
361.17/357.99	c cleaning 64002 clauses out of 128009 with flag 5036799/2280366
373.72/370.48	c cleaning 64995 clauses out of 130006 with flag 5197723/2346365
387.73/384.35	c cleaning 66007 clauses out of 132017 with flag 5360272/2413371
402.27/398.85	c cleaning 67002 clauses out of 134007 with flag 5515605/2481368
417.93/414.40	c cleaning 67995 clauses out of 136004 with flag 5681466/2550367
431.31/427.70	c cleaning 69004 clauses out of 138011 with flag 5851634/2620369
445.29/441.70	c cleaning 70001 clauses out of 140009 with flag 6021808/2691371
459.71/455.90	c cleaning 70988 clauses out of 142002 with flag 6188371/2763365
475.96/472.10	c cleaning 71999 clauses out of 144014 with flag 6356015/2836365
492.14/488.26	c cleaning 73011 clauses out of 146025 with flag 6526753/2910375
509.84/505.88	c cleaning 73993 clauses out of 148006 with flag 6699196/2985367
527.58/523.42	c cleaning 75003 clauses out of 150016 with flag 6873871/3061370
544.25/540.05	c cleaning 75998 clauses out of 152008 with flag 7052072/3138365
562.11/557.84	c cleaning 76995 clauses out of 154011 with flag 7231723/3216366
582.03/577.69	c cleaning 78009 clauses out of 156020 with flag 7415009/3295370
601.58/597.07	c cleaning 78996 clauses out of 158008 with flag 7604784/3375367
620.32/615.60	c cleaning 79993 clauses out of 160010 with flag 7798183/3456365
639.22/634.43	c cleaning 81002 clauses out of 162022 with flag 7990801/3538370
660.76/655.87	c cleaning 81996 clauses out of 164015 with flag 8187840/3621365
682.39/677.37	c cleaning 83012 clauses out of 166023 with flag 8390120/3705369
703.57/698.39	c cleaning 83996 clauses out of 168008 with flag 8589938/3790366
723.96/718.64	c cleaning 84997 clauses out of 170013 with flag 8786280/3876367
746.48/741.00	c cleaning 85995 clauses out of 172014 with flag 8984555/3963365
768.41/762.87	c cleaning 87001 clauses out of 174020 with flag 9184757/4051366
791.56/785.84	c cleaning 88003 clauses out of 176018 with flag 9387518/4140365
816.85/810.91	c cleaning 89007 clauses out of 178022 with flag 9592991/4230372
839.60/833.56	c cleaning 90005 clauses out of 180009 with flag 9799703/4321366
865.32/859.06	c cleaning 90996 clauses out of 182005 with flag 10009250/4413367
892.53/886.00	c cleaning 92005 clauses out of 184012 with flag 10221245/4506370
920.21/913.54	c cleaning 92992 clauses out of 186004 with flag 10436154/4600367
952.03/945.14	c cleaning 94005 clauses out of 188012 with flag 10652979/4695367
979.23/972.13	c cleaning 95003 clauses out of 190006 with flag 10871773/4791366
1006.02/998.74	c cleaning 96000 clauses out of 192002 with flag 11092802/4888365
1032.10/1024.64	c cleaning 96993 clauses out of 194005 with flag 11315944/4986368
1060.70/1053.05	c cleaning 97998 clauses out of 196009 with flag 11540925/5085365
1095.88/1087.94	c cleaning 98999 clauses out of 198011 with flag 11773865/5185365
1129.10/1120.77	c cleaning 100008 clauses out of 200015 with flag 12015496/5286368
1165.76/1157.06	c cleaning 101000 clauses out of 202004 with flag 12255921/5388365
1197.12/1188.06	c cleaning 102002 clauses out of 204012 with flag 12493176/5491373
1226.75/1217.39	c cleaning 102993 clauses out of 206002 with flag 12742074/5595365
1257.33/1247.66	c cleaning 103998 clauses out of 208009 with flag 12984685/5700365
1287.71/1277.76	c cleaning 105001 clauses out of 210014 with flag 13233419/5806368
1320.71/1310.40	c cleaning 105994 clauses out of 212010 with flag 13492362/5913365
1350.74/1340.11	c cleaning 107005 clauses out of 214019 with flag 13747890/6021368
1385.60/1374.76	c cleaning 107992 clauses out of 216011 with flag 14010462/6130365
1416.31/1404.93	c cleaning 109001 clauses out of 218020 with flag 14265855/6240366
1452.24/1440.51	c cleaning 110008 clauses out of 220021 with flag 14525096/6351368
1482.47/1470.31	c cleaning 111002 clauses out of 222013 with flag 14795849/6463368
1518.06/1505.68	c cleaning 112002 clauses out of 224012 with flag 15071290/6576369
1554.81/1541.98	c cleaning 112996 clauses out of 226006 with flag 15346040/6690365
1588.14/1574.86	c cleaning 113997 clauses out of 228014 with flag 15621274/6805369
1629.19/1615.57	c cleaning 114998 clauses out of 230016 with flag 15898489/6921368
1673.86/1659.81	c cleaning 115997 clauses out of 232016 with flag 16178520/7038366
1718.39/1703.89	c cleaning 117002 clauses out of 234019 with flag 16462486/7156366
1767.12/1752.10	c cleaning 117993 clauses out of 236016 with flag 16748197/7275365
1800.05/1784.60	c starts		: 1762
1800.05/1784.60	c conflicts		: 7373909
1800.05/1784.60	c decisions		: 10463149
1800.05/1784.60	c propagations		: 126074526
1800.05/1784.60	c inspects		: 33949034968
1800.05/1784.60	c shortcuts		: 0
1800.05/1784.60	c learnt literals	: 0
1800.05/1784.60	c learnt binary clauses	: 0
1800.05/1784.60	c learnt ternary clauses	: 0
1800.05/1784.60	c learnt constraints	: 7373909
1800.05/1784.60	c ignored constraints	: 0
1800.05/1784.60	c root simplifications	: 0
1800.05/1784.60	c removed literals (reason simplification)	: 0
1800.05/1784.60	c reason swapping (by a shorter reason)	: 0
1800.05/1784.60	c Calls to reduceDB	: 136
1800.05/1784.60	c Number of update (reduction) of LBD	: 1555916
1800.05/1784.60	c Imported unit clauses	: 0
1800.05/1784.60	c number of reductions to clauses (during analyze)	: 0
1800.05/1784.60	c number of learned constraints concerned by reduction	: 0
1800.05/1784.60	c number of learning phase by resolution	: 0
1800.05/1784.60	c number of learning phase by cutting planes	: 0
1800.05/1784.60	c speed (assignments/second)	: 70658.0914537435
1800.05/1784.60	c non guided choices	0
1800.05/1784.63	c learnt constraints type 
1800.05/1784.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 216567
1800.05/1784.63	s SATISFIABLE
1800.05/1784.63	c Found 29 solution(s)
1800.05/1784.63	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 x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 x119 -x120 x121 -x122 -x123 -x124 -x125 x126 x127 -x128 x129 -x130 x131 -x132 -x133 x134 x135 -x136 x137 -x138 x139 -x140 x141 -x142 x143 -x144 x145 -x146 x147 -x148 x149 -x150 x151 -x152 x153 -x154 x155 -x156 x157 -x158 x159 -x160 x161 -x162 x163 -x164 x165 -x166 x167 -x168 x169 -x170 -x171 -x172 x173 -x174 x175 -x176 x177 -x178 x179 -x180 -x181 -x182 x183 -x184 x185 -x186 x187 -x188 x189 -x190 -x191 x192 x193 -x194 x195 -x196 x197 -x198 x199 -x200 x201 -x202 x203 -x204 x205 -x206 x207 -x208 x209 -x210 x211 -x212 x213 -x214 x215 -x216 x217 -x218 x219 -x220 x221 -x222 x223 -x224 x225 -x226 x227 -x228 -x229 x230 x231 -x232 -x233 x234 x235 -x236 x237 -x238 x239 -x240 x241 -x242 -x243 x244 x245 -x246 x247 -x248 -x249 -x250 x251 -x252 x253 -x254 x255 -x256 x257 -x258 x259 -x260 -x261 x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 x271 -x272 x273 -x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 x295 -x296 x297 -x298 x299 -x300 x301 -x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310 x311 -x312 x313 -x314 x315 -x316 x317 -x318 x319 -x320 x321 -x322 x323 -x324 x325 -x326 x327 -x328 x329 -x330 x331 -x332 x333 -x334 -x335 x336 x337 -x338 x339 -x340 x341 -x342 x343 -x344 x345 -x346 x347 -x348 x349 -x350 x351 -x352 x353 -x354 x355 -x356 x357 -x358 x359 -x360 x361 -x362 x363 -x364 x365 -x366 x367 -x368 x369 -x370 x371 -x372 x373 -x374 x375 -x376 x377 -x378 x379 -x380 -x381 x382 x383 -x384 -x385 x386 -x387 x388 x389 -x390 -x391 x392 -x393 x394 x395 -x396 -x397 x398 -x399 x400 x401 -x402 -x403 x404 -x405 x406 x407 -x408 -x409 -x410 -x411 x412 x413 -x414 -x415 x416 -x417 x418 x419 -x420 -x421 x422 x423 -x424 -x425 x426 -x427 x428 x429 -x430 -x431 x432 -x433 x434 -x435 x436 x437 -x438 -x439 x440 -x441 x442 x443 -x444 -x445 x446 -x447 x448 x449 -x450 -x451 x452 -x453 x454 x455 -x456 -x457 x458 x459 -x460 -x461 x462 -x463 x464 -x465 x466 x467 -x468 -x469 x470 -x471 x472 x473 -x474 -x475 x476 -x477 x478 x479 -x480 -x481 x482 x483 -x484 -x485 x486 -x487 x488 -x489 x490 x491 -x492 -x493 x494 x495 -x496 -x497 -x498 
1800.05/1784.63	c objective function=215
1800.05/1784.63	c Total wall clock time (in seconds): 1784.526

Verifier Data

OK	215

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4102893-1466231285/watcher-4102893-1466231285 -o /tmp/evaluation-result-4102893-1466231285/solver-4102893-1466231285 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4534 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4102893-1466231285.opb 

pid=10334
running on 4 cores: 0,2,4,6

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.24 2.25 2.22 3/196 10337
/proc/meminfo: memFree=29266428/32872528 swapFree=1482636/1662508
[pid=10337] ppid=10334 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10337/stat : 10337 (java) S 10334 10337 4518 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 25174962 98570240 977 33554432000 1073741824 1073778376 140733833637504 140733833628640 273909055549 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10337/statm: 24065 977 744 9 0 16771 0
[pid=10337/tid=10338] ppid=10334 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10338/stat : 10338 (java) R 10334 10337 4518 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 25174963 98570240 977 33554432000 1073741824 1073778376 140733833637504 139775986142760 273905698176 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100123 s]
/proc/loadavg: 2.24 2.25 2.22 3/196 10337
/proc/meminfo: memFree=29266428/32872528 swapFree=1482636/1662508
[pid=10337] ppid=10334 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/10337/stat : 10337 (java) S 10334 10337 4518 0 -1 4202496 4430 0 1 0 10 1 0 0 20 0 18 0 25174962 9787879424 6062 33554432000 1073741824 1073778376 140733833637504 140733833628640 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10337/statm: 2389619 6062 2140 9 0 2380296 0
[pid=10337/tid=10338] ppid=10334 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/10337/task/10338/stat : 10338 (java) R 10334 10337 4518 0 -1 4202560 2381 0 1 0 8 0 0 0 20 0 18 0 25174963 9787879424 6062 33554432000 1073741824 1073778376 140733833637504 139775986146208 273909081357 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200317 s]
/proc/loadavg: 2.24 2.25 2.22 3/196 10337
/proc/meminfo: memFree=29266428/32872528 swapFree=1482636/1662508
[pid=10337] ppid=10334 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/10337/stat : 10337 (java) S 10334 10337 4518 0 -1 4202496 4964 0 1 0 28 1 0 0 20 0 18 0 25174962 9787879424 6964 33554432000 1073741824 1073778376 140733833637504 140733833628640 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10337/statm: 2389619 6964 2216 9 0 2380296 0
[pid=10337/tid=10338] ppid=10334 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/10337/task/10338/stat : 10338 (java) R 10334 10337 4518 0 -1 4202560 2400 0 1 0 16 1 0 0 20 0 18 0 25174963 9787879424 6964 33554432000 1073741824 1073778376 140733833637504 139775986146208 139775835370596 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300319 s]
/proc/loadavg: 2.24 2.25 2.22 3/196 10337
/proc/meminfo: memFree=29266428/32872528 swapFree=1482636/1662508
[pid=10337] ppid=10334 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/10337/stat : 10337 (java) S 10334 10337 4518 0 -1 4202496 7480 0 1 0 54 2 0 0 20 0 18 0 25174962 9787879424 9496 33554432000 1073741824 1073778376 140733833637504 140733833628640 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10337/statm: 2389619 9496 2233 9 0 2380296 0
[pid=10337/tid=10338] ppid=10334 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/10337/task/10338/stat : 10338 (java) R 10334 10337 4518 0 -1 4202560 2402 0 1 0 26 1 0 0 20 0 18 0 25174963 9787879424 9496 33554432000 1073741824 1073778376 140733833637504 139775986146208 139775835615361 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700257 s]
/proc/loadavg: 2.24 2.25 2.22 3/196 10337
/proc/meminfo: memFree=29266428/32872528 swapFree=1482636/1662508
[pid=10337] ppid=10334 vsize=9625040 CPUtime=1.32 cores=0,2,4,6
/proc/10337/stat : 10337 (java) S 10334 10337 4518 0 -1 4202496 8776 0 1 0 130 2 0 0 20 0 19 0 25174962 9856040960 12105 33554432000 1073741824 1073778376 140733833637504 140733833628640 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10337/statm: 2406260 12105 2257 9 0 2396937 0
[pid=10337/tid=10338] ppid=10334 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/10337/task/10338/stat : 10338 (java) R 10334 10337 4518 0 -1 4202560 2420 0 1 0 66 1 0 0 20 0 19 0 25174963 9856040960 12105 33554432000 1073741824 1073778376 140733833637504 139775986147968 139775835683616 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.38 2.28 2.23 3/215 10356
/proc/meminfo: memFree=29184000/32872528 swapFree=1482636/1662508
[pid=10337] ppid=10334 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/10337/stat : 10337 (java) S 10334 10337 4518 0 -1 4202496 10403 0 1 0 228 3 0 0 20 0 19 0 25174962 9856040960 17065 33554432000 1073741824 1073778376 140733833637504 140733833628640 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10337/statm: 2406260 17065 2268 9 0 2396937 0
[pid=10337/tid=10338] ppid=10334 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/10337/task/10338/stat : 10338 (java) R 10334 10337 4518 0 -1 4202560 2429 0 1 0 145 2 0 0 20 0 19 0 25174963 9856040960 17065 33554432000 1073741824 1073778376 140733833637504 139775986138832 139775835776194 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10337/tid=10340] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10340/stat : 10340 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 17065 33554432000 1073741824 1073778376 140733833637504 139775958600616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10341] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10341/stat : 10341 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 17065 33554432000 1073741824 1073778376 140733833637504 139775957548072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10337/tid=10342] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10342/stat : 10342 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 17065 33554432000 1073741824 1073778376 140733833637504 139775956495016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10337/tid=10343] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10343/stat : 10343 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 17065 33554432000 1073741824 1073778376 140733833637504 139775955442472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10337/tid=10344] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10344/stat : 10344 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 17065 33554432000 1073741824 1073778376 140733833637504 139775954389416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10345] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10345/stat : 10345 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 17065 33554432000 1073741824 1073778376 140733833637504 139775824144936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10337/tid=10346] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10346/stat : 10346 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 17065 33554432000 1073741824 1073778376 140733833637504 139775823091880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10347] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10347/stat : 10347 (java) S 10334 10337 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 17065 33554432000 1073741824 1073778376 140733833637504 139775822039336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10348] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10348/stat : 10348 (java) S 10334 10337 4518 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25174965 9856040960 17065 33554432000 1073741824 1073778376 140733833637504 139775339092840 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10349] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10349/stat : 10349 (java) S 10334 10337 4518 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25174965 9856040960 17065 33554432000 1073741824 1073778376 140733833637504 139775338039160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10350] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10350/stat : 10350 (java) S 10334 10337 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25174965 9856040960 17065 33554432000 1073741824 1073778376 140733833637504 139775336985992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10351] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10351/stat : 10351 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174967 9856040960 17065 33554432000 1073741824 1073778376 140733833637504 139775335934736 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10352] ppid=10334 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/10337/task/10352/stat : 10352 (java) S 10334 10337 4518 0 -1 4202560 2085 0 0 0 36 0 0 0 20 0 19 0 25174967 9856040960 17065 33554432000 1073741824 1073778376 140733833637504 139775334881592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10353] ppid=10334 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/10337/task/10353/stat : 10353 (java) S 10334 10337 4518 0 -1 4202560 4613 0 0 0 44 0 0 0 20 0 19 0 25174967 9856040960 17065 33554432000 1073741824 1073778376 140733833637504 139775333829048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10337/tid=10354] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10354/stat : 10354 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174967 9856040960 17065 33554432000 1073741824 1073778376 140733833637504 139775332776184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10337/tid=10355] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10355/stat : 10355 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174968 9856040960 17065 33554432000 1073741824 1073778376 140733833637504 139775331723848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10337/tid=10356] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10356/stat : 10356 (java) S 10334 10337 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25174994 9856040960 17065 33554432000 1073741824 1073778376 140733833637504 139775330670120 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.38 2.28 2.23 3/215 10356
/proc/meminfo: memFree=28882360/32872528 swapFree=1482636/1662508
[pid=10337] ppid=10334 vsize=9625040 CPUtime=3.92 cores=0,2,4,6
/proc/10337/stat : 10337 (java) S 10334 10337 4518 0 -1 4202496 10419 0 1 0 389 3 0 0 20 0 19 0 25174962 9856040960 24745 33554432000 1073741824 1073778376 140733833637504 140733833628640 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10337/statm: 2406260 24745 2268 9 0 2396937 0
[pid=10337/tid=10338] ppid=10334 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/10337/task/10338/stat : 10338 (java) R 10334 10337 4518 0 -1 4202560 2445 0 1 0 304 2 0 0 20 0 19 0 25174963 9856040960 24745 33554432000 1073741824 1073778376 140733833637504 139775986138816 139775835752028 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10340] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10340/stat : 10340 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 24745 33554432000 1073741824 1073778376 140733833637504 139775958600616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10341] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10341/stat : 10341 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 24745 33554432000 1073741824 1073778376 140733833637504 139775957548072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10337/tid=10342] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10342/stat : 10342 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 24745 33554432000 1073741824 1073778376 140733833637504 139775956495016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10337/tid=10343] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10343/stat : 10343 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 24745 33554432000 1073741824 1073778376 140733833637504 139775955442472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10337/tid=10344] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10344/stat : 10344 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 24745 33554432000 1073741824 1073778376 140733833637504 139775954389416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10345] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10345/stat : 10345 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 24745 33554432000 1073741824 1073778376 140733833637504 139775824144936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10337/tid=10346] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10346/stat : 10346 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 24745 33554432000 1073741824 1073778376 140733833637504 139775823091880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10347] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10347/stat : 10347 (java) S 10334 10337 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 24745 33554432000 1073741824 1073778376 140733833637504 139775822039336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10348] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10348/stat : 10348 (java) S 10334 10337 4518 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25174965 9856040960 24745 33554432000 1073741824 1073778376 140733833637504 139775339092840 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10349] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10349/stat : 10349 (java) S 10334 10337 4518 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25174965 9856040960 24745 33554432000 1073741824 1073778376 140733833637504 139775338039160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10350] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10350/stat : 10350 (java) S 10334 10337 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25174965 9856040960 24745 33554432000 1073741824 1073778376 140733833637504 139775336985992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10351] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10351/stat : 10351 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174967 9856040960 24745 33554432000 1073741824 1073778376 140733833637504 139775335934736 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10352] ppid=10334 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/10337/task/10352/stat : 10352 (java) S 10334 10337 4518 0 -1 4202560 2085 0 0 0 37 0 0 0 20 0 19 0 25174967 9856040960 24745 33554432000 1073741824 1073778376 140733833637504 139775334881592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10353] ppid=10334 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/10337/task/10353/stat : 10353 (java) S 10334 10337 4518 0 -1 4202560 4613 0 0 0 45 0 0 0 20 0 19 0 25174967 9856040960 24745 33554432000 1073741824 1073778376 140733833637504 139775333829048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10337/tid=10354] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10354/stat : 10354 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174967 9856040960 24745 33554432000 1073741824 1073778376 140733833637504 139775332776184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10337/tid=10355] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10355/stat : 10355 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174968 9856040960 24745 33554432000 1073741824 1073778376 140733833637504 139775331723848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10337/tid=10356] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10356/stat : 10356 (java) S 10334 10337 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25174994 9856040960 24745 33554432000 1073741824 1073778376 140733833637504 139775330670120 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.38 2.28 2.23 4/215 10356
/proc/meminfo: memFree=28818408/32872528 swapFree=1482636/1662508
[pid=10337] ppid=10334 vsize=9625040 CPUtime=7.22 cores=0,2,4,6
/proc/10337/stat : 10337 (java) S 10334 10337 4518 0 -1 4202496 10504 0 1 0 717 5 0 0 20 0 19 0 25174962 9856040960 44205 33554432000 1073741824 1073778376 140733833637504 140733833628640 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10337/statm: 2406260 44205 2282 9 0 2396937 0
[pid=10337/tid=10338] ppid=10334 vsize=9625040 CPUtime=6.22 cores=0,2,4,6
/proc/10337/task/10338/stat : 10338 (java) R 10334 10337 4518 0 -1 4202560 2480 0 1 0 619 3 0 0 20 0 19 0 25174963 9856040960 44205 33554432000 1073741824 1073778376 140733833637504 139775986146632 139775835776162 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10337/tid=10340] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10340/stat : 10340 (java) S 10334 10337 4518 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 44205 33554432000 1073741824 1073778376 140733833637504 139775958600616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10337/tid=10341] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10341/stat : 10341 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 44205 33554432000 1073741824 1073778376 140733833637504 139775957548072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10337/tid=10342] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10342/stat : 10342 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 44205 33554432000 1073741824 1073778376 140733833637504 139775956495016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10337/tid=10343] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10343/stat : 10343 (java) S 10334 10337 4518 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 44205 33554432000 1073741824 1073778376 140733833637504 139775955442472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10337/tid=10344] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10344/stat : 10344 (java) S 10334 10337 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 44205 33554432000 1073741824 1073778376 140733833637504 139775954389416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10337/tid=10345] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10345/stat : 10345 (java) S 10334 10337 4518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 44205 33554432000 1073741824 1073778376 140733833637504 139775824144936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10337/tid=10346] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10346/stat : 10346 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 44205 33554432000 1073741824 1073778376 140733833637504 139775823091880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10337/tid=10347] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10347/stat : 10347 (java) S 10334 10337 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25174964 9856040960 44205 33554432000 1073741824 1073778376 140733833637504 139775822039336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10348] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10348/stat : 10348 (java) S 10334 10337 4518 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 25174965 9856040960 44205 33554432000 1073741824 1073778376 140733833637504 139775339092840 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10337/tid=10349] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10349/stat : 10349 (java) S 10334 10337 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25174965 9856040960 44205 33554432000 1073741824 1073778376 140733833637504 139775338039160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10350] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10350/stat : 10350 (java) S 10334 10337 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25174965 9856040960 44205 33554432000 1073741824 1073778376 140733833637504 139775336985992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10351] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10351/stat : 10351 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174967 9856040960 44205 33554432000 1073741824 1073778376 140733833637504 139775335934736 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10352] ppid=10334 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/10337/task/10352/stat : 10352 (java) S 10334 10337 4518 0 -1 4202560 2093 0 0 0 43 0 0 0 20 0 19 0 25174967 9856040960 44205 33554432000 1073741824 1073778376 140733833637504 139775334881592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10353] ppid=10334 vsize=9625040 CPUtime=0.48 cores=0,2,4,6

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

[pid=10337/tid=10356] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10356/stat : 10356 (java) S 10334 10337 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25174994 9856040960 96745 33554432000 1073741824 1073778376 140733833637504 139775330670120 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1676.42
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.35 2.31 2.22 4/215 10399
/proc/meminfo: memFree=27517596/32872528 swapFree=1482636/1662508
[pid=10337] ppid=10334 vsize=9625040 CPUtime=1737.12 cores=0,2,4,6
/proc/10337/stat : 10337 (java) S 10334 10337 4518 0 -1 4202496 25921 0 1 0 173583 129 0 0 20 0 19 0 25174962 9856040960 90627 33554432000 1073741824 1073778376 140733833637504 140733833628640 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10337/statm: 2406260 90627 2291 9 0 2396937 0
[pid=10337/tid=10338] ppid=10334 vsize=9625040 CPUtime=1707.45 cores=0,2,4,6
/proc/10337/task/10338/stat : 10338 (java) R 10334 10337 4518 0 -1 4202560 2863 0 1 0 170714 31 0 0 20 0 19 0 25174963 9856040960 90627 33554432000 1073741824 1073778376 140733833637504 139775986146528 139775835683335 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10337/tid=10340] ppid=10334 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/10337/task/10340/stat : 10340 (java) S 10334 10337 4518 0 -1 4202560 1707 0 0 0 241 12 0 0 20 0 19 0 25174964 9856040960 90627 33554432000 1073741824 1073778376 140733833637504 139775958600616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10341] ppid=10334 vsize=9625040 CPUtime=2.55 cores=0,2,4,6
/proc/10337/task/10341/stat : 10341 (java) S 10334 10337 4518 0 -1 4202560 1297 0 0 0 243 12 0 0 20 0 19 0 25174964 9856040960 90627 33554432000 1073741824 1073778376 140733833637504 139775957548072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10337/tid=10342] ppid=10334 vsize=9625040 CPUtime=2.35 cores=0,2,4,6
/proc/10337/task/10342/stat : 10342 (java) S 10334 10337 4518 0 -1 4202560 1096 0 0 0 224 11 0 0 20 0 19 0 25174964 9856040960 90627 33554432000 1073741824 1073778376 140733833637504 139775956495016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10337/tid=10343] ppid=10334 vsize=9625040 CPUtime=2.55 cores=0,2,4,6
/proc/10337/task/10343/stat : 10343 (java) S 10334 10337 4518 0 -1 4202560 1975 0 0 0 239 16 0 0 20 0 19 0 25174964 9856040960 90627 33554432000 1073741824 1073778376 140733833637504 139775955442472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10344] ppid=10334 vsize=9625040 CPUtime=2.29 cores=0,2,4,6
/proc/10337/task/10344/stat : 10344 (java) S 10334 10337 4518 0 -1 4202560 2066 0 0 0 217 12 0 0 20 0 19 0 25174964 9856040960 90627 33554432000 1073741824 1073778376 140733833637504 139775954389416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10337/tid=10345] ppid=10334 vsize=9625040 CPUtime=2.56 cores=0,2,4,6
/proc/10337/task/10345/stat : 10345 (java) S 10334 10337 4518 0 -1 4202560 2048 0 0 0 244 12 0 0 20 0 19 0 25174964 9856040960 90627 33554432000 1073741824 1073778376 140733833637504 139775824144936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10337/tid=10346] ppid=10334 vsize=9625040 CPUtime=2.5 cores=0,2,4,6
/proc/10337/task/10346/stat : 10346 (java) S 10334 10337 4518 0 -1 4202560 1912 0 0 0 238 12 0 0 20 0 19 0 25174964 9856040960 90627 33554432000 1073741824 1073778376 140733833637504 139775823091880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10347] ppid=10334 vsize=9625040 CPUtime=2.43 cores=0,2,4,6
/proc/10337/task/10347/stat : 10347 (java) S 10334 10337 4518 0 -1 4202560 1972 0 0 0 233 10 0 0 20 0 19 0 25174964 9856040960 90627 33554432000 1073741824 1073778376 140733833637504 139775822039336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10348] ppid=10334 vsize=9625040 CPUtime=4.34 cores=0,2,4,6
/proc/10337/task/10348/stat : 10348 (java) S 10334 10337 4518 0 -1 4202560 769 0 0 0 428 6 0 0 20 0 19 0 25174965 9856040960 90627 33554432000 1073741824 1073778376 140733833637504 139775339092840 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10337/tid=10349] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10349/stat : 10349 (java) S 10334 10337 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25174965 9856040960 90627 33554432000 1073741824 1073778376 140733833637504 139775338039160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10350] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10350/stat : 10350 (java) S 10334 10337 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25174965 9856040960 90627 33554432000 1073741824 1073778376 140733833637504 139775336985992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10351] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10351/stat : 10351 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174967 9856040960 90627 33554432000 1073741824 1073778376 140733833637504 139775335934736 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10352] ppid=10334 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/10337/task/10352/stat : 10352 (java) S 10334 10337 4518 0 -1 4202560 2241 0 0 0 45 0 0 0 20 0 19 0 25174967 9856040960 90627 33554432000 1073741824 1073778376 140733833637504 139775334881592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10353] ppid=10334 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/10337/task/10353/stat : 10353 (java) S 10334 10337 4518 0 -1 4202560 4613 0 0 0 48 0 0 0 20 0 19 0 25174967 9856040960 90627 33554432000 1073741824 1073778376 140733833637504 139775333829048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10337/tid=10354] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10354/stat : 10354 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174967 9856040960 90627 33554432000 1073741824 1073778376 140733833637504 139775332776184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10337/tid=10355] ppid=10334 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/10337/task/10355/stat : 10355 (java) S 10334 10337 4518 0 -1 4202560 100 0 0 0 23 25 0 0 20 0 19 0 25174968 9856040960 90627 33554432000 1073741824 1073778376 140733833637504 139775331723848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10356] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10356/stat : 10356 (java) S 10334 10337 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25174994 9856040960 90627 33554432000 1073741824 1073778376 140733833637504 139775330670120 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1737.12
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.87 2.48 2.28 8/215 10466
/proc/meminfo: memFree=25919764/32872528 swapFree=1482636/1662508
[pid=10337] ppid=10334 vsize=9625040 CPUtime=1797.72 cores=0,2,4,6
/proc/10337/stat : 10337 (java) S 10334 10337 4518 0 -1 4202496 26119 0 1 0 179640 132 0 0 20 0 19 0 25174962 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 140733833628640 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10337/statm: 2406260 83568 2291 9 0 2396937 0
[pid=10337/tid=10338] ppid=10334 vsize=9625040 CPUtime=1766.93 cores=0,2,4,6
/proc/10337/task/10338/stat : 10338 (java) R 10334 10337 4518 0 -1 4202560 2883 0 1 0 176661 32 0 0 20 0 19 0 25174963 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775986146544 139775835776194 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10337/tid=10340] ppid=10334 vsize=9625040 CPUtime=2.67 cores=0,2,4,6
/proc/10337/task/10340/stat : 10340 (java) S 10334 10337 4518 0 -1 4202560 1707 0 0 0 254 13 0 0 20 0 19 0 25174964 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775958600616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10341] ppid=10334 vsize=9625040 CPUtime=2.66 cores=0,2,4,6
/proc/10337/task/10341/stat : 10341 (java) S 10334 10337 4518 0 -1 4202560 1406 0 0 0 254 12 0 0 20 0 19 0 25174964 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775957548072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10337/tid=10342] ppid=10334 vsize=9625040 CPUtime=2.45 cores=0,2,4,6
/proc/10337/task/10342/stat : 10342 (java) S 10334 10337 4518 0 -1 4202560 1154 0 0 0 234 11 0 0 20 0 19 0 25174964 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775956495016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10343] ppid=10334 vsize=9625040 CPUtime=2.66 cores=0,2,4,6
/proc/10337/task/10343/stat : 10343 (java) S 10334 10337 4518 0 -1 4202560 1975 0 0 0 250 16 0 0 20 0 19 0 25174964 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775955442472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10344] ppid=10334 vsize=9625040 CPUtime=2.37 cores=0,2,4,6
/proc/10337/task/10344/stat : 10344 (java) S 10334 10337 4518 0 -1 4202560 2066 0 0 0 225 12 0 0 20 0 19 0 25174964 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775954389416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10337/tid=10345] ppid=10334 vsize=9625040 CPUtime=2.67 cores=0,2,4,6
/proc/10337/task/10345/stat : 10345 (java) S 10334 10337 4518 0 -1 4202560 2048 0 0 0 255 12 0 0 20 0 19 0 25174964 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775824144936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10337/tid=10346] ppid=10334 vsize=9625040 CPUtime=2.6 cores=0,2,4,6
/proc/10337/task/10346/stat : 10346 (java) S 10334 10337 4518 0 -1 4202560 1912 0 0 0 248 12 0 0 20 0 19 0 25174964 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775823091880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10337/tid=10347] ppid=10334 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/10337/task/10347/stat : 10347 (java) S 10334 10337 4518 0 -1 4202560 1972 0 0 0 243 10 0 0 20 0 19 0 25174964 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775822039336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10337/tid=10348] ppid=10334 vsize=9625040 CPUtime=4.44 cores=0,2,4,6
/proc/10337/task/10348/stat : 10348 (java) S 10334 10337 4518 0 -1 4202560 776 0 0 0 438 6 0 0 20 0 19 0 25174965 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775339092840 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10349] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10349/stat : 10349 (java) S 10334 10337 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25174965 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775338039160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10350] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10350/stat : 10350 (java) S 10334 10337 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25174965 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775336985992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10351] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10351/stat : 10351 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174967 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775335934736 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10352] ppid=10334 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/10337/task/10352/stat : 10352 (java) S 10334 10337 4518 0 -1 4202560 2241 0 0 0 45 0 0 0 20 0 19 0 25174967 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775334881592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10353] ppid=10334 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/10337/task/10353/stat : 10353 (java) S 10334 10337 4518 0 -1 4202560 4613 0 0 0 48 0 0 0 20 0 19 0 25174967 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775333829048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10337/tid=10354] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10354/stat : 10354 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174967 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775332776184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10337/tid=10355] ppid=10334 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/10337/task/10355/stat : 10355 (java) S 10334 10337 4518 0 -1 4202560 104 0 0 0 24 26 0 0 20 0 19 0 25174968 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775331723848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10356] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10356/stat : 10356 (java) S 10334 10337 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25174994 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775330670120 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1797.72
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.6 s]
/proc/loadavg: 2.87 2.48 2.28 3/215 10466
/proc/meminfo: memFree=25375748/32872528 swapFree=1482636/1662508
[pid=10337] ppid=10334 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/10337/stat : 10337 (java) S 10334 10337 4518 0 -1 4202496 26120 0 1 0 179873 132 0 0 20 0 19 0 25174962 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 140733833628640 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10337/statm: 2406260 83568 2291 9 0 2396937 0
[pid=10337/tid=10338] ppid=10334 vsize=9625040 CPUtime=1769.21 cores=0,2,4,6
/proc/10337/task/10338/stat : 10338 (java) R 10334 10337 4518 0 -1 4202560 2884 0 1 0 176889 32 0 0 20 0 19 0 25174963 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775986146664 139775835776194 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10337/tid=10340] ppid=10334 vsize=9625040 CPUtime=2.67 cores=0,2,4,6
/proc/10337/task/10340/stat : 10340 (java) S 10334 10337 4518 0 -1 4202560 1707 0 0 0 254 13 0 0 20 0 19 0 25174964 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775958600616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10341] ppid=10334 vsize=9625040 CPUtime=2.66 cores=0,2,4,6
/proc/10337/task/10341/stat : 10341 (java) S 10334 10337 4518 0 -1 4202560 1406 0 0 0 254 12 0 0 20 0 19 0 25174964 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775957548072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10337/tid=10342] ppid=10334 vsize=9625040 CPUtime=2.45 cores=0,2,4,6
/proc/10337/task/10342/stat : 10342 (java) S 10334 10337 4518 0 -1 4202560 1154 0 0 0 234 11 0 0 20 0 19 0 25174964 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775956495016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10343] ppid=10334 vsize=9625040 CPUtime=2.67 cores=0,2,4,6
/proc/10337/task/10343/stat : 10343 (java) S 10334 10337 4518 0 -1 4202560 1975 0 0 0 251 16 0 0 20 0 19 0 25174964 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775955442472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10337/tid=10344] ppid=10334 vsize=9625040 CPUtime=2.38 cores=0,2,4,6
/proc/10337/task/10344/stat : 10344 (java) S 10334 10337 4518 0 -1 4202560 2066 0 0 0 226 12 0 0 20 0 19 0 25174964 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775954389416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10337/tid=10345] ppid=10334 vsize=9625040 CPUtime=2.68 cores=0,2,4,6
/proc/10337/task/10345/stat : 10345 (java) S 10334 10337 4518 0 -1 4202560 2048 0 0 0 256 12 0 0 20 0 19 0 25174964 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775824144936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10337/tid=10346] ppid=10334 vsize=9625040 CPUtime=2.61 cores=0,2,4,6
/proc/10337/task/10346/stat : 10346 (java) S 10334 10337 4518 0 -1 4202560 1912 0 0 0 249 12 0 0 20 0 19 0 25174964 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775823091880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10337/tid=10347] ppid=10334 vsize=9625040 CPUtime=2.54 cores=0,2,4,6
/proc/10337/task/10347/stat : 10347 (java) S 10334 10337 4518 0 -1 4202560 1972 0 0 0 244 10 0 0 20 0 19 0 25174964 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775822039336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10337/tid=10348] ppid=10334 vsize=9625040 CPUtime=4.44 cores=0,2,4,6
/proc/10337/task/10348/stat : 10348 (java) S 10334 10337 4518 0 -1 4202560 776 0 0 0 438 6 0 0 20 0 19 0 25174965 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775339092840 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10337/tid=10349] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10349/stat : 10349 (java) S 10334 10337 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25174965 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775338039160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10350] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10350/stat : 10350 (java) S 10334 10337 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25174965 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775336985992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10351] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10351/stat : 10351 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174967 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775335934736 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10352] ppid=10334 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/10337/task/10352/stat : 10352 (java) S 10334 10337 4518 0 -1 4202560 2241 0 0 0 45 0 0 0 20 0 19 0 25174967 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775334881592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10353] ppid=10334 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/10337/task/10353/stat : 10353 (java) S 10334 10337 4518 0 -1 4202560 4613 0 0 0 48 0 0 0 20 0 19 0 25174967 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775333829048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10337/tid=10354] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10354/stat : 10354 (java) S 10334 10337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25174967 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775332776184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10337/tid=10355] ppid=10334 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/10337/task/10355/stat : 10355 (java) S 10334 10337 4518 0 -1 4202560 104 0 0 0 24 26 0 0 20 0 19 0 25174968 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775331723848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10337/tid=10356] ppid=10334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10337/task/10356/stat : 10356 (java) S 10334 10337 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25174994 9856040960 83568 33554432000 1073741824 1073778376 140733833637504 139775330670120 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 10337 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10337 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=320221
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=772730
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1784.64
CPU time (s): 1800.05
CPU user time (s): 1798.73
CPU system time (s): 1.32
CPU usage (%): 100.863
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.32
system time used= 1.77273
maximum resident set size= 674540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26159
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50654
involuntary context switches= 50148

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1045 second user time and 13.5919 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 08:28:05
IDJOB=4102893
IDBENCH=2189
IDSOLVER=2546
FILE ID=node134/4102893-1466231285
RUNJOBID= node134-1466206058-4534
PBS_JOBID= 19918143
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32c2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102893-1466231285/watcher-4102893-1466231285 -o /tmp/evaluation-result-4102893-1466231285/solver-4102893-1466231285 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4534 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4102893-1466231285.opb

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

MD5SUM BENCH= 10cfce36a090e62566639770833f1068
RANDOM SEED=1011826075

node134.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		: 2667.020
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	: 5334.04
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		: 2667.020
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	: 7358.89
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		: 2667.020
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	: 5332.55
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		: 2667.020
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	: 5332.55
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		: 2667.020
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	: 5332.55
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		: 2667.020
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	: 5332.54
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		: 2667.020
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	: 5332.55
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		: 2667.020
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29267220 kB
Buffers:          117688 kB
Cached:            98060 kB
SwapCached:         1008 kB
Active:          1042572 kB
Inactive:         155752 kB
Active(anon):     983184 kB
Inactive(anon):     1616 kB
Active(file):      59388 kB
Inactive(file):   154136 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100112 kB
Dirty:               780 kB
Writeback:             0 kB
AnonPages:       2676416 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             601016 kB
SReclaimable:      43948 kB
SUnreclaim:       557068 kB
KernelStack:        1776 kB
PageTables:         8844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3808084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1148928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71560 MiB
End job on node134 at 2016-06-18 08:57:50