Trace number 4085746

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.03 1797.34

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_10null10mast_rapportOE2.0_TMAX60_K67_cod3.opb
MD5SUMf98241fe158e95fe184473fa73acbc2e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-47
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 898854
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 898854
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.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-4085746-1465290728.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.34/0.86	c ... done. Wall clock time 0.75s.
1.34/0.86	c declared #vars     40451
1.54/0.91	c #constraints  40950
1.54/0.91	c constraints type 
1.54/0.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1.54/0.91	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.54/0.91	c org.sat4j.specs.Constr$1 => 1
1.54/0.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.54/0.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.54/0.91	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.54/0.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.54/0.91	c 40950 constraints processed.
1.54/0.91	c objective function length is 28908 literals
9.12/8.03	c cleaning 2493 clauses out of 4992 with flag 15466/5000
16.10/14.97	c cleaning 4242 clauses out of 8500 with flag 42509/11001
24.51/23.39	c cleaning 5624 clauses out of 11257 with flag 82075/18000
34.01/32.85	c cleaning 6817 clauses out of 13634 with flag 130932/26001
46.53/45.37	c cleaning 7908 clauses out of 15816 with flag 168227/35000
58.93/57.74	c cleaning 8955 clauses out of 17909 with flag 216204/45001
71.92/70.72	c cleaning 9973 clauses out of 19955 with flag 272369/56002
84.62/83.48	c cleaning 10984 clauses out of 21980 with flag 342341/68000
99.53/98.40	c cleaning 11996 clauses out of 23996 with flag 420532/81000
115.02/113.86	c cleaning 12988 clauses out of 26002 with flag 499790/95002
132.14/130.93	c cleaning 13999 clauses out of 28012 with flag 592691/110000
149.63/148.44	c cleaning 15007 clauses out of 30013 with flag 696803/126000
169.03/167.80	c cleaning 16001 clauses out of 32006 with flag 815810/143000
187.24/186.06	c cleaning 16998 clauses out of 34006 with flag 913141/161001
205.85/204.51	c cleaning 18003 clauses out of 36009 with flag 1009150/180002
226.15/224.85	c cleaning 19000 clauses out of 38004 with flag 1105040/200000
243.65/242.34	c cleaning 19997 clauses out of 40005 with flag 1197831/221001
263.26/261.93	c cleaning 21000 clauses out of 42007 with flag 1284500/243000
281.15/279.80	c cleaning 21998 clauses out of 44008 with flag 1377626/266001
302.75/301.45	c cleaning 23004 clauses out of 46011 with flag 1487078/290002
326.45/325.10	c cleaning 24001 clauses out of 48007 with flag 1601084/315002
349.64/348.34	c cleaning 24998 clauses out of 50004 with flag 1720321/341000
372.25/370.92	c cleaning 26003 clauses out of 52006 with flag 1833333/368000
395.64/394.37	c cleaning 26999 clauses out of 54003 with flag 1961111/396000
420.05/418.56	c cleaning 27999 clauses out of 56004 with flag 2095248/425000
445.35/443.80	c cleaning 29001 clauses out of 58006 with flag 2233315/455001
471.25/469.77	c cleaning 29992 clauses out of 60004 with flag 2372834/486000
498.44/496.91	c cleaning 30999 clauses out of 62013 with flag 2515162/518001
525.54/524.06	c cleaning 32001 clauses out of 64014 with flag 2652169/551001
553.54/552.06	c cleaning 33003 clauses out of 66013 with flag 2808582/585001
582.44/580.98	c cleaning 34004 clauses out of 68009 with flag 2961922/620000
613.44/611.91	c cleaning 34997 clauses out of 70008 with flag 3125543/656003
648.04/646.51	c cleaning 35996 clauses out of 72008 with flag 3306814/693000
683.65/682.18	c cleaning 36998 clauses out of 74013 with flag 3512292/731001
718.44/716.92	c cleaning 38004 clauses out of 76015 with flag 3711156/770001
753.84/752.37	c cleaning 38999 clauses out of 78010 with flag 3923541/810000
791.31/789.51	c cleaning 39999 clauses out of 80013 with flag 4132031/851002
834.01/832.20	c cleaning 41000 clauses out of 82012 with flag 4329423/893000
881.62/879.83	c cleaning 42003 clauses out of 84011 with flag 4553201/936000
926.93/925.15	c cleaning 42997 clauses out of 85994 with flag 4758630/980000
970.92/969.11	c cleaning 43990 clauses out of 87996 with flag 4945151/1025001
1020.01/1018.28	c cleaning 44994 clauses out of 90005 with flag 5129985/1071000
1070.91/1069.11	c cleaning 46006 clauses out of 92011 with flag 5327303/1118000
1120.71/1118.93	c cleaning 46996 clauses out of 94006 with flag 5528359/1166001
1167.89/1165.86	c cleaning 48003 clauses out of 96010 with flag 5748508/1215001
1221.59/1219.59	c cleaning 49004 clauses out of 98007 with flag 6001454/1265001
1277.00/1274.95	c cleaning 50000 clauses out of 100003 with flag 6243046/1316001
1334.29/1332.26	c cleaning 51000 clauses out of 102003 with flag 6459853/1368001
1392.79/1390.72	c cleaning 51997 clauses out of 104002 with flag 6691253/1421000
1441.88/1439.90	c cleaning 52999 clauses out of 106006 with flag 6940260/1475001
1488.89/1486.87	c cleaning 53990 clauses out of 108005 with flag 7201626/1530000
1537.99/1535.91	c cleaning 55004 clauses out of 110015 with flag 7456115/1586000
1584.80/1582.73	c cleaning 56003 clauses out of 112012 with flag 7733451/1643001
1638.70/1636.61	c cleaning 57000 clauses out of 114006 with flag 7995170/1701000
1695.40/1693.38	c cleaning 57999 clauses out of 116006 with flag 8265126/1760000
1751.01/1748.93	c cleaning 59000 clauses out of 118007 with flag 8536041/1820000
1800.03/1797.30	c starts		: 314
1800.03/1797.30	c conflicts		: 1873007
1800.03/1797.30	c decisions		: 2577566
1800.03/1797.30	c propagations		: 1560541315
1800.03/1797.30	c inspects		: 5015370164
1800.03/1797.30	c shortcuts		: 0
1800.03/1797.30	c learnt literals	: 28
1800.03/1797.30	c learnt binary clauses	: 758
1800.03/1797.30	c learnt ternary clauses	: 482
1800.03/1797.30	c learnt constraints	: 1872979
1800.03/1797.30	c ignored constraints	: 0
1800.03/1797.30	c root simplifications	: 0
1800.03/1797.30	c removed literals (reason simplification)	: 0
1800.03/1797.30	c reason swapping (by a shorter reason)	: 0
1800.03/1797.30	c Calls to reduceDB	: 56
1800.03/1797.30	c Number of update (reduction) of LBD	: 114203
1800.03/1797.30	c Imported unit clauses	: 0
1800.03/1797.30	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.30	c number of learned constraints concerned by reduction	: 0
1800.03/1797.30	c number of learning phase by resolution	: 0
1800.03/1797.30	c number of learning phase by cutting planes	: 0
1800.03/1797.30	c speed (assignments/second)	: 868712.5441999038
1800.03/1797.30	c non guided choices	254
1800.03/1797.30	c timeout
1800.03/1797.33	c learnt constraints type 
1800.03/1797.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 758
1800.03/1797.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 111256
1800.03/1797.33	s UNKNOWN
1800.03/1797.33	c Total wall clock time (in seconds): 1797.22

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-4085746-1465290728/watcher-4085746-1465290728 -o /tmp/evaluation-result-4085746-1465290728/solver-4085746-1465290728 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9405 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085746-1465290728.opb 

