Trace number 4085751

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_20null10mast_rapportOE1.0_TMAX60_K67_cod3.opb
MD5SUM438c25da2e5c4802d30b8fcc00d9e167
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-783
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 25674
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 896610
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 896610
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085751-1465294062.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
1.40/0.85	c ... done. Wall clock time 0.738s.
1.40/0.85	c declared #vars     40451
1.40/0.85	c #constraints  40950
1.40/0.85	c constraints type 
1.40/0.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1.40/0.85	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.40/0.85	c org.sat4j.specs.Constr$1 => 1
1.40/0.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.40/0.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.40/0.85	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.40/0.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.40/0.85	c 40950 constraints processed.
1.40/0.85	c objective function length is 25674 literals
8.08/6.91	c cleaning 2499 clauses out of 4997 with flag 12726/5000
15.89/14.51	c cleaning 4250 clauses out of 8499 with flag 30550/11001
24.40/23.03	c cleaning 5612 clauses out of 11249 with flag 53296/18001
35.01/33.65	c cleaning 6818 clauses out of 13638 with flag 77613/26002
45.53/44.16	c cleaning 7907 clauses out of 15818 with flag 103559/35000
56.15/54.71	c cleaning 8938 clauses out of 17882 with flag 136876/45001
64.86/63.40	c cleaning 9967 clauses out of 19941 with flag 173880/56000
72.65/71.25	c cleaning 10975 clauses out of 21974 with flag 214400/68001
80.77/79.38	c cleaning 11992 clauses out of 23998 with flag 260319/81000
89.47/88.04	c cleaning 12997 clauses out of 26006 with flag 312166/95000
98.56/97.19	c cleaning 13998 clauses out of 28009 with flag 363134/110000
109.96/108.56	c cleaning 15000 clauses out of 30011 with flag 415262/126000
121.16/119.75	c cleaning 16005 clauses out of 32011 with flag 471695/143000
132.76/131.35	c cleaning 17001 clauses out of 34006 with flag 532549/161000
146.26/144.86	c cleaning 17999 clauses out of 36005 with flag 605542/180000
160.28/158.72	c cleaning 18996 clauses out of 38006 with flag 673594/200000
174.48/172.95	c cleaning 20004 clauses out of 40010 with flag 739852/221000
189.80/188.29	c cleaning 20998 clauses out of 42007 with flag 805808/243001
206.20/204.63	c cleaning 22001 clauses out of 44008 with flag 874319/266000
222.99/221.49	c cleaning 22995 clauses out of 46008 with flag 946419/290001
239.59/238.07	c cleaning 24007 clauses out of 48013 with flag 1024273/315001
258.19/256.68	c cleaning 25001 clauses out of 50007 with flag 1105632/341002
276.79/275.24	c cleaning 25998 clauses out of 52004 with flag 1196297/368000
295.69/294.13	c cleaning 26998 clauses out of 54007 with flag 1292552/396001
316.39/314.86	c cleaning 28004 clauses out of 56009 with flag 1386542/425001
338.12/336.46	c cleaning 29000 clauses out of 58004 with flag 1483891/455000
361.21/359.50	c cleaning 30002 clauses out of 60005 with flag 1581759/486001
386.11/384.44	c cleaning 30998 clauses out of 62003 with flag 1684900/518001
412.90/411.28	c cleaning 32003 clauses out of 64005 with flag 1790984/551001
439.29/437.68	c cleaning 32996 clauses out of 66003 with flag 1902194/585002
465.49/463.86	c cleaning 34003 clauses out of 68007 with flag 2027776/620002
492.18/490.53	c cleaning 35002 clauses out of 70004 with flag 2162745/656002
521.47/519.83	c cleaning 35998 clauses out of 72000 with flag 2314814/693000
552.16/550.59	c cleaning 36990 clauses out of 73999 with flag 2470647/731000
580.95/579.39	c cleaning 37998 clauses out of 76010 with flag 2609992/770001
609.76/608.12	c cleaning 39000 clauses out of 78012 with flag 2754978/810001
639.46/637.82	c cleaning 40001 clauses out of 80011 with flag 2907824/851000
669.56/667.90	c cleaning 41003 clauses out of 82010 with flag 3068360/893000
700.55/698.92	c cleaning 42001 clauses out of 84007 with flag 3225009/936000
733.43/731.53	c cleaning 42997 clauses out of 86008 with flag 3390398/980002
771.33/769.49	c cleaning 44003 clauses out of 88011 with flag 3565547/1025002
811.02/809.11	c cleaning 44995 clauses out of 90006 with flag 3721015/1071000
852.43/850.58	c cleaning 45999 clauses out of 92012 with flag 3867947/1118001
891.72/889.83	c cleaning 47000 clauses out of 94013 with flag 4026531/1166001
932.92/931.03	c cleaning 47998 clauses out of 96012 with flag 4188333/1215000
975.43/973.56	c cleaning 49003 clauses out of 98016 with flag 4360078/1265002
1019.53/1017.63	c cleaning 50004 clauses out of 100012 with flag 4533386/1316001
1060.75/1058.53	c cleaning 50995 clauses out of 102007 with flag 4706748/1368000
1103.15/1100.98	c cleaning 52004 clauses out of 104012 with flag 4887823/1421000
1143.55/1141.34	c cleaning 53004 clauses out of 106009 with flag 5068770/1475001
1193.36/1191.17	c cleaning 53995 clauses out of 108004 with flag 5253090/1530000
1242.47/1240.20	c cleaning 55001 clauses out of 110012 with flag 5441465/1586003
1279.87/1277.61	c cleaning 56001 clauses out of 112008 with flag 5623967/1643000
1317.37/1315.15	c cleaning 56998 clauses out of 114007 with flag 5816588/1701000
1360.48/1358.25	c cleaning 58002 clauses out of 116010 with flag 6016735/1760001
1409.57/1407.31	c cleaning 59000 clauses out of 118008 with flag 6208871/1820001
1461.78/1459.53	c cleaning 60001 clauses out of 120009 with flag 6403740/1881002
1516.18/1513.96	c cleaning 60995 clauses out of 122007 with flag 6606664/1943001
1573.08/1570.82	c cleaning 62002 clauses out of 124011 with flag 6813387/2006000
1625.59/1623.32	c cleaning 62997 clauses out of 126010 with flag 7022801/2070001
1684.67/1681.93	c cleaning 63999 clauses out of 128012 with flag 7233837/2135000
1742.76/1740.07	c cleaning 65005 clauses out of 130013 with flag 7449359/2201000
1800.07/1797.30	c starts		: 500
1800.07/1797.30	c conflicts		: 2262406
1800.07/1797.30	c decisions		: 2765478
1800.07/1797.30	c propagations		: 1476334349
1800.07/1797.30	c inspects		: 6205874829
1800.07/1797.30	c shortcuts		: 0
1800.07/1797.30	c learnt literals	: 39
1800.07/1797.30	c learnt binary clauses	: 516
1800.07/1797.30	c learnt ternary clauses	: 381
1800.07/1797.30	c learnt constraints	: 2262367
1800.07/1797.30	c ignored constraints	: 0
1800.07/1797.30	c root simplifications	: 0
1800.07/1797.30	c removed literals (reason simplification)	: 0
1800.07/1797.30	c reason swapping (by a shorter reason)	: 0
1800.07/1797.30	c Calls to reduceDB	: 62
1800.07/1797.30	c Number of update (reduction) of LBD	: 67954
1800.07/1797.30	c Imported unit clauses	: 0
1800.07/1797.30	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.30	c number of learned constraints concerned by reduction	: 0
1800.07/1797.30	c number of learning phase by resolution	: 0
1800.07/1797.30	c number of learning phase by cutting planes	: 0
1800.07/1797.30	c speed (assignments/second)	: 821832.2712055374
1800.07/1797.30	c non guided choices	99
1800.07/1797.30	c timeout
1800.07/1797.33	c learnt constraints type 
1800.07/1797.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 516
1800.07/1797.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 125899
1800.07/1797.33	s UNKNOWN
1800.07/1797.33	c Total wall clock time (in seconds): 1797.214

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-4085751-1465294062/watcher-4085751-1465294062 -o /tmp/evaluation-result-4085751-1465294062/solver-4085751-1465294062 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15101 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085751-1465294062.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.15 2.21 2.18 3/196 20102
/proc/meminfo: memFree=29633840/32872528 swapFree=20720/1686580
[pid=20102] ppid=20099 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/20102/stat : 20102 (java) R 20099 20102 15085 0 -1 4202496 382 0 0 0 0 0 0 0 20 0 1 0 111338238 5767168 53 33554432000 1073741824 1073778376 140736902590672 140736902587800 215115460394 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20102/statm: 1408 56 43 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.15 2.21 2.18 3/196 20102
/proc/meminfo: memFree=29633840/32872528 swapFree=20720/1686580
[pid=20102] ppid=20099 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/20102/stat : 20102 (java) S 20099 20102 15085 0 -1 4202496 4393 0 1 0 8 1 0 0 20 0 18 0 111338238 9787879424 6021 33554432000 1073741824 1073778376 140736902590672 140736902581808 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20102/statm: 2389619 6021 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 2.15 2.21 2.18 3/196 20102
/proc/meminfo: memFree=29633840/32872528 swapFree=20720/1686580
[pid=20102] ppid=20099 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/20102/stat : 20102 (java) S 20099 20102 15085 0 -1 4202496 5021 0 1 0 27 1 0 0 20 0 18 0 111338238 9787879424 7439 33554432000 1073741824 1073778376 140736902590672 140736902581808 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20102/statm: 2389619 7439 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.30022 s]
/proc/loadavg: 2.15 2.21 2.18 3/196 20102
/proc/meminfo: memFree=29633840/32872528 swapFree=20720/1686580
[pid=20102] ppid=20099 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/20102/stat : 20102 (java) S 20099 20102 15085 0 -1 4202496 5998 0 1 0 48 2 0 0 20 0 18 0 111338238 9787879424 10903 33554432000 1073741824 1073778376 140736902590672 140736902581808 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20102/statm: 2389619 10903 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700185 s]
/proc/loadavg: 2.15 2.21 2.18 3/196 20102
/proc/meminfo: memFree=29633840/32872528 swapFree=20720/1686580
[pid=20102] ppid=20099 vsize=9558476 CPUtime=1.3 cores=0,2,4,6
/proc/20102/stat : 20102 (java) S 20099 20102 15085 0 -1 4202496 7982 0 1 0 124 6 0 0 20 0 18 0 111338238 9787879424 44549 33554432000 1073741824 1073778376 140736902590672 140736902581808 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20102/statm: 2389619 44549 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 2.30 2.24 2.19 4/215 20121
/proc/meminfo: memFree=29461260/32872528 swapFree=20720/1686580
[pid=20102] ppid=20099 vsize=9625040 CPUtime=2.66 cores=0,2,4,6
/proc/20102/stat : 20102 (java) S 20099 20102 15085 0 -1 4202496 10186 0 1 0 259 7 0 0 20 0 19 0 111338238 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140736902581808 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20102/statm: 2406260 45340 2278 9 0 2396937 0
[pid=20102/tid=20104] ppid=20099 vsize=9625040 CPUtime=1.42 cores=0,2,4,6
/proc/20102/task/20104/stat : 20104 (java) R 20099 20102 15085 0 -1 4202560 2475 0 1 0 139 3 0 0 20 0 19 0 111338239 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140568143441992 140567988974377 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20105] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20105/stat : 20105 (java) S 20099 20102 15085 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 111338240 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140568115894568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20106] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20106/stat : 20106 (java) S 20099 20102 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111338240 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140568114841768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20107] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20107/stat : 20107 (java) S 20099 20102 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111338240 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140568113789480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20108] ppid=20099 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20102/task/20108/stat : 20108 (java) S 20099 20102 15085 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 111338240 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140568112736680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20109] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20109/stat : 20109 (java) S 20099 20102 15085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 111338240 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140568111684392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20110] ppid=20099 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20102/task/20110/stat : 20110 (java) S 20099 20102 15085 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 111338240 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140568110631592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20111] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20111/stat : 20111 (java) S 20099 20102 15085 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 111338240 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140568109579304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20112] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20112/stat : 20112 (java) S 20099 20102 15085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 111338240 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140568108526504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20113] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20113/stat : 20113 (java) S 20099 20102 15085 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 111338241 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140567497386216 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20114] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20114/stat : 20114 (java) S 20099 20102 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111338242 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140567496332280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20115] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20115/stat : 20115 (java) S 20099 20102 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111338242 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140567495279880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20116] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20116/stat : 20116 (java) S 20099 20102 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111338244 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140567494228368 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20117] ppid=20099 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/20102/task/20117/stat : 20117 (java) S 20099 20102 15085 0 -1 4202560 3917 0 0 0 48 0 0 0 20 0 19 0 111338244 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140567493175992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20118] ppid=20099 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/20102/task/20118/stat : 20118 (java) S 20099 20102 15085 0 -1 4202560 2397 0 0 0 55 0 0 0 20 0 19 0 111338244 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140567492123192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20102/tid=20119] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20119/stat : 20119 (java) S 20099 20102 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111338244 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140567491071096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20120] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20120/stat : 20120 (java) S 20099 20102 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111338244 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140567490018504 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20121] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20121/stat : 20121 (java) S 20099 20102 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111338330 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140567488963496 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.30 2.24 2.19 3/215 20121
/proc/meminfo: memFree=29460632/32872528 swapFree=20720/1686580
[pid=20102] ppid=20099 vsize=9625040 CPUtime=4.26 cores=0,2,4,6
/proc/20102/stat : 20102 (java) S 20099 20102 15085 0 -1 4202496 10187 0 1 0 419 7 0 0 20 0 19 0 111338238 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140736902581808 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20102/statm: 2406260 45340 2278 9 0 2396937 0
[pid=20102/tid=20104] ppid=20099 vsize=9625040 CPUtime=3.01 cores=0,2,4,6
/proc/20102/task/20104/stat : 20104 (java) R 20099 20102 15085 0 -1 4202560 2476 0 1 0 298 3 0 0 20 0 19 0 111338239 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140568143440160 140567988974295 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20105] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20105/stat : 20105 (java) S 20099 20102 15085 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 111338240 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140568115894568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20106] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20106/stat : 20106 (java) S 20099 20102 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111338240 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140568114841768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20107] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20107/stat : 20107 (java) S 20099 20102 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111338240 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140568113789480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20108] ppid=20099 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20102/task/20108/stat : 20108 (java) S 20099 20102 15085 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 111338240 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140568112736680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20109] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20109/stat : 20109 (java) S 20099 20102 15085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 111338240 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140568111684392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20110] ppid=20099 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20102/task/20110/stat : 20110 (java) S 20099 20102 15085 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 111338240 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140568110631592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20111] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20111/stat : 20111 (java) S 20099 20102 15085 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 111338240 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140568109579304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20112] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20112/stat : 20112 (java) S 20099 20102 15085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 111338240 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140568108526504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20113] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20113/stat : 20113 (java) S 20099 20102 15085 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 111338241 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140567497386216 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20114] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20114/stat : 20114 (java) S 20099 20102 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111338242 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140567496332280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20115] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20115/stat : 20115 (java) S 20099 20102 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111338242 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140567495279880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20116] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20116/stat : 20116 (java) S 20099 20102 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111338244 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140567494228368 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20117] ppid=20099 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/20102/task/20117/stat : 20117 (java) S 20099 20102 15085 0 -1 4202560 3917 0 0 0 49 0 0 0 20 0 19 0 111338244 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140567493175992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20118] ppid=20099 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/20102/task/20118/stat : 20118 (java) S 20099 20102 15085 0 -1 4202560 2397 0 0 0 55 0 0 0 20 0 19 0 111338244 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140567492123192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20102/tid=20119] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20119/stat : 20119 (java) S 20099 20102 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111338244 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140567491071096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20120] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20120/stat : 20120 (java) S 20099 20102 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111338244 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140567490018504 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20121] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20121/stat : 20121 (java) S 20099 20102 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111338330 9856040960 45340 33554432000 1073741824 1073778376 140736902590672 140567488963496 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.35 2.26 2.19 3/215 20121
/proc/meminfo: memFree=29460568/32872528 swapFree=20720/1686580
[pid=20102] ppid=20099 vsize=9625040 CPUtime=7.48 cores=0,2,4,6
/proc/20102/stat : 20102 (java) S 20099 20102 15085 0 -1 4202496 10189 0 1 0 741 7 0 0 20 0 19 0 111338238 9856040960 45325 33554432000 1073741824 1073778376 140736902590672 140736902581808 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20102/statm: 2406260 45325 2279 9 0 2396937 0
[pid=20102/tid=20104] ppid=20099 vsize=9625040 CPUtime=6.21 cores=0,2,4,6
/proc/20102/task/20104/stat : 20104 (java) R 20099 20102 15085 0 -1 4202560 2477 0 1 0 618 3 0 0 20 0 19 0 111338239 9856040960 45325 33554432000 1073741824 1073778376 140736902590672 140568143442408 140567988974229 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20105] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20105/stat : 20105 (java) S 20099 20102 15085 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 111338240 9856040960 45325 33554432000 1073741824 1073778376 140736902590672 140568115894568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20106] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20106/stat : 20106 (java) S 20099 20102 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111338240 9856040960 45325 33554432000 1073741824 1073778376 140736902590672 140568114841768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20107] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20107/stat : 20107 (java) S 20099 20102 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111338240 9856040960 45325 33554432000 1073741824 1073778376 140736902590672 140568113789480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20108] ppid=20099 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20102/task/20108/stat : 20108 (java) S 20099 20102 15085 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 111338240 9856040960 45325 33554432000 1073741824 1073778376 140736902590672 140568112736680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20109] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20109/stat : 20109 (java) S 20099 20102 15085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 111338240 9856040960 45325 33554432000 1073741824 1073778376 140736902590672 140568111684392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20110] ppid=20099 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20102/task/20110/stat : 20110 (java) S 20099 20102 15085 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 111338240 9856040960 45325 33554432000 1073741824 1073778376 140736902590672 140568110631592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20111] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20111/stat : 20111 (java) S 20099 20102 15085 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 111338240 9856040960 45325 33554432000 1073741824 1073778376 140736902590672 140568109579304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20112] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20112/stat : 20112 (java) S 20099 20102 15085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 111338240 9856040960 45325 33554432000 1073741824 1073778376 140736902590672 140568108526504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20113] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20113/stat : 20113 (java) S 20099 20102 15085 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 111338241 9856040960 45325 33554432000 1073741824 1073778376 140736902590672 140567497386216 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20114] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20114/stat : 20114 (java) S 20099 20102 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111338242 9856040960 45325 33554432000 1073741824 1073778376 140736902590672 140567496332280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20115] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20115/stat : 20115 (java) S 20099 20102 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111338242 9856040960 45325 33554432000 1073741824 1073778376 140736902590672 140567495279880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20116] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20116/stat : 20116 (java) S 20099 20102 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111338244 9856040960 45325 33554432000 1073741824 1073778376 140736902590672 140567494228368 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20117] ppid=20099 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/20102/task/20117/stat : 20117 (java) S 20099 20102 15085 0 -1 4202560 3917 0 0 0 49 0 0 0 20 0 19 0 111338244 9856040960 45325 33554432000 1073741824 1073778376 140736902590672 140567493175992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20118] ppid=20099 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/20102/task/20118/stat : 20118 (java) S 20099 20102 15085 0 -1 4202560 2398 0 0 0 56 0 0 0 20 0 19 0 111338244 9856040960 45325 33554432000 1073741824 1073778376 140736902590672 140567492123192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20102/tid=20119] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20119/stat : 20119 (java) S 20099 20102 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111338244 9856040960 45325 33554432000 1073741824 1073778376 140736902590672 140567491071096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20120] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20120/stat : 20120 (java) S 20099 20102 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111338244 9856040960 45325 33554432000 1073741824 1073778376 140736902590672 140567490018504 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20121] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20121/stat : 20121 (java) S 20099 20102 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111338330 9856040960 45325 33554432000 1073741824 1073778376 140736902590672 140567488963496 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 9625040


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

