Trace number 4084947

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.04 1797.94

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_50null20mast_rapportOE2.0_TMAX60_K67_cod1.opb
MD5SUMff9c0bd788fc61c001050ccff0fe6623
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-28937
Best CPU time to get the best result obtained on this benchmark1800.1
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 16038
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 78522840
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 78522840
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.05/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.32	c See www.sat4j.org for details.
0.05/0.32	c version PB16.v20160501
0.05/0.32	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.32	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.32	c java.vm.version	19.1-b02
0.05/0.32	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.32	c sun.arch.data.model	64
0.05/0.32	c java.version		1.6.0_24
0.05/0.32	c os.name		Linux
0.05/0.32	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.32	c os.arch		amd64
0.05/0.32	c Free memory 		501472288
0.05/0.32	c Max memory 		7480803328
0.05/0.32	c Total memory 		504102912
0.05/0.33	c Number of processors 	8
0.05/0.36	c Pseudo Boolean Optimization by upper bound
0.05/0.36	c --- Begin Solver configuration ---
0.05/0.36	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.05/0.36	c Learn all clauses as in MiniSAT
0.05/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.36	c No reason simplification
0.05/0.36	c Glucose 2.1 dynamic restart strategy
0.05/0.36	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.05/0.36	c timeout=2147483s
0.05/0.36	c DB Simplification allowed=false
0.05/0.36	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.05/0.36	c --- End Solver configuration ---
0.05/0.36	c solving HOME/instance-4084947-1465310425.opb
0.05/0.36	c reading problem ... 
0.05/0.36	c  objective function found
1.30/1.06	c ... done. Wall clock time 0.702s.
1.30/1.06	c declared #vars     40451
1.30/1.06	c #constraints  40950
1.30/1.06	c constraints type 
1.30/1.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1.30/1.06	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.30/1.06	c org.sat4j.specs.Constr$1 => 1
1.30/1.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.30/1.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.30/1.06	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.30/1.06	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.30/1.06	c 40950 constraints processed.
1.30/1.06	c objective function length is 16038 literals
7.80/7.07	c cleaning 2492 clauses out of 4983 with flag 15994/5000
14.67/13.48	c cleaning 4245 clauses out of 8491 with flag 37801/11000
22.77/21.51	c cleaning 5618 clauses out of 11246 with flag 67158/18000
30.78/29.51	c cleaning 6808 clauses out of 13628 with flag 98461/26000
39.99/38.71	c cleaning 7905 clauses out of 15820 with flag 131332/35000
49.70/48.50	c cleaning 8952 clauses out of 17915 with flag 166523/45000
62.70/61.47	c cleaning 9975 clauses out of 19963 with flag 216022/56000
77.21/75.95	c cleaning 10989 clauses out of 21986 with flag 260714/68001
94.39/93.13	c cleaning 11998 clauses out of 23996 with flag 324424/81000
109.70/108.47	c cleaning 12995 clauses out of 25999 with flag 393313/95001
123.60/122.39	c cleaning 14002 clauses out of 28003 with flag 482212/110000
137.81/136.59	c cleaning 14996 clauses out of 30002 with flag 562367/126001
152.70/151.45	c cleaning 16001 clauses out of 32005 with flag 644023/143000
168.72/167.37	c cleaning 17000 clauses out of 34006 with flag 736124/161002
185.60/184.26	c cleaning 18002 clauses out of 36005 with flag 829061/180001
203.81/202.42	c cleaning 18999 clauses out of 38002 with flag 927632/200000
223.20/221.87	c cleaning 20002 clauses out of 40003 with flag 1047412/221000
243.50/242.12	c cleaning 21000 clauses out of 42001 with flag 1174934/243000
264.30/262.94	c cleaning 21999 clauses out of 44002 with flag 1300012/266001
286.68/285.37	c cleaning 22994 clauses out of 46002 with flag 1405662/290000
313.08/311.75	c cleaning 24003 clauses out of 48009 with flag 1528549/315001
340.28/338.96	c cleaning 24999 clauses out of 50006 with flag 1657420/341001
367.50/365.93	c cleaning 26003 clauses out of 52006 with flag 1793155/368000
392.40/390.82	c cleaning 26993 clauses out of 54003 with flag 1964347/396000
417.40/415.85	c cleaning 27999 clauses out of 56010 with flag 2140882/425000
443.99/442.46	c cleaning 29003 clauses out of 58011 with flag 2291138/455000
471.30/469.76	c cleaning 30004 clauses out of 60008 with flag 2446553/486000
500.28/498.79	c cleaning 31001 clauses out of 62005 with flag 2607556/518001
529.68/528.15	c cleaning 32002 clauses out of 64004 with flag 2796714/551001
562.97/561.41	c cleaning 32995 clauses out of 66003 with flag 2991618/585002
595.86/594.35	c cleaning 34001 clauses out of 68007 with flag 3236429/620001
628.35/626.83	c cleaning 34999 clauses out of 70005 with flag 3483003/656000
663.05/661.51	c cleaning 35998 clauses out of 72008 with flag 3728189/693002
697.95/696.50	c cleaning 37003 clauses out of 74010 with flag 3967601/731002
733.33/731.81	c cleaning 37994 clauses out of 76006 with flag 4219208/770001
769.53/768.05	c cleaning 39004 clauses out of 78011 with flag 4477017/810000
808.00/806.26	c cleaning 40004 clauses out of 80008 with flag 4746162/851001
846.30/844.57	c cleaning 40998 clauses out of 82004 with flag 5032606/893001
886.29/884.58	c cleaning 42003 clauses out of 84006 with flag 5362465/936001
926.48/924.74	c cleaning 43002 clauses out of 86005 with flag 5662237/980003
971.17/969.42	c cleaning 43997 clauses out of 88001 with flag 6007651/1025001
1014.07/1012.36	c cleaning 44993 clauses out of 90003 with flag 6291330/1071000
1058.25/1056.57	c cleaning 46004 clauses out of 92012 with flag 6604557/1118002
1103.65/1101.91	c cleaning 47002 clauses out of 94007 with flag 6961327/1166001
1152.94/1151.29	c cleaning 47996 clauses out of 96004 with flag 7352841/1215000
1201.77/1199.78	c cleaning 49001 clauses out of 98008 with flag 7753156/1265000
1247.98/1245.96	c cleaning 49995 clauses out of 100007 with flag 8089621/1316000
1295.48/1293.49	c cleaning 50994 clauses out of 102012 with flag 8392225/1368000
1344.48/1342.47	c cleaning 52002 clauses out of 104018 with flag 8715513/1421000
1393.28/1391.28	c cleaning 53004 clauses out of 106017 with flag 9052758/1475001
1444.79/1442.78	c cleaning 54004 clauses out of 108012 with flag 9373586/1530000
1496.40/1494.35	c cleaning 55003 clauses out of 110009 with flag 9664999/1586001
1550.90/1548.83	c cleaning 55993 clauses out of 112005 with flag 9973441/1643000
1606.10/1604.00	c cleaning 56999 clauses out of 114013 with flag 10281088/1701001
1664.83/1662.74	c cleaning 58001 clauses out of 116013 with flag 10569526/1760000
1722.03/1719.95	c cleaning 59005 clauses out of 118012 with flag 10880412/1820000
1786.24/1784.19	c cleaning 60005 clauses out of 120009 with flag 11210348/1881002
1800.04/1797.90	c starts		: 421
1800.04/1797.90	c conflicts		: 1894956
1800.04/1797.90	c decisions		: 2875769
1800.04/1797.90	c propagations		: 1825624792
1800.04/1797.90	c inspects		: 4971950234
1800.04/1797.90	c shortcuts		: 0
1800.04/1797.90	c learnt literals	: 20
1800.04/1797.90	c learnt binary clauses	: 778
1800.04/1797.90	c learnt ternary clauses	: 506
1800.04/1797.90	c learnt constraints	: 1894936
1800.04/1797.90	c ignored constraints	: 0
1800.04/1797.90	c root simplifications	: 0
1800.04/1797.90	c removed literals (reason simplification)	: 0
1800.04/1797.90	c reason swapping (by a shorter reason)	: 0
1800.04/1797.90	c Calls to reduceDB	: 57
1800.04/1797.90	c Number of update (reduction) of LBD	: 158703
1800.04/1797.90	c Imported unit clauses	: 0
1800.04/1797.90	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.90	c number of learned constraints concerned by reduction	: 0
1800.04/1797.90	c number of learning phase by resolution	: 0
1800.04/1797.90	c number of learning phase by cutting planes	: 0
1800.04/1797.90	c speed (assignments/second)	: 1016046.2512932764
1800.04/1797.90	c non guided choices	14960
1800.04/1797.91	c timeout
1800.04/1797.93	c learnt constraints type 
1800.04/1797.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 778
1800.04/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 73180
1800.04/1797.93	s UNKNOWN
1800.04/1797.93	c Total wall clock time (in seconds): 1797.573

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-4084947-1465310425/watcher-4084947-1465310425 -o /tmp/evaluation-result-4084947-1465310425/solver-4084947-1465310425 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1465310425-9810 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084947-1465310425.opb 

