Trace number 4085212

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)372 1800.1 1778.85

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32d2.opb
MD5SUM05a418d42b6e85967009c0fa73623d83
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark372
Best CPU time to get the best result obtained on this benchmark526.275
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 372
Optimality of the best value was proved NO
Number of variables808
Total number of constraints5557
Number of constraints which are clauses5557
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 808
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 808
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 808
Number of bits of the biggest sum of numbers10
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085212-1465231913.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.55/0.34	c ... done. Wall clock time 0.225s.
0.55/0.34	c declared #vars     808
0.55/0.34	c #constraints  5557
0.55/0.34	c constraints type 
0.55/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 289
0.55/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5268
0.55/0.34	c 5557 constraints processed.
0.55/0.34	c objective function length is 808 literals
0.79/0.44	c SATISFIABLE
0.79/0.44	c OPTIMIZING...
0.79/0.44	c Got one! Elapsed wall clock time (in seconds):0.328
0.79/0.44	o 403
1.27/0.73	c Got one! Elapsed wall clock time (in seconds):0.615
1.27/0.73	o 402
1.27/0.74	c Got one! Elapsed wall clock time (in seconds):0.629
1.27/0.74	o 401
1.27/0.75	c Got one! Elapsed wall clock time (in seconds):0.636
1.27/0.75	o 399
1.27/0.77	c Got one! Elapsed wall clock time (in seconds):0.654
1.27/0.77	o 398
1.27/0.79	c Got one! Elapsed wall clock time (in seconds):0.676
1.27/0.79	o 397
1.48/0.81	c Got one! Elapsed wall clock time (in seconds):0.695
1.48/0.81	o 396
1.48/0.84	c Got one! Elapsed wall clock time (in seconds):0.725
1.48/0.84	o 395
1.65/0.93	c Got one! Elapsed wall clock time (in seconds):0.818
1.65/0.93	o 394
1.88/1.11	c cleaning 3596 clauses out of 7209 with flag 5823/7209
2.10/1.39	c Got one! Elapsed wall clock time (in seconds):1.277
2.10/1.39	o 393
2.20/1.46	c cleaning 4513 clauses out of 9025 with flag 4205/12621
2.40/1.65	c Got one! Elapsed wall clock time (in seconds):1.541
2.40/1.65	o 392
2.60/1.80	c cleaning 4772 clauses out of 9572 with flag 7977/17681
2.81/2.03	c Got one! Elapsed wall clock time (in seconds):1.923
2.81/2.03	o 391
2.92/2.18	c Got one! Elapsed wall clock time (in seconds):2.065
2.92/2.18	o 390
3.08/2.22	c Got one! Elapsed wall clock time (in seconds):2.106
3.08/2.22	o 389
3.08/2.29	c cleaning 6050 clauses out of 12115 with flag 3469/24996
3.53/2.62	c cleaning 6024 clauses out of 12064 with flag 17637/30995
3.92/3.03	c Got one! Elapsed wall clock time (in seconds):2.92
3.92/3.03	o 388
4.23/3.36	c Got one! Elapsed wall clock time (in seconds):3.245
4.23/3.36	o 387
4.33/3.45	c cleaning 9056 clauses out of 18123 with flag 2611/43078
4.43/3.53	c Got one! Elapsed wall clock time (in seconds):3.42
4.43/3.53	o 386
4.53/3.61	c Got one! Elapsed wall clock time (in seconds):3.498
4.53/3.61	o 385
4.53/3.67	c Got one! Elapsed wall clock time (in seconds):3.56
4.53/3.67	o 384
4.53/3.69	c Got one! Elapsed wall clock time (in seconds):3.581
4.53/3.69	o 383
4.63/3.73	c Got one! Elapsed wall clock time (in seconds):3.619
4.63/3.73	o 382
4.73/3.81	c Got one! Elapsed wall clock time (in seconds):3.702
4.73/3.81	o 381
4.73/3.88	c cleaning 8061 clauses out of 16121 with flag 2470/50132
4.83/3.95	c Got one! Elapsed wall clock time (in seconds):3.837
4.83/3.95	o 380
4.93/4.01	c Got one! Elapsed wall clock time (in seconds):3.897
4.93/4.01	o 379
4.93/4.03	c Got one! Elapsed wall clock time (in seconds):3.922
4.93/4.03	o 378
5.14/4.22	c cleaning 6910 clauses out of 13824 with flag 7727/55896
5.45/4.58	c cleaning 6448 clauses out of 12913 with flag 22259/61895
5.74/4.81	c Got one! Elapsed wall clock time (in seconds):4.702
5.74/4.81	o 377
5.88/4.97	c cleaning 6123 clauses out of 12247 with flag 6012/67677
6.28/5.35	c cleaning 6060 clauses out of 12127 with flag 21769/73680
6.48/5.52	c Got one! Elapsed wall clock time (in seconds):5.406
6.48/5.52	o 376
6.58/5.68	c Got one! Elapsed wall clock time (in seconds):5.566
6.58/5.68	o 375
6.68/5.74	c cleaning 6338 clauses out of 12680 with flag 2265/80293
6.78/5.86	c Got one! Elapsed wall clock time (in seconds):5.747
6.78/5.86	o 374
6.88/5.97	c Got one! Elapsed wall clock time (in seconds):5.854
6.88/5.97	o 373
6.88/5.99	c Got one! Elapsed wall clock time (in seconds):5.874
6.88/5.99	o 372
7.08/6.11	c cleaning 6291 clauses out of 12596 with flag 5208/86547
7.38/6.45	c cleaning 6143 clauses out of 12309 with flag 19098/92551
7.78/6.85	c cleaning 6573 clauses out of 13164 with flag 35336/99549
8.28/7.33	c cleaning 7295 clauses out of 14592 with flag 53626/107550
8.78/7.88	c cleaning 8147 clauses out of 16294 with flag 74451/116547
9.47/8.51	c cleaning 9076 clauses out of 18152 with flag 97423/126552
10.17/9.24	c cleaning 10032 clauses out of 20071 with flag 122927/137547
11.04/10.06	c cleaning 11017 clauses out of 22039 with flag 150356/149547
11.93/10.98	c cleaning 12013 clauses out of 24025 with flag 180382/162550
13.03/12.07	c cleaning 13006 clauses out of 26011 with flag 212675/176549
14.24/13.29	c cleaning 14003 clauses out of 28005 with flag 247421/191549
15.63/14.63	c cleaning 14998 clauses out of 30001 with flag 284122/207548
17.28/16.15	c cleaning 16003 clauses out of 32005 with flag 323419/224550
18.98/17.80	c cleaning 17001 clauses out of 34002 with flag 364819/242550
20.68/19.52	c cleaning 18000 clauses out of 36002 with flag 408239/261551
22.58/21.42	c cleaning 18997 clauses out of 37999 with flag 454420/281548
24.94/23.62	c cleaning 19996 clauses out of 40002 with flag 503048/302548
26.84/25.57	c cleaning 21001 clauses out of 42006 with flag 553578/324548
29.04/27.75	c cleaning 21997 clauses out of 44004 with flag 606531/347547
31.44/30.13	c cleaning 23004 clauses out of 46007 with flag 661589/371547
34.34/32.93	c cleaning 24002 clauses out of 48007 with flag 719874/396551
37.04/35.60	c cleaning 24997 clauses out of 50011 with flag 780241/422557
39.85/38.50	c cleaning 26000 clauses out of 52009 with flag 843511/449552
43.32/41.70	c cleaning 27003 clauses out of 54005 with flag 908766/477548
46.62/45.04	c cleaning 28000 clauses out of 56002 with flag 977756/506548
50.32/48.58	c cleaning 28998 clauses out of 58005 with flag 1046508/536551
53.81/52.09	c cleaning 29992 clauses out of 60003 with flag 1117843/567547
57.61/55.87	c cleaning 30996 clauses out of 62011 with flag 1191472/599547
61.68/59.77	c cleaning 32009 clauses out of 64018 with flag 1267815/632550
65.68/63.70	c cleaning 33000 clauses out of 66007 with flag 1346143/666548
69.75/67.64	c cleaning 34005 clauses out of 68009 with flag 1427018/701550
74.04/71.86	c cleaning 35002 clauses out of 70006 with flag 1509474/737552
78.75/76.57	c cleaning 35992 clauses out of 72000 with flag 1595297/774548
83.55/81.29	c cleaning 36998 clauses out of 74007 with flag 1682420/812547
88.54/86.29	c cleaning 38009 clauses out of 76018 with flag 1772107/851556
94.02/91.65	c cleaning 38999 clauses out of 78007 with flag 1863688/891554
99.40/96.95	c cleaning 40002 clauses out of 80004 with flag 1957837/932550
105.60/103.10	c cleaning 40998 clauses out of 82001 with flag 2055109/974549
111.50/109.00	c cleaning 41994 clauses out of 84002 with flag 2153722/1017548
118.29/115.65	c cleaning 43001 clauses out of 86007 with flag 2254732/1061547
125.25/122.52	c cleaning 44002 clauses out of 88006 with flag 2358333/1106547
132.13/129.39	c cleaning 44996 clauses out of 90006 with flag 2463842/1152549
139.33/136.56	c cleaning 46006 clauses out of 92011 with flag 2571572/1199550
146.09/143.28	c cleaning 47001 clauses out of 94005 with flag 2682840/1247550
153.97/151.06	c cleaning 47995 clauses out of 96001 with flag 2794541/1296547
162.21/159.21	c cleaning 49009 clauses out of 98017 with flag 2909236/1346558
170.37/167.37	c cleaning 49990 clauses out of 99997 with flag 3026955/1397547
178.82/175.76	c cleaning 50997 clauses out of 102008 with flag 3146599/1449548
187.40/184.27	c cleaning 52001 clauses out of 104010 with flag 3269222/1502547
196.00/192.73	c cleaning 53007 clauses out of 106020 with flag 3393457/1556558
205.37/202.08	c cleaning 54001 clauses out of 108002 with flag 3519952/1611547
214.83/211.41	c cleaning 54996 clauses out of 110001 with flag 3648695/1667547
225.29/221.89	c cleaning 56003 clauses out of 112005 with flag 3779516/1724547
236.25/232.65	c cleaning 57004 clauses out of 114011 with flag 3912521/1782556
247.41/243.73	c cleaning 57998 clauses out of 115998 with flag 4048377/1841547
258.01/254.19	c cleaning 58988 clauses out of 118000 with flag 4186405/1901547
268.79/264.82	c cleaning 60001 clauses out of 120013 with flag 4326252/1962548
279.48/275.31	c cleaning 61002 clauses out of 122013 with flag 4468737/2024549
290.99/286.87	c cleaning 61999 clauses out of 124011 with flag 4613791/2087549
302.39/298.18	c cleaning 62998 clauses out of 126010 with flag 4761669/2151547
314.37/309.90	c cleaning 64002 clauses out of 128012 with flag 4911020/2216547
327.21/322.63	c cleaning 65000 clauses out of 130010 with flag 5063099/2282547
339.99/335.39	c cleaning 66001 clauses out of 132011 with flag 5219075/2349548
353.29/348.54	c cleaning 67006 clauses out of 134012 with flag 5378847/2417550
368.58/363.60	c cleaning 67993 clauses out of 136003 with flag 5537280/2486547
382.17/377.14	c cleaning 68999 clauses out of 138010 with flag 5698065/2556547
396.76/391.60	c cleaning 70001 clauses out of 140013 with flag 5861922/2627549
413.37/407.97	c cleaning 71002 clauses out of 142010 with flag 6026943/2699547
427.48/421.84	c cleaning 72004 clauses out of 144012 with flag 6194152/2772551
443.85/438.02	c cleaning 73006 clauses out of 146011 with flag 6363957/2846554
459.82/453.84	c cleaning 73996 clauses out of 148003 with flag 6536355/2921552
476.54/470.38	c cleaning 75006 clauses out of 150011 with flag 6711367/2997556
492.38/486.01	c cleaning 75988 clauses out of 151996 with flag 6887981/3074547
510.62/504.05	c cleaning 77005 clauses out of 154010 with flag 7067397/3152549
528.62/521.86	c cleaning 78002 clauses out of 156005 with flag 7249496/3231549
547.52/540.53	c cleaning 79001 clauses out of 158004 with flag 7433476/3311550
567.26/560.00	c cleaning 80000 clauses out of 160000 with flag 7620071/3392547
586.58/579.06	c cleaning 80996 clauses out of 162001 with flag 7809136/3474548
608.53/600.64	c cleaning 81991 clauses out of 164004 with flag 8002814/3557547
634.76/626.62	c cleaning 83007 clauses out of 166015 with flag 8195479/3641549
658.56/650.16	c cleaning 83996 clauses out of 168006 with flag 8390567/3726547
683.57/674.67	c cleaning 84995 clauses out of 170010 with flag 8588491/3812547
710.72/701.49	c cleaning 85996 clauses out of 172015 with flag 8789158/3899547
735.87/726.37	c cleaning 87003 clauses out of 174019 with flag 8991470/3987547
765.94/756.06	c cleaning 88003 clauses out of 176017 with flag 9195778/4076548
793.58/783.41	c cleaning 89005 clauses out of 178013 with flag 9402257/4166547
819.95/809.51	c cleaning 89997 clauses out of 180009 with flag 9611462/4257548
848.64/837.93	c cleaning 91005 clauses out of 182011 with flag 9822223/4349547
879.60/868.57	c cleaning 91995 clauses out of 184008 with flag 10036948/4442549
909.14/897.75	c cleaning 92998 clauses out of 186014 with flag 10252652/4536550
937.65/925.97	c cleaning 94004 clauses out of 188013 with flag 10472990/4631547
967.36/955.35	c cleaning 94995 clauses out of 190009 with flag 10700002/4727547
999.31/986.96	c cleaning 95998 clauses out of 192018 with flag 10927655/4824551
1033.88/1021.15	c cleaning 97002 clauses out of 194016 with flag 11158946/4922547
1072.62/1059.51	c cleaning 98004 clauses out of 196014 with flag 11394226/5021547
1107.93/1094.40	c cleaning 99001 clauses out of 198012 with flag 11628466/5121549
1146.67/1132.75	c cleaning 100004 clauses out of 200009 with flag 11866949/5222547
1177.84/1163.33	c cleaning 100993 clauses out of 202006 with flag 12100725/5324548
1210.86/1196.05	c cleaning 102003 clauses out of 204012 with flag 12337879/5427547
1243.40/1228.21	c cleaning 103003 clauses out of 206010 with flag 12577685/5531548
1277.38/1261.89	c cleaning 104000 clauses out of 208006 with flag 12820282/5636547
1310.72/1294.81	c cleaning 105000 clauses out of 210010 with flag 13065063/5742551
1345.54/1329.34	c cleaning 106003 clauses out of 212006 with flag 13311086/5849547
1389.17/1372.60	c cleaning 106997 clauses out of 214006 with flag 13560423/5957550
1424.43/1407.46	c cleaning 108003 clauses out of 216007 with flag 13810204/6066548
1461.06/1443.67	c cleaning 109003 clauses out of 218010 with flag 14063009/6176554
1498.74/1480.94	c cleaning 109991 clauses out of 220000 with flag 14318346/6287547
1536.25/1518.08	c cleaning 111000 clauses out of 222009 with flag 14575911/6399547
1573.99/1555.21	c cleaning 112000 clauses out of 224009 with flag 14835645/6512547
1612.26/1593.02	c cleaning 112993 clauses out of 226010 with flag 15097313/6626548
1651.68/1632.15	c cleaning 114011 clauses out of 228027 with flag 15360728/6741558
1691.77/1671.77	c cleaning 115006 clauses out of 230011 with flag 15626213/6857553
1728.04/1707.56	c cleaning 115996 clauses out of 231999 with flag 15894104/6974547
1762.73/1741.89	c cleaning 116998 clauses out of 234003 with flag 16164217/7092547
1798.87/1777.69	c cleaning 118004 clauses out of 236008 with flag 16437449/7211550
1800.10/1778.81	c starts		: 477
1800.10/1778.81	c conflicts		: 7221237
1800.10/1778.81	c decisions		: 9485945
1800.10/1778.81	c propagations		: 91188062
1800.10/1778.81	c inspects		: 33387313534
1800.10/1778.81	c shortcuts		: 0
1800.10/1778.81	c learnt literals	: 0
1800.10/1778.81	c learnt binary clauses	: 0
1800.10/1778.81	c learnt ternary clauses	: 0
1800.10/1778.81	c learnt constraints	: 7221237
1800.10/1778.81	c ignored constraints	: 0
1800.10/1778.81	c root simplifications	: 0
1800.10/1778.81	c removed literals (reason simplification)	: 0
1800.10/1778.81	c reason swapping (by a shorter reason)	: 0
1800.10/1778.81	c Calls to reduceDB	: 127
1800.10/1778.81	c Number of update (reduction) of LBD	: 1569894
1800.10/1778.81	c Imported unit clauses	: 0
1800.10/1778.81	c number of reductions to clauses (during analyze)	: 0
1800.10/1778.81	c number of learned constraints concerned by reduction	: 0
1800.10/1778.81	c number of learning phase by resolution	: 0
1800.10/1778.81	c number of learning phase by cutting planes	: 0
1800.10/1778.81	c speed (assignments/second)	: 51273.377985996936
1800.10/1778.81	c non guided choices	0
1800.10/1778.84	c learnt constraints type 
1800.10/1778.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 127691
1800.10/1778.84	s SATISFIABLE
1800.10/1778.84	c Found 31 solution(s)
1800.10/1778.84	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 x499 -x500 x501 -x502 x503 -x504 x505 -x506 x507 -x508 x509 -x510 x511 -x512 -x513 x514 x515 -x516 -x517 x518 -x519 x520 -x521 x522 -x523 x524 x525 -x526 -x527 x528 -x529 x530 -x531 x532 -x533 x534 x535 -x536 -x537 x538 x539 -x540 -x541 x542 -x543 x544 -x545 x546 -x547 x548 -x549 x550 x551 -x552 -x553 x554 x555 -x556 -x557 x558 -x559 x560 -x561 x562 x563 -x564 -x565 x566 -x567 x568 -x569 x570 x571 -x572 -x573 x574 -x575 x576 -x577 x578 -x579 x580 -x581 x582 x583 -x584 -x585 x586 -x587 x588 x589 -x590 -x591 x592 -x593 x594 x595 -x596 -x597 x598 -x599 x600 -x601 x602 x603 -x604 -x605 x606 -x607 x608 -x609 x610 -x611 x612 x613 -x614 -x615 x616 -x617 x618 -x619 x620 -x621 x622 x623 -x624 -x625 x626 -x627 x628 -x629 x630 x631 -x632 -x633 x634 x635 -x636 -x637 x638 -x639 x640 -x641 x642 -x643 x644 -x645 x646 x647 -x648 -x649 x650 x651 -x652 -x653 x654 -x655 x656 -x657 x658 x659 -x660 -x661 x662 -x663 x664 -x665 x666 -x667 x668 -x669 x670 x671 -x672 -x673 x674 -x675 x676 -x677 x678 x679 -x680 -x681 x682 x683 -x684 -x685 x686 -x687 x688 -x689 x690 x691 -x692 -x693 x694 -x695 x696 -x697 x698 x699 -x700 -x701 x702 -x703 x704 -x705 x706 -x707 x708 -x709 x710 x711 -x712 -x713 x714 x715 -x716 -x717 x718 -x719 x720 -x721 x722 -x723 x724 -x725 x726 x727 -x728 -x729 x730 -x731 x732 x733 -x734 -x735 x736 -x737 x738 x739 -x740 -x741 -x742 -x743 x744 -x745 x746 -x747 x748 x749 -x750 -x751 x752 -x753 x754 x755 -x756 -x757 x758 -x759 x760 -x761 x762 -x763 x764 -x765 x766 x767 -x768 -x769 x770 -x771 x772 x773 -x774 -x775 x776 -x777 x778 x779 -x780 -x781 x782 -x783 x784 x785 -x786 -x787 x788 -x789 -x790 -x791 -x792 -x793 x794 -x795 x796 -x797 x798 x799 -x800 -x801 x802 -x803 x804 -x805 x806 x807 -x808 
1800.10/1778.84	c objective function=372
1800.10/1778.84	c Total wall clock time (in seconds): 1778.728