pid=14541
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.09 2.16 2.17 3/194 14544
/proc/meminfo: memFree=29943876/32872528 swapFree=16700/1645768
[pid=14544] ppid=14541 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/14544/stat : 14544 (java) S 14541 14544 9389 0 -1 4202496 1289 0 0 0 0 0 0 0 20 0 2 0 111006239 95129600 921 33554432000 1073741824 1073778376 140733855965776 140733855956912 259115745341 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14544/statm: 23225 927 703 9 0 16769 0
[pid=14544/tid=14545] ppid=14541 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14545/stat : 14545 (java) D 14541 14544 9389 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 111006240 95129600 927 33554432000 1073741824 1073778376 140733855965776 140114874293800 259103223079 0 0 4096 0 18446744072100588836 0 0 -1 2 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.09 2.16 2.17 3/194 14544
/proc/meminfo: memFree=29943876/32872528 swapFree=16700/1645768
[pid=14544] ppid=14541 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14544/stat : 14544 (java) S 14541 14544 9389 0 -1 4202496 4404 0 1 0 9 1 0 0 20 0 18 0 111006239 9787879424 6036 33554432000 1073741824 1073778376 140733855965776 140733855956912 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14544/statm: 2389619 6036 2140 9 0 2380296 0
[pid=14544/tid=14545] ppid=14541 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14544/task/14545/stat : 14545 (java) R 14541 14544 9389 0 -1 4202560 2382 0 1 0 6 1 0 0 20 0 18 0 111006240 9787879424 6036 33554432000 1073741824 1073778376 140733855965776 140114874296640 140114864357622 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.200316 s]
/proc/loadavg: 2.09 2.16 2.17 3/194 14544
/proc/meminfo: memFree=29943876/32872528 swapFree=16700/1645768
[pid=14544] ppid=14541 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/14544/stat : 14544 (java) S 14541 14544 9389 0 -1 4202496 4997 0 1 0 29 1 0 0 20 0 18 0 111006239 9787879424 7380 33554432000 1073741824 1073778376 140733855965776 140733855956912 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14544/statm: 2389619 7380 2222 9 0 2380296 0
[pid=14544/tid=14545] ppid=14541 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/14544/task/14545/stat : 14545 (java) R 14541 14544 9389 0 -1 4202560 2400 0 1 0 16 1 0 0 20 0 18 0 111006240 9787879424 7380 33554432000 1073741824 1073778376 140733855965776 140114874298072 140114734998232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300319 s]
/proc/loadavg: 2.09 2.16 2.17 3/194 14544
/proc/meminfo: memFree=29943876/32872528 swapFree=16700/1645768
[pid=14544] ppid=14541 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/14544/stat : 14544 (java) S 14541 14544 9389 0 -1 4202496 6048 0 1 0 48 2 0 0 20 0 18 0 111006239 9787879424 11417 33554432000 1073741824 1073778376 140733855965776 140733855956912 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14544/statm: 2389619 11417 2231 9 0 2380296 0
[pid=14544/tid=14545] ppid=14541 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/14544/task/14545/stat : 14545 (java) R 14541 14544 9389 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 18 0 111006240 9787879424 11417 33554432000 1073741824 1073778376 140733855965776 140114874298072 140114734940090 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700277 s]
/proc/loadavg: 2.09 2.16 2.17 3/194 14544
/proc/meminfo: memFree=29943876/32872528 swapFree=16700/1645768
[pid=14544] ppid=14541 vsize=9558476 CPUtime=1.24 cores=0,2,4,6
/proc/14544/stat : 14544 (java) S 14541 14544 9389 0 -1 4202496 8138 0 1 0 116 8 0 0 20 0 18 0 111006239 9787879424 44532 33554432000 1073741824 1073778376 140733855965776 140733855956912 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14544/statm: 2389619 44532 2263 9 0 2380296 0
[pid=14544/tid=14545] ppid=14541 vsize=9558476 CPUtime=0.65 cores=0,2,4,6
/proc/14544/task/14545/stat : 14545 (java) R 14541 14544 9389 0 -1 4202560 2468 0 1 0 61 4 0 0 20 0 18 0 111006240 9787879424 44532 33554432000 1073741824 1073778376 140733855965776 140114874297880 259115771149 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 2.09 2.16 2.17 3/213 14563
/proc/meminfo: memFree=29766904/32872528 swapFree=16700/1645768
[pid=14544] ppid=14541 vsize=9625040 CPUtime=2.56 cores=0,2,4,6
/proc/14544/stat : 14544 (java) S 14541 14544 9389 0 -1 4202496 10880 0 1 0 247 9 0 0 20 0 19 0 111006239 9856040960 45116 33554432000 1073741824 1073778376 140733855965776 140733855956912 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14544/statm: 2406260 45116 2278 9 0 2396937 0
[pid=14544/tid=14545] ppid=14541 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/14544/task/14545/stat : 14545 (java) R 14541 14544 9389 0 -1 4202560 2478 0 1 0 140 4 0 0 20 0 19 0 111006240 9856040960 45116 33554432000 1073741824 1073778376 140733855965776 140114874298536 140114735690668 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14544/tid=14547] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14547/stat : 14547 (java) S 14541 14544 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 111006240 9856040960 45116 33554432000 1073741824 1073778376 140733855965776 140114718260264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14544/tid=14548] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14548/stat : 14548 (java) S 14541 14544 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111006240 9856040960 45116 33554432000 1073741824 1073778376 140733855965776 140114717207464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14544/tid=14549] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14549/stat : 14549 (java) S 14541 14544 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111006240 9856040960 45116 33554432000 1073741824 1073778376 140733855965776 140114716154664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14544/tid=14550] ppid=14541 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14544/task/14550/stat : 14550 (java) S 14541 14544 9389 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 111006240 9856040960 45116 33554432000 1073741824 1073778376 140733855965776 140114715101864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14544/tid=14551] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14551/stat : 14551 (java) S 14541 14544 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111006240 9856040960 45116 33554432000 1073741824 1073778376 140733855965776 140114714049064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14544/tid=14552] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14552/stat : 14552 (java) S 14541 14544 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 111006240 9856040960 45116 33554432000 1073741824 1073778376 140733855965776 140114712996264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14544/tid=14553] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14553/stat : 14553 (java) S 14541 14544 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111006240 9856040960 45116 33554432000 1073741824 1073778376 140733855965776 140114711943464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14554] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14554/stat : 14554 (java) S 14541 14544 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111006240 9856040960 45116 33554432000 1073741824 1073778376 140733855965776 140114710890664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14555] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14555/stat : 14555 (java) S 14541 14544 9389 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 111006241 9856040960 45116 33554432000 1073741824 1073778376 140733855965776 140114698480616 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14556] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14556/stat : 14556 (java) S 14541 14544 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111006242 9856040960 45116 33554432000 1073741824 1073778376 140733855965776 140114697426680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14557] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14557/stat : 14557 (java) S 14541 14544 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111006242 9856040960 45116 33554432000 1073741824 1073778376 140733855965776 140114696373768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14558] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14558/stat : 14558 (java) S 14541 14544 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111006244 9856040960 45116 33554432000 1073741824 1073778376 140733855965776 140114695322256 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14559] ppid=14541 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/14544/task/14559/stat : 14559 (java) S 14541 14544 9389 0 -1 4202560 2843 0 0 0 49 0 0 0 20 0 19 0 111006244 9856040960 45116 33554432000 1073741824 1073778376 140733855965776 140114694269368 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14560] ppid=14541 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/14544/task/14560/stat : 14560 (java) S 14541 14544 9389 0 -1 4202560 4153 0 0 0 49 0 0 0 20 0 19 0 111006244 9856040960 45116 33554432000 1073741824 1073778376 140733855965776 140114693216568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14561] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14561/stat : 14561 (java) S 14541 14544 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111006244 9856040960 45116 33554432000 1073741824 1073778376 140733855965776 140114692163960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14562] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14562/stat : 14562 (java) S 14541 14544 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111006244 9856040960 45116 33554432000 1073741824 1073778376 140733855965776 140114691111368 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14563] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14563/stat : 14563 (java) S 14541 14544 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111006331 9856040960 45116 33554432000 1073741824 1073778376 140733855965776 140114690057896 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.09 2.16 2.17 4/213 14563
/proc/meminfo: memFree=29762560/32872528 swapFree=16700/1645768
[pid=14544] ppid=14541 vsize=9625040 CPUtime=4.2 cores=0,2,4,6
/proc/14544/stat : 14544 (java) S 14541 14544 9389 0 -1 4202496 10882 0 1 0 411 9 0 0 20 0 19 0 111006239 9856040960 45117 33554432000 1073741824 1073778376 140733855965776 140733855956912 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14544/statm: 2406260 45117 2278 9 0 2396937 0
[pid=14544/tid=14545] ppid=14541 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/14544/task/14545/stat : 14545 (java) R 14541 14544 9389 0 -1 4202560 2479 0 1 0 300 4 0 0 20 0 19 0 111006240 9856040960 45117 33554432000 1073741824 1073778376 140733855965776 140114874296784 140114735699433 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14544/tid=14547] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14547/stat : 14547 (java) S 14541 14544 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 111006240 9856040960 45117 33554432000 1073741824 1073778376 140733855965776 140114718260264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14544/tid=14548] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14548/stat : 14548 (java) S 14541 14544 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111006240 9856040960 45117 33554432000 1073741824 1073778376 140733855965776 140114717207464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14544/tid=14549] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14549/stat : 14549 (java) S 14541 14544 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111006240 9856040960 45117 33554432000 1073741824 1073778376 140733855965776 140114716154664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14544/tid=14550] ppid=14541 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14544/task/14550/stat : 14550 (java) S 14541 14544 9389 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 111006240 9856040960 45117 33554432000 1073741824 1073778376 140733855965776 140114715101864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14544/tid=14551] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14551/stat : 14551 (java) S 14541 14544 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111006240 9856040960 45117 33554432000 1073741824 1073778376 140733855965776 140114714049064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14544/tid=14552] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14552/stat : 14552 (java) S 14541 14544 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 111006240 9856040960 45117 33554432000 1073741824 1073778376 140733855965776 140114712996264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14544/tid=14553] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14553/stat : 14553 (java) S 14541 14544 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111006240 9856040960 45117 33554432000 1073741824 1073778376 140733855965776 140114711943464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14554] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14554/stat : 14554 (java) S 14541 14544 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111006240 9856040960 45117 33554432000 1073741824 1073778376 140733855965776 140114710890664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14555] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14555/stat : 14555 (java) S 14541 14544 9389 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 111006241 9856040960 45117 33554432000 1073741824 1073778376 140733855965776 140114698480616 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14556] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14556/stat : 14556 (java) S 14541 14544 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111006242 9856040960 45117 33554432000 1073741824 1073778376 140733855965776 140114697426680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14557] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14557/stat : 14557 (java) S 14541 14544 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111006242 9856040960 45117 33554432000 1073741824 1073778376 140733855965776 140114696373768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14558] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14558/stat : 14558 (java) S 14541 14544 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111006244 9856040960 45117 33554432000 1073741824 1073778376 140733855965776 140114695322256 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14559] ppid=14541 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/14544/task/14559/stat : 14559 (java) S 14541 14544 9389 0 -1 4202560 2843 0 0 0 52 0 0 0 20 0 19 0 111006244 9856040960 45117 33554432000 1073741824 1073778376 140733855965776 140114694269368 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14560] ppid=14541 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/14544/task/14560/stat : 14560 (java) S 14541 14544 9389 0 -1 4202560 4153 0 0 0 49 0 0 0 20 0 19 0 111006244 9856040960 45117 33554432000 1073741824 1073778376 140733855965776 140114693216568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14561] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14561/stat : 14561 (java) S 14541 14544 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111006244 9856040960 45117 33554432000 1073741824 1073778376 140733855965776 140114692163960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14562] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14562/stat : 14562 (java) S 14541 14544 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111006244 9856040960 45117 33554432000 1073741824 1073778376 140733855965776 140114691111368 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14563] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14563/stat : 14563 (java) S 14541 14544 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111006331 9856040960 45117 33554432000 1073741824 1073778376 140733855965776 140114690057896 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.08 2.15 2.17 3/213 14563
/proc/meminfo: memFree=29752352/32872528 swapFree=16700/1645768
[pid=14544] ppid=14541 vsize=9625040 CPUtime=7.4 cores=0,2,4,6
/proc/14544/stat : 14544 (java) S 14541 14544 9389 0 -1 4202496 10883 0 1 0 731 9 0 0 20 0 19 0 111006239 9856040960 45064 33554432000 1073741824 1073778376 140733855965776 140733855956912 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14544/statm: 2406260 45064 2278 9 0 2396937 0
[pid=14544/tid=14545] ppid=14541 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/14544/task/14545/stat : 14545 (java) R 14541 14544 9389 0 -1 4202560 2480 0 1 0 619 4 0 0 20 0 19 0 111006240 9856040960 45064 33554432000 1073741824 1073778376 140733855965776 140114874298840 140114735699556 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14544/tid=14547] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14547/stat : 14547 (java) S 14541 14544 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 111006240 9856040960 45064 33554432000 1073741824 1073778376 140733855965776 140114718260264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14544/tid=14548] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14548/stat : 14548 (java) S 14541 14544 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111006240 9856040960 45064 33554432000 1073741824 1073778376 140733855965776 140114717207464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14544/tid=14549] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14549/stat : 14549 (java) S 14541 14544 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111006240 9856040960 45064 33554432000 1073741824 1073778376 140733855965776 140114716154664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14544/tid=14550] ppid=14541 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14544/task/14550/stat : 14550 (java) S 14541 14544 9389 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 111006240 9856040960 45064 33554432000 1073741824 1073778376 140733855965776 140114715101864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14544/tid=14551] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14551/stat : 14551 (java) S 14541 14544 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111006240 9856040960 45064 33554432000 1073741824 1073778376 140733855965776 140114714049064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14544/tid=14552] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14552/stat : 14552 (java) S 14541 14544 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 111006240 9856040960 45064 33554432000 1073741824 1073778376 140733855965776 140114712996264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14544/tid=14553] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14553/stat : 14553 (java) S 14541 14544 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111006240 9856040960 45064 33554432000 1073741824 1073778376 140733855965776 140114711943464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14554] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14554/stat : 14554 (java) S 14541 14544 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111006240 9856040960 45064 33554432000 1073741824 1073778376 140733855965776 140114710890664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14555] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14555/stat : 14555 (java) S 14541 14544 9389 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 111006241 9856040960 45064 33554432000 1073741824 1073778376 140733855965776 140114698480616 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14556] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14556/stat : 14556 (java) S 14541 14544 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111006242 9856040960 45064 33554432000 1073741824 1073778376 140733855965776 140114697426680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14557] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14557/stat : 14557 (java) S 14541 14544 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111006242 9856040960 45064 33554432000 1073741824 1073778376 140733855965776 140114696373768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14558] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14558/stat : 14558 (java) S 14541 14544 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111006244 9856040960 45064 33554432000 1073741824 1073778376 140733855965776 140114695322256 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14559] ppid=14541 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/14544/task/14559/stat : 14559 (java) S 14541 14544 9389 0 -1 4202560 2843 0 0 0 53 0 0 0 20 0 19 0 111006244 9856040960 45064 33554432000 1073741824 1073778376 140733855965776 140114694269368 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14560] ppid=14541 vsize=9625040 CPUtime=0.49 cores=0,2,4,6

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