pid=9831
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.34 1.27 1.37 5/175 9837
/proc/meminfo: memFree=30067828/32872528 swapFree=17892/1720544
[pid=9836] ppid=9831 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/9836/stat : 9836 (java) D 9831 9836 8023 0 -1 4202496 158 0 0 0 0 0 0 0 20 0 1 0 112975633 278528 33 33554432000 1073741824 1073778376 140736919592624 140736919589800 270320889127 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/9836/statm: 68 33 25 9 0 25 0

[startup+0.100072 s]
/proc/loadavg: 1.34 1.27 1.37 5/175 9837
/proc/meminfo: memFree=30067828/32872528 swapFree=17892/1720544
[pid=9836] ppid=9831 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/9836/stat : 9836 (java) D 9831 9836 8023 0 -1 4202496 1146 0 14 0 0 0 0 0 20 0 1 0 112975633 23793664 810 33554432000 1073741824 1073778376 140736410496848 140736410486840 140414983621088 0 0 4096 0 18446744071579943789 0 0 17 5 0 0 6 0 0
/proc/9836/statm: 5809 810 605 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200286 s]
/proc/loadavg: 1.34 1.27 1.37 5/175 9837
/proc/meminfo: memFree=30067828/32872528 swapFree=17892/1720544
[pid=9836] ppid=9831 vsize=9092432 CPUtime=0.02 cores=1,3,5,7
/proc/9836/stat : 9836 (java) S 9831 9836 8023 0 -1 4202496 2980 0 23 0 1 1 0 0 20 0 11 0 112975633 9310650368 3624 33554432000 1073741824 1073778376 140736410496848 140736410487984 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/9836/statm: 2273108 3624 1649 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.300215 s]
/proc/loadavg: 1.34 1.27 1.37 5/175 9837
/proc/meminfo: memFree=30067828/32872528 swapFree=17892/1720544
[pid=9836] ppid=9831 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/9836/stat : 9836 (java) S 9831 9836 8023 0 -1 4202496 3292 0 23 0 4 1 0 0 20 0 18 0 112975633 9787879424 4445 33554432000 1073741824 1073778376 140736410496848 140736410487984 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/9836/statm: 2389619 4447 1773 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558476

