Trace number 4099845

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 PB16? (TO) 1800.75 1783.55

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3709.opb
MD5SUMdad6f5146620d8430edee27ea3d7a019
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 77
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 658426
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 658426
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4099845-1466207913.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
2.08/1.45	c ... done. Wall clock time 1.336s.
2.08/1.45	c declared #vars     155000
2.08/1.45	c #constraints  5300
2.08/1.45	c constraints type 
2.08/1.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
2.08/1.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5273
2.08/1.45	c 5300 constraints processed.
2.08/1.45	c objective function length is 155000 literals
5.70/4.49	c cleaning 2501 clauses out of 5001 with flag 10278/5001
9.46/7.96	c cleaning 4250 clauses out of 8499 with flag 22605/11000
13.77/12.25	c cleaning 5626 clauses out of 11251 with flag 36972/18002
18.89/17.13	c cleaning 6812 clauses out of 13623 with flag 53339/26000
23.51/21.70	c cleaning 7907 clauses out of 15813 with flag 72223/35002
29.47/27.41	c cleaning 8957 clauses out of 17914 with flag 93127/45010
35.57/33.53	c cleaning 9974 clauses out of 19951 with flag 115957/56004
42.08/40.06	c cleaning 10983 clauses out of 21974 with flag 140621/68001
50.33/47.83	c cleaning 11996 clauses out of 23991 with flag 167178/81001
58.43/55.94	c cleaning 12986 clauses out of 25994 with flag 195908/95000
67.33/64.88	c cleaning 14006 clauses out of 28011 with flag 226631/110003
77.05/74.24	c cleaning 14999 clauses out of 30003 with flag 259263/126001
87.25/84.42	c cleaning 16003 clauses out of 32005 with flag 294008/143002
98.26/95.40	c cleaning 17001 clauses out of 34002 with flag 331121/161002
111.75/108.17	c cleaning 17998 clauses out of 36000 with flag 370379/180001
125.45/121.89	c cleaning 18996 clauses out of 38004 with flag 411448/200003
139.35/135.75	c cleaning 20001 clauses out of 40005 with flag 454306/221000
153.75/150.17	c cleaning 21003 clauses out of 42005 with flag 499019/243001
170.51/166.57	c cleaning 21999 clauses out of 44001 with flag 546096/266000
187.12/183.10	c cleaning 23000 clauses out of 46002 with flag 594710/290000
205.25/200.77	c cleaning 23997 clauses out of 48002 with flag 645622/315000
222.36/217.85	c cleaning 24997 clauses out of 50006 with flag 698158/341001
239.65/235.14	c cleaning 26005 clauses out of 52010 with flag 752784/368002
261.81/256.93	c cleaning 26998 clauses out of 54004 with flag 809899/396001
283.42/278.57	c cleaning 28001 clauses out of 56008 with flag 869038/425003
307.78/302.36	c cleaning 28997 clauses out of 58006 with flag 930917/455002
330.18/324.71	c cleaning 30003 clauses out of 60007 with flag 993673/486000
355.22/349.67	c cleaning 31000 clauses out of 62009 with flag 1058359/518005
380.13/374.58	c cleaning 31999 clauses out of 64007 with flag 1124896/551003
408.90/402.94	c cleaning 32996 clauses out of 66005 with flag 1193720/585000
440.91/434.94	c cleaning 34003 clauses out of 68011 with flag 1264951/620002
472.01/465.57	c cleaning 35002 clauses out of 70008 with flag 1338116/656002
501.53/495.05	c cleaning 35997 clauses out of 72004 with flag 1412952/693000
537.23/530.70	c cleaning 37004 clauses out of 74008 with flag 1489749/731001
573.52/566.55	c cleaning 37998 clauses out of 76003 with flag 1570033/770000
607.71/600.73	c cleaning 39003 clauses out of 78007 with flag 1651475/810002
641.54/634.16	c cleaning 39998 clauses out of 80002 with flag 1735031/851000
676.75/669.35	c cleaning 41002 clauses out of 82004 with flag 1820739/893000
725.48/717.89	c cleaning 41996 clauses out of 84004 with flag 1909602/936002
776.69/768.73	c cleaning 43001 clauses out of 86006 with flag 2000371/980000
822.72/814.16	c cleaning 44003 clauses out of 88008 with flag 2092945/1025003
867.02/858.43	c cleaning 44995 clauses out of 90002 with flag 2187345/1071000
914.32/905.59	c cleaning 46001 clauses out of 92008 with flag 2284069/1118001
960.28/951.20	c cleaning 46997 clauses out of 94007 with flag 2381604/1166001
1014.85/1005.21	c cleaning 48002 clauses out of 96010 with flag 2480858/1215001
1070.30/1059.27	c cleaning 49000 clauses out of 98008 with flag 2582560/1265001
1122.37/1110.50	c cleaning 49999 clauses out of 100008 with flag 2685447/1316001
1184.35/1172.31	c cleaning 51004 clauses out of 102012 with flag 2790283/1368004
1243.65/1230.91	c cleaning 51996 clauses out of 104006 with flag 2897314/1421002
1316.78/1303.90	c cleaning 53001 clauses out of 106010 with flag 3007381/1475002
1377.63/1364.22	c cleaning 53994 clauses out of 108007 with flag 3118743/1530000
1451.84/1438.04	c cleaning 55005 clauses out of 110013 with flag 3234098/1586000
1526.66/1512.44	c cleaning 56001 clauses out of 112008 with flag 3350322/1643000
1613.49/1599.00	c cleaning 57002 clauses out of 114007 with flag 3468401/1701000
1703.94/1688.82	c cleaning 57996 clauses out of 116005 with flag 3588478/1760000
1780.23/1763.99	c cleaning 59005 clauses out of 118010 with flag 3710593/1820001
1800.06/1783.50	c starts		: 1
1800.06/1783.50	c conflicts		: 1840105
1800.06/1783.50	c decisions		: 1915434
1800.06/1783.50	c propagations		: 522061759
1800.06/1783.50	c inspects		: 13142841174
1800.06/1783.50	c shortcuts		: 0
1800.06/1783.50	c learnt literals	: 0
1800.06/1783.50	c learnt binary clauses	: 0
1800.06/1783.50	c learnt ternary clauses	: 0
1800.06/1783.50	c learnt constraints	: 1840105
1800.06/1783.50	c ignored constraints	: 0
1800.06/1783.50	c root simplifications	: 0
1800.06/1783.50	c removed literals (reason simplification)	: 0
1800.06/1783.50	c reason swapping (by a shorter reason)	: 0
1800.06/1783.50	c Calls to reduceDB	: 56
1800.06/1783.50	c Number of update (reduction) of LBD	: 37327
1800.06/1783.50	c Imported unit clauses	: 0
1800.06/1783.50	c number of reductions to clauses (during analyze)	: 0
1800.06/1783.50	c number of learned constraints concerned by reduction	: 0
1800.06/1783.50	c number of learning phase by resolution	: 0
1800.06/1783.50	c number of learning phase by cutting planes	: 0
1800.06/1783.50	c speed (assignments/second)	: 292976.7762000806
1800.06/1783.50	c non guided choices	0
1800.06/1783.51	c timeout
1800.06/1783.53	c learnt constraints type 
1800.06/1783.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79110
1800.06/1783.53	s UNKNOWN
1800.06/1783.53	c Total wall clock time (in seconds): 1783.417