Verifier Data

OK	372

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-4085212-1465231913/watcher-4085212-1465231913 -o /tmp/evaluation-result-4085212-1465231913/solver-4085212-1465231913 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465222695-5849 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085212-1465231913.opb 

pid=7669
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.29 2.24 2.19 3/194 7672
/proc/meminfo: memFree=30200756/32872528 swapFree=16204/1518544
[pid=7672] ppid=7669 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/7672/stat : 7672 (java) R 7669 7672 5832 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 105124121 278528 33 33554432000 1073741824 1073778376 140735703454800 140733885314600 229346733237 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7672/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.29 2.24 2.19 3/194 7672
/proc/meminfo: memFree=30200756/32872528 swapFree=16204/1518544
[pid=7672] ppid=7669 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/7672/stat : 7672 (java) S 7669 7672 5832 0 -1 4202496 4394 0 1 0 8 1 0 0 20 0 18 0 105124121 9787879424 6023 33554432000 1073741824 1073778376 140735703454800 140735703445936 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7672/statm: 2389619 6023 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20021 s]
/proc/loadavg: 2.29 2.24 2.19 3/194 7672
/proc/meminfo: memFree=30200756/32872528 swapFree=16204/1518544
[pid=7672] ppid=7669 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/7672/stat : 7672 (java) S 7669 7672 5832 0 -1 4202496 4998 0 1 0 26 1 0 0 20 0 18 0 105124121 9787879424 6959 33554432000 1073741824 1073778376 140735703454800 140735703445936 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7672/statm: 2389619 6959 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 2.29 2.24 2.19 3/194 7672
/proc/meminfo: memFree=30200756/32872528 swapFree=16204/1518544
[pid=7672] ppid=7669 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/7672/stat : 7672 (java) S 7669 7672 5832 0 -1 4202496 7431 0 1 0 53 2 0 0 20 0 18 0 105124121 9787879424 9805 33554432000 1073741824 1073778376 140735703454800 140735703445936 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7672/statm: 2389619 9805 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700154 s]
/proc/loadavg: 2.29 2.24 2.19 3/194 7672
/proc/meminfo: memFree=30200756/32872528 swapFree=16204/1518544
[pid=7672] ppid=7669 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/7672/stat : 7672 (java) S 7669 7672 5832 0 -1 4202496 8511 0 1 0 125 2 0 0 20 0 19 0 105124121 9856040960 12014 33554432000 1073741824 1073778376 140735703454800 140735703445936 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7672/statm: 2406260 12014 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.29 2.24 2.19 5/213 7691
/proc/meminfo: memFree=30152444/32872528 swapFree=16204/1518544
[pid=7672] ppid=7669 vsize=9625040 CPUtime=2.3 cores=1,3,5,7
/proc/7672/stat : 7672 (java) S 7669 7672 5832 0 -1 4202496 9500 0 1 0 228 2 0 0 20 0 19 0 105124121 9856040960 16877 33554432000 1073741824 1073778376 140735703454800 140735703445936 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7672/statm: 2406260 16877 2268 9 0 2396937 0
[pid=7672/tid=7674] ppid=7669 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/7672/task/7674/stat : 7674 (java) R 7669 7672 5832 0 -1 4202560 2421 0 1 0 143 2 0 0 20 0 19 0 105124122 9856040960 16877 33554432000 1073741824 1073778376 140735703454800 140534167506640 140534031877799 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7672/tid=7675] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7675/stat : 7675 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 16877 33554432000 1073741824 1073778376 140735703454800 140534156577832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7676] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7676/stat : 7676 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 16877 33554432000 1073741824 1073778376 140735703454800 140534155525032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7677] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7677/stat : 7677 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 16877 33554432000 1073741824 1073778376 140735703454800 140534154472232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7672/tid=7678] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7678/stat : 7678 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 16877 33554432000 1073741824 1073778376 140735703454800 140534153419432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7672/tid=7679] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7679/stat : 7679 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 16877 33554432000 1073741824 1073778376 140735703454800 140534152366632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7680] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7680/stat : 7680 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 16877 33554432000 1073741824 1073778376 140735703454800 140534151313832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7672/tid=7681] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7681/stat : 7681 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 16877 33554432000 1073741824 1073778376 140735703454800 140534150261032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7682] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7682/stat : 7682 (java) S 7669 7672 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 16877 33554432000 1073741824 1073778376 140735703454800 140534003480744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7683] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7683/stat : 7683 (java) S 7669 7672 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105124125 9856040960 16877 33554432000 1073741824 1073778376 140735703454800 140533991283688 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7684] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7684/stat : 7684 (java) S 7669 7672 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105124125 9856040960 16877 33554432000 1073741824 1073778376 140735703454800 140533990229752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7685] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7685/stat : 7685 (java) S 7669 7672 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105124125 9856040960 16877 33554432000 1073741824 1073778376 140735703454800 140533989176840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7686] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7686/stat : 7686 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124127 9856040960 16877 33554432000 1073741824 1073778376 140735703454800 140533988125328 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7687] ppid=7669 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/7672/task/7687/stat : 7687 (java) S 7669 7672 5832 0 -1 4202560 2751 0 0 0 40 0 0 0 20 0 19 0 105124127 9856040960 16877 33554432000 1073741824 1073778376 140735703454800 140533987072440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7688] ppid=7669 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/7672/task/7688/stat : 7688 (java) S 7669 7672 5832 0 -1 4202560 3056 0 0 0 41 0 0 0 20 0 19 0 105124127 9856040960 16877 33554432000 1073741824 1073778376 140735703454800 140533986019640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7689] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7689/stat : 7689 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124127 9856040960 16877 33554432000 1073741824 1073778376 140735703454800 140533984967032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7690] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7690/stat : 7690 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124127 9856040960 16877 33554432000 1073741824 1073778376 140735703454800 140533983914440 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7691] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7691/stat : 7691 (java) S 7669 7672 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105124156 9856040960 16877 33554432000 1073741824 1073778376 140735703454800 140533982860968 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.29 2.24 2.19 6/213 7691
/proc/meminfo: memFree=30123028/32872528 swapFree=16204/1518544
[pid=7672] ppid=7669 vsize=9625040 CPUtime=4.02 cores=1,3,5,7
/proc/7672/stat : 7672 (java) S 7669 7672 5832 0 -1 4202496 9589 0 1 0 399 3 0 0 20 0 19 0 105124121 9856040960 27629 33554432000 1073741824 1073778376 140735703454800 140735703445936 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7672/statm: 2406260 27629 2268 9 0 2396937 0
[pid=7672/tid=7674] ppid=7669 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/7672/task/7674/stat : 7674 (java) R 7669 7672 5832 0 -1 4202560 2443 0 1 0 302 3 0 0 20 0 19 0 105124122 9856040960 27629 33554432000 1073741824 1073778376 140735703454800 140534167515432 140534031931050 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7672/tid=7675] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7675/stat : 7675 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 27629 33554432000 1073741824 1073778376 140735703454800 140534156577832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7676] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7676/stat : 7676 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 27629 33554432000 1073741824 1073778376 140735703454800 140534155525032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7677] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7677/stat : 7677 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 27629 33554432000 1073741824 1073778376 140735703454800 140534154472232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7672/tid=7678] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7678/stat : 7678 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 27629 33554432000 1073741824 1073778376 140735703454800 140534153419432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7672/tid=7679] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7679/stat : 7679 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 27629 33554432000 1073741824 1073778376 140735703454800 140534152366632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7680] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7680/stat : 7680 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 27629 33554432000 1073741824 1073778376 140735703454800 140534151313832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7672/tid=7681] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7681/stat : 7681 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 27629 33554432000 1073741824 1073778376 140735703454800 140534150261032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7682] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7682/stat : 7682 (java) S 7669 7672 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 27629 33554432000 1073741824 1073778376 140735703454800 140534003480744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7683] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7683/stat : 7683 (java) S 7669 7672 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105124125 9856040960 27629 33554432000 1073741824 1073778376 140735703454800 140533991283688 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7684] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7684/stat : 7684 (java) S 7669 7672 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105124125 9856040960 27629 33554432000 1073741824 1073778376 140735703454800 140533990229752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7685] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7685/stat : 7685 (java) S 7669 7672 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105124125 9856040960 27629 33554432000 1073741824 1073778376 140735703454800 140533989176840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7686] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7686/stat : 7686 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124127 9856040960 27629 33554432000 1073741824 1073778376 140735703454800 140533988125328 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7687] ppid=7669 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/7672/task/7687/stat : 7687 (java) S 7669 7672 5832 0 -1 4202560 2818 0 0 0 49 0 0 0 20 0 19 0 105124127 9856040960 27629 33554432000 1073741824 1073778376 140735703454800 140533987072440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7688] ppid=7669 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/7672/task/7688/stat : 7688 (java) S 7669 7672 5832 0 -1 4202560 3056 0 0 0 45 0 0 0 20 0 19 0 105124127 9856040960 27629 33554432000 1073741824 1073778376 140735703454800 140533986019640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7689] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7689/stat : 7689 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124127 9856040960 27629 33554432000 1073741824 1073778376 140735703454800 140533984967032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7690] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7690/stat : 7690 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124127 9856040960 27629 33554432000 1073741824 1073778376 140735703454800 140533983914440 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7691] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7691/stat : 7691 (java) S 7669 7672 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105124156 9856040960 27629 33554432000 1073741824 1073778376 140735703454800 140533982860968 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.35 2.25 2.19 4/213 7691
/proc/meminfo: memFree=30031132/32872528 swapFree=16204/1518544
[pid=7672] ppid=7669 vsize=9625040 CPUtime=7.28 cores=1,3,5,7
/proc/7672/stat : 7672 (java) S 7669 7672 5832 0 -1 4202496 9667 0 1 0 722 6 0 0 20 0 19 0 105124121 9856040960 44345 33554432000 1073741824 1073778376 140735703454800 140735703445936 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7672/statm: 2406260 44345 2282 9 0 2396937 0
[pid=7672/tid=7674] ppid=7669 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/7672/task/7674/stat : 7674 (java) R 7669 7672 5832 0 -1 4202560 2473 0 1 0 620 3 0 0 20 0 19 0 105124122 9856040960 44345 33554432000 1073741824 1073778376 140735703454800 140534167506640 140534031721307 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7675] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7675/stat : 7675 (java) S 7669 7672 5832 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 44345 33554432000 1073741824 1073778376 140735703454800 140534156577832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7676] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7676/stat : 7676 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 44345 33554432000 1073741824 1073778376 140735703454800 140534155525032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7677] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7677/stat : 7677 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 44345 33554432000 1073741824 1073778376 140735703454800 140534154472232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7672/tid=7678] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7678/stat : 7678 (java) S 7669 7672 5832 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 44345 33554432000 1073741824 1073778376 140735703454800 140534153419432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7672/tid=7679] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7679/stat : 7679 (java) S 7669 7672 5832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 44345 33554432000 1073741824 1073778376 140735703454800 140534152366632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7672/tid=7680] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7680/stat : 7680 (java) S 7669 7672 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 44345 33554432000 1073741824 1073778376 140735703454800 140534151313832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7681] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7681/stat : 7681 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 44345 33554432000 1073741824 1073778376 140735703454800 140534150261032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7682] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7682/stat : 7682 (java) S 7669 7672 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105124124 9856040960 44345 33554432000 1073741824 1073778376 140735703454800 140534003480744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7683] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7683/stat : 7683 (java) S 7669 7672 5832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105124125 9856040960 44345 33554432000 1073741824 1073778376 140735703454800 140533991283688 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7684] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7684/stat : 7684 (java) S 7669 7672 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105124125 9856040960 44345 33554432000 1073741824 1073778376 140735703454800 140533990229752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7685] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7685/stat : 7685 (java) S 7669 7672 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105124125 9856040960 44345 33554432000 1073741824 1073778376 140735703454800 140533989176840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7686] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7686/stat : 7686 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124127 9856040960 44345 33554432000 1073741824 1073778376 140735703454800 140533988125328 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7687] ppid=7669 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/7672/task/7687/stat : 7687 (java) S 7669 7672 5832 0 -1 4202560 2818 0 0 0 51 0 0 0 20 0 19 0 105124127 9856040960 44345 33554432000 1073741824 1073778376 140735703454800 140533987072440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7688] ppid=7669 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/7672/task/7688/stat : 7688 (java) S 7669 7672 5832 0 -1 4202560 3056 0 0 0 45 0 0 0 20 0 19 0 105124127 9856040960 44345 33554432000 1073741824 1073778376 140735703454800 140533986019640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7689] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7689/stat : 7689 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124127 9856040960 44345 33554432000 1073741824 1073778376 140735703454800 140533984967032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7690] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7690/stat : 7690 (java) S 7669 7672 5832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105124127 9856040960 44345 33554432000 1073741824 1073778376 140735703454800 140533983914440 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7691] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7691/stat : 7691 (java) S 7669 7672 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105124156 9856040960 44345 33554432000 1073741824 1073778376 140735703454800 140533982860968 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 9625040


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

