Trace number 4103158

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 Res+CP PB16? (TO) 1800.78 898.351

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3708.opb
MD5SUM0f95e02b74e4e0d269b94f6526e7c8b5
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6829346271
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3625993486
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29705729356859
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29705729356859
Number of bits of the biggest sum of numbers45
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.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4103158-1466220019.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
3.41/2.24	c ... done. Wall clock time 2.117s.
3.41/2.24	c declared #vars     155000
3.41/2.24	c #constraints  5300
3.41/2.24	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.41/2.24	c constraints type 
3.41/2.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
3.41/2.24	c 5300 constraints processed.
3.41/2.25	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.41/2.25	c constraints type 
3.41/2.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
3.41/2.25	c 5300 constraints processed.
3.41/2.25	c objective function length is 155000 literals
12.43/6.03	c cleaning 2501 clauses out of 5002 with flag 12508/5002
18.64/9.08	c cleaning 4249 clauses out of 8499 with flag 24700/11000
28.81/14.09	c cleaning 5609 clauses out of 11252 with flag 41817/18002
35.82/17.50	c cleaning 6805 clauses out of 13641 with flag 59523/26000
41.03/20.18	c cleaning 7905 clauses out of 15839 with flag 77529/35003
47.66/23.38	c cleaning 8951 clauses out of 17932 with flag 98168/45001
53.66/26.32	c cleaning 9977 clauses out of 19981 with flag 120168/56001
60.85/29.92	c cleaning 10986 clauses out of 22005 with flag 144170/68002
69.47/34.29	c cleaning 11993 clauses out of 24018 with flag 170168/81001
79.45/39.20	c cleaning 12996 clauses out of 26024 with flag 198166/95000
90.91/44.99	c cleaning 13998 clauses out of 28029 with flag 228173/110001
104.19/51.50	c cleaning 14993 clauses out of 30030 with flag 260171/126000
119.26/59.40	c cleaning 15997 clauses out of 32038 with flag 294173/143001
137.26/68.36	c cleaning 17006 clauses out of 34041 with flag 330173/161001
161.46/80.48	c cleaning 17997 clauses out of 36035 with flag 368173/180001
189.85/94.64	c cleaning 18997 clauses out of 38038 with flag 408173/200001
222.43/110.91	c cleaning 19993 clauses out of 40041 with flag 450173/221001
265.24/132.20	c cleaning 20995 clauses out of 42048 with flag 494173/243001
313.25/156.26	c cleaning 21998 clauses out of 44052 with flag 540171/266000
363.63/181.41	c cleaning 23003 clauses out of 46054 with flag 588171/290000
418.87/209.32	c cleaning 24002 clauses out of 48051 with flag 638171/315000
476.86/238.39	c cleaning 25001 clauses out of 50050 with flag 690173/341001
538.94/269.24	c cleaning 26003 clauses out of 52048 with flag 744171/368000
608.59/304.48	c cleaning 27002 clauses out of 54046 with flag 800173/396001
672.87/336.54	c cleaning 27998 clauses out of 56044 with flag 858173/425001
741.33/370.76	c cleaning 29002 clauses out of 58046 with flag 918173/455001
826.84/413.44	c cleaning 30005 clauses out of 60044 with flag 980173/486001
922.85/461.32	c cleaning 30999 clauses out of 62038 with flag 1044171/518000
1023.52/511.52	c cleaning 31998 clauses out of 64039 with flag 1110171/551000
1138.49/568.87	c cleaning 32994 clauses out of 66041 with flag 1178171/585000
1255.77/627.03	c cleaning 34006 clauses out of 68047 with flag 1248171/620000
1385.82/691.52	c cleaning 34998 clauses out of 70042 with flag 1320173/656001
1517.98/756.84	c cleaning 36003 clauses out of 72043 with flag 1394177/693000
1664.42/830.71	c cleaning 37000 clauses out of 74041 with flag 1470179/731001
1800.18/898.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/898.30	c starts		: 50
1800.18/898.30	c conflicts		: 767158
1800.18/898.30	c decisions		: 1159294
1800.18/898.30	c propagations		: 12466438
1800.18/898.30	c inspects		: 10335246525
1800.18/898.30	c shortcuts		: 0
1800.18/898.30	c learnt literals	: 0
1800.18/898.30	c learnt binary clauses	: 0
1800.18/898.30	c learnt ternary clauses	: 0
1800.18/898.30	c learnt constraints	: 767158
1800.18/898.30	c ignored constraints	: 0
1800.18/898.30	c root simplifications	: 0
1800.18/898.30	c removed literals (reason simplification)	: 4025760
1800.18/898.30	c reason swapping (by a shorter reason)	: 0
1800.18/898.30	c Calls to reduceDB	: 34
1800.18/898.30	c Number of update (reduction) of LBD	: 784
1800.18/898.30	c Imported unit clauses	: 0
1800.18/898.30	c number of reductions to clauses (during analyze)	: 0
1800.18/898.30	c number of learned constraints concerned by reduction	: 0
1800.18/898.30	c number of learning phase by resolution	: 0
1800.18/898.30	c number of learning phase by cutting planes	: 0
1800.18/898.30	c speed (assignments/second)	: 13914.631056463557
1800.18/898.30	c non guided choices	197119
1800.18/898.33	c learnt constraints type 
1800.18/898.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 73199
1800.18/898.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/898.33	c starts		: 1
1800.18/898.33	c conflicts		: 2291
1800.18/898.33	c decisions		: 1048888
1800.18/898.33	c propagations		: 6593843
1800.18/898.33	c inspects		: 215467701
1800.18/898.33	c shortcuts		: 0
1800.18/898.33	c learnt literals	: 0
1800.18/898.33	c learnt binary clauses	: 0
1800.18/898.33	c learnt ternary clauses	: 0
1800.18/898.33	c learnt constraints	: 2291
1800.18/898.33	c ignored constraints	: 0
1800.18/898.33	c root simplifications	: 0
1800.18/898.33	c removed literals (reason simplification)	: 0
1800.18/898.33	c reason swapping (by a shorter reason)	: 0
1800.18/898.33	c Calls to reduceDB	: 0
1800.18/898.33	c Number of update (reduction) of LBD	: 0
1800.18/898.33	c Imported unit clauses	: 0
1800.18/898.33	c number of reductions to clauses (during analyze)	: 0
1800.18/898.33	c number of learned constraints concerned by reduction	: 0
1800.18/898.33	c number of learning phase by resolution	: 0
1800.18/898.33	c number of learning phase by cutting planes	: 0
1800.18/898.33	c speed (assignments/second)	: 7359.602255034037
1800.18/898.33	c non guided choices	0
1800.18/898.33	c learnt constraints type 
1800.18/898.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2291
1800.18/898.33	s UNKNOWN
1800.18/898.33	c Total wall clock time (in seconds): 898.208

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-4103158-1466220019/watcher-4103158-1466220019 -o /tmp/evaluation-result-4103158-1466220019/solver-4103158-1466220019 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22605 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103158-1466220019.opb 