[pid=14544/tid=14563] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14563/stat : 14563 (java) S 14541 14544 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111006331 9856040960 334818 33554432000 1073741824 1073778376 140733855965776 140114690057896 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.4
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.16 2.20 2.17 3/213 14673
/proc/meminfo: memFree=27974684/32872528 swapFree=16700/1645768
[pid=14544] ppid=14541 vsize=9625040 CPUtime=1784.4 cores=0,2,4,6
/proc/14544/stat : 14544 (java) S 14541 14544 9389 0 -1 4202496 13319 0 1 0 178349 91 0 0 20 0 19 0 111006239 9856040960 356322 33554432000 1073741824 1073778376 140733855965776 140733855956912 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14544/statm: 2406260 356322 2292 9 0 2396937 0
[pid=14544/tid=14545] ppid=14541 vsize=9625040 CPUtime=1777.24 cores=0,2,4,6
/proc/14544/task/14545/stat : 14545 (java) R 14541 14544 9389 0 -1 4202560 2854 0 1 0 177677 47 0 0 20 0 19 0 111006240 9856040960 356322 33554432000 1073741824 1073778376 140733855965776 140114874289840 140114735690662 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14544/tid=14547] ppid=14541 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/14544/task/14547/stat : 14547 (java) S 14541 14544 9389 0 -1 4202560 182 0 0 0 11 10 0 0 20 0 19 0 111006240 9856040960 356322 33554432000 1073741824 1073778376 140733855965776 140114718260264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14548] ppid=14541 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/14544/task/14548/stat : 14548 (java) S 14541 14544 9389 0 -1 4202560 230 0 0 0 10 9 0 0 20 0 19 0 111006240 9856040960 356322 33554432000 1073741824 1073778376 140733855965776 140114717207464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14544/tid=14549] ppid=14541 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/14544/task/14549/stat : 14549 (java) S 14541 14544 9389 0 -1 4202560 93 0 0 0 4 5 0 0 20 0 19 0 111006240 9856040960 356322 33554432000 1073741824 1073778376 140733855965776 140114716154664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14550] ppid=14541 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/14544/task/14550/stat : 14550 (java) S 14541 14544 9389 0 -1 4202560 173 0 0 0 6 6 0 0 20 0 19 0 111006240 9856040960 356322 33554432000 1073741824 1073778376 140733855965776 140114715101864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14551] ppid=14541 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/14544/task/14551/stat : 14551 (java) S 14541 14544 9389 0 -1 4202560 106 0 0 0 5 5 0 0 20 0 19 0 111006240 9856040960 356322 33554432000 1073741824 1073778376 140733855965776 140114714049064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14544/tid=14552] ppid=14541 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/14544/task/14552/stat : 14552 (java) S 14541 14544 9389 0 -1 4202560 188 0 0 0 9 8 0 0 20 0 19 0 111006240 9856040960 356322 33554432000 1073741824 1073778376 140733855965776 140114712996264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14553] ppid=14541 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/14544/task/14553/stat : 14553 (java) S 14541 14544 9389 0 -1 4202560 217 0 0 0 6 5 0 0 20 0 19 0 111006240 9856040960 356322 33554432000 1073741824 1073778376 140733855965776 140114711943464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14544/tid=14554] ppid=14541 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/14544/task/14554/stat : 14554 (java) S 14541 14544 9389 0 -1 4202560 208 0 0 0 11 9 0 0 20 0 19 0 111006240 9856040960 356322 33554432000 1073741824 1073778376 140733855965776 140114710890664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14555] ppid=14541 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/14544/task/14555/stat : 14555 (java) S 14541 14544 9389 0 -1 4202560 696 0 0 0 13 0 0 0 20 0 19 0 111006241 9856040960 356322 33554432000 1073741824 1073778376 140733855965776 140114698480616 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14556] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14556/stat : 14556 (java) S 14541 14544 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111006242 9856040960 356322 33554432000 1073741824 1073778376 140733855965776 140114697426680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14557] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14557/stat : 14557 (java) S 14541 14544 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111006242 9856040960 356322 33554432000 1073741824 1073778376 140733855965776 140114696373768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14558] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14558/stat : 14558 (java) S 14541 14544 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111006244 9856040960 356322 33554432000 1073741824 1073778376 140733855965776 140114695322256 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14559] ppid=14541 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/14544/task/14559/stat : 14559 (java) S 14541 14544 9389 0 -1 4202560 2856 0 0 0 60 0 0 0 20 0 19 0 111006244 9856040960 356322 33554432000 1073741824 1073778376 140733855965776 140114694269368 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14560] ppid=14541 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/14544/task/14560/stat : 14560 (java) S 14541 14544 9389 0 -1 4202560 4154 0 0 0 56 0 0 0 20 0 19 0 111006244 9856040960 356322 33554432000 1073741824 1073778376 140733855965776 140114693216568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14561] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14561/stat : 14561 (java) S 14541 14544 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111006244 9856040960 356322 33554432000 1073741824 1073778376 140733855965776 140114692163960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14562] ppid=14541 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/14544/task/14562/stat : 14562 (java) S 14541 14544 9389 0 -1 4202560 103 0 0 0 18 19 0 0 20 0 19 0 111006244 9856040960 356322 33554432000 1073741824 1073778376 140733855965776 140114691111368 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14563] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14563/stat : 14563 (java) S 14541 14544 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111006331 9856040960 356322 33554432000 1073741824 1073778376 140733855965776 140114690057896 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.4
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 2.20 2.21 2.18 5/213 14673
/proc/meminfo: memFree=27087920/32872528 swapFree=16700/1645768
[pid=14544] ppid=14541 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/14544/stat : 14544 (java) S 14541 14544 9389 0 -1 4202496 14812 0 1 0 179876 127 0 0 20 0 19 0 111006239 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140733855956912 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14544/statm: 2406260 435059 2292 9 0 2396937 0
[pid=14544/tid=14545] ppid=14541 vsize=9625040 CPUtime=1791.82 cores=0,2,4,6
/proc/14544/task/14545/stat : 14545 (java) R 14541 14544 9389 0 -1 4202560 2862 0 1 0 179135 47 0 0 20 0 19 0 111006240 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114874297568 140114735699360 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14544/tid=14547] ppid=14541 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/14544/task/14547/stat : 14547 (java) S 14541 14544 9389 0 -1 4202560 239 0 0 0 14 12 0 0 20 0 19 0 111006240 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114718260264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14548] ppid=14541 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/14544/task/14548/stat : 14548 (java) S 14541 14544 9389 0 -1 4202560 371 0 0 0 22 18 0 0 20 0 19 0 111006240 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114717207464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14544/tid=14549] ppid=14541 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/14544/task/14549/stat : 14549 (java) S 14541 14544 9389 0 -1 4202560 138 0 0 0 6 8 0 0 20 0 19 0 111006240 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114716154664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14550] ppid=14541 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/14544/task/14550/stat : 14550 (java) S 14541 14544 9389 0 -1 4202560 299 0 0 0 18 13 0 0 20 0 19 0 111006240 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114715101864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14544/tid=14551] ppid=14541 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/14544/task/14551/stat : 14551 (java) S 14541 14544 9389 0 -1 4202560 193 0 0 0 11 11 0 0 20 0 19 0 111006240 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114714049064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14544/tid=14552] ppid=14541 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/14544/task/14552/stat : 14552 (java) S 14541 14544 9389 0 -1 4202560 239 0 0 0 12 10 0 0 20 0 19 0 111006240 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114712996264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14553] ppid=14541 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/14544/task/14553/stat : 14553 (java) S 14541 14544 9389 0 -1 4202560 290 0 0 0 13 8 0 0 20 0 19 0 111006240 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114711943464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14544/tid=14554] ppid=14541 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/14544/task/14554/stat : 14554 (java) S 14541 14544 9389 0 -1 4202560 349 0 0 0 14 12 0 0 20 0 19 0 111006240 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114710890664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14544/tid=14555] ppid=14541 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/14544/task/14555/stat : 14555 (java) S 14541 14544 9389 0 -1 4202560 1460 0 0 0 27 2 0 0 20 0 19 0 111006241 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114698480616 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14556] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14556/stat : 14556 (java) S 14541 14544 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111006242 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114697426680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14557] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14557/stat : 14557 (java) S 14541 14544 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111006242 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114696373768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14558] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14558/stat : 14558 (java) S 14541 14544 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111006244 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114695322256 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14559] ppid=14541 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/14544/task/14559/stat : 14559 (java) S 14541 14544 9389 0 -1 4202560 2856 0 0 0 60 0 0 0 20 0 19 0 111006244 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114694269368 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14560] ppid=14541 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/14544/task/14560/stat : 14560 (java) S 14541 14544 9389 0 -1 4202560 4154 0 0 0 56 0 0 0 20 0 19 0 111006244 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114693216568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14561] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14561/stat : 14561 (java) S 14541 14544 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111006244 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114692163960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14562] ppid=14541 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/14544/task/14562/stat : 14562 (java) S 14541 14544 9389 0 -1 4202560 103 0 0 0 18 19 0 0 20 0 19 0 111006244 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114691111368 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14563] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14563/stat : 14563 (java) S 14541 14544 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111006331 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114690057896 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 14544 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.3 s]
/proc/loadavg: 2.20 2.21 2.18 5/213 14673
/proc/meminfo: memFree=27087920/32872528 swapFree=16700/1645768
[pid=14544] ppid=14541 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/14544/stat : 14544 (java) S 14541 14544 9389 0 -1 4202496 14812 0 1 0 179876 127 0 0 20 0 19 0 111006239 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140733855956912 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14544/statm: 2406260 435059 2292 9 0 2396937 0
[pid=14544/tid=14545] ppid=14541 vsize=9625040 CPUtime=1791.82 cores=0,2,4,6
/proc/14544/task/14545/stat : 14545 (java) R 14541 14544 9389 0 -1 4202560 2862 0 1 0 179135 47 0 0 20 0 19 0 111006240 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114874297568 140114735699360 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14544/tid=14547] ppid=14541 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/14544/task/14547/stat : 14547 (java) S 14541 14544 9389 0 -1 4202560 239 0 0 0 14 12 0 0 20 0 19 0 111006240 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114718260264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14548] ppid=14541 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/14544/task/14548/stat : 14548 (java) S 14541 14544 9389 0 -1 4202560 371 0 0 0 22 18 0 0 20 0 19 0 111006240 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114717207464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14544/tid=14549] ppid=14541 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/14544/task/14549/stat : 14549 (java) S 14541 14544 9389 0 -1 4202560 138 0 0 0 6 8 0 0 20 0 19 0 111006240 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114716154664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14550] ppid=14541 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/14544/task/14550/stat : 14550 (java) S 14541 14544 9389 0 -1 4202560 299 0 0 0 18 13 0 0 20 0 19 0 111006240 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114715101864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14544/tid=14551] ppid=14541 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/14544/task/14551/stat : 14551 (java) S 14541 14544 9389 0 -1 4202560 193 0 0 0 11 11 0 0 20 0 19 0 111006240 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114714049064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14544/tid=14552] ppid=14541 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/14544/task/14552/stat : 14552 (java) S 14541 14544 9389 0 -1 4202560 239 0 0 0 12 10 0 0 20 0 19 0 111006240 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114712996264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14553] ppid=14541 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/14544/task/14553/stat : 14553 (java) S 14541 14544 9389 0 -1 4202560 290 0 0 0 13 8 0 0 20 0 19 0 111006240 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114711943464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14544/tid=14554] ppid=14541 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/14544/task/14554/stat : 14554 (java) S 14541 14544 9389 0 -1 4202560 349 0 0 0 14 12 0 0 20 0 19 0 111006240 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114710890664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14544/tid=14555] ppid=14541 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/14544/task/14555/stat : 14555 (java) S 14541 14544 9389 0 -1 4202560 1460 0 0 0 27 2 0 0 20 0 19 0 111006241 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114698480616 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14556] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14556/stat : 14556 (java) S 14541 14544 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111006242 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114697426680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14557] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14557/stat : 14557 (java) S 14541 14544 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111006242 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114696373768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14558] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14558/stat : 14558 (java) S 14541 14544 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111006244 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114695322256 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14559] ppid=14541 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/14544/task/14559/stat : 14559 (java) S 14541 14544 9389 0 -1 4202560 2856 0 0 0 60 0 0 0 20 0 19 0 111006244 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114694269368 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14560] ppid=14541 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/14544/task/14560/stat : 14560 (java) S 14541 14544 9389 0 -1 4202560 4154 0 0 0 56 0 0 0 20 0 19 0 111006244 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114693216568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14561] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14561/stat : 14561 (java) S 14541 14544 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111006244 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114692163960 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14544/tid=14562] ppid=14541 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/14544/task/14562/stat : 14562 (java) S 14541 14544 9389 0 -1 4202560 103 0 0 0 18 19 0 0 20 0 19 0 111006244 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114691111368 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14544/tid=14563] ppid=14541 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14544/task/14563/stat : 14563 (java) S 14541 14544 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111006331 9856040960 435059 33554432000 1073741824 1073778376 140733855965776 140114690057896 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.34
CPU time (s): 1800.03
CPU user time (s): 1798.76
CPU system time (s): 1.27
CPU usage (%): 100.15
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.26
system time used= 1.74273
maximum resident set size= 1741464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15123
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38158
involuntary context switches= 2847

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6224 second user time and 13.356 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-07 11:12:08
IDJOB=4085746
IDBENCH=90511
IDSOLVER=2546
FILE ID=node124/4085746-1465290728
RUNJOBID= node124-1465261984-9405
PBS_JOBID= 19843296
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_10null10mast_rapportOE2.0_TMAX60_K67_cod3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085746-1465290728/watcher-4085746-1465290728 -o /tmp/evaluation-result-4085746-1465290728/solver-4085746-1465290728 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9405 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085746-1465290728.opb

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

MD5SUM BENCH= f98241fe158e95fe184473fa73acbc2e
RANDOM SEED=804078728

node124.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.707
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.41
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.707
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.707
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.707
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.707
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.707
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.707
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.707
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:        29944784 kB
Buffers:          119180 kB
Cached:           240784 kB
SwapCached:          824 kB
Active:           294680 kB
Inactive:         250016 kB
Active(anon):     185732 kB
Inactive(anon):     1468 kB
Active(file):     108948 kB
Inactive(file):   248548 kB
Unevictable:     1645768 kB
Mlocked:           16700 kB
SwapTotal:      67108856 kB
SwapFree:       67097716 kB
Dirty:              3568 kB
Writeback:             0 kB
AnonPages:       1932212 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             601464 kB
SReclaimable:      45404 kB
SUnreclaim:       556060 kB
KernelStack:        1760 kB
PageTables:         7920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2468520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1896448 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= 71720 MiB
End job on node124 at 2016-06-07 11:42:05