[startup+0.700304 s]
/proc/loadavg: 1.34 1.27 1.37 5/175 9837
/proc/meminfo: memFree=30067828/32872528 swapFree=17892/1720544
[pid=9836] ppid=9831 vsize=9558476 CPUtime=0.78 cores=1,3,5,7
/proc/9836/stat : 9836 (java) S 9831 9836 8023 0 -1 4202496 6569 0 25 0 75 3 0 0 20 0 18 0 112975633 9787879424 29041 33554432000 1073741824 1073778376 140736410496848 140736410487984 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/9836/statm: 2389619 29041 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 1.34 1.27 1.37 5/212 9874
/proc/meminfo: memFree=29710532/32872528 swapFree=17892/1720544
[pid=9836] ppid=9831 vsize=9625040 CPUtime=2.27 cores=1,3,5,7
/proc/9836/stat : 9836 (java) S 9831 9836 8023 0 -1 4202496 9626 0 25 0 220 7 0 0 20 0 19 0 112975633 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140736410487984 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/9836/statm: 2406260 44727 2278 9 0 2396937 0
[pid=9836/tid=9842] ppid=9831 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/9836/task/9842/stat : 9842 (java) R 9831 9836 8023 0 -1 4202560 2458 0 7 0 116 3 0 0 20 0 19 0 112975643 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414978867720 140414846524927 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0
[pid=9836/tid=9843] ppid=9831 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9836/task/9843/stat : 9843 (java) S 9831 9836 8023 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 112975648 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414967929384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9845] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9845/stat : 9845 (java) S 9831 9836 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 112975648 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414966876584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9847] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9847/stat : 9847 (java) S 9831 9836 8023 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 112975648 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414965823784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9836/tid=9849] ppid=9831 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9836/task/9849/stat : 9849 (java) S 9831 9836 8023 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 112975648 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414964770984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9851] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9851/stat : 9851 (java) S 9831 9836 8023 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 112975648 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414818139176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9836/tid=9853] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9853/stat : 9853 (java) S 9831 9836 8023 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 112975648 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414817086376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9854] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9854/stat : 9854 (java) S 9831 9836 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112975648 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414816033576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9856] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9856/stat : 9856 (java) S 9831 9836 8023 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 112975648 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414814980776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9859] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9859/stat : 9859 (java) S 9831 9836 8023 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 112975651 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414802782696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9862] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9862/stat : 9862 (java) S 9831 9836 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 112975653 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414801728760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9863] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9863/stat : 9863 (java) S 9831 9836 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 112975653 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414800675848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9865] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9865/stat : 9865 (java) S 9831 9836 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112975659 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414799624336 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9867] ppid=9831 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/9836/task/9867/stat : 9867 (java) S 9831 9836 8023 0 -1 4202560 2363 0 1 0 45 0 0 0 20 0 19 0 112975659 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414798572472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9870] ppid=9831 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/9836/task/9870/stat : 9870 (java) S 9831 9836 8023 0 -1 4202560 3417 0 1 0 48 0 0 0 20 0 19 0 112975659 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414797519672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9836/tid=9872] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9872/stat : 9872 (java) S 9831 9836 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112975659 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414796467064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9836/tid=9874] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9874/stat : 9874 (java) S 9831 9836 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112975659 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414795414472 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9625040