pid=29305
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: 4.11 4.09 4.06 4/198 29308
/proc/meminfo: memFree=29729812/32872528 swapFree=496868/529572
[pid=29308] ppid=29305 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/29308/stat : 29308 (java) D 29305 29308 22589 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 24047353 9515008 182 33554432000 1073741824 1073778376 140736790034448 140736790025480 211458801333 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/29308/statm: 2323 182 140 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 4.11 4.09 4.06 4/198 29308
/proc/meminfo: memFree=29729812/32872528 swapFree=496868/529572
[pid=29308] ppid=29305 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/29308/stat : 29308 (java) S 29305 29308 22589 0 -1 4202496 4400 0 1 0 7 2 0 0 20 0 18 0 24047353 9787879424 6027 33554432000 1073741824 1073778376 140735702563232 140735702554368 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29308/statm: 2389619 6027 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200287 s]
/proc/loadavg: 4.11 4.09 4.06 4/198 29308
/proc/meminfo: memFree=29729812/32872528 swapFree=496868/529572
[pid=29308] ppid=29305 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/29308/stat : 29308 (java) S 29305 29308 22589 0 -1 4202496 5151 0 1 0 26 2 0 0 20 0 18 0 24047353 9787879424 8608 33554432000 1073741824 1073778376 140735702563232 140735702554368 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29308/statm: 2389619 8608 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300291 s]
/proc/loadavg: 4.11 4.09 4.06 4/198 29308
/proc/meminfo: memFree=29729812/32872528 swapFree=496868/529572
[pid=29308] ppid=29305 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/29308/stat : 29308 (java) S 29305 29308 22589 0 -1 4202496 6032 0 1 0 44 2 0 0 20 0 18 0 24047353 9787879424 12698 33554432000 1073741824 1073778376 140735702563232 140735702554368 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29308/statm: 2389619 12698 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.704117 s]
/proc/loadavg: 4.11 4.09 4.06 4/198 29308
/proc/meminfo: memFree=29729812/32872528 swapFree=496868/529572
[pid=29308] ppid=29305 vsize=9558476 CPUtime=1.13 cores=0,2,4,6
/proc/29308/stat : 29308 (java) S 29305 29308 22589 0 -1 4202496 6520 0 1 0 107 6 0 0 20 0 18 0 24047353 9787879424 45562 33554432000 1073741824 1073778376 140735702563232 140735702554368 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29308/statm: 2389619 45562 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 4.11 4.09 4.06 4/216 29326
/proc/meminfo: memFree=29472200/32872528 swapFree=496868/529572
[pid=29308] ppid=29305 vsize=9558476 CPUtime=2.21 cores=0,2,4,6
/proc/29308/stat : 29308 (java) S 29305 29308 22589 0 -1 4202496 7354 0 1 0 208 13 0 0 20 0 18 0 24047353 9787879424 81993 33554432000 1073741824 1073778376 140735702563232 140735702554368 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29308/statm: 2389619 81993 2263 9 0 2380296 0
[pid=29308/tid=29310] ppid=29305 vsize=9558476 CPUtime=1.32 cores=0,2,4,6
/proc/29308/task/29310/stat : 29310 (java) R 29305 29308 22589 0 -1 4202560 2501 0 1 0 127 5 0 0 20 0 18 0 24047354 9787879424 81993 33554432000 1073741824 1073778376 140735702563232 140397291044832 140397129581307 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29311] ppid=29305 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/29308/task/29311/stat : 29311 (java) S 29305 29308 22589 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 18 0 24047355 9787879424 81993 33554432000 1073741824 1073778376 140735702563232 140397252545064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29312] ppid=29305 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/29308/task/29312/stat : 29312 (java) S 29305 29308 22589 0 -1 4202560 161 0 0 0 4 0 0 0 20 0 18 0 24047355 9787879424 81993 33554432000 1073741824 1073778376 140735702563232 140397251492264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29313] ppid=29305 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/29308/task/29313/stat : 29313 (java) S 29305 29308 22589 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 18 0 24047355 9787879424 81993 33554432000 1073741824 1073778376 140735702563232 140397250439464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29308/tid=29314] ppid=29305 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/29308/task/29314/stat : 29314 (java) S 29305 29308 22589 0 -1 4202560 266 0 0 0 5 1 0 0 20 0 18 0 24047355 9787879424 81993 33554432000 1073741824 1073778376 140735702563232 140397249386664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29315] ppid=29305 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/29308/task/29315/stat : 29315 (java) S 29305 29308 22589 0 -1 4202560 118 0 0 0 5 0 0 0 20 0 18 0 24047355 9787879424 81993 33554432000 1073741824 1073778376 140735702563232 140397248334888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29308/tid=29316] ppid=29305 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/29308/task/29316/stat : 29316 (java) S 29305 29308 22589 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 18 0 24047355 9787879424 81993 33554432000 1073741824 1073778376 140735702563232 140397128969128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29317] ppid=29305 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/29308/task/29317/stat : 29317 (java) S 29305 29308 22589 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 24047355 9787879424 81993 33554432000 1073741824 1073778376 140735702563232 140397127916328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29318] ppid=29305 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/29308/task/29318/stat : 29318 (java) S 29305 29308 22589 0 -1 4202560 75 0 0 0 3 0 0 0 20 0 18 0 24047355 9787879424 81993 33554432000 1073741824 1073778376 140735702563232 140397126863528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29319] ppid=29305 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29319/stat : 29319 (java) S 29305 29308 22589 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 24047357 9787879424 81993 33554432000 1073741824 1073778376 140735702563232 140397114665448 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29308/tid=29320] ppid=29305 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29320/stat : 29320 (java) S 29305 29308 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 24047357 9787879424 81993 33554432000 1073741824 1073778376 140735702563232 140397113611512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29321] ppid=29305 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29321/stat : 29321 (java) S 29305 29308 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 24047357 9787879424 81993 33554432000 1073741824 1073778376 140735702563232 140396508210184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29322] ppid=29305 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29322/stat : 29322 (java) S 29305 29308 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24047360 9787879424 81993 33554432000 1073741824 1073778376 140735702563232 140396507158672 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29323] ppid=29305 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/29308/task/29323/stat : 29323 (java) S 29305 29308 22589 0 -1 4202560 1194 0 0 0 19 0 0 0 20 0 18 0 24047360 9787879424 81993 33554432000 1073741824 1073778376 140735702563232 140396506106808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29324] ppid=29305 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/29308/task/29324/stat : 29324 (java) S 29305 29308 22589 0 -1 4202560 1625 0 0 0 21 0 0 0 20 0 18 0 24047360 9787879424 81993 33554432000 1073741824 1073778376 140735702563232 140396505054008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29325] ppid=29305 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29325/stat : 29325 (java) S 29305 29308 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24047360 9787879424 81993 33554432000 1073741824 1073778376 140735702563232 140396504001400 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29326] ppid=29305 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29326/stat : 29326 (java) S 29305 29308 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24047360 9787879424 81993 33554432000 1073741824 1073778376 140735702563232 140396502948808 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9558476