[pid=20102/tid=20121] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20121/stat : 20121 (java) S 20099 20102 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111338330 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567488963496 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1725.06
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.16 1.50 1.86 2/190 20197
/proc/meminfo: memFree=28454428/32872528 swapFree=20720/1686580
[pid=20102] ppid=20099 vsize=9625040 CPUtime=1785.07 cores=0,2,4,6
/proc/20102/stat : 20102 (java) S 20099 20102 15085 0 -1 4202496 17588 0 1 0 178391 116 0 0 20 0 19 0 111338238 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140736902581808 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20102/statm: 2406260 406849 2293 9 0 2396937 0
[pid=20102/tid=20104] ppid=20099 vsize=9625040 CPUtime=1776.91 cores=0,2,4,6
/proc/20102/task/20104/stat : 20104 (java) R 20099 20102 15085 0 -1 4202560 3312 0 1 0 177650 41 0 0 20 0 19 0 111338239 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568143433408 140567988633107 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20105] ppid=20099 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/20102/task/20105/stat : 20105 (java) S 20099 20102 15085 0 -1 4202560 235 0 0 0 13 13 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568115894568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20102/tid=20106] ppid=20099 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20102/task/20106/stat : 20106 (java) S 20099 20102 15085 0 -1 4202560 166 0 0 0 10 7 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568114841768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20107] ppid=20099 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/20102/task/20107/stat : 20107 (java) S 20099 20102 15085 0 -1 4202560 167 0 0 0 9 9 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568113789480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20108] ppid=20099 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/20102/task/20108/stat : 20108 (java) S 20099 20102 15085 0 -1 4202560 348 0 0 0 16 13 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568112736680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20102/tid=20109] ppid=20099 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/20102/task/20109/stat : 20109 (java) S 20099 20102 15085 0 -1 4202560 414 0 0 0 13 11 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568111684392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20110] ppid=20099 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/20102/task/20110/stat : 20110 (java) S 20099 20102 15085 0 -1 4202560 179 0 0 0 11 8 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568110631592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20102/tid=20111] ppid=20099 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/20102/task/20111/stat : 20111 (java) S 20099 20102 15085 0 -1 4202560 253 0 0 0 11 11 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568109579304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20112] ppid=20099 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/20102/task/20112/stat : 20112 (java) S 20099 20102 15085 0 -1 4202560 346 0 0 0 14 12 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568108526504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20113] ppid=20099 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/20102/task/20113/stat : 20113 (java) S 20099 20102 15085 0 -1 4202560 1200 0 0 0 14 2 0 0 20 0 19 0 111338241 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567497386216 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20114] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20114/stat : 20114 (java) S 20099 20102 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111338242 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567496332280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20115] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20115/stat : 20115 (java) S 20099 20102 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111338242 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567495279880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20116] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20116/stat : 20116 (java) S 20099 20102 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111338244 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567494228368 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20117] ppid=20099 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/20102/task/20117/stat : 20117 (java) S 20099 20102 15085 0 -1 4202560 7141 0 0 0 75 0 0 0 20 0 19 0 111338244 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567493175992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20118] ppid=20099 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/20102/task/20118/stat : 20118 (java) S 20099 20102 15085 0 -1 4202560 2467 0 0 0 62 0 0 0 20 0 19 0 111338244 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567492123192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20102/tid=20119] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20119/stat : 20119 (java) S 20099 20102 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111338244 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567491071096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20120] ppid=20099 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/20102/task/20120/stat : 20120 (java) S 20099 20102 15085 0 -1 4202560 102 0 0 0 16 21 0 0 20 0 19 0 111338244 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567490018504 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20121] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20121/stat : 20121 (java) S 20099 20102 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111338330 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567488963496 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1785.07
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 1.13 1.47 1.85 2/190 20198
/proc/meminfo: memFree=28453812/32872528 swapFree=20720/1686580
[pid=20102] ppid=20099 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/20102/stat : 20102 (java) S 20099 20102 15085 0 -1 4202496 17588 0 1 0 179891 116 0 0 20 0 19 0 111338238 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140736902581808 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20102/statm: 2406260 406849 2293 9 0 2396937 0
[pid=20102/tid=20104] ppid=20099 vsize=9625040 CPUtime=1791.87 cores=0,2,4,6
/proc/20102/task/20104/stat : 20104 (java) R 20099 20102 15085 0 -1 4202560 3312 0 1 0 179146 41 0 0 20 0 19 0 111338239 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568143433408 140567988931537 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20105] ppid=20099 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/20102/task/20105/stat : 20105 (java) S 20099 20102 15085 0 -1 4202560 235 0 0 0 13 13 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568115894568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20102/tid=20106] ppid=20099 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20102/task/20106/stat : 20106 (java) S 20099 20102 15085 0 -1 4202560 166 0 0 0 10 7 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568114841768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20107] ppid=20099 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/20102/task/20107/stat : 20107 (java) S 20099 20102 15085 0 -1 4202560 167 0 0 0 9 9 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568113789480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20108] ppid=20099 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/20102/task/20108/stat : 20108 (java) S 20099 20102 15085 0 -1 4202560 348 0 0 0 16 13 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568112736680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20102/tid=20109] ppid=20099 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/20102/task/20109/stat : 20109 (java) S 20099 20102 15085 0 -1 4202560 414 0 0 0 13 11 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568111684392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20110] ppid=20099 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/20102/task/20110/stat : 20110 (java) S 20099 20102 15085 0 -1 4202560 179 0 0 0 11 8 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568110631592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20102/tid=20111] ppid=20099 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/20102/task/20111/stat : 20111 (java) S 20099 20102 15085 0 -1 4202560 253 0 0 0 11 11 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568109579304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20112] ppid=20099 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/20102/task/20112/stat : 20112 (java) S 20099 20102 15085 0 -1 4202560 346 0 0 0 14 12 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568108526504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20113] ppid=20099 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/20102/task/20113/stat : 20113 (java) S 20099 20102 15085 0 -1 4202560 1200 0 0 0 14 2 0 0 20 0 19 0 111338241 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567497386216 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20114] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20114/stat : 20114 (java) S 20099 20102 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111338242 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567496332280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20115] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20115/stat : 20115 (java) S 20099 20102 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111338242 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567495279880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20116] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20116/stat : 20116 (java) S 20099 20102 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111338244 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567494228368 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20117] ppid=20099 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/20102/task/20117/stat : 20117 (java) S 20099 20102 15085 0 -1 4202560 7141 0 0 0 75 0 0 0 20 0 19 0 111338244 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567493175992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20118] ppid=20099 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/20102/task/20118/stat : 20118 (java) S 20099 20102 15085 0 -1 4202560 2467 0 0 0 62 0 0 0 20 0 19 0 111338244 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567492123192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20102/tid=20119] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20119/stat : 20119 (java) S 20099 20102 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111338244 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567491071096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20120] ppid=20099 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/20102/task/20120/stat : 20120 (java) S 20099 20102 15085 0 -1 4202560 102 0 0 0 16 22 0 0 20 0 19 0 111338244 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567490018504 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20121] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20121/stat : 20121 (java) S 20099 20102 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111338330 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567488963496 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 20102 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.3 s]
/proc/loadavg: 1.13 1.47 1.85 2/190 20198
/proc/meminfo: memFree=28453812/32872528 swapFree=20720/1686580
[pid=20102] ppid=20099 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/20102/stat : 20102 (java) S 20099 20102 15085 0 -1 4202496 17588 0 1 0 179891 116 0 0 20 0 19 0 111338238 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140736902581808 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20102/statm: 2406260 406849 2293 9 0 2396937 0
[pid=20102/tid=20104] ppid=20099 vsize=9625040 CPUtime=1791.87 cores=0,2,4,6
/proc/20102/task/20104/stat : 20104 (java) R 20099 20102 15085 0 -1 4202560 3312 0 1 0 179146 41 0 0 20 0 19 0 111338239 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568143433408 140567988931537 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20105] ppid=20099 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/20102/task/20105/stat : 20105 (java) S 20099 20102 15085 0 -1 4202560 235 0 0 0 13 13 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568115894568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20102/tid=20106] ppid=20099 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20102/task/20106/stat : 20106 (java) S 20099 20102 15085 0 -1 4202560 166 0 0 0 10 7 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568114841768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20107] ppid=20099 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/20102/task/20107/stat : 20107 (java) S 20099 20102 15085 0 -1 4202560 167 0 0 0 9 9 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568113789480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20108] ppid=20099 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/20102/task/20108/stat : 20108 (java) S 20099 20102 15085 0 -1 4202560 348 0 0 0 16 13 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568112736680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20102/tid=20109] ppid=20099 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/20102/task/20109/stat : 20109 (java) S 20099 20102 15085 0 -1 4202560 414 0 0 0 13 11 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568111684392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20110] ppid=20099 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/20102/task/20110/stat : 20110 (java) S 20099 20102 15085 0 -1 4202560 179 0 0 0 11 8 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568110631592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20102/tid=20111] ppid=20099 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/20102/task/20111/stat : 20111 (java) S 20099 20102 15085 0 -1 4202560 253 0 0 0 11 11 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568109579304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20112] ppid=20099 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/20102/task/20112/stat : 20112 (java) S 20099 20102 15085 0 -1 4202560 346 0 0 0 14 12 0 0 20 0 19 0 111338240 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140568108526504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20113] ppid=20099 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/20102/task/20113/stat : 20113 (java) S 20099 20102 15085 0 -1 4202560 1200 0 0 0 14 2 0 0 20 0 19 0 111338241 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567497386216 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20114] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20114/stat : 20114 (java) S 20099 20102 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111338242 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567496332280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20115] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20115/stat : 20115 (java) S 20099 20102 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111338242 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567495279880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20116] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20116/stat : 20116 (java) S 20099 20102 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111338244 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567494228368 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20117] ppid=20099 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/20102/task/20117/stat : 20117 (java) S 20099 20102 15085 0 -1 4202560 7141 0 0 0 75 0 0 0 20 0 19 0 111338244 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567493175992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20118] ppid=20099 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/20102/task/20118/stat : 20118 (java) S 20099 20102 15085 0 -1 4202560 2467 0 0 0 62 0 0 0 20 0 19 0 111338244 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567492123192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20102/tid=20119] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20119/stat : 20119 (java) S 20099 20102 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111338244 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567491071096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20102/tid=20120] ppid=20099 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/20102/task/20120/stat : 20120 (java) S 20099 20102 15085 0 -1 4202560 102 0 0 0 16 22 0 0 20 0 19 0 111338244 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567490018504 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20102/tid=20121] ppid=20099 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20102/task/20121/stat : 20121 (java) S 20099 20102 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111338330 9856040960 406849 33554432000 1073741824 1073778376 140736902590672 140567488963496 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20102 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=269229
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=630752
# CPU time returned by wait4() is 1795.9
# while last known CPU time is 1800.07
#
# 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.07
CPU user time (s): 1798.91
CPU system time (s): 1.16
CPU usage (%): 100.152
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.27
system time used= 1.63075
maximum resident set size= 1627536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17626
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38240
involuntary context switches= 5957

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.62714 second user time and 6.86196 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-07 12:07:42
IDJOB=4085751
IDBENCH=90788
IDSOLVER=2546
FILE ID=node135/4085751-1465294062
RUNJOBID= node135-1465261709-15101
PBS_JOBID= 19843293
Free space on /tmp= 71732 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_20null10mast_rapportOE1.0_TMAX60_K67_cod3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085751-1465294062/watcher-4085751-1465294062 -o /tmp/evaluation-result-4085751-1465294062/solver-4085751-1465294062 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15101 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085751-1465294062.opb

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

MD5SUM BENCH= 438c25da2e5c4802d30b8fcc00d9e167
RANDOM SEED=1228325439

node135.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.026
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.05
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.026
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.026
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.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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:        29634772 kB
Buffers:          133084 kB
Cached:           239844 kB
SwapCached:         1764 kB
Active:           526540 kB
Inactive:         281096 kB
Active(anon):     435680 kB
Inactive(anon):     1376 kB
Active(file):      90860 kB
Inactive(file):   279720 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098336 kB
Dirty:              3528 kB
Writeback:             0 kB
AnonPages:       2129200 kB
Mapped:            15480 kB
Shmem:                 0 kB
Slab:             602080 kB
SReclaimable:      45664 kB
SUnreclaim:       556416 kB
KernelStack:        1616 kB
PageTables:         8172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2763988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2088960 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 node135 at 2016-06-07 12:37:39