[startup+3.1007 s]
/proc/loadavg: 1.34 1.27 1.37 3/214 9876
/proc/meminfo: memFree=29709956/32872528 swapFree=17892/1720544
[pid=9836] ppid=9831 vsize=9625040 CPUtime=3.91 cores=1,3,5,7
/proc/9836/stat : 9836 (java) S 9831 9836 8023 0 -1 4202496 9627 0 25 0 383 8 0 0 20 0 19 0 112975633 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140736410487984 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/9836/statm: 2406260 44727 2278 9 0 2396937 0
[pid=9836/tid=9842] ppid=9831 vsize=9625040 CPUtime=2.79 cores=1,3,5,7
/proc/9836/task/9842/stat : 9842 (java) R 9831 9836 8023 0 -1 4202560 2459 0 7 0 276 3 0 0 20 0 19 0 112975643 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414978867464 140414846539682 0 4 0 16800975 0 0 0 -1 7 0 0 11 0 0
[pid=9836/tid=9843] ppid=9831 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9836/task/9843/stat : 9843 (java) S 9831 9836 8023 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 112975648 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414967929384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9845] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9845/stat : 9845 (java) S 9831 9836 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 112975648 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414966876584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9847] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9847/stat : 9847 (java) S 9831 9836 8023 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 112975648 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414965823784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9836/tid=9849] ppid=9831 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9836/task/9849/stat : 9849 (java) S 9831 9836 8023 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 112975648 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414964770984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9851] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9851/stat : 9851 (java) S 9831 9836 8023 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 112975648 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414818139176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9836/tid=9853] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9853/stat : 9853 (java) S 9831 9836 8023 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 112975648 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414817086376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9854] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9854/stat : 9854 (java) S 9831 9836 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112975648 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414816033576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9856] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9856/stat : 9856 (java) S 9831 9836 8023 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 112975648 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414814980776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9859] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9859/stat : 9859 (java) S 9831 9836 8023 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 112975651 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414802782696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9862] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9862/stat : 9862 (java) S 9831 9836 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 112975653 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414801728760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9863] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9863/stat : 9863 (java) S 9831 9836 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 112975653 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414800675848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9865] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9865/stat : 9865 (java) S 9831 9836 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112975659 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414799624336 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9867] ppid=9831 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/9836/task/9867/stat : 9867 (java) S 9831 9836 8023 0 -1 4202560 2363 0 1 0 45 0 0 0 20 0 19 0 112975659 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414798572472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9870] ppid=9831 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/9836/task/9870/stat : 9870 (java) S 9831 9836 8023 0 -1 4202560 3417 0 1 0 51 0 0 0 20 0 19 0 112975659 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414797519672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9872] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9872/stat : 9872 (java) S 9831 9836 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112975659 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414796467064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9836/tid=9874] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9874/stat : 9874 (java) S 9831 9836 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112975659 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414795414472 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9875] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9875/stat : 9875 (java) S 9831 9836 8023 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 112975744 9856040960 44727 33554432000 1073741824 1073778376 140736410496848 140414794359976 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9625040