[startup+3.10076 s]
/proc/loadavg: 4.11 4.09 4.06 6/216 29326
/proc/meminfo: memFree=29254072/32872528 swapFree=496868/529572
[pid=29308] ppid=29305 vsize=9824732 CPUtime=6.3 cores=0,2,4,6
/proc/29308/stat : 29308 (java) S 29305 29308 22589 0 -1 4202496 18932 0 1 0 600 30 0 0 20 0 22 0 24047353 10060525568 136000 33554432000 1073741824 1073778376 140735702563232 140735702554368 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29308/statm: 2456183 136000 2285 9 0 2446860 0
[pid=29308/tid=29310] ppid=29305 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/29308/task/29310/stat : 29310 (java) S 29305 29308 22589 0 -1 4202560 2536 0 1 0 186 6 0 0 20 0 22 0 24047354 10060525568 136000 33554432000 1073741824 1073778376 140735702563232 140397291053944 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29311] ppid=29305 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/29308/task/29311/stat : 29311 (java) S 29305 29308 22589 0 -1 4202560 71 0 0 0 10 2 0 0 20 0 22 0 24047355 10060525568 136000 33554432000 1073741824 1073778376 140735702563232 140397252545064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29312] ppid=29305 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/29308/task/29312/stat : 29312 (java) S 29305 29308 22589 0 -1 4202560 182 0 0 0 9 2 0 0 20 0 22 0 24047355 10060525568 136000 33554432000 1073741824 1073778376 140735702563232 140397251492264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29313] ppid=29305 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/29308/task/29313/stat : 29313 (java) S 29305 29308 22589 0 -1 4202560 162 0 0 0 13 4 0 0 20 0 22 0 24047355 10060525568 136000 33554432000 1073741824 1073778376 140735702563232 140397250439464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29314] ppid=29305 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/29308/task/29314/stat : 29314 (java) S 29305 29308 22589 0 -1 4202560 309 0 0 0 11 3 0 0 20 0 22 0 24047355 10060525568 136000 33554432000 1073741824 1073778376 140735702563232 140397249386664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29315] ppid=29305 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/29308/task/29315/stat : 29315 (java) S 29305 29308 22589 0 -1 4202560 232 0 0 0 13 3 0 0 20 0 22 0 24047355 10060525568 136000 33554432000 1073741824 1073778376 140735702563232 140397248334888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29316] ppid=29305 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/29308/task/29316/stat : 29316 (java) S 29305 29308 22589 0 -1 4202560 158 0 0 0 9 3 0 0 20 0 22 0 24047355 10060525568 136000 33554432000 1073741824 1073778376 140735702563232 140397128969128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29317] ppid=29305 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/29308/task/29317/stat : 29317 (java) S 29305 29308 22589 0 -1 4202560 51 0 0 0 10 2 0 0 20 0 22 0 24047355 10060525568 136000 33554432000 1073741824 1073778376 140735702563232 140397127916328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29318] ppid=29305 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/29308/task/29318/stat : 29318 (java) S 29305 29308 22589 0 -1 4202560 138 0 0 0 11 4 0 0 20 0 22 0 24047355 10060525568 136000 33554432000 1073741824 1073778376 140735702563232 140397126863528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29319] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29319/stat : 29319 (java) S 29305 29308 22589 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 24047357 10060525568 136000 33554432000 1073741824 1073778376 140735702563232 140397114665448 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29308/tid=29320] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29320/stat : 29320 (java) S 29305 29308 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24047357 10060525568 136000 33554432000 1073741824 1073778376 140735702563232 140397113611512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29321] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29321/stat : 29321 (java) S 29305 29308 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24047357 10060525568 136000 33554432000 1073741824 1073778376 140735702563232 140396508210184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29322] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29322/stat : 29322 (java) S 29305 29308 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24047360 10060525568 136000 33554432000 1073741824 1073778376 140735702563232 140396507158672 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29323] ppid=29305 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/29308/task/29323/stat : 29323 (java) S 29305 29308 22589 0 -1 4202560 6326 0 0 0 76 0 0 0 20 0 22 0 24047360 10060525568 136000 33554432000 1073741824 1073778376 140735702563232 140396506106808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29324] ppid=29305 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/29308/task/29324/stat : 29324 (java) S 29305 29308 22589 0 -1 4202560 7256 0 0 0 85 2 0 0 20 0 22 0 24047360 10060525568 136000 33554432000 1073741824 1073778376 140735702563232 140396505054008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29325] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29325/stat : 29325 (java) S 29305 29308 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24047360 10060525568 136000 33554432000 1073741824 1073778376 140735702563232 140396504001400 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29326] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29326/stat : 29326 (java) S 29305 29308 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24047360 10060525568 136000 33554432000 1073741824 1073778376 140735702563232 140396502948808 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 9824732