Verifier Data

ERROR: no interpretation found !

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-4099845-1466207913/watcher-4099845-1466207913 -o /tmp/evaluation-result-4099845-1466207913/solver-4099845-1466207913 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10696 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099845-1466207913.opb 

pid=12673
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.15 2.19 1.91 2/194 12676
/proc/meminfo: memFree=30253216/32872528 swapFree=1402776/1580604
[pid=12676] ppid=12673 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/12676/stat : 12676 (java) S 12673 12676 10680 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 22837049 95129600 927 33554432000 1073741824 1073778376 140734988326608 140734988317744 248793563197 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12676/statm: 23225 927 703 9 0 16769 0
[pid=12676/tid=12677] ppid=12673 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12677/stat : 12677 (java) D 12673 12676 10680 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 22837050 95129600 927 33554432000 1073741824 1073778376 140734988326608 140551385660968 248781040935 0 0 4096 0 18446744072100588836 0 0 -1 0 0 0 0 0 0

[startup+0.10011 s]
/proc/loadavg: 2.15 2.19 1.91 2/194 12676
/proc/meminfo: memFree=30253216/32872528 swapFree=1402776/1580604
[pid=12676] ppid=12673 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12676/stat : 12676 (java) S 12673 12676 10680 0 -1 4202496 4405 0 1 0 9 1 0 0 20 0 18 0 22837049 9787879424 6036 33554432000 1073741824 1073778376 140734988326608 140734988317744 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12676/statm: 2389619 6036 2125 9 0 2380296 0
[pid=12676/tid=12677] ppid=12673 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12676/task/12677/stat : 12677 (java) R 12673 12676 10680 0 -1 4202560 2373 0 1 0 6 1 0 0 20 0 18 0 22837050 9787879424 6036 33554432000 1073741824 1073778376 140734988326608 140551385664600 140551211038171 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200313 s]
/proc/loadavg: 2.15 2.19 1.91 2/194 12676
/proc/meminfo: memFree=30253216/32872528 swapFree=1402776/1580604
[pid=12676] ppid=12673 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/12676/stat : 12676 (java) S 12673 12676 10680 0 -1 4202496 4997 0 1 0 28 1 0 0 20 0 18 0 22837049 9787879424 7874 33554432000 1073741824 1073778376 140734988326608 140734988317744 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12676/statm: 2389619 7874 2220 9 0 2380296 0
[pid=12676/tid=12677] ppid=12673 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/12676/task/12677/stat : 12677 (java) R 12673 12676 10680 0 -1 4202560 2392 0 1 0 16 1 0 0 20 0 18 0 22837050 9787879424 7874 33554432000 1073741824 1073778376 140734988326608 140551385665320 140551211005332 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.300329 s]
/proc/loadavg: 2.15 2.19 1.91 2/194 12676
/proc/meminfo: memFree=30253216/32872528 swapFree=1402776/1580604
[pid=12676] ppid=12673 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/12676/stat : 12676 (java) S 12673 12676 10680 0 -1 4202496 5526 0 1 0 45 2 0 0 20 0 18 0 22837049 9787879424 13717 33554432000 1073741824 1073778376 140734988326608 140734988317744 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12676/statm: 2389619 13717 2231 9 0 2380296 0
[pid=12676/tid=12677] ppid=12673 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/12676/task/12677/stat : 12677 (java) R 12673 12676 10680 0 -1 4202560 2403 0 1 0 26 1 0 0 20 0 18 0 22837050 9787879424 13717 33554432000 1073741824 1073778376 140734988326608 140551385657024 140551211419902 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700279 s]
/proc/loadavg: 2.15 2.19 1.91 2/194 12676
/proc/meminfo: memFree=30253216/32872528 swapFree=1402776/1580604
[pid=12676] ppid=12673 vsize=9558476 CPUtime=1.18 cores=0,2,4,6
/proc/12676/stat : 12676 (java) S 12673 12676 10680 0 -1 4202496 7210 0 1 0 111 7 0 0 20 0 18 0 22837049 9787879424 45976 33554432000 1073741824 1073778376 140734988326608 140734988317744 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12676/statm: 2389619 45976 2262 9 0 2380296 0
[pid=12676/tid=12677] ppid=12673 vsize=9558476 CPUtime=0.63 cores=0,2,4,6
/proc/12676/task/12677/stat : 12677 (java) R 12673 12676 10680 0 -1 4202560 2458 0 1 0 60 3 0 0 20 0 18 0 22837050 9787879424 45976 33554432000 1073741824 1073778376 140734988326608 140551385663992 248793589005 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 2.21 2.20 1.92 3/212 12694
/proc/meminfo: memFree=30004252/32872528 swapFree=1402776/1580604
[pid=12676] ppid=12673 vsize=9558476 CPUtime=2.24 cores=0,2,4,6
/proc/12676/stat : 12676 (java) S 12673 12676 10680 0 -1 4202496 7723 0 1 0 209 15 0 0 20 0 18 0 22837049 9787879424 75032 33554432000 1073741824 1073778376 140734988326608 140734988317744 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12676/statm: 2389619 75032 2270 9 0 2380296 0
[pid=12676/tid=12677] ppid=12673 vsize=9558476 CPUtime=1.36 cores=0,2,4,6
/proc/12676/task/12677/stat : 12677 (java) R 12673 12676 10680 0 -1 4202560 2496 0 1 0 132 4 0 0 20 0 18 0 22837050 9787879424 75032 33554432000 1073741824 1073778376 140734988326608 140551385657280 140551210950216 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12676/tid=12679] ppid=12673 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/12676/task/12679/stat : 12679 (java) S 12673 12676 10680 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 22837050 9787879424 75032 33554432000 1073741824 1073778376 140734988326608 140551347157544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12680] ppid=12673 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/12676/task/12680/stat : 12680 (java) S 12673 12676 10680 0 -1 4202560 160 0 0 0 6 3 0 0 20 0 18 0 22837050 9787879424 75032 33554432000 1073741824 1073778376 140734988326608 140551346104744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12681] ppid=12673 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/12676/task/12681/stat : 12681 (java) S 12673 12676 10680 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 22837050 9787879424 75032 33554432000 1073741824 1073778376 140734988326608 140551345051944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12676/tid=12682] ppid=12673 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12676/task/12682/stat : 12682 (java) S 12673 12676 10680 0 -1 4202560 125 0 0 0 5 2 0 0 20 0 18 0 22837050 9787879424 75032 33554432000 1073741824 1073778376 140734988326608 140551343999144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12683] ppid=12673 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/12676/task/12683/stat : 12683 (java) S 12673 12676 10680 0 -1 4202560 96 0 0 0 2 1 0 0 20 0 18 0 22837050 9787879424 75032 33554432000 1073741824 1073778376 140734988326608 140551342947368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12676/tid=12684] ppid=12673 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/12676/task/12684/stat : 12684 (java) S 12673 12676 10680 0 -1 4202560 95 0 0 0 3 0 0 0 20 0 18 0 22837050 9787879424 75032 33554432000 1073741824 1073778376 140734988326608 140551341894568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12685] ppid=12673 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/12676/task/12685/stat : 12685 (java) S 12673 12676 10680 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 22837050 9787879424 75032 33554432000 1073741824 1073778376 140734988326608 140551340841768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12676/tid=12686] ppid=12673 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/12676/task/12686/stat : 12686 (java) S 12673 12676 10680 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 22837050 9787879424 75032 33554432000 1073741824 1073778376 140734988326608 140551339788968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12687] ppid=12673 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12687/stat : 12687 (java) S 12673 12676 10680 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 22837052 9787879424 75032 33554432000 1073741824 1073778376 140734988326608 140551209867752 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12688] ppid=12673 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12688/stat : 12688 (java) S 12673 12676 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22837052 9787879424 75032 33554432000 1073741824 1073778376 140734988326608 140551208813816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12689] ppid=12673 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12689/stat : 12689 (java) S 12673 12676 10680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 22837052 9787879424 75032 33554432000 1073741824 1073778376 140734988326608 140551207760904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12690] ppid=12673 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12690/stat : 12690 (java) S 12673 12676 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22837054 9787879424 75032 33554432000 1073741824 1073778376 140734988326608 140551206709392 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12691] ppid=12673 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/12676/task/12691/stat : 12691 (java) S 12673 12676 10680 0 -1 4202560 1132 0 0 0 18 0 0 0 20 0 18 0 22837054 9787879424 75032 33554432000 1073741824 1073778376 140734988326608 140551205657528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12692] ppid=12673 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/12676/task/12692/stat : 12692 (java) S 12673 12676 10680 0 -1 4202560 2230 0 0 0 24 0 0 0 20 0 18 0 22837054 9787879424 75032 33554432000 1073741824 1073778376 140734988326608 140551204604728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12693] ppid=12673 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12693/stat : 12693 (java) S 12673 12676 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22837055 9787879424 75032 33554432000 1073741824 1073778376 140734988326608 140551203552120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12694] ppid=12673 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12694/stat : 12694 (java) S 12673 12676 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22837055 9787879424 75032 33554432000 1073741824 1073778376 140734988326608 140551202499528 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 2.21 2.20 1.92 3/213 12695
/proc/meminfo: memFree=29915444/32872528 swapFree=1402776/1580604
[pid=12676] ppid=12673 vsize=9625040 CPUtime=4.38 cores=0,2,4,6
/proc/12676/stat : 12676 (java) S 12673 12676 10680 0 -1 4202496 13094 0 1 0 416 22 0 0 20 0 19 0 22837049 9856040960 103144 33554432000 1073741824 1073778376 140734988326608 140734988317744 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12676/statm: 2406260 103144 2273 9 0 2396937 0
[pid=12676/tid=12677] ppid=12673 vsize=9625040 CPUtime=2.9 cores=0,2,4,6
/proc/12676/task/12677/stat : 12677 (java) R 12673 12676 10680 0 -1 4202560 2530 0 1 0 285 5 0 0 20 0 19 0 22837050 9856040960 103144 33554432000 1073741824 1073778376 140734988326608 140551385664672 140551211676210 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12679] ppid=12673 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/12676/task/12679/stat : 12679 (java) S 12673 12676 10680 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 19 0 22837050 9856040960 103144 33554432000 1073741824 1073778376 140734988326608 140551347157544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12680] ppid=12673 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/12676/task/12680/stat : 12680 (java) S 12673 12676 10680 0 -1 4202560 166 0 0 0 8 3 0 0 20 0 19 0 22837050 9856040960 103144 33554432000 1073741824 1073778376 140734988326608 140551346104744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12676/tid=12681] ppid=12673 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/12676/task/12681/stat : 12681 (java) S 12673 12676 10680 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 19 0 22837050 9856040960 103144 33554432000 1073741824 1073778376 140734988326608 140551345051944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12676/tid=12682] ppid=12673 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/12676/task/12682/stat : 12682 (java) S 12673 12676 10680 0 -1 4202560 145 0 0 0 6 5 0 0 20 0 19 0 22837050 9856040960 103144 33554432000 1073741824 1073778376 140734988326608 140551343999144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12683] ppid=12673 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/12676/task/12683/stat : 12683 (java) S 12673 12676 10680 0 -1 4202560 114 0 0 0 4 3 0 0 20 0 19 0 22837050 9856040960 103144 33554432000 1073741824 1073778376 140734988326608 140551342947368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12676/tid=12684] ppid=12673 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/12676/task/12684/stat : 12684 (java) S 12673 12676 10680 0 -1 4202560 117 0 0 0 3 2 0 0 20 0 19 0 22837050 9856040960 103144 33554432000 1073741824 1073778376 140734988326608 140551341894568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12685] ppid=12673 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12676/task/12685/stat : 12685 (java) S 12673 12676 10680 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 22837050 9856040960 103144 33554432000 1073741824 1073778376 140734988326608 140551340841768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12676/tid=12686] ppid=12673 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/12676/task/12686/stat : 12686 (java) S 12673 12676 10680 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 19 0 22837050 9856040960 103144 33554432000 1073741824 1073778376 140734988326608 140551339788968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12687] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12687/stat : 12687 (java) S 12673 12676 10680 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 22837052 9856040960 103144 33554432000 1073741824 1073778376 140734988326608 140551209867752 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12688] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12688/stat : 12688 (java) S 12673 12676 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22837052 9856040960 103144 33554432000 1073741824 1073778376 140734988326608 140551208813816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12689] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12689/stat : 12689 (java) S 12673 12676 10680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22837052 9856040960 103144 33554432000 1073741824 1073778376 140734988326608 140551207760904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12690] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12690/stat : 12690 (java) S 12673 12676 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837054 9856040960 103144 33554432000 1073741824 1073778376 140734988326608 140551206709392 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12691] ppid=12673 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/12676/task/12691/stat : 12691 (java) S 12673 12676 10680 0 -1 4202560 5282 0 0 0 45 0 0 0 20 0 19 0 22837054 9856040960 103144 33554432000 1073741824 1073778376 140734988326608 140551205657528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12692] ppid=12673 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/12676/task/12692/stat : 12692 (java) S 12673 12676 10680 0 -1 4202560 3177 0 0 0 39 0 0 0 20 0 19 0 22837054 9856040960 103144 33554432000 1073741824 1073778376 140734988326608 140551204604728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12693] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12693/stat : 12693 (java) S 12673 12676 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837055 9856040960 103144 33554432000 1073741824 1073778376 140734988326608 140551203552120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12694] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12694/stat : 12694 (java) S 12673 12676 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837055 9856040960 103144 33554432000 1073741824 1073778376 140734988326608 140551202499528 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12695] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12695/stat : 12695 (java) S 12673 12676 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22837208 9856040960 103144 33554432000 1073741824 1073778376 140734988326608 140551201445032 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.28 2.22 1.93 3/213 12695
/proc/meminfo: memFree=29760728/32872528 swapFree=1402776/1580604
[pid=12676] ppid=12673 vsize=9625040 CPUtime=7.69 cores=0,2,4,6
/proc/12676/stat : 12676 (java) S 12673 12676 10680 0 -1 4202496 13244 0 1 0 747 22 0 0 20 0 19 0 22837049 9856040960 103084 33554432000 1073741824 1073778376 140734988326608 140734988317744 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12676/statm: 2406260 103084 2278 9 0 2396937 0
[pid=12676/tid=12677] ppid=12673 vsize=9625040 CPUtime=6.1 cores=0,2,4,6
/proc/12676/task/12677/stat : 12677 (java) R 12673 12676 10680 0 -1 4202560 2532 0 1 0 605 5 0 0 20 0 19 0 22837050 9856040960 103084 33554432000 1073741824 1073778376 140734988326608 140551385663728 140551211716921 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12676/tid=12679] ppid=12673 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/12676/task/12679/stat : 12679 (java) S 12673 12676 10680 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 19 0 22837050 9856040960 103084 33554432000 1073741824 1073778376 140734988326608 140551347157544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12680] ppid=12673 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/12676/task/12680/stat : 12680 (java) S 12673 12676 10680 0 -1 4202560 166 0 0 0 8 3 0 0 20 0 19 0 22837050 9856040960 103084 33554432000 1073741824 1073778376 140734988326608 140551346104744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12676/tid=12681] ppid=12673 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/12676/task/12681/stat : 12681 (java) S 12673 12676 10680 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 19 0 22837050 9856040960 103084 33554432000 1073741824 1073778376 140734988326608 140551345051944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12676/tid=12682] ppid=12673 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/12676/task/12682/stat : 12682 (java) S 12673 12676 10680 0 -1 4202560 145 0 0 0 6 5 0 0 20 0 19 0 22837050 9856040960 103084 33554432000 1073741824 1073778376 140734988326608 140551343999144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12683] ppid=12673 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/12676/task/12683/stat : 12683 (java) S 12673 12676 10680 0 -1 4202560 114 0 0 0 4 3 0 0 20 0 19 0 22837050 9856040960 103084 33554432000 1073741824 1073778376 140734988326608 140551342947368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12676/tid=12684] ppid=12673 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/12676/task/12684/stat : 12684 (java) S 12673 12676 10680 0 -1 4202560 117 0 0 0 3 2 0 0 20 0 19 0 22837050 9856040960 103084 33554432000 1073741824 1073778376 140734988326608 140551341894568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12685] ppid=12673 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12676/task/12685/stat : 12685 (java) S 12673 12676 10680 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 22837050 9856040960 103084 33554432000 1073741824 1073778376 140734988326608 140551340841768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12676/tid=12686] ppid=12673 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/12676/task/12686/stat : 12686 (java) S 12673 12676 10680 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 19 0 22837050 9856040960 103084 33554432000 1073741824 1073778376 140734988326608 140551339788968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12687] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12687/stat : 12687 (java) S 12673 12676 10680 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 22837052 9856040960 103084 33554432000 1073741824 1073778376 140734988326608 140551209867752 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12688] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12688/stat : 12688 (java) S 12673 12676 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22837052 9856040960 103084 33554432000 1073741824 1073778376 140734988326608 140551208813816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12689] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12689/stat : 12689 (java) S 12673 12676 10680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22837052 9856040960 103084 33554432000 1073741824 1073778376 140734988326608 140551207760904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12690] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12690/stat : 12690 (java) S 12673 12676 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837054 9856040960 103084 33554432000 1073741824 1073778376 140734988326608 140551206709392 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12691] ppid=12673 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/12676/task/12691/stat : 12691 (java) S 12673 12676 10680 0 -1 4202560 5426 0 0 0 55 0 0 0 20 0 19 0 22837054 9856040960 103084 33554432000 1073741824 1073778376 140734988326608 140551205657528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12692] ppid=12673 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/12676/task/12692/stat : 12692 (java) S 12673 12676 10680 0 -1 4202560 3181 0 0 0 40 0 0 0 20 0 19 0 22837054 9856040960 103084 33554432000 1073741824 1073778376 140734988326608 140551204604728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12693] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