[pid=7672/tid=7691] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7691/stat : 7691 (java) S 7669 7672 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105124156 9856040960 158095 33554432000 1073741824 1073778376 140735703454800 140533982860968 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1621.67
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.15 2.16 2.16 3/213 7884
/proc/meminfo: memFree=29758460/32872528 swapFree=16204/1518544
[pid=7672] ppid=7669 vsize=9625040 CPUtime=1682.31 cores=1,3,5,7
/proc/7672/stat : 7672 (java) S 7669 7672 5832 0 -1 4202496 27941 0 1 0 168043 188 0 0 20 0 19 0 105124121 9856040960 153253 33554432000 1073741824 1073778376 140735703454800 140735703445936 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7672/statm: 2406260 153253 2291 9 0 2396937 0
[pid=7672/tid=7674] ppid=7669 vsize=9625040 CPUtime=1644 cores=1,3,5,7
/proc/7672/task/7674/stat : 7674 (java) R 7669 7672 5832 0 -1 4202560 2896 0 1 0 164370 30 0 0 20 0 19 0 105124122 9856040960 153253 33554432000 1073741824 1073778376 140735703454800 140534167514336 140534031721307 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7675] ppid=7669 vsize=9625040 CPUtime=3.32 cores=1,3,5,7
/proc/7672/task/7675/stat : 7675 (java) S 7669 7672 5832 0 -1 4202560 2976 0 0 0 313 19 0 0 20 0 19 0 105124124 9856040960 153253 33554432000 1073741824 1073778376 140735703454800 140534156577832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7672/tid=7676] ppid=7669 vsize=9625040 CPUtime=3.34 cores=1,3,5,7
/proc/7672/task/7676/stat : 7676 (java) S 7669 7672 5832 0 -1 4202560 1363 0 0 0 316 18 0 0 20 0 19 0 105124124 9856040960 153253 33554432000 1073741824 1073778376 140735703454800 140534155525032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7672/tid=7677] ppid=7669 vsize=9625040 CPUtime=3.35 cores=1,3,5,7
/proc/7672/task/7677/stat : 7677 (java) S 7669 7672 5832 0 -1 4202560 2091 0 0 0 319 16 0 0 20 0 19 0 105124124 9856040960 153253 33554432000 1073741824 1073778376 140735703454800 140534154472232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7678] ppid=7669 vsize=9625040 CPUtime=3.45 cores=1,3,5,7
/proc/7672/task/7678/stat : 7678 (java) S 7669 7672 5832 0 -1 4202560 2333 0 0 0 324 21 0 0 20 0 19 0 105124124 9856040960 153253 33554432000 1073741824 1073778376 140735703454800 140534153419432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7672/tid=7679] ppid=7669 vsize=9625040 CPUtime=3.33 cores=1,3,5,7
/proc/7672/task/7679/stat : 7679 (java) S 7669 7672 5832 0 -1 4202560 1584 0 0 0 314 19 0 0 20 0 19 0 105124124 9856040960 153253 33554432000 1073741824 1073778376 140735703454800 140534152366632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7680] ppid=7669 vsize=9625040 CPUtime=3.21 cores=1,3,5,7
/proc/7672/task/7680/stat : 7680 (java) S 7669 7672 5832 0 -1 4202560 2425 0 0 0 304 17 0 0 20 0 19 0 105124124 9856040960 153253 33554432000 1073741824 1073778376 140735703454800 140534151313832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7672/tid=7681] ppid=7669 vsize=9625040 CPUtime=3.39 cores=1,3,5,7
/proc/7672/task/7681/stat : 7681 (java) S 7669 7672 5832 0 -1 4202560 1862 0 0 0 319 20 0 0 20 0 19 0 105124124 9856040960 153253 33554432000 1073741824 1073778376 140735703454800 140534150261032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7682] ppid=7669 vsize=9625040 CPUtime=3.34 cores=1,3,5,7
/proc/7672/task/7682/stat : 7682 (java) S 7669 7672 5832 0 -1 4202560 1791 0 0 0 316 18 0 0 20 0 19 0 105124124 9856040960 153253 33554432000 1073741824 1073778376 140735703454800 140534003480744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7672/tid=7683] ppid=7669 vsize=9625040 CPUtime=6.05 cores=1,3,5,7
/proc/7672/task/7683/stat : 7683 (java) S 7669 7672 5832 0 -1 4202560 1329 0 0 0 599 6 0 0 20 0 19 0 105124125 9856040960 153253 33554432000 1073741824 1073778376 140735703454800 140533991283688 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7684] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7684/stat : 7684 (java) S 7669 7672 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105124125 9856040960 153253 33554432000 1073741824 1073778376 140735703454800 140533990229752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7685] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7685/stat : 7685 (java) S 7669 7672 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105124125 9856040960 153253 33554432000 1073741824 1073778376 140735703454800 140533989176840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7686] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7686/stat : 7686 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124127 9856040960 153253 33554432000 1073741824 1073778376 140735703454800 140533988125328 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7687] ppid=7669 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/7672/task/7687/stat : 7687 (java) S 7669 7672 5832 0 -1 4202560 2882 0 0 0 53 0 0 0 20 0 19 0 105124127 9856040960 153253 33554432000 1073741824 1073778376 140735703454800 140533987072440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7688] ppid=7669 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/7672/task/7688/stat : 7688 (java) S 7669 7672 5832 0 -1 4202560 3056 0 0 0 45 0 0 0 20 0 19 0 105124127 9856040960 153253 33554432000 1073741824 1073778376 140735703454800 140533986019640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7689] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7689/stat : 7689 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124127 9856040960 153253 33554432000 1073741824 1073778376 140735703454800 140533984967032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7690] ppid=7669 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/7672/task/7690/stat : 7690 (java) S 7669 7672 5832 0 -1 4202560 95 0 0 0 22 32 0 0 20 0 19 0 105124127 9856040960 153253 33554432000 1073741824 1073778376 140735703454800 140533983914440 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7691] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7691/stat : 7691 (java) S 7669 7672 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105124156 9856040960 153253 33554432000 1073741824 1073778376 140735703454800 140533982860968 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1682.31
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.21 2.16 2.16 3/214 7888
/proc/meminfo: memFree=29823068/32872528 swapFree=16204/1518544
[pid=7672] ppid=7669 vsize=9625040 CPUtime=1743.07 cores=1,3,5,7
/proc/7672/stat : 7672 (java) S 7669 7672 5832 0 -1 4202496 29223 0 1 0 174117 190 0 0 20 0 19 0 105124121 9856040960 137164 33554432000 1073741824 1073778376 140735703454800 140735703445936 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7672/statm: 2406260 137164 2291 9 0 2396937 0
[pid=7672/tid=7674] ppid=7669 vsize=9625040 CPUtime=1703.23 cores=1,3,5,7
/proc/7672/task/7674/stat : 7674 (java) R 7669 7672 5832 0 -1 4202560 2917 0 1 0 170292 31 0 0 20 0 19 0 105124122 9856040960 137164 33554432000 1073741824 1073778376 140735703454800 140534167514336 140534031631437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7675] ppid=7669 vsize=9625040 CPUtime=3.48 cores=1,3,5,7
/proc/7672/task/7675/stat : 7675 (java) S 7669 7672 5832 0 -1 4202560 2977 0 0 0 329 19 0 0 20 0 19 0 105124124 9856040960 137164 33554432000 1073741824 1073778376 140735703454800 140534156577832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7676] ppid=7669 vsize=9625040 CPUtime=3.5 cores=1,3,5,7
/proc/7672/task/7676/stat : 7676 (java) S 7669 7672 5832 0 -1 4202560 1517 0 0 0 332 18 0 0 20 0 19 0 105124124 9856040960 137164 33554432000 1073741824 1073778376 140735703454800 140534155525032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7677] ppid=7669 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/7672/task/7677/stat : 7677 (java) S 7669 7672 5832 0 -1 4202560 2326 0 0 0 331 16 0 0 20 0 19 0 105124124 9856040960 137164 33554432000 1073741824 1073778376 140735703454800 140534154472232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7672/tid=7678] ppid=7669 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/7672/task/7678/stat : 7678 (java) S 7669 7672 5832 0 -1 4202560 2478 0 0 0 335 21 0 0 20 0 19 0 105124124 9856040960 137164 33554432000 1073741824 1073778376 140735703454800 140534153419432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7672/tid=7679] ppid=7669 vsize=9625040 CPUtime=3.46 cores=1,3,5,7
/proc/7672/task/7679/stat : 7679 (java) S 7669 7672 5832 0 -1 4202560 1584 0 0 0 327 19 0 0 20 0 19 0 105124124 9856040960 137164 33554432000 1073741824 1073778376 140735703454800 140534152366632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7680] ppid=7669 vsize=9625040 CPUtime=3.39 cores=1,3,5,7
/proc/7672/task/7680/stat : 7680 (java) S 7669 7672 5832 0 -1 4202560 2860 0 0 0 321 18 0 0 20 0 19 0 105124124 9856040960 137164 33554432000 1073741824 1073778376 140735703454800 140534151313832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7681] ppid=7669 vsize=9625040 CPUtime=3.52 cores=1,3,5,7
/proc/7672/task/7681/stat : 7681 (java) S 7669 7672 5832 0 -1 4202560 1862 0 0 0 332 20 0 0 20 0 19 0 105124124 9856040960 137164 33554432000 1073741824 1073778376 140735703454800 140534150261032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7672/tid=7682] ppid=7669 vsize=9625040 CPUtime=3.45 cores=1,3,5,7
/proc/7672/task/7682/stat : 7682 (java) S 7669 7672 5832 0 -1 4202560 2048 0 0 0 327 18 0 0 20 0 19 0 105124124 9856040960 137164 33554432000 1073741824 1073778376 140735703454800 140534003480744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7683] ppid=7669 vsize=9625040 CPUtime=6.33 cores=1,3,5,7
/proc/7672/task/7683/stat : 7683 (java) S 7669 7672 5832 0 -1 4202560 1359 0 0 0 627 6 0 0 20 0 19 0 105124125 9856040960 137164 33554432000 1073741824 1073778376 140735703454800 140533991283688 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7684] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7684/stat : 7684 (java) S 7669 7672 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105124125 9856040960 137164 33554432000 1073741824 1073778376 140735703454800 140533990229752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7685] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7685/stat : 7685 (java) S 7669 7672 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105124125 9856040960 137164 33554432000 1073741824 1073778376 140735703454800 140533989176840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7686] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7686/stat : 7686 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124127 9856040960 137164 33554432000 1073741824 1073778376 140735703454800 140533988125328 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7687] ppid=7669 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/7672/task/7687/stat : 7687 (java) S 7669 7672 5832 0 -1 4202560 2882 0 0 0 53 0 0 0 20 0 19 0 105124127 9856040960 137164 33554432000 1073741824 1073778376 140735703454800 140533987072440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7688] ppid=7669 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/7672/task/7688/stat : 7688 (java) S 7669 7672 5832 0 -1 4202560 3056 0 0 0 45 0 0 0 20 0 19 0 105124127 9856040960 137164 33554432000 1073741824 1073778376 140735703454800 140533986019640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7689] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7689/stat : 7689 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124127 9856040960 137164 33554432000 1073741824 1073778376 140735703454800 140533984967032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7690] ppid=7669 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/7672/task/7690/stat : 7690 (java) S 7669 7672 5832 0 -1 4202560 99 0 0 0 23 33 0 0 20 0 19 0 105124127 9856040960 137164 33554432000 1073741824 1073778376 140735703454800 140533983914440 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7691] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7691/stat : 7691 (java) S 7669 7672 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105124156 9856040960 137164 33554432000 1073741824 1073778376 140735703454800 140533982860968 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1743.07
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.81 s]
/proc/loadavg: 2.26 2.18 2.17 3/213 7889
/proc/meminfo: memFree=29819728/32872528 swapFree=16204/1518544
[pid=7672] ppid=7669 vsize=9625040 CPUtime=1800.1 cores=1,3,5,7
/proc/7672/stat : 7672 (java) S 7669 7672 5832 0 -1 4202496 30412 0 1 0 179817 193 0 0 20 0 19 0 105124121 9856040960 137854 33554432000 1073741824 1073778376 140735703454800 140735703445936 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7672/statm: 2406260 137854 2291 9 0 2396937 0
[pid=7672/tid=7674] ppid=7669 vsize=9625040 CPUtime=1759.1 cores=1,3,5,7
/proc/7672/task/7674/stat : 7674 (java) R 7669 7672 5832 0 -1 4202560 2929 0 1 0 175878 32 0 0 20 0 19 0 105124122 9856040960 137854 33554432000 1073741824 1073778376 140735703454800 140534167514336 140534031650728 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7672/tid=7675] ppid=7669 vsize=9625040 CPUtime=3.6 cores=1,3,5,7
/proc/7672/task/7675/stat : 7675 (java) S 7669 7672 5832 0 -1 4202560 3203 0 0 0 340 20 0 0 20 0 19 0 105124124 9856040960 137854 33554432000 1073741824 1073778376 140735703454800 140534156577832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7676] ppid=7669 vsize=9625040 CPUtime=3.6 cores=1,3,5,7
/proc/7672/task/7676/stat : 7676 (java) S 7669 7672 5832 0 -1 4202560 1723 0 0 0 342 18 0 0 20 0 19 0 105124124 9856040960 137854 33554432000 1073741824 1073778376 140735703454800 140534155525032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7677] ppid=7669 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/7672/task/7677/stat : 7677 (java) S 7669 7672 5832 0 -1 4202560 2479 0 0 0 340 16 0 0 20 0 19 0 105124124 9856040960 137854 33554432000 1073741824 1073778376 140735703454800 140534154472232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7678] ppid=7669 vsize=9625040 CPUtime=3.67 cores=1,3,5,7
/proc/7672/task/7678/stat : 7678 (java) S 7669 7672 5832 0 -1 4202560 2478 0 0 0 346 21 0 0 20 0 19 0 105124124 9856040960 137854 33554432000 1073741824 1073778376 140735703454800 140534153419432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7672/tid=7679] ppid=7669 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/7672/task/7679/stat : 7679 (java) S 7669 7672 5832 0 -1 4202560 1593 0 0 0 335 19 0 0 20 0 19 0 105124124 9856040960 137854 33554432000 1073741824 1073778376 140735703454800 140534152366632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7672/tid=7680] ppid=7669 vsize=9625040 CPUtime=3.5 cores=1,3,5,7
/proc/7672/task/7680/stat : 7680 (java) S 7669 7672 5832 0 -1 4202560 3157 0 0 0 332 18 0 0 20 0 19 0 105124124 9856040960 137854 33554432000 1073741824 1073778376 140735703454800 140534151313832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7681] ppid=7669 vsize=9625040 CPUtime=3.59 cores=1,3,5,7
/proc/7672/task/7681/stat : 7681 (java) S 7669 7672 5832 0 -1 4202560 1890 0 0 0 339 20 0 0 20 0 19 0 105124124 9856040960 137854 33554432000 1073741824 1073778376 140735703454800 140534150261032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7672/tid=7682] ppid=7669 vsize=9625040 CPUtime=3.53 cores=1,3,5,7
/proc/7672/task/7682/stat : 7682 (java) S 7669 7672 5832 0 -1 4202560 2161 0 0 0 335 18 0 0 20 0 19 0 105124124 9856040960 137854 33554432000 1073741824 1073778376 140735703454800 140534003480744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7683] ppid=7669 vsize=9625040 CPUtime=6.58 cores=1,3,5,7
/proc/7672/task/7683/stat : 7683 (java) S 7669 7672 5832 0 -1 4202560 1500 0 0 0 652 6 0 0 20 0 19 0 105124125 9856040960 137854 33554432000 1073741824 1073778376 140735703454800 140533991283688 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7672/tid=7684] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7684/stat : 7684 (java) S 7669 7672 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105124125 9856040960 137854 33554432000 1073741824 1073778376 140735703454800 140533990229752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7685] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7685/stat : 7685 (java) S 7669 7672 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105124125 9856040960 137854 33554432000 1073741824 1073778376 140735703454800 140533989176840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7686] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7686/stat : 7686 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124127 9856040960 137854 33554432000 1073741824 1073778376 140735703454800 140533988125328 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7687] ppid=7669 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/7672/task/7687/stat : 7687 (java) S 7669 7672 5832 0 -1 4202560 2882 0 0 0 53 0 0 0 20 0 19 0 105124127 9856040960 137854 33554432000 1073741824 1073778376 140735703454800 140533987072440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7688] ppid=7669 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/7672/task/7688/stat : 7688 (java) S 7669 7672 5832 0 -1 4202560 3056 0 0 0 45 0 0 0 20 0 19 0 105124127 9856040960 137854 33554432000 1073741824 1073778376 140735703454800 140533986019640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7689] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7689/stat : 7689 (java) S 7669 7672 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105124127 9856040960 137854 33554432000 1073741824 1073778376 140735703454800 140533984967032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7672/tid=7690] ppid=7669 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/7672/task/7690/stat : 7690 (java) S 7669 7672 5832 0 -1 4202560 103 0 0 0 24 34 0 0 20 0 19 0 105124127 9856040960 137854 33554432000 1073741824 1073778376 140735703454800 140533983914440 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7672/tid=7691] ppid=7669 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7672/task/7691/stat : 7691 (java) S 7669 7672 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105124156 9856040960 137854 33554432000 1073741824 1073778376 140735703454800 140533982860968 229359269801 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) 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 7672 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 7672 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=820297
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=361640
# CPU time returned by wait4() is 1796.18
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1778.85
CPU time (s): 1800.1
CPU user time (s): 1798.17
CPU system time (s): 1.93
CPU usage (%): 101.195
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.82
system time used= 2.36164
maximum resident set size= 693828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30452
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52335
involuntary context switches= 55291

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3714 second user time and 13.8329 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-06 18:51:53
IDJOB=4085212
IDBENCH=2106
IDSOLVER=2546
FILE ID=node129/4085212-1465231913
RUNJOBID= node129-1465222695-5849
PBS_JOBID= 19843233
Free space on /tmp= 71736 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-ii32d2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085212-1465231913/watcher-4085212-1465231913 -o /tmp/evaluation-result-4085212-1465231913/solver-4085212-1465231913 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465222695-5849 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085212-1465231913.opb

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

MD5SUM BENCH= 05a418d42b6e85967009c0fa73623d83
RANDOM SEED=1454877528

node129.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.715
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	: 5333.43
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.715
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	: 5332.55
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.715
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.56
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.715
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		: 2666.715
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		: 2666.715
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.55
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.715
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		: 2666.715
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:        30201672 kB
Buffers:           22424 kB
Cached:            85032 kB
SwapCached:         1828 kB
Active:           403328 kB
Inactive:          48876 kB
Active(anon):     346132 kB
Inactive(anon):     1112 kB
Active(file):      57196 kB
Inactive(file):    47764 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098604 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       1864752 kB
Mapped:            15360 kB
Shmem:                 0 kB
Slab:             566068 kB
SReclaimable:      10112 kB
SUnreclaim:       555956 kB
KernelStack:        1768 kB
PageTables:         7592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2250536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1824768 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= 71736 MiB
End job on node129 at 2016-06-06 19:21:32