[startup+6.30089 s]
/proc/loadavg: 4.35 4.14 4.07 12/220 29330
/proc/meminfo: memFree=28930412/32872528 swapFree=496868/529572
[pid=29308] ppid=29305 vsize=9824732 CPUtime=13.05 cores=0,2,4,6
/proc/29308/stat : 29308 (java) S 29305 29308 22589 0 -1 4202496 21112 0 1 0 1264 41 0 0 20 0 22 0 24047353 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140735702554368 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29308/statm: 2456183 204591 2290 9 0 2446860 0
[pid=29308/tid=29310] ppid=29305 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/29308/task/29310/stat : 29310 (java) S 29305 29308 22589 0 -1 4202560 2536 0 1 0 186 6 0 0 20 0 22 0 24047354 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140397291053944 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29311] ppid=29305 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/29308/task/29311/stat : 29311 (java) S 29305 29308 22589 0 -1 4202560 87 0 0 0 12 3 0 0 20 0 22 0 24047355 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140397252545064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29312] ppid=29305 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/29308/task/29312/stat : 29312 (java) S 29305 29308 22589 0 -1 4202560 210 0 0 0 15 3 0 0 20 0 22 0 24047355 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140397251492264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29308/tid=29313] ppid=29305 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/29308/task/29313/stat : 29313 (java) S 29305 29308 22589 0 -1 4202560 170 0 0 0 15 4 0 0 20 0 22 0 24047355 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140397250439464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29314] ppid=29305 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/29308/task/29314/stat : 29314 (java) S 29305 29308 22589 0 -1 4202560 318 0 0 0 14 4 0 0 20 0 22 0 24047355 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140397249386664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29315] ppid=29305 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/29308/task/29315/stat : 29315 (java) S 29305 29308 22589 0 -1 4202560 243 0 0 0 15 4 0 0 20 0 22 0 24047355 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140397248334888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29316] ppid=29305 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/29308/task/29316/stat : 29316 (java) S 29305 29308 22589 0 -1 4202560 176 0 0 0 12 3 0 0 20 0 22 0 24047355 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140397128969128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29308/tid=29317] ppid=29305 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/29308/task/29317/stat : 29317 (java) S 29305 29308 22589 0 -1 4202560 63 0 0 0 12 3 0 0 20 0 22 0 24047355 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140397127916328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29308/tid=29318] ppid=29305 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/29308/task/29318/stat : 29318 (java) S 29305 29308 22589 0 -1 4202560 149 0 0 0 14 5 0 0 20 0 22 0 24047355 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140397126863528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29308/tid=29319] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29319/stat : 29319 (java) S 29305 29308 22589 0 -1 4202560 524 0 0 0 0 0 0 0 20 0 22 0 24047357 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140397114665448 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29320] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29320/stat : 29320 (java) S 29305 29308 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24047357 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140397113611512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29321] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29321/stat : 29321 (java) S 29305 29308 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24047357 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140396508210184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29322] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29322/stat : 29322 (java) S 29305 29308 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24047360 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140396507158672 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29323] ppid=29305 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/29308/task/29323/stat : 29323 (java) S 29305 29308 22589 0 -1 4202560 7771 0 0 0 91 2 0 0 20 0 22 0 24047360 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140396506106808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29324] ppid=29305 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/29308/task/29324/stat : 29324 (java) S 29305 29308 22589 0 -1 4202560 7260 0 0 0 94 2 0 0 20 0 22 0 24047360 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140396505054008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29325] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29325/stat : 29325 (java) S 29305 29308 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24047360 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140396504001400 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29326] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29326/stat : 29326 (java) S 29305 29308 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24047360 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140396502948808 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29327] ppid=29305 vsize=9824732 CPUtime=3.87 cores=0,2,4,6
/proc/29308/task/29327/stat : 29327 (java) R 29305 29308 22589 0 -1 4202560 238 0 0 0 386 1 0 0 20 0 22 0 24047578 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140396501884960 140397129841445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29328] ppid=29305 vsize=9824732 CPUtime=3.82 cores=0,2,4,6
/proc/29308/task/29328/stat : 29328 (java) R 29305 29308 22589 0 -1 4202560 101 0 0 0 379 3 0 0 20 0 22 0 24047578 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140396500839776 140397129865993 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=29308/tid=29329] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29329/stat : 29329 (java) S 29305 29308 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24047592 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140396499788712 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29330] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29330/stat : 29330 (java) S 29305 29308 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24047592 10060525568 204591 33554432000 1073741824 1073778376 140735702563232 140396498735912 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 13.05

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