[startup+6.30093 s]
/proc/loadavg: 1.48 1.30 1.38 4/214 9876
/proc/meminfo: memFree=29709596/32872528 swapFree=17892/1720544
[pid=9836] ppid=9831 vsize=9625040 CPUtime=7.1 cores=1,3,5,7
/proc/9836/stat : 9836 (java) S 9831 9836 8023 0 -1 4202496 9628 0 25 0 702 8 0 0 20 0 19 0 112975633 9856040960 44695 33554432000 1073741824 1073778376 140736410496848 140736410487984 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/9836/statm: 2406260 44695 2278 9 0 2396937 0
[pid=9836/tid=9842] ppid=9831 vsize=9625040 CPUtime=5.96 cores=1,3,5,7
/proc/9836/task/9842/stat : 9842 (java) R 9831 9836 8023 0 -1 4202560 2460 0 7 0 593 3 0 0 20 0 19 0 112975643 9856040960 44695 33554432000 1073741824 1073778376 140736410496848 140414978867344 140414846481398 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0
[pid=9836/tid=9843] ppid=9831 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9836/task/9843/stat : 9843 (java) S 9831 9836 8023 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 112975648 9856040960 44695 33554432000 1073741824 1073778376 140736410496848 140414967929384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9845] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9845/stat : 9845 (java) S 9831 9836 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 112975648 9856040960 44695 33554432000 1073741824 1073778376 140736410496848 140414966876584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9847] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9847/stat : 9847 (java) S 9831 9836 8023 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 112975648 9856040960 44695 33554432000 1073741824 1073778376 140736410496848 140414965823784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9836/tid=9849] ppid=9831 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9836/task/9849/stat : 9849 (java) S 9831 9836 8023 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 112975648 9856040960 44695 33554432000 1073741824 1073778376 140736410496848 140414964770984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9851] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9851/stat : 9851 (java) S 9831 9836 8023 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 112975648 9856040960 44695 33554432000 1073741824 1073778376 140736410496848 140414818139176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9836/tid=9853] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9853/stat : 9853 (java) S 9831 9836 8023 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 112975648 9856040960 44695 33554432000 1073741824 1073778376 140736410496848 140414817086376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9854] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9854/stat : 9854 (java) S 9831 9836 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112975648 9856040960 44695 33554432000 1073741824 1073778376 140736410496848 140414816033576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9856] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9856/stat : 9856 (java) S 9831 9836 8023 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 112975648 9856040960 44695 33554432000 1073741824 1073778376 140736410496848 140414814980776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9859] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9859/stat : 9859 (java) S 9831 9836 8023 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 112975651 9856040960 44695 33554432000 1073741824 1073778376 140736410496848 140414802782696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9862] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9862/stat : 9862 (java) S 9831 9836 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 112975653 9856040960 44695 33554432000 1073741824 1073778376 140736410496848 140414801728760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9863] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9863/stat : 9863 (java) S 9831 9836 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 112975653 9856040960 44695 33554432000 1073741824 1073778376 140736410496848 140414800675848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9865] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9865/stat : 9865 (java) S 9831 9836 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112975659 9856040960 44695 33554432000 1073741824 1073778376 140736410496848 140414799624336 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9867] ppid=9831 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/9836/task/9867/stat : 9867 (java) S 9831 9836 8023 0 -1 4202560 2363 0 1 0 45 0 0 0 20 0 19 0 112975659 9856040960 44695 33554432000 1073741824 1073778376 140736410496848 140414798572472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9870] ppid=9831 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/9836/task/9870/stat : 9870 (java) S 9831 9836 8023 0 -1 4202560 3417 0 1 0 52 0 0 0 20 0 19 0 112975659 9856040960 44695 33554432000 1073741824 1073778376 140736410496848 140414797519672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9872] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9872/stat : 9872 (java) S 9831 9836 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112975659 9856040960 44695 33554432000 1073741824 1073778376 140736410496848 140414796467064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9836/tid=9874] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9874/stat : 9874 (java) S 9831 9836 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112975659 9856040960 44695 33554432000 1073741824 1073778376 140736410496848 140414795414472 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9875] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9875/stat : 9875 (java) S 9831 9836 8023 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 112975744 9856040960 44695 33554432000 1073741824 1073778376 140736410496848 140414794359976 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 1.52 1.31 1.38 3/214 9876

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