[pid=12676/tid=12688] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12688/stat : 12688 (java) S 12673 12676 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22837052 9856040960 855739 33554432000 1073741824 1073778376 140734988326608 140551208813816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12689] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12689/stat : 12689 (java) S 12673 12676 10680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22837052 9856040960 855739 33554432000 1073741824 1073778376 140734988326608 140551207760904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12690] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12690/stat : 12690 (java) S 12673 12676 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837054 9856040960 855739 33554432000 1073741824 1073778376 140734988326608 140551206709392 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12691] ppid=12673 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/12676/task/12691/stat : 12691 (java) S 12673 12676 10680 0 -1 4202560 5426 0 0 0 57 0 0 0 20 0 19 0 22837054 9856040960 855739 33554432000 1073741824 1073778376 140734988326608 140551205657528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12692] ppid=12673 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/12676/task/12692/stat : 12692 (java) S 12673 12676 10680 0 -1 4202560 3184 0 0 0 46 0 0 0 20 0 19 0 22837054 9856040960 855739 33554432000 1073741824 1073778376 140734988326608 140551204604728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12676/tid=12693] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12693/stat : 12693 (java) S 12673 12676 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837055 9856040960 855739 33554432000 1073741824 1073778376 140734988326608 140551203552120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12694] ppid=12673 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/12676/task/12694/stat : 12694 (java) S 12673 12676 10680 0 -1 4202560 99 0 0 0 30 30 0 0 20 0 19 0 22837055 9856040960 855739 33554432000 1073741824 1073778376 140734988326608 140551202499528 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12676/tid=12695] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12695/stat : 12695 (java) S 12673 12676 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22837208 9856040960 855739 33554432000 1073741824 1073778376 140734988326608 140551201445032 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1738.33
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.46 2.27 2.17 3/213 12828
/proc/meminfo: memFree=26755068/32872528 swapFree=1402776/1580604
[pid=12676] ppid=12673 vsize=9625040 CPUtime=1798.86 cores=0,2,4,6
/proc/12676/stat : 12676 (java) S 12673 12676 10680 0 -1 4202496 31629 0 1 0 179526 360 0 0 20 0 19 0 22837049 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140734988317744 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12676/statm: 2406260 855365 2286 9 0 2396937 0
[pid=12676/tid=12677] ppid=12673 vsize=9625040 CPUtime=1772.43 cores=0,2,4,6
/proc/12676/task/12677/stat : 12677 (java) R 12673 12676 10680 0 -1 4202560 3878 0 1 0 177190 53 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551385664720 140551211747022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12679] ppid=12673 vsize=9625040 CPUtime=2.28 cores=0,2,4,6
/proc/12676/task/12679/stat : 12679 (java) S 12673 12676 10680 0 -1 4202560 1746 0 0 0 192 36 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551347157544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12680] ppid=12673 vsize=9625040 CPUtime=2.93 cores=0,2,4,6
/proc/12676/task/12680/stat : 12680 (java) S 12673 12676 10680 0 -1 4202560 1507 0 0 0 250 43 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551346104744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12681] ppid=12673 vsize=9625040 CPUtime=2.88 cores=0,2,4,6
/proc/12676/task/12681/stat : 12681 (java) S 12673 12676 10680 0 -1 4202560 3082 0 0 0 247 41 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551345051944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12682] ppid=12673 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/12676/task/12682/stat : 12682 (java) S 12673 12676 10680 0 -1 4202560 1887 0 0 0 196 35 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551343999144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12676/tid=12683] ppid=12673 vsize=9625040 CPUtime=2.59 cores=0,2,4,6
/proc/12676/task/12683/stat : 12683 (java) S 12673 12676 10680 0 -1 4202560 1421 0 0 0 219 40 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551342947368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12684] ppid=12673 vsize=9625040 CPUtime=2.47 cores=0,2,4,6
/proc/12676/task/12684/stat : 12684 (java) S 12673 12676 10680 0 -1 4202560 2206 0 0 0 208 39 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551341894568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12685] ppid=12673 vsize=9625040 CPUtime=2.57 cores=0,2,4,6
/proc/12676/task/12685/stat : 12685 (java) S 12673 12676 10680 0 -1 4202560 1365 0 0 0 216 41 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551340841768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12686] ppid=12673 vsize=9625040 CPUtime=2.54 cores=0,2,4,6
/proc/12676/task/12686/stat : 12686 (java) S 12673 12676 10680 0 -1 4202560 1715 0 0 0 220 34 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551339788968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12687] ppid=12673 vsize=9625040 CPUtime=4.57 cores=0,2,4,6
/proc/12676/task/12687/stat : 12687 (java) S 12673 12676 10680 0 -1 4202560 2845 0 0 0 454 3 0 0 20 0 19 0 22837052 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551209867752 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12676/tid=12688] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12688/stat : 12688 (java) S 12673 12676 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22837052 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551208813816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12689] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12689/stat : 12689 (java) S 12673 12676 10680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22837052 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551207760904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12690] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12690/stat : 12690 (java) S 12673 12676 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837054 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551206709392 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12691] ppid=12673 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/12676/task/12691/stat : 12691 (java) S 12673 12676 10680 0 -1 4202560 5426 0 0 0 57 0 0 0 20 0 19 0 22837054 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551205657528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12692] ppid=12673 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/12676/task/12692/stat : 12692 (java) S 12673 12676 10680 0 -1 4202560 3184 0 0 0 46 0 0 0 20 0 19 0 22837054 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551204604728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12676/tid=12693] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12693/stat : 12693 (java) S 12673 12676 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837055 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551203552120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12694] ppid=12673 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12676/task/12694/stat : 12694 (java) S 12673 12676 10680 0 -1 4202560 103 0 0 0 31 31 0 0 20 0 19 0 22837055 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551202499528 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12676/tid=12695] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12695/stat : 12695 (java) S 12673 12676 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22837208 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551201445032 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.86
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.5 s]
/proc/loadavg: 2.46 2.27 2.17 3/213 12828
/proc/meminfo: memFree=26755068/32872528 swapFree=1402776/1580604
[pid=12676] ppid=12673 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/12676/stat : 12676 (java) S 12673 12676 10680 0 -1 4202496 31629 0 1 0 179646 360 0 0 20 0 19 0 22837049 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140734988317744 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12676/statm: 2406260 855365 2286 9 0 2396937 0
[pid=12676/tid=12677] ppid=12673 vsize=9625040 CPUtime=1773.63 cores=0,2,4,6
/proc/12676/task/12677/stat : 12677 (java) R 12673 12676 10680 0 -1 4202560 3878 0 1 0 177310 53 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551385664720 140551211675392 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12679] ppid=12673 vsize=9625040 CPUtime=2.28 cores=0,2,4,6
/proc/12676/task/12679/stat : 12679 (java) S 12673 12676 10680 0 -1 4202560 1746 0 0 0 192 36 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551347157544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12680] ppid=12673 vsize=9625040 CPUtime=2.93 cores=0,2,4,6
/proc/12676/task/12680/stat : 12680 (java) S 12673 12676 10680 0 -1 4202560 1507 0 0 0 250 43 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551346104744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12681] ppid=12673 vsize=9625040 CPUtime=2.88 cores=0,2,4,6
/proc/12676/task/12681/stat : 12681 (java) S 12673 12676 10680 0 -1 4202560 3082 0 0 0 247 41 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551345051944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12682] ppid=12673 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/12676/task/12682/stat : 12682 (java) S 12673 12676 10680 0 -1 4202560 1887 0 0 0 196 35 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551343999144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12676/tid=12683] ppid=12673 vsize=9625040 CPUtime=2.59 cores=0,2,4,6
/proc/12676/task/12683/stat : 12683 (java) S 12673 12676 10680 0 -1 4202560 1421 0 0 0 219 40 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551342947368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12684] ppid=12673 vsize=9625040 CPUtime=2.47 cores=0,2,4,6
/proc/12676/task/12684/stat : 12684 (java) S 12673 12676 10680 0 -1 4202560 2206 0 0 0 208 39 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551341894568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12685] ppid=12673 vsize=9625040 CPUtime=2.57 cores=0,2,4,6
/proc/12676/task/12685/stat : 12685 (java) S 12673 12676 10680 0 -1 4202560 1365 0 0 0 216 41 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551340841768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12686] ppid=12673 vsize=9625040 CPUtime=2.54 cores=0,2,4,6
/proc/12676/task/12686/stat : 12686 (java) S 12673 12676 10680 0 -1 4202560 1715 0 0 0 220 34 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551339788968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12687] ppid=12673 vsize=9625040 CPUtime=4.57 cores=0,2,4,6
/proc/12676/task/12687/stat : 12687 (java) S 12673 12676 10680 0 -1 4202560 2845 0 0 0 454 3 0 0 20 0 19 0 22837052 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551209867752 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12676/tid=12688] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12688/stat : 12688 (java) S 12673 12676 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22837052 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551208813816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12689] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12689/stat : 12689 (java) S 12673 12676 10680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22837052 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551207760904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12690] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12690/stat : 12690 (java) S 12673 12676 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837054 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551206709392 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12691] ppid=12673 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/12676/task/12691/stat : 12691 (java) S 12673 12676 10680 0 -1 4202560 5426 0 0 0 57 0 0 0 20 0 19 0 22837054 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551205657528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12692] ppid=12673 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/12676/task/12692/stat : 12692 (java) S 12673 12676 10680 0 -1 4202560 3184 0 0 0 46 0 0 0 20 0 19 0 22837054 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551204604728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12676/tid=12693] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12693/stat : 12693 (java) S 12673 12676 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837055 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551203552120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12694] ppid=12673 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12676/task/12694/stat : 12694 (java) S 12673 12676 10680 0 -1 4202560 103 0 0 0 31 31 0 0 20 0 19 0 22837055 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551202499528 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12676/tid=12695] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12695/stat : 12695 (java) S 12673 12676 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22837208 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551201445032 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 12676 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1783.5 s]
/proc/loadavg: 2.46 2.27 2.17 3/213 12828
/proc/meminfo: memFree=26755068/32872528 swapFree=1402776/1580604
[pid=12676] ppid=12673 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/12676/stat : 12676 (java) S 12673 12676 10680 0 -1 4202496 31629 0 1 0 179646 360 0 0 20 0 19 0 22837049 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140734988317744 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12676/statm: 2406260 855365 2286 9 0 2396937 0
[pid=12676/tid=12677] ppid=12673 vsize=9625040 CPUtime=1773.63 cores=0,2,4,6
/proc/12676/task/12677/stat : 12677 (java) R 12673 12676 10680 0 -1 4202560 3878 0 1 0 177310 53 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551385664720 140551211675392 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12679] ppid=12673 vsize=9625040 CPUtime=2.28 cores=0,2,4,6
/proc/12676/task/12679/stat : 12679 (java) S 12673 12676 10680 0 -1 4202560 1746 0 0 0 192 36 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551347157544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12680] ppid=12673 vsize=9625040 CPUtime=2.93 cores=0,2,4,6
/proc/12676/task/12680/stat : 12680 (java) S 12673 12676 10680 0 -1 4202560 1507 0 0 0 250 43 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551346104744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12681] ppid=12673 vsize=9625040 CPUtime=2.88 cores=0,2,4,6
/proc/12676/task/12681/stat : 12681 (java) S 12673 12676 10680 0 -1 4202560 3082 0 0 0 247 41 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551345051944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12682] ppid=12673 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/12676/task/12682/stat : 12682 (java) S 12673 12676 10680 0 -1 4202560 1887 0 0 0 196 35 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551343999144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12676/tid=12683] ppid=12673 vsize=9625040 CPUtime=2.59 cores=0,2,4,6
/proc/12676/task/12683/stat : 12683 (java) S 12673 12676 10680 0 -1 4202560 1421 0 0 0 219 40 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551342947368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12684] ppid=12673 vsize=9625040 CPUtime=2.47 cores=0,2,4,6
/proc/12676/task/12684/stat : 12684 (java) S 12673 12676 10680 0 -1 4202560 2206 0 0 0 208 39 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551341894568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12685] ppid=12673 vsize=9625040 CPUtime=2.57 cores=0,2,4,6
/proc/12676/task/12685/stat : 12685 (java) S 12673 12676 10680 0 -1 4202560 1365 0 0 0 216 41 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551340841768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12686] ppid=12673 vsize=9625040 CPUtime=2.54 cores=0,2,4,6
/proc/12676/task/12686/stat : 12686 (java) S 12673 12676 10680 0 -1 4202560 1715 0 0 0 220 34 0 0 20 0 19 0 22837050 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551339788968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12687] ppid=12673 vsize=9625040 CPUtime=4.57 cores=0,2,4,6
/proc/12676/task/12687/stat : 12687 (java) S 12673 12676 10680 0 -1 4202560 2845 0 0 0 454 3 0 0 20 0 19 0 22837052 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551209867752 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12676/tid=12688] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12688/stat : 12688 (java) S 12673 12676 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22837052 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551208813816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12689] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12689/stat : 12689 (java) S 12673 12676 10680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22837052 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551207760904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12690] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12690/stat : 12690 (java) S 12673 12676 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837054 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551206709392 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12691] ppid=12673 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/12676/task/12691/stat : 12691 (java) S 12673 12676 10680 0 -1 4202560 5426 0 0 0 57 0 0 0 20 0 19 0 22837054 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551205657528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12676/tid=12692] ppid=12673 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/12676/task/12692/stat : 12692 (java) S 12673 12676 10680 0 -1 4202560 3184 0 0 0 46 0 0 0 20 0 19 0 22837054 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551204604728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12676/tid=12693] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12693/stat : 12693 (java) S 12673 12676 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837055 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551203552120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12676/tid=12694] ppid=12673 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12676/task/12694/stat : 12694 (java) S 12673 12676 10680 0 -1 4202560 103 0 0 0 31 31 0 0 20 0 19 0 22837055 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551202499528 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12676/tid=12695] ppid=12673 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12676/task/12695/stat : 12695 (java) S 12673 12676 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22837208 9856040960 855365 33554432000 1073741824 1073778376 140734988326608 140551201445032 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1783.55
CPU time (s): 1800.75
CPU user time (s): 1796.64
CPU system time (s): 4.11237
CPU usage (%): 100.965
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.64
system time used= 4.11237
maximum resident set size= 4018044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32013
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39280
involuntary context switches= 9802

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2134 second user time and 13.6239 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-18 01:58:33
IDJOB=4099845
IDBENCH=1541
IDSOLVER=2546
FILE ID=node139/4099845-1466207913
RUNJOBID= node139-1466206053-10696
PBS_JOBID= 19918138
Free space on /tmp= 71588 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n3709.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099845-1466207913/watcher-4099845-1466207913 -o /tmp/evaluation-result-4099845-1466207913/solver-4099845-1466207913 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10696 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099845-1466207913.opb

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

MD5SUM BENCH= dad6f5146620d8430edee27ea3d7a019
RANDOM SEED=2027803166

node139.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.500
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.00
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.500
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.500
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		: 2666.500
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.56
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.500
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.500
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.56
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.500
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.500
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:        30253480 kB
Buffers:           40384 kB
Cached:            74212 kB
SwapCached:         1904 kB
Active:           259432 kB
Inactive:          65608 kB
Active(anon):     210588 kB
Inactive(anon):     2308 kB
Active(file):      48844 kB
Inactive(file):    63300 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099420 kB
Dirty:              8668 kB
Writeback:             0 kB
AnonPages:       1796308 kB
Mapped:            15316 kB
Shmem:                 0 kB
Slab:             571836 kB
SReclaimable:      16016 kB
SUnreclaim:       555820 kB
KernelStack:        1600 kB
PageTables:         7896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2276072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 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= 71588 MiB
End job on node139 at 2016-06-18 02:28:17