[startup+882.308 s]
/proc/loadavg: 4.16 4.16 4.09 5/219 29529
/proc/meminfo: memFree=25883368/32872528 swapFree=496868/529572
[pid=29308] ppid=29305 vsize=9824732 CPUtime=1767.96 cores=0,2,4,6
/proc/29308/stat : 29308 (java) S 29305 29308 22589 0 -1 4202496 28805 0 1 0 176579 217 0 0 20 0 22 0 24047353 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140735702554368 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29308/statm: 2456183 914620 2298 9 0 2446860 0
[pid=29308/tid=29310] ppid=29305 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/29308/task/29310/stat : 29310 (java) S 29305 29308 22589 0 -1 4202560 2545 0 1 0 189 7 0 0 20 0 22 0 24047354 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140397291053944 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29311] ppid=29305 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/29308/task/29311/stat : 29311 (java) S 29305 29308 22589 0 -1 4202560 690 0 0 0 211 21 0 0 20 0 22 0 24047355 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140397252545064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29312] ppid=29305 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/29308/task/29312/stat : 29312 (java) S 29305 29308 22589 0 -1 4202560 602 0 0 0 207 22 0 0 20 0 22 0 24047355 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140397251492264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29313] ppid=29305 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/29308/task/29313/stat : 29313 (java) S 29305 29308 22589 0 -1 4202560 596 0 0 0 215 20 0 0 20 0 22 0 24047355 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140397250439464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29314] ppid=29305 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/29308/task/29314/stat : 29314 (java) S 29305 29308 22589 0 -1 4202560 831 0 0 0 225 27 0 0 20 0 22 0 24047355 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140397249386664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29308/tid=29315] ppid=29305 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/29308/task/29315/stat : 29315 (java) S 29305 29308 22589 0 -1 4202560 1001 0 0 0 198 17 0 0 20 0 22 0 24047355 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140397248334888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29316] ppid=29305 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/29308/task/29316/stat : 29316 (java) S 29305 29308 22589 0 -1 4202560 728 0 0 0 186 18 0 0 20 0 22 0 24047355 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140397128969128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29308/tid=29317] ppid=29305 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/29308/task/29317/stat : 29317 (java) S 29305 29308 22589 0 -1 4202560 548 0 0 0 213 16 0 0 20 0 22 0 24047355 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140397127916328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29308/tid=29318] ppid=29305 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/29308/task/29318/stat : 29318 (java) S 29305 29308 22589 0 -1 4202560 612 0 0 0 243 22 0 0 20 0 22 0 24047355 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140397126863528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29308/tid=29319] ppid=29305 vsize=9824732 CPUtime=5.42 cores=0,2,4,6
/proc/29308/task/29319/stat : 29319 (java) S 29305 29308 22589 0 -1 4202560 2491 0 0 0 534 8 0 0 20 0 22 0 24047357 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140397114665448 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29320] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29320/stat : 29320 (java) S 29305 29308 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24047357 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140397113611512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29321] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29321/stat : 29321 (java) S 29305 29308 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24047357 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140396508210184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29322] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29322/stat : 29322 (java) S 29305 29308 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24047360 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140396507158672 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29323] ppid=29305 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/29308/task/29323/stat : 29323 (java) S 29305 29308 22589 0 -1 4202560 7772 0 0 0 99 2 0 0 20 0 22 0 24047360 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140396506106808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29324] ppid=29305 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/29308/task/29324/stat : 29324 (java) S 29305 29308 22589 0 -1 4202560 7293 0 0 0 123 2 0 0 20 0 22 0 24047360 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140396505054008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29325] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29325/stat : 29325 (java) S 29305 29308 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24047360 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140396504001400 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29326] ppid=29305 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/29308/task/29326/stat : 29326 (java) S 29305 29308 22589 0 -1 4202560 51 0 0 0 12 15 0 0 20 0 22 0 24047360 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140396502948808 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29327] ppid=29305 vsize=9824732 CPUtime=869.85 cores=0,2,4,6
/proc/29308/task/29327/stat : 29327 (java) R 29305 29308 22589 0 -1 4202560 324 0 0 0 86967 18 0 0 20 0 22 0 24047578 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140396501892592 140397129943564 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29328] ppid=29305 vsize=9824732 CPUtime=869.79 cores=0,2,4,6
/proc/29308/task/29328/stat : 29328 (java) R 29305 29308 22589 0 -1 4202560 1456 0 0 0 86944 35 0 0 20 0 22 0 24047578 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140396500838976 140397130092041 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29329] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29329/stat : 29329 (java) S 29305 29308 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24047592 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140396499788712 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29330] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29330/stat : 29330 (java) S 29305 29308 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24047592 10060525568 914620 33554432000 1073741824 1073778376 140735702563232 140396498735912 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1767.96
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.301 s]
/proc/loadavg: 4.12 4.15 4.09 5/219 29529
/proc/meminfo: memFree=25516844/32872528 swapFree=496868/529572
[pid=29308] ppid=29305 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/29308/stat : 29308 (java) S 29305 29308 22589 0 -1 4202496 28881 0 1 0 179801 217 0 0 20 0 22 0 24047353 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140735702554368 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29308/statm: 2456183 914678 2298 9 0 2446860 0
[pid=29308/tid=29310] ppid=29305 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/29308/task/29310/stat : 29310 (java) S 29305 29308 22589 0 -1 4202560 2545 0 1 0 189 7 0 0 20 0 22 0 24047354 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397291053944 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29311] ppid=29305 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/29308/task/29311/stat : 29311 (java) S 29305 29308 22589 0 -1 4202560 699 0 0 0 224 21 0 0 20 0 22 0 24047355 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397252545064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29312] ppid=29305 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/29308/task/29312/stat : 29312 (java) S 29305 29308 22589 0 -1 4202560 613 0 0 0 211 22 0 0 20 0 22 0 24047355 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397251492264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29313] ppid=29305 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/29308/task/29313/stat : 29313 (java) S 29305 29308 22589 0 -1 4202560 601 0 0 0 220 20 0 0 20 0 22 0 24047355 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397250439464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29314] ppid=29305 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/29308/task/29314/stat : 29314 (java) S 29305 29308 22589 0 -1 4202560 854 0 0 0 229 27 0 0 20 0 22 0 24047355 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397249386664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29315] ppid=29305 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/29308/task/29315/stat : 29315 (java) S 29305 29308 22589 0 -1 4202560 1001 0 0 0 206 17 0 0 20 0 22 0 24047355 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397248334888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29316] ppid=29305 vsize=9824732 CPUtime=2.1 cores=0,2,4,6
/proc/29308/task/29316/stat : 29316 (java) S 29305 29308 22589 0 -1 4202560 728 0 0 0 192 18 0 0 20 0 22 0 24047355 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397128969128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29317] ppid=29305 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/29308/task/29317/stat : 29317 (java) S 29305 29308 22589 0 -1 4202560 548 0 0 0 218 16 0 0 20 0 22 0 24047355 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397127916328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29308/tid=29318] ppid=29305 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/29308/task/29318/stat : 29318 (java) S 29305 29308 22589 0 -1 4202560 620 0 0 0 248 22 0 0 20 0 22 0 24047355 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397126863528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29308/tid=29319] ppid=29305 vsize=9824732 CPUtime=5.42 cores=0,2,4,6
/proc/29308/task/29319/stat : 29319 (java) S 29305 29308 22589 0 -1 4202560 2509 0 0 0 534 8 0 0 20 0 22 0 24047357 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397114665448 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29320] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29320/stat : 29320 (java) S 29305 29308 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24047357 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397113611512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29321] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29321/stat : 29321 (java) S 29305 29308 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24047357 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140396508210184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29322] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29322/stat : 29322 (java) S 29305 29308 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24047360 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140396507158672 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29323] ppid=29305 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/29308/task/29323/stat : 29323 (java) S 29305 29308 22589 0 -1 4202560 7772 0 0 0 99 2 0 0 20 0 22 0 24047360 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140396506106808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29324] ppid=29305 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/29308/task/29324/stat : 29324 (java) S 29305 29308 22589 0 -1 4202560 7293 0 0 0 123 2 0 0 20 0 22 0 24047360 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140396505054008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29325] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29325/stat : 29325 (java) S 29305 29308 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24047360 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140396504001400 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29326] ppid=29305 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/29308/task/29326/stat : 29326 (java) S 29305 29308 22589 0 -1 4202560 51 0 0 0 12 15 0 0 20 0 22 0 24047360 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140396502948808 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29327] ppid=29305 vsize=9824732 CPUtime=885.71 cores=0,2,4,6
/proc/29308/task/29327/stat : 29327 (java) R 29305 29308 22589 0 -1 4202560 325 0 0 0 88553 18 0 0 20 0 22 0 24047578 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140396501892640 140397129797587 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29328] ppid=29305 vsize=9824732 CPUtime=885.65 cores=0,2,4,6
/proc/29308/task/29328/stat : 29328 (java) R 29305 29308 22589 0 -1 4202560 1457 0 0 0 88530 35 0 0 20 0 22 0 24047578 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140396500838976 140397129865218 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29329] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29329/stat : 29329 (java) S 29305 29308 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24047592 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140396499788712 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29330] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29330/stat : 29330 (java) S 29305 29308 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24047592 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140396498735912 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 9824732

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 29308 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.301 s]
/proc/loadavg: 4.12 4.15 4.09 5/219 29529
/proc/meminfo: memFree=25516844/32872528 swapFree=496868/529572
[pid=29308] ppid=29305 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/29308/stat : 29308 (java) S 29305 29308 22589 0 -1 4202496 28881 0 1 0 179801 217 0 0 20 0 22 0 24047353 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140735702554368 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29308/statm: 2456183 914678 2298 9 0 2446860 0
[pid=29308/tid=29310] ppid=29305 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/29308/task/29310/stat : 29310 (java) S 29305 29308 22589 0 -1 4202560 2545 0 1 0 189 7 0 0 20 0 22 0 24047354 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397291053944 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29311] ppid=29305 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/29308/task/29311/stat : 29311 (java) S 29305 29308 22589 0 -1 4202560 699 0 0 0 224 21 0 0 20 0 22 0 24047355 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397252545064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29312] ppid=29305 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/29308/task/29312/stat : 29312 (java) S 29305 29308 22589 0 -1 4202560 613 0 0 0 211 22 0 0 20 0 22 0 24047355 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397251492264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29313] ppid=29305 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/29308/task/29313/stat : 29313 (java) S 29305 29308 22589 0 -1 4202560 601 0 0 0 220 20 0 0 20 0 22 0 24047355 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397250439464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29314] ppid=29305 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/29308/task/29314/stat : 29314 (java) S 29305 29308 22589 0 -1 4202560 854 0 0 0 229 27 0 0 20 0 22 0 24047355 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397249386664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29315] ppid=29305 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/29308/task/29315/stat : 29315 (java) S 29305 29308 22589 0 -1 4202560 1001 0 0 0 206 17 0 0 20 0 22 0 24047355 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397248334888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29316] ppid=29305 vsize=9824732 CPUtime=2.1 cores=0,2,4,6
/proc/29308/task/29316/stat : 29316 (java) S 29305 29308 22589 0 -1 4202560 728 0 0 0 192 18 0 0 20 0 22 0 24047355 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397128969128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29317] ppid=29305 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/29308/task/29317/stat : 29317 (java) S 29305 29308 22589 0 -1 4202560 548 0 0 0 218 16 0 0 20 0 22 0 24047355 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397127916328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29308/tid=29318] ppid=29305 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/29308/task/29318/stat : 29318 (java) S 29305 29308 22589 0 -1 4202560 620 0 0 0 248 22 0 0 20 0 22 0 24047355 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397126863528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29308/tid=29319] ppid=29305 vsize=9824732 CPUtime=5.42 cores=0,2,4,6
/proc/29308/task/29319/stat : 29319 (java) S 29305 29308 22589 0 -1 4202560 2509 0 0 0 534 8 0 0 20 0 22 0 24047357 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397114665448 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29320] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29320/stat : 29320 (java) S 29305 29308 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24047357 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140397113611512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29321] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29321/stat : 29321 (java) S 29305 29308 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24047357 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140396508210184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29322] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29322/stat : 29322 (java) S 29305 29308 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24047360 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140396507158672 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29323] ppid=29305 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/29308/task/29323/stat : 29323 (java) S 29305 29308 22589 0 -1 4202560 7772 0 0 0 99 2 0 0 20 0 22 0 24047360 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140396506106808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29324] ppid=29305 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/29308/task/29324/stat : 29324 (java) S 29305 29308 22589 0 -1 4202560 7293 0 0 0 123 2 0 0 20 0 22 0 24047360 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140396505054008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29325] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29325/stat : 29325 (java) S 29305 29308 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24047360 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140396504001400 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29326] ppid=29305 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/29308/task/29326/stat : 29326 (java) S 29305 29308 22589 0 -1 4202560 51 0 0 0 12 15 0 0 20 0 22 0 24047360 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140396502948808 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29327] ppid=29305 vsize=9824732 CPUtime=885.71 cores=0,2,4,6
/proc/29308/task/29327/stat : 29327 (java) R 29305 29308 22589 0 -1 4202560 325 0 0 0 88553 18 0 0 20 0 22 0 24047578 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140396501892640 140397129797587 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29308/tid=29328] ppid=29305 vsize=9824732 CPUtime=885.65 cores=0,2,4,6
/proc/29308/task/29328/stat : 29328 (java) R 29305 29308 22589 0 -1 4202560 1457 0 0 0 88530 35 0 0 20 0 22 0 24047578 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140396500838976 140397129865218 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29308/tid=29329] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29329/stat : 29329 (java) S 29305 29308 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24047592 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140396499788712 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29308/tid=29330] ppid=29305 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29330/stat : 29330 (java) S 29305 29308 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24047592 10060525568 914678 33554432000 1073741824 1073778376 140735702563232 140396498735912 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 898.351
CPU time (s): 1800.78
CPU user time (s): 1798.11
CPU system time (s): 2.67459
CPU usage (%): 200.454
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.11
system time used= 2.67459
maximum resident set size= 3701180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28917
page faults= 1
swaps= 0
block input operations= 0
block output operations= 864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22625
involuntary context switches= 22419

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.50316 second user time and 7.62384 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-18 05:20:19
IDJOB=4103158
IDBENCH=2285
IDSOLVER=2543
FILE ID=node141/4103158-1466220019
RUNJOBID= node141-1466206051-22605
PBS_JOBID= 19918136
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3708.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103158-1466220019/watcher-4103158-1466220019 -o /tmp/evaluation-result-4103158-1466220019/solver-4103158-1466220019 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22605 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103158-1466220019.opb

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

MD5SUM BENCH= 0f95e02b74e4e0d269b94f6526e7c8b5
RANDOM SEED=973052197

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29730720 kB
Buffers:           97612 kB
Cached:           104172 kB
SwapCached:         2524 kB
Active:          1689140 kB
Inactive:         134688 kB
Active(anon):    1622332 kB
Inactive(anon):     2020 kB
Active(file):      66808 kB
Inactive(file):   132668 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099064 kB
Dirty:              9124 kB
Writeback:             0 kB
AnonPages:       2129388 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             603972 kB
SReclaimable:      47420 kB
SUnreclaim:       556552 kB
KernelStack:        1632 kB
PageTables:         8608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2517396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1583104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71720 MiB
End job on node141 at 2016-06-18 05:35:18