[pid=9836/tid=9875] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9875/stat : 9875 (java) S 9831 9836 8023 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 112975744 9856040960 308997 33554432000 1073741824 1073778376 140736410496848 140414794359976 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.43
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.21 2.05 4/214 9942
/proc/meminfo: memFree=26013732/32872528 swapFree=17892/1720544
[pid=9836] ppid=9831 vsize=9625040 CPUtime=1784.44 cores=1,3,5,7
/proc/9836/stat : 9836 (java) S 9831 9836 8023 0 -1 4202496 19597 0 25 0 178340 104 0 0 20 0 19 0 112975633 9856040960 324357 33554432000 1073741824 1073778376 140736410496848 140736410487984 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/9836/statm: 2406260 324357 2292 9 0 2396937 0
[pid=9836/tid=9842] ppid=9831 vsize=9625040 CPUtime=1776.62 cores=1,3,5,7
/proc/9836/task/9842/stat : 9842 (java) R 9831 9836 8023 0 -1 4202560 2741 0 7 0 177622 40 0 0 20 0 19 0 112975643 9856040960 324357 33554432000 1073741824 1073778376 140736410496848 140414978858688 140414846525041 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0
[pid=9836/tid=9843] ppid=9831 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9836/task/9843/stat : 9843 (java) S 9831 9836 8023 0 -1 4202560 172 0 0 0 9 9 0 0 20 0 19 0 112975648 9856040960 324357 33554432000 1073741824 1073778376 140736410496848 140414967929384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9845] ppid=9831 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9836/task/9845/stat : 9845 (java) S 9831 9836 8023 0 -1 4202560 184 0 0 0 9 9 0 0 20 0 19 0 112975648 9856040960 324357 33554432000 1073741824 1073778376 140736410496848 140414966876584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9836/tid=9847] ppid=9831 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/9836/task/9847/stat : 9847 (java) S 9831 9836 8023 0 -1 4202560 153 0 0 0 8 8 0 0 20 0 19 0 112975648 9856040960 324357 33554432000 1073741824 1073778376 140736410496848 140414965823784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9849] ppid=9831 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/9836/task/9849/stat : 9849 (java) S 9831 9836 8023 0 -1 4202560 129 0 0 0 6 6 0 0 20 0 19 0 112975648 9856040960 324357 33554432000 1073741824 1073778376 140736410496848 140414964770984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9851] ppid=9831 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/9836/task/9851/stat : 9851 (java) S 9831 9836 8023 0 -1 4202560 154 0 0 0 7 7 0 0 20 0 19 0 112975648 9856040960 324357 33554432000 1073741824 1073778376 140736410496848 140414818139176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9853] ppid=9831 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/9836/task/9853/stat : 9853 (java) S 9831 9836 8023 0 -1 4202560 204 0 0 0 9 7 0 0 20 0 19 0 112975648 9856040960 324357 33554432000 1073741824 1073778376 140736410496848 140414817086376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9836/tid=9854] ppid=9831 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9836/task/9854/stat : 9854 (java) S 9831 9836 8023 0 -1 4202560 204 0 0 0 8 10 0 0 20 0 19 0 112975648 9856040960 324357 33554432000 1073741824 1073778376 140736410496848 140414816033576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9836/tid=9856] ppid=9831 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/9836/task/9856/stat : 9856 (java) S 9831 9836 8023 0 -1 4202560 144 0 0 0 8 8 0 0 20 0 19 0 112975648 9856040960 324357 33554432000 1073741824 1073778376 140736410496848 140414814980776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9859] ppid=9831 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/9836/task/9859/stat : 9859 (java) S 9831 9836 8023 0 -1 4202560 747 0 0 0 14 0 0 0 20 0 19 0 112975651 9856040960 324357 33554432000 1073741824 1073778376 140736410496848 140414802782696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9862] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9862/stat : 9862 (java) S 9831 9836 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 112975653 9856040960 324357 33554432000 1073741824 1073778376 140736410496848 140414801728760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9863] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9863/stat : 9863 (java) S 9831 9836 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 112975653 9856040960 324357 33554432000 1073741824 1073778376 140736410496848 140414800675848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9865] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9865/stat : 9865 (java) S 9831 9836 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112975659 9856040960 324357 33554432000 1073741824 1073778376 140736410496848 140414799624336 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9867] ppid=9831 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/9836/task/9867/stat : 9867 (java) S 9831 9836 8023 0 -1 4202560 2367 0 1 0 49 0 0 0 20 0 19 0 112975659 9856040960 324357 33554432000 1073741824 1073778376 140736410496848 140414798572472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9836/tid=9870] ppid=9831 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/9836/task/9870/stat : 9870 (java) S 9831 9836 8023 0 -1 4202560 11049 0 1 0 97 2 0 0 20 0 19 0 112975659 9856040960 324357 33554432000 1073741824 1073778376 140736410496848 140414797519672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9872] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9872/stat : 9872 (java) S 9831 9836 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112975659 9856040960 324357 33554432000 1073741824 1073778376 140736410496848 140414796467064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9836/tid=9874] ppid=9831 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/9836/task/9874/stat : 9874 (java) S 9831 9836 8023 0 -1 4202560 103 0 0 0 18 24 0 0 20 0 19 0 112975659 9856040960 324357 33554432000 1073741824 1073778376 140736410496848 140414795414472 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9875] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9875/stat : 9875 (java) S 9831 9836 8023 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 112975744 9856040960 324357 33554432000 1073741824 1073778376 140736410496848 140414794359976 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.44
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.16 2.20 2.05 2/193 9958
/proc/meminfo: memFree=28740396/32872528 swapFree=17892/1720544
[pid=9836] ppid=9831 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/9836/stat : 9836 (java) S 9831 9836 8023 0 -1 4202496 19606 0 25 0 179899 105 0 0 20 0 19 0 112975633 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140736410487984 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/9836/statm: 2406260 328965 2292 9 0 2396937 0
[pid=9836/tid=9842] ppid=9831 vsize=9625040 CPUtime=1792.18 cores=1,3,5,7
/proc/9836/task/9842/stat : 9842 (java) R 9831 9836 8023 0 -1 4202560 2750 0 7 0 179177 41 0 0 20 0 19 0 112975643 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414978858688 140414846539734 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0
[pid=9836/tid=9843] ppid=9831 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9836/task/9843/stat : 9843 (java) S 9831 9836 8023 0 -1 4202560 172 0 0 0 9 9 0 0 20 0 19 0 112975648 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414967929384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9845] ppid=9831 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9836/task/9845/stat : 9845 (java) S 9831 9836 8023 0 -1 4202560 184 0 0 0 9 9 0 0 20 0 19 0 112975648 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414966876584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9836/tid=9847] ppid=9831 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/9836/task/9847/stat : 9847 (java) S 9831 9836 8023 0 -1 4202560 153 0 0 0 8 8 0 0 20 0 19 0 112975648 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414965823784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9849] ppid=9831 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/9836/task/9849/stat : 9849 (java) S 9831 9836 8023 0 -1 4202560 129 0 0 0 6 6 0 0 20 0 19 0 112975648 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414964770984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9851] ppid=9831 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/9836/task/9851/stat : 9851 (java) S 9831 9836 8023 0 -1 4202560 154 0 0 0 7 7 0 0 20 0 19 0 112975648 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414818139176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9853] ppid=9831 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/9836/task/9853/stat : 9853 (java) S 9831 9836 8023 0 -1 4202560 204 0 0 0 9 7 0 0 20 0 19 0 112975648 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414817086376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9836/tid=9854] ppid=9831 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9836/task/9854/stat : 9854 (java) S 9831 9836 8023 0 -1 4202560 204 0 0 0 8 10 0 0 20 0 19 0 112975648 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414816033576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9836/tid=9856] ppid=9831 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/9836/task/9856/stat : 9856 (java) S 9831 9836 8023 0 -1 4202560 144 0 0 0 8 8 0 0 20 0 19 0 112975648 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414814980776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9859] ppid=9831 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/9836/task/9859/stat : 9859 (java) S 9831 9836 8023 0 -1 4202560 747 0 0 0 14 0 0 0 20 0 19 0 112975651 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414802782696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9862] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9862/stat : 9862 (java) S 9831 9836 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 112975653 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414801728760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9863] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9863/stat : 9863 (java) S 9831 9836 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 112975653 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414800675848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9865] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9865/stat : 9865 (java) S 9831 9836 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112975659 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414799624336 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9867] ppid=9831 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/9836/task/9867/stat : 9867 (java) S 9831 9836 8023 0 -1 4202560 2367 0 1 0 49 0 0 0 20 0 19 0 112975659 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414798572472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9836/tid=9870] ppid=9831 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/9836/task/9870/stat : 9870 (java) S 9831 9836 8023 0 -1 4202560 11049 0 1 0 97 2 0 0 20 0 19 0 112975659 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414797519672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9872] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9872/stat : 9872 (java) S 9831 9836 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112975659 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414796467064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9836/tid=9874] ppid=9831 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/9836/task/9874/stat : 9874 (java) S 9831 9836 8023 0 -1 4202560 103 0 0 0 18 24 0 0 20 0 19 0 112975659 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414795414472 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9875] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9875/stat : 9875 (java) S 9831 9836 8023 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 112975744 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414794359976 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 9836 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.16 2.20 2.05 2/193 9958
/proc/meminfo: memFree=28740396/32872528 swapFree=17892/1720544
[pid=9836] ppid=9831 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/9836/stat : 9836 (java) S 9831 9836 8023 0 -1 4202496 19606 0 25 0 179899 105 0 0 20 0 19 0 112975633 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140736410487984 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/9836/statm: 2406260 328965 2292 9 0 2396937 0
[pid=9836/tid=9842] ppid=9831 vsize=9625040 CPUtime=1792.18 cores=1,3,5,7
/proc/9836/task/9842/stat : 9842 (java) R 9831 9836 8023 0 -1 4202560 2750 0 7 0 179177 41 0 0 20 0 19 0 112975643 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414978858688 140414846539734 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0
[pid=9836/tid=9843] ppid=9831 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9836/task/9843/stat : 9843 (java) S 9831 9836 8023 0 -1 4202560 172 0 0 0 9 9 0 0 20 0 19 0 112975648 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414967929384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9845] ppid=9831 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9836/task/9845/stat : 9845 (java) S 9831 9836 8023 0 -1 4202560 184 0 0 0 9 9 0 0 20 0 19 0 112975648 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414966876584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9836/tid=9847] ppid=9831 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/9836/task/9847/stat : 9847 (java) S 9831 9836 8023 0 -1 4202560 153 0 0 0 8 8 0 0 20 0 19 0 112975648 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414965823784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9849] ppid=9831 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/9836/task/9849/stat : 9849 (java) S 9831 9836 8023 0 -1 4202560 129 0 0 0 6 6 0 0 20 0 19 0 112975648 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414964770984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9851] ppid=9831 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/9836/task/9851/stat : 9851 (java) S 9831 9836 8023 0 -1 4202560 154 0 0 0 7 7 0 0 20 0 19 0 112975648 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414818139176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9853] ppid=9831 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/9836/task/9853/stat : 9853 (java) S 9831 9836 8023 0 -1 4202560 204 0 0 0 9 7 0 0 20 0 19 0 112975648 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414817086376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9836/tid=9854] ppid=9831 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9836/task/9854/stat : 9854 (java) S 9831 9836 8023 0 -1 4202560 204 0 0 0 8 10 0 0 20 0 19 0 112975648 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414816033576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9836/tid=9856] ppid=9831 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/9836/task/9856/stat : 9856 (java) S 9831 9836 8023 0 -1 4202560 144 0 0 0 8 8 0 0 20 0 19 0 112975648 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414814980776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9859] ppid=9831 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/9836/task/9859/stat : 9859 (java) S 9831 9836 8023 0 -1 4202560 747 0 0 0 14 0 0 0 20 0 19 0 112975651 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414802782696 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9862] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9862/stat : 9862 (java) S 9831 9836 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 112975653 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414801728760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9863] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9863/stat : 9863 (java) S 9831 9836 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 112975653 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414800675848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9865] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9865/stat : 9865 (java) S 9831 9836 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112975659 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414799624336 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9836/tid=9867] ppid=9831 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/9836/task/9867/stat : 9867 (java) S 9831 9836 8023 0 -1 4202560 2367 0 1 0 49 0 0 0 20 0 19 0 112975659 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414798572472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9836/tid=9870] ppid=9831 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/9836/task/9870/stat : 9870 (java) S 9831 9836 8023 0 -1 4202560 11049 0 1 0 97 2 0 0 20 0 19 0 112975659 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414797519672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9872] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9872/stat : 9872 (java) S 9831 9836 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112975659 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414796467064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9836/tid=9874] ppid=9831 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/9836/task/9874/stat : 9874 (java) S 9831 9836 8023 0 -1 4202560 103 0 0 0 18 24 0 0 20 0 19 0 112975659 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414795414472 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9836/tid=9875] ppid=9831 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9836/task/9875/stat : 9875 (java) S 9831 9836 8023 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 112975744 9856040960 328965 33554432000 1073741824 1073778376 140736410496848 140414794359976 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.94
CPU time (s): 1800.04
CPU user time (s): 1798.99
CPU system time (s): 1.05
CPU usage (%): 100.117
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.39
system time used= 1.45778
maximum resident set size= 1322664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19803
page faults= 25
swaps= 0
block input operations= 14664
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38546
involuntary context switches= 24863

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1924 second user time and 14.4828 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-07 16:40:25
IDJOB=4084947
IDBENCH=91621
IDSOLVER=2546
FILE ID=node117/4084947-1465310425
RUNJOBID= node117-1465310425-9810
PBS_JOBID= 19848086
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_50null20mast_rapportOE2.0_TMAX60_K67_cod1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084947-1465310425/watcher-4084947-1465310425 -o /tmp/evaluation-result-4084947-1465310425/solver-4084947-1465310425 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1465310425-9810 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084947-1465310425.opb

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

MD5SUM BENCH= ff9c0bd788fc61c001050ccff0fe6623
RANDOM SEED=948452424

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.088
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		: 2667.088
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.088
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		: 2667.088
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.088
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:        30068132 kB
Buffers:          112640 kB
Cached:           204148 kB
SwapCached:        29276 kB
Active:            71244 kB
Inactive:         275644 kB
Active(anon):       3900 kB
Inactive(anon):    28812 kB
Active(file):      67344 kB
Inactive(file):   246832 kB
Unevictable:     1720544 kB
Mlocked:           17892 kB
SwapTotal:      67108856 kB
SwapFree:       67071196 kB
Dirty:              6940 kB
Writeback:             0 kB
AnonPages:       1726372 kB
Mapped:             7080 kB
Shmem:                 0 kB
Slab:             601652 kB
SReclaimable:      45792 kB
SUnreclaim:       555860 kB
KernelStack:        1408 kB
PageTables:         7468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1816908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1710080 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= 71732 MiB
End job on node117 at 2016-06-07 17:10:23