Trace number 4099726

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.69 895.563

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome12.opb
MD5SUM489d5377e587a4ab41c94f06db936b0a
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1466812
Total number of constraints24336
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 constraints24336
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 748132
Biggest coefficient in the objective function 320
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1253788
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 1253788
Number of bits of the biggest sum of numbers21
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.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4099726-1466206135.opb
0.10/0.12	c reading problem ... 
0.10/0.14	c  objective function found
37.31/23.06	c ... done. Wall clock time 22.935s.
37.31/23.06	c declared #vars     1466812
37.31/23.06	c #constraints  48620
37.31/23.06	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
37.31/23.06	c constraints type 
37.31/23.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2004
37.31/23.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 12
37.31/23.06	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 46604
37.31/23.06	c 48620 constraints processed.
37.31/23.06	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
37.31/23.06	c constraints type 
37.31/23.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2004
37.31/23.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 12
37.31/23.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 46604
37.31/23.06	c 48620 constraints processed.
37.31/23.06	c objective function length is 748132 literals
54.50/29.40	c cleaning 2500 clauses out of 5000 with flag 13035/5000
72.57/41.07	c cleaning 4240 clauses out of 8500 with flag 28459/11000
85.92/46.93	c cleaning 5631 clauses out of 11261 with flag 46887/18001
98.30/52.85	c cleaning 6814 clauses out of 13630 with flag 67044/26001
110.49/58.80	c cleaning 7908 clauses out of 15818 with flag 90594/35003
127.30/67.11	c cleaning 8955 clauses out of 17910 with flag 118156/45003
143.34/75.05	c cleaning 9977 clauses out of 19953 with flag 147134/56001
161.84/84.12	c cleaning 10981 clauses out of 21975 with flag 178095/68000
184.33/95.15	c cleaning 11990 clauses out of 24002 with flag 211663/81008
210.87/107.93	c cleaning 12994 clauses out of 26004 with flag 249499/95000
235.50/120.11	c cleaning 13991 clauses out of 28010 with flag 291862/110000
261.55/132.95	c cleaning 14998 clauses out of 30019 with flag 333237/126000
292.70/148.30	c cleaning 15987 clauses out of 32022 with flag 376641/143001
322.10/162.62	c cleaning 16995 clauses out of 34034 with flag 422589/161000
353.24/177.94	c cleaning 18007 clauses out of 36039 with flag 474108/180000
385.46/193.64	c cleaning 18994 clauses out of 38036 with flag 527941/200004
420.13/210.47	c cleaning 20020 clauses out of 40039 with flag 583202/221001
448.67/224.00	c cleaning 21006 clauses out of 42020 with flag 627697/243002
485.71/242.12	c cleaning 22001 clauses out of 44014 with flag 674048/266002
523.84/260.76	c cleaning 22999 clauses out of 46012 with flag 722242/290001
562.15/279.49	c cleaning 24003 clauses out of 48020 with flag 772599/315008
582.05/289.16	c cleaning 24995 clauses out of 50009 with flag 834677/341000
608.25/301.84	c cleaning 25999 clauses out of 52015 with flag 911016/368001
636.45/315.75	c cleaning 26991 clauses out of 54015 with flag 983950/396000
665.74/330.25	c cleaning 27999 clauses out of 56026 with flag 1060948/425002
698.01/346.28	c cleaning 29005 clauses out of 58026 with flag 1134433/455001
726.74/360.47	c cleaning 29999 clauses out of 60021 with flag 1210014/486001
758.68/376.28	c cleaning 31000 clauses out of 62021 with flag 1289303/518000
794.96/394.08	c cleaning 32000 clauses out of 64022 with flag 1369142/551001
829.91/411.32	c cleaning 32997 clauses out of 66021 with flag 1454842/585000
867.47/429.91	c cleaning 34010 clauses out of 68030 with flag 1538927/620006
901.17/446.48	c cleaning 35000 clauses out of 70000 with flag 1618455/656000
938.49/464.74	c cleaning 36001 clauses out of 72001 with flag 1722100/693001
975.65/483.17	c cleaning 36990 clauses out of 74001 with flag 1827464/731002
1013.84/502.02	c cleaning 37994 clauses out of 76009 with flag 1905460/770000
1056.99/523.49	c cleaning 39007 clauses out of 78016 with flag 1985513/810001
1104.52/547.04	c cleaning 40002 clauses out of 80012 with flag 2067581/851004
1157.50/573.34	c cleaning 41002 clauses out of 82008 with flag 2151730/893002
1206.09/597.65	c cleaning 42000 clauses out of 84004 with flag 2237749/936000
1255.57/622.28	c cleaning 42995 clauses out of 86008 with flag 2325760/980004
1308.06/648.30	c cleaning 44003 clauses out of 88011 with flag 2415836/1025002
1358.18/673.22	c cleaning 44999 clauses out of 90006 with flag 2507924/1071000
1417.28/705.36	c cleaning 46002 clauses out of 92007 with flag 2601989/1118000
1480.46/736.34	c cleaning 46997 clauses out of 94009 with flag 2698074/1166004
1541.55/766.75	c cleaning 47999 clauses out of 96008 with flag 2796222/1215000
1607.53/799.69	c cleaning 49006 clauses out of 98014 with flag 2896354/1265005
1674.57/833.00	c cleaning 50000 clauses out of 100003 with flag 2998527/1316000
1736.39/863.81	c cleaning 51001 clauses out of 102008 with flag 3102709/1368005
1800.05/895.51	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/895.51	c starts		: 2
1800.05/895.51	c conflicts		: 1417706
1800.05/895.51	c decisions		: 2757579
1800.05/895.51	c propagations		: 116011433
1800.05/895.51	c inspects		: 6957113395
1800.05/895.51	c shortcuts		: 0
1800.05/895.51	c learnt literals	: 14
1800.05/895.51	c learnt binary clauses	: 20
1800.05/895.51	c learnt ternary clauses	: 16
1800.05/895.51	c learnt constraints	: 1417692
1800.05/895.51	c ignored constraints	: 0
1800.05/895.51	c root simplifications	: 0
1800.05/895.51	c removed literals (reason simplification)	: 9341785
1800.05/895.51	c reason swapping (by a shorter reason)	: 0
1800.05/895.51	c Calls to reduceDB	: 48
1800.05/895.51	c Number of update (reduction) of LBD	: 96649
1800.05/895.51	c Imported unit clauses	: 0
1800.05/895.51	c number of reductions to clauses (during analyze)	: 0
1800.05/895.51	c number of learned constraints concerned by reduction	: 0
1800.05/895.51	c number of learning phase by resolution	: 0
1800.05/895.51	c number of learning phase by cutting planes	: 0
1800.05/895.51	c speed (assignments/second)	: 133039.871331013
1800.05/895.51	c non guided choices	311157
1800.05/895.54	c learnt constraints type 
1800.05/895.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 20
1800.05/895.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100688
1800.05/895.54	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/895.54	c starts		: 21
1800.05/895.54	c conflicts		: 4891
1800.05/895.54	c decisions		: 437347
1800.05/895.54	c propagations		: 1836996
1800.05/895.54	c inspects		: 133285795
1800.05/895.54	c shortcuts		: 0
1800.05/895.54	c learnt literals	: 0
1800.05/895.54	c learnt binary clauses	: 0
1800.05/895.54	c learnt ternary clauses	: 0
1800.05/895.54	c learnt constraints	: 4890
1800.05/895.54	c ignored constraints	: 0
1800.05/895.54	c root simplifications	: 0
1800.05/895.54	c removed literals (reason simplification)	: 0
1800.05/895.54	c reason swapping (by a shorter reason)	: 0
1800.05/895.54	c Calls to reduceDB	: 0
1800.05/895.54	c Number of update (reduction) of LBD	: 0
1800.05/895.54	c Imported unit clauses	: 0
1800.05/895.54	c number of reductions to clauses (during analyze)	: 0
1800.05/895.54	c number of learned constraints concerned by reduction	: 0
1800.05/895.54	c number of learning phase by resolution	: 0
1800.05/895.54	c number of learning phase by cutting planes	: 0
1800.05/895.54	c speed (assignments/second)	: 2106.936734412993
1800.05/895.54	c non guided choices	0
1800.05/895.54	c learnt constraints type 
1800.05/895.54	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 66
1800.05/895.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4824
1800.05/895.54	s UNKNOWN
1800.05/895.54	c Total wall clock time (in seconds): 895.415

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-4099726-1466206135/watcher-4099726-1466206135 -o /tmp/evaluation-result-4099726-1466206135/solver-4099726-1466206135 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14490 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4099726-1466206135.opb 

pid=15897
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: 1.36 0.47 0.15 4/197 15900
/proc/meminfo: memFree=30472508/32872528 swapFree=338416/354768
[pid=15900] ppid=15897 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/15900/stat : 15900 (java) S 15897 15900 14474 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 22660483 98570240 977 33554432000 1073741824 1073778376 140735138292160 140735138283296 242170757181 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15900/statm: 24065 977 743 9 0 16771 0
[pid=15900/tid=15901] ppid=15897 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15901/stat : 15901 (java) R 15897 15900 14474 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 22660484 98570240 977 33554432000 1073741824 1073778376 140735138292160 140262266424872 242167399808 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100119 s]
/proc/loadavg: 1.36 0.47 0.15 4/197 15900
/proc/meminfo: memFree=30472508/32872528 swapFree=338416/354768
[pid=15900] ppid=15897 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/15900/stat : 15900 (java) S 15897 15900 14474 0 -1 4202496 4421 0 1 0 9 1 0 0 20 0 18 0 22660483 9787879424 6041 33554432000 1073741824 1073778376 140735138292160 140735138283296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15900/statm: 2389619 6041 2126 9 0 2380296 0
[pid=15900/tid=15901] ppid=15897 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/15900/task/15901/stat : 15901 (java) R 15897 15900 14474 0 -1 4202560 2386 0 1 0 6 1 0 0 20 0 18 0 22660484 9787879424 6041 33554432000 1073741824 1073778376 140735138292160 140262266428488 18446744073699066235 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20032 s]
/proc/loadavg: 1.36 0.47 0.15 4/197 15900
/proc/meminfo: memFree=30472508/32872528 swapFree=338416/354768
[pid=15900] ppid=15897 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/15900/stat : 15900 (java) S 15897 15900 14474 0 -1 4202496 4733 0 1 0 24 2 0 0 20 0 18 0 22660483 9787879424 23156 33554432000 1073741824 1073778376 140735138292160 140735138283296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15900/statm: 2389619 23164 2203 9 0 2380296 0
[pid=15900/tid=15901] ppid=15897 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/15900/task/15901/stat : 15901 (java) R 15897 15900 14474 0 -1 4202560 2431 0 1 0 15 2 0 0 20 0 18 0 22660484 9787879424 23164 33554432000 1073741824 1073778376 140735138292160 140262266429192 140262106017056 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300327 s]
/proc/loadavg: 1.36 0.47 0.15 4/197 15900
/proc/meminfo: memFree=30472508/32872528 swapFree=338416/354768
[pid=15900] ppid=15897 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/15900/stat : 15900 (java) S 15897 15900 14474 0 -1 4202496 5445 0 1 0 44 3 0 0 20 0 18 0 22660483 9787879424 26590 33554432000 1073741824 1073778376 140735138292160 140735138283296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15900/statm: 2389619 26590 2232 9 0 2380296 0
[pid=15900/tid=15901] ppid=15897 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/15900/task/15901/stat : 15901 (java) R 15897 15900 14474 0 -1 4202560 2437 0 1 0 25 2 0 0 20 0 18 0 22660484 9787879424 26590 33554432000 1073741824 1073778376 140735138292160 140262266429192 140262106387497 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700291 s]
/proc/loadavg: 1.36 0.47 0.15 4/197 15900
/proc/meminfo: memFree=30472508/32872528 swapFree=338416/354768
[pid=15900] ppid=15897 vsize=9558476 CPUtime=0.98 cores=0,2,4,6
/proc/15900/stat : 15900 (java) S 15897 15900 14474 0 -1 4202496 5602 0 1 0 92 6 0 0 20 0 18 0 22660483 9787879424 57398 33554432000 1073741824 1073778376 140735138292160 140735138283296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15900/statm: 2389619 57398 2248 9 0 2380296 0
[pid=15900/tid=15901] ppid=15897 vsize=9558476 CPUtime=0.63 cores=0,2,4,6
/proc/15900/task/15901/stat : 15901 (java) R 15897 15900 14474 0 -1 4202560 2464 0 1 0 60 3 0 0 20 0 18 0 22660484 9787879424 57398 33554432000 1073741824 1073778376 140735138292160 140262266428696 140262106389801 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 1.49 0.51 0.17 4/215 15918
/proc/meminfo: memFree=30190388/32872528 swapFree=338416/354768
[pid=15900] ppid=15897 vsize=9558476 CPUtime=2.16 cores=0,2,4,6
/proc/15900/stat : 15900 (java) S 15897 15900 14474 0 -1 4202496 13920 0 1 0 205 11 0 0 20 0 18 0 22660483 9787879424 86296 33554432000 1073741824 1073778376 140735138292160 140735138283296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15900/statm: 2389619 86296 2254 9 0 2380296 0
[pid=15900/tid=15901] ppid=15897 vsize=9558476 CPUtime=1.39 cores=0,2,4,6
/proc/15900/task/15901/stat : 15901 (java) R 15897 15900 14474 0 -1 4202560 2494 0 1 0 135 4 0 0 20 0 18 0 22660484 9787879424 86296 33554432000 1073741824 1073778376 140735138292160 140262266421088 140262269715408 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15900/tid=15903] ppid=15897 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/15900/task/15903/stat : 15903 (java) S 15897 15900 14474 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 22660485 9787879424 86296 33554432000 1073741824 1073778376 140735138292160 140262227921448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15904] ppid=15897 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/15900/task/15904/stat : 15904 (java) S 15897 15900 14474 0 -1 4202560 43 0 0 0 3 0 0 0 20 0 18 0 22660485 9787879424 86296 33554432000 1073741824 1073778376 140735138292160 140262226868648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15905] ppid=15897 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/15900/task/15905/stat : 15905 (java) S 15897 15900 14474 0 -1 4202560 87 0 0 0 2 0 0 0 20 0 18 0 22660485 9787879424 86296 33554432000 1073741824 1073778376 140735138292160 140262225815848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15900/tid=15906] ppid=15897 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/15900/task/15906/stat : 15906 (java) S 15897 15900 14474 0 -1 4202560 108 0 0 0 4 1 0 0 20 0 18 0 22660485 9787879424 86296 33554432000 1073741824 1073778376 140735138292160 140262224763048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15907] ppid=15897 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/15900/task/15907/stat : 15907 (java) S 15897 15900 14474 0 -1 4202560 81 0 0 0 2 0 0 0 20 0 18 0 22660485 9787879424 86296 33554432000 1073741824 1073778376 140735138292160 140262105934888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15908] ppid=15897 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/15900/task/15908/stat : 15908 (java) S 15897 15900 14474 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 22660485 9787879424 86296 33554432000 1073741824 1073778376 140735138292160 140262104882088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15900/tid=15909] ppid=15897 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/15900/task/15909/stat : 15909 (java) S 15897 15900 14474 0 -1 4202560 42 0 0 0 3 0 0 0 20 0 18 0 22660485 9787879424 86296 33554432000 1073741824 1073778376 140735138292160 140262103829288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15910] ppid=15897 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/15900/task/15910/stat : 15910 (java) S 15897 15900 14474 0 -1 4202560 97 0 0 0 1 0 0 0 20 0 18 0 22660485 9787879424 86296 33554432000 1073741824 1073778376 140735138292160 140262102776488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15911] ppid=15897 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15911/stat : 15911 (java) S 15897 15900 14474 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 22660486 9787879424 86296 33554432000 1073741824 1073778376 140735138292160 140262090578408 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15912] ppid=15897 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15912/stat : 15912 (java) S 15897 15900 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22660486 9787879424 86296 33554432000 1073741824 1073778376 140735138292160 140261485176056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15913] ppid=15897 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15913/stat : 15913 (java) S 15897 15900 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22660486 9787879424 86296 33554432000 1073741824 1073778376 140735138292160 140261484123144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15914] ppid=15897 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15914/stat : 15914 (java) S 15897 15900 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22660489 9787879424 86296 33554432000 1073741824 1073778376 140735138292160 140261483071632 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15915] ppid=15897 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/15900/task/15915/stat : 15915 (java) R 15897 15900 14474 0 -1 4202560 3989 0 0 0 19 0 0 0 20 0 18 0 22660489 9787879424 86296 33554432000 1073741824 1073778376 140735138292160 140261482006496 140262272888320 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15916] ppid=15897 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/15900/task/15916/stat : 15916 (java) R 15897 15900 14474 0 -1 4202560 5624 0 0 0 22 0 0 0 20 0 18 0 22660489 9787879424 86296 33554432000 1073741824 1073778376 140735138292160 140261480944312 140262270522812 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15917] ppid=15897 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15917/stat : 15917 (java) S 15897 15900 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22660489 9787879424 86296 33554432000 1073741824 1073778376 140735138292160 140261479914360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15918] ppid=15897 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15918/stat : 15918 (java) S 15897 15900 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22660489 9787879424 86296 33554432000 1073741824 1073778376 140735138292160 140261478861768 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9558476

[startup+3.1008 s]
/proc/loadavg: 1.49 0.51 0.17 4/215 15918
/proc/meminfo: memFree=29980352/32872528 swapFree=338416/354768
[pid=15900] ppid=15897 vsize=9558476 CPUtime=4.89 cores=0,2,4,6
/proc/15900/stat : 15900 (java) S 15897 15900 14474 0 -1 4202496 16447 0 1 0 456 33 0 0 20 0 18 0 22660483 9787879424 170040 33554432000 1073741824 1073778376 140735138292160 140735138283296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15900/statm: 2389619 170040 2264 9 0 2380296 0
[pid=15900/tid=15901] ppid=15897 vsize=9558476 CPUtime=2.72 cores=0,2,4,6
/proc/15900/task/15901/stat : 15901 (java) R 15897 15900 14474 0 -1 4202560 2740 0 1 0 265 7 0 0 20 0 18 0 22660484 9787879424 170040 33554432000 1073741824 1073778376 140735138292160 140262266421184 242170782989 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15900/tid=15903] ppid=15897 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/15900/task/15903/stat : 15903 (java) S 15897 15900 14474 0 -1 4202560 227 0 0 0 9 2 0 0 20 0 18 0 22660485 9787879424 170040 33554432000 1073741824 1073778376 140735138292160 140262227921448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15900/tid=15904] ppid=15897 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/15900/task/15904/stat : 15904 (java) S 15897 15900 14474 0 -1 4202560 193 0 0 0 12 3 0 0 20 0 18 0 22660485 9787879424 170040 33554432000 1073741824 1073778376 140735138292160 140262226868648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15905] ppid=15897 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/15900/task/15905/stat : 15905 (java) S 15897 15900 14474 0 -1 4202560 357 0 0 0 9 2 0 0 20 0 18 0 22660485 9787879424 170040 33554432000 1073741824 1073778376 140735138292160 140262225815848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15906] ppid=15897 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/15900/task/15906/stat : 15906 (java) S 15897 15900 14474 0 -1 4202560 160 0 0 0 13 3 0 0 20 0 18 0 22660485 9787879424 170040 33554432000 1073741824 1073778376 140735138292160 140262224763048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15907] ppid=15897 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/15900/task/15907/stat : 15907 (java) S 15897 15900 14474 0 -1 4202560 167 0 0 0 13 4 0 0 20 0 18 0 22660485 9787879424 170040 33554432000 1073741824 1073778376 140735138292160 140262105934888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15908] ppid=15897 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/15900/task/15908/stat : 15908 (java) S 15897 15900 14474 0 -1 4202560 353 0 0 0 15 5 0 0 20 0 18 0 22660485 9787879424 170040 33554432000 1073741824 1073778376 140735138292160 140262104882088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15900/tid=15909] ppid=15897 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/15900/task/15909/stat : 15909 (java) S 15897 15900 14474 0 -1 4202560 133 0 0 0 17 4 0 0 20 0 18 0 22660485 9787879424 170040 33554432000 1073741824 1073778376 140735138292160 140262103829288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15910] ppid=15897 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/15900/task/15910/stat : 15910 (java) S 15897 15900 14474 0 -1 4202560 459 0 0 0 7 2 0 0 20 0 18 0 22660485 9787879424 170040 33554432000 1073741824 1073778376 140735138292160 140262102776488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15911] ppid=15897 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15911/stat : 15911 (java) S 15897 15900 14474 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 22660486 9787879424 170040 33554432000 1073741824 1073778376 140735138292160 140262090578408 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15912] ppid=15897 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15912/stat : 15912 (java) S 15897 15900 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22660486 9787879424 170040 33554432000 1073741824 1073778376 140735138292160 140261485176056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15913] ppid=15897 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15913/stat : 15913 (java) S 15897 15900 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22660486 9787879424 170040 33554432000 1073741824 1073778376 140735138292160 140261484123144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15914] ppid=15897 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15914/stat : 15914 (java) S 15897 15900 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22660489 9787879424 170040 33554432000 1073741824 1073778376 140735138292160 140261483071632 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15915] ppid=15897 vsize=9558476 CPUtime=0.4 cores=0,2,4,6
/proc/15900/task/15915/stat : 15915 (java) S 15897 15900 14474 0 -1 4202560 4041 0 0 0 40 0 0 0 20 0 18 0 22660489 9787879424 170040 33554432000 1073741824 1073778376 140735138292160 140261482019768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15916] ppid=15897 vsize=9558476 CPUtime=0.4 cores=0,2,4,6
/proc/15900/task/15916/stat : 15916 (java) S 15897 15900 14474 0 -1 4202560 6169 0 0 0 39 1 0 0 20 0 18 0 22660489 9787879424 170040 33554432000 1073741824 1073778376 140735138292160 140261480966968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15917] ppid=15897 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15917/stat : 15917 (java) S 15897 15900 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22660489 9787879424 170040 33554432000 1073741824 1073778376 140735138292160 140261479914360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15918] ppid=15897 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15918/stat : 15918 (java) S 15897 15900 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22660489 9787879424 170040 33554432000 1073741824 1073778376 140735138292160 140261478861768 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 9558476

[startup+6.30081 s]
/proc/loadavg: 2.33 0.70 0.23 12/215 15918
/proc/meminfo: memFree=29006956/32872528 swapFree=338416/354768
[pid=15900] ppid=15897 vsize=9558476 CPUtime=9.59 cores=0,2,4,6
/proc/15900/stat : 15900 (java) S 15897 15900 14474 0 -1 4202496 27237 0 1 0 889 70 0 0 20 0 18 0 22660483 9787879424 276982 33554432000 1073741824 1073778376 140735138292160 140735138283296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15900/statm: 2389619 276982 2285 9 0 2380296 0
[pid=15900/tid=15901] ppid=15897 vsize=9558476 CPUtime=4.38 cores=0,2,4,6
/proc/15900/task/15901/stat : 15901 (java) R 15897 15900 14474 0 -1 4202560 2810 0 1 0 428 10 0 0 20 0 18 0 22660484 9787879424 276982 33554432000 1073741824 1073778376 140735138292160 140262266421168 140262106642304 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15900/tid=15903] ppid=15897 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/15900/task/15903/stat : 15903 (java) S 15897 15900 14474 0 -1 4202560 1400 0 0 0 29 6 0 0 20 0 18 0 22660485 9787879424 276982 33554432000 1073741824 1073778376 140735138292160 140262227921448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15900/tid=15904] ppid=15897 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/15900/task/15904/stat : 15904 (java) S 15897 15900 14474 0 -1 4202560 1438 0 0 0 30 9 0 0 20 0 18 0 22660485 9787879424 276982 33554432000 1073741824 1073778376 140735138292160 140262226868648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15905] ppid=15897 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/15900/task/15905/stat : 15905 (java) S 15897 15900 14474 0 -1 4202560 1282 0 0 0 29 6 0 0 20 0 18 0 22660485 9787879424 276982 33554432000 1073741824 1073778376 140735138292160 140262225815848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15906] ppid=15897 vsize=9558476 CPUtime=0.36 cores=0,2,4,6
/proc/15900/task/15906/stat : 15906 (java) S 15897 15900 14474 0 -1 4202560 1470 0 0 0 29 7 0 0 20 0 18 0 22660485 9787879424 276982 33554432000 1073741824 1073778376 140735138292160 140262224763048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15900/tid=15907] ppid=15897 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/15900/task/15907/stat : 15907 (java) S 15897 15900 14474 0 -1 4202560 2474 0 0 0 44 11 0 0 20 0 18 0 22660485 9787879424 276982 33554432000 1073741824 1073778376 140735138292160 140262105934888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15900/tid=15908] ppid=15897 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/15900/task/15908/stat : 15908 (java) S 15897 15900 14474 0 -1 4202560 1391 0 0 0 35 8 0 0 20 0 18 0 22660485 9787879424 276982 33554432000 1073741824 1073778376 140735138292160 140262104882088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15909] ppid=15897 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/15900/task/15909/stat : 15909 (java) S 15897 15900 14474 0 -1 4202560 1192 0 0 0 35 8 0 0 20 0 18 0 22660485 9787879424 276982 33554432000 1073741824 1073778376 140735138292160 140262103829288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15910] ppid=15897 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/15900/task/15910/stat : 15910 (java) S 15897 15900 14474 0 -1 4202560 1442 0 0 0 25 6 0 0 20 0 18 0 22660485 9787879424 276982 33554432000 1073741824 1073778376 140735138292160 140262102776488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15900/tid=15911] ppid=15897 vsize=9558476 CPUtime=0.99 cores=0,2,4,6
/proc/15900/task/15911/stat : 15911 (java) S 15897 15900 14474 0 -1 4202560 861 0 0 0 99 0 0 0 20 0 18 0 22660486 9787879424 276982 33554432000 1073741824 1073778376 140735138292160 140262090578408 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15912] ppid=15897 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15912/stat : 15912 (java) S 15897 15900 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22660486 9787879424 276982 33554432000 1073741824 1073778376 140735138292160 140261485176056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15913] ppid=15897 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15913/stat : 15913 (java) S 15897 15900 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22660486 9787879424 276982 33554432000 1073741824 1073778376 140735138292160 140261484123144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15914] ppid=15897 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15914/stat : 15914 (java) S 15897 15900 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22660489 9787879424 276982 33554432000 1073741824 1073778376 140735138292160 140261483071632 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15915] ppid=15897 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/15900/task/15915/stat : 15915 (java) S 15897 15900 14474 0 -1 4202560 4049 0 0 0 46 0 0 0 20 0 18 0 22660489 9787879424 276982 33554432000 1073741824 1073778376 140735138292160 140261482019768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15916] ppid=15897 vsize=9558476 CPUtime=0.42 cores=0,2,4,6
/proc/15900/task/15916/stat : 15916 (java) S 15897 15900 14474 0 -1 4202560 6176 0 0 0 41 1 0 0 20 0 18 0 22660489 9787879424 276982 33554432000 1073741824 1073778376 140735138292160 140261480966968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15917] ppid=15897 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15917/stat : 15917 (java) S 15897 15900 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22660489 9787879424 276982 33554432000 1073741824 1073778376 140735138292160 140261479914360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15918] ppid=15897 vsize=9558476 CPUtime=0 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 3.06 3.08 2.16 4/218 16073
/proc/meminfo: memFree=24507072/32872528 swapFree=338416/354768
[pid=15900] ppid=15897 vsize=9824732 CPUtime=1773.4 cores=0,2,4,6
/proc/15900/stat : 15900 (java) S 15897 15900 14474 0 -1 4202496 71177 0 1 0 176844 496 0 0 20 0 22 0 22660483 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140735138283296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15900/statm: 2456183 1211124 2301 9 0 2446860 0
[pid=15900/tid=15901] ppid=15897 vsize=9824732 CPUtime=11.54 cores=0,2,4,6
/proc/15900/task/15901/stat : 15901 (java) S 15897 15900 14474 0 -1 4202560 3396 0 1 0 1138 16 0 0 20 0 22 0 22660484 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140262266430328 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15903] ppid=15897 vsize=9824732 CPUtime=9.33 cores=0,2,4,6
/proc/15900/task/15903/stat : 15903 (java) S 15897 15900 14474 0 -1 4202560 4392 0 0 0 875 58 0 0 20 0 22 0 22660485 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140262227921448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15904] ppid=15897 vsize=9824732 CPUtime=9.53 cores=0,2,4,6
/proc/15900/task/15904/stat : 15904 (java) S 15897 15900 14474 0 -1 4202560 4178 0 0 0 899 54 0 0 20 0 22 0 22660485 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140262226868648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15900/tid=15905] ppid=15897 vsize=9824732 CPUtime=9.03 cores=0,2,4,6
/proc/15900/task/15905/stat : 15905 (java) S 15897 15900 14474 0 -1 4202560 4314 0 0 0 847 56 0 0 20 0 22 0 22660485 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140262225815848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15900/tid=15906] ppid=15897 vsize=9824732 CPUtime=8.74 cores=0,2,4,6
/proc/15900/task/15906/stat : 15906 (java) S 15897 15900 14474 0 -1 4202560 5689 0 0 0 815 59 0 0 20 0 22 0 22660485 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140262224763048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15900/tid=15907] ppid=15897 vsize=9824732 CPUtime=9.31 cores=0,2,4,6
/proc/15900/task/15907/stat : 15907 (java) S 15897 15900 14474 0 -1 4202560 5447 0 0 0 871 60 0 0 20 0 22 0 22660485 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140262105934888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15908] ppid=15897 vsize=9824732 CPUtime=9 cores=0,2,4,6
/proc/15900/task/15908/stat : 15908 (java) S 15897 15900 14474 0 -1 4202560 9135 0 0 0 846 54 0 0 20 0 22 0 22660485 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140262104882088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15909] ppid=15897 vsize=9824732 CPUtime=9.76 cores=0,2,4,6
/proc/15900/task/15909/stat : 15909 (java) S 15897 15900 14474 0 -1 4202560 6155 0 0 0 918 58 0 0 20 0 22 0 22660485 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140262103829288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15910] ppid=15897 vsize=9824732 CPUtime=9.21 cores=0,2,4,6
/proc/15900/task/15910/stat : 15910 (java) S 15897 15900 14474 0 -1 4202560 3314 0 0 0 863 58 0 0 20 0 22 0 22660485 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140262102776488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15900/tid=15911] ppid=15897 vsize=9824732 CPUtime=19.23 cores=0,2,4,6
/proc/15900/task/15911/stat : 15911 (java) S 15897 15900 14474 0 -1 4202560 5337 0 0 0 1912 11 0 0 20 0 22 0 22660486 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140262090578408 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15900/tid=15912] ppid=15897 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15912/stat : 15912 (java) S 15897 15900 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22660486 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140261485176056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15913] ppid=15897 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15913/stat : 15913 (java) S 15897 15900 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22660486 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140261484123144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15914] ppid=15897 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15914/stat : 15914 (java) S 15897 15900 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22660489 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140261483071632 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15915] ppid=15897 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/15900/task/15915/stat : 15915 (java) S 15897 15900 14474 0 -1 4202560 6348 0 0 0 152 2 0 0 20 0 22 0 22660489 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140261482019768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15900/tid=15916] ppid=15897 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/15900/task/15916/stat : 15916 (java) S 15897 15900 14474 0 -1 4202560 12017 0 0 0 204 2 0 0 20 0 22 0 22660489 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140261480966968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15900/tid=15917] ppid=15897 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15917/stat : 15917 (java) S 15897 15900 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22660489 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140261479914360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15918] ppid=15897 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/15900/task/15918/stat : 15918 (java) S 15897 15900 14474 0 -1 4202560 51 0 0 0 22 12 0 0 20 0 22 0 22660489 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140261478861768 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15919] ppid=15897 vsize=9824732 CPUtime=832.56 cores=0,2,4,6
/proc/15900/task/15919/stat : 15919 (java) R 15897 15900 14474 0 -1 4202560 55 0 0 0 83242 14 0 0 20 0 22 0 22662790 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140261477797920 140262106917527 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15920] ppid=15897 vsize=9824732 CPUtime=832.42 cores=0,2,4,6
/proc/15900/task/15920/stat : 15920 (java) R 15897 15900 14474 0 -1 4202560 84 0 0 0 83228 14 0 0 20 0 22 0 22662790 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140261476752480 140262107135819 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15900/tid=15921] ppid=15897 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15921/stat : 15921 (java) S 15897 15900 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22662834 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140261475701672 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15922] ppid=15897 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15922/stat : 15922 (java) S 15897 15900 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22662849 10060525568 1211124 33554432000 1073741824 1073778376 140735138292160 140261474648872 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1773.4
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.508 s]
/proc/loadavg: 3.05 3.08 2.17 4/218 16073
/proc/meminfo: memFree=24514080/32872528 swapFree=338416/354768
[pid=15900] ppid=15897 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/15900/stat : 15900 (java) S 15897 15900 14474 0 -1 4202496 71180 0 1 0 179509 496 0 0 20 0 22 0 22660483 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140735138283296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15900/statm: 2456183 1211123 2301 9 0 2446860 0
[pid=15900/tid=15901] ppid=15897 vsize=9824732 CPUtime=11.54 cores=0,2,4,6
/proc/15900/task/15901/stat : 15901 (java) S 15897 15900 14474 0 -1 4202560 3396 0 1 0 1138 16 0 0 20 0 22 0 22660484 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140262266430328 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15903] ppid=15897 vsize=9824732 CPUtime=9.38 cores=0,2,4,6
/proc/15900/task/15903/stat : 15903 (java) S 15897 15900 14474 0 -1 4202560 4392 0 0 0 880 58 0 0 20 0 22 0 22660485 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140262227921448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15904] ppid=15897 vsize=9824732 CPUtime=9.57 cores=0,2,4,6
/proc/15900/task/15904/stat : 15904 (java) S 15897 15900 14474 0 -1 4202560 4178 0 0 0 903 54 0 0 20 0 22 0 22660485 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140262226868648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15900/tid=15905] ppid=15897 vsize=9824732 CPUtime=9.07 cores=0,2,4,6
/proc/15900/task/15905/stat : 15905 (java) S 15897 15900 14474 0 -1 4202560 4314 0 0 0 851 56 0 0 20 0 22 0 22660485 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140262225815848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15900/tid=15906] ppid=15897 vsize=9824732 CPUtime=8.79 cores=0,2,4,6
/proc/15900/task/15906/stat : 15906 (java) S 15897 15900 14474 0 -1 4202560 5689 0 0 0 820 59 0 0 20 0 22 0 22660485 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140262224763048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15900/tid=15907] ppid=15897 vsize=9824732 CPUtime=9.4 cores=0,2,4,6
/proc/15900/task/15907/stat : 15907 (java) S 15897 15900 14474 0 -1 4202560 5447 0 0 0 880 60 0 0 20 0 22 0 22660485 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140262105934888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15908] ppid=15897 vsize=9824732 CPUtime=9.04 cores=0,2,4,6
/proc/15900/task/15908/stat : 15908 (java) S 15897 15900 14474 0 -1 4202560 9135 0 0 0 850 54 0 0 20 0 22 0 22660485 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140262104882088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15900/tid=15909] ppid=15897 vsize=9824732 CPUtime=9.89 cores=0,2,4,6
/proc/15900/task/15909/stat : 15909 (java) S 15897 15900 14474 0 -1 4202560 6155 0 0 0 931 58 0 0 20 0 22 0 22660485 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140262103829288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15910] ppid=15897 vsize=9824732 CPUtime=9.3 cores=0,2,4,6
/proc/15900/task/15910/stat : 15910 (java) S 15897 15900 14474 0 -1 4202560 3314 0 0 0 872 58 0 0 20 0 22 0 22660485 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140262102776488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15900/tid=15911] ppid=15897 vsize=9824732 CPUtime=19.23 cores=0,2,4,6
/proc/15900/task/15911/stat : 15911 (java) S 15897 15900 14474 0 -1 4202560 5339 0 0 0 1912 11 0 0 20 0 22 0 22660486 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140262090578408 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15912] ppid=15897 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15912/stat : 15912 (java) S 15897 15900 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22660486 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261485176056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15913] ppid=15897 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15913/stat : 15913 (java) S 15897 15900 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22660486 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261484123144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15914] ppid=15897 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15914/stat : 15914 (java) S 15897 15900 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22660489 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261483071632 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15915] ppid=15897 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/15900/task/15915/stat : 15915 (java) S 15897 15900 14474 0 -1 4202560 6348 0 0 0 152 2 0 0 20 0 22 0 22660489 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261482019768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15900/tid=15916] ppid=15897 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/15900/task/15916/stat : 15916 (java) S 15897 15900 14474 0 -1 4202560 12017 0 0 0 204 2 0 0 20 0 22 0 22660489 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261480966968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15900/tid=15917] ppid=15897 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15917/stat : 15917 (java) S 15897 15900 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22660489 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261479914360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15918] ppid=15897 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/15900/task/15918/stat : 15918 (java) S 15897 15900 14474 0 -1 4202560 51 0 0 0 22 13 0 0 20 0 22 0 22660489 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261478861768 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15919] ppid=15897 vsize=9824732 CPUtime=845.63 cores=0,2,4,6
/proc/15900/task/15919/stat : 15919 (java) R 15897 15900 14474 0 -1 4202560 56 0 0 0 84549 14 0 0 20 0 22 0 22662790 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261477806720 140262106993415 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15920] ppid=15897 vsize=9824732 CPUtime=845.49 cores=0,2,4,6
/proc/15900/task/15920/stat : 15920 (java) R 15897 15900 14474 0 -1 4202560 84 0 0 0 84535 14 0 0 20 0 22 0 22662790 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261476752752 140262107135760 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15900/tid=15921] ppid=15897 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15921/stat : 15921 (java) S 15897 15900 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22662834 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261475701672 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15922] ppid=15897 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15922/stat : 15922 (java) S 15897 15900 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22662849 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261474648872 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 15900 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.508 s]
/proc/loadavg: 3.05 3.08 2.17 4/218 16073
/proc/meminfo: memFree=24514080/32872528 swapFree=338416/354768
[pid=15900] ppid=15897 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/15900/stat : 15900 (java) S 15897 15900 14474 0 -1 4202496 71180 0 1 0 179509 496 0 0 20 0 22 0 22660483 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140735138283296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15900/statm: 2456183 1211123 2301 9 0 2446860 0
[pid=15900/tid=15901] ppid=15897 vsize=9824732 CPUtime=11.54 cores=0,2,4,6
/proc/15900/task/15901/stat : 15901 (java) S 15897 15900 14474 0 -1 4202560 3396 0 1 0 1138 16 0 0 20 0 22 0 22660484 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140262266430328 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15903] ppid=15897 vsize=9824732 CPUtime=9.38 cores=0,2,4,6
/proc/15900/task/15903/stat : 15903 (java) S 15897 15900 14474 0 -1 4202560 4392 0 0 0 880 58 0 0 20 0 22 0 22660485 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140262227921448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15904] ppid=15897 vsize=9824732 CPUtime=9.57 cores=0,2,4,6
/proc/15900/task/15904/stat : 15904 (java) S 15897 15900 14474 0 -1 4202560 4178 0 0 0 903 54 0 0 20 0 22 0 22660485 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140262226868648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15900/tid=15905] ppid=15897 vsize=9824732 CPUtime=9.07 cores=0,2,4,6
/proc/15900/task/15905/stat : 15905 (java) S 15897 15900 14474 0 -1 4202560 4314 0 0 0 851 56 0 0 20 0 22 0 22660485 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140262225815848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15900/tid=15906] ppid=15897 vsize=9824732 CPUtime=8.79 cores=0,2,4,6
/proc/15900/task/15906/stat : 15906 (java) S 15897 15900 14474 0 -1 4202560 5689 0 0 0 820 59 0 0 20 0 22 0 22660485 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140262224763048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15900/tid=15907] ppid=15897 vsize=9824732 CPUtime=9.4 cores=0,2,4,6
/proc/15900/task/15907/stat : 15907 (java) S 15897 15900 14474 0 -1 4202560 5447 0 0 0 880 60 0 0 20 0 22 0 22660485 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140262105934888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15908] ppid=15897 vsize=9824732 CPUtime=9.04 cores=0,2,4,6
/proc/15900/task/15908/stat : 15908 (java) S 15897 15900 14474 0 -1 4202560 9135 0 0 0 850 54 0 0 20 0 22 0 22660485 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140262104882088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15900/tid=15909] ppid=15897 vsize=9824732 CPUtime=9.89 cores=0,2,4,6
/proc/15900/task/15909/stat : 15909 (java) S 15897 15900 14474 0 -1 4202560 6155 0 0 0 931 58 0 0 20 0 22 0 22660485 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140262103829288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15910] ppid=15897 vsize=9824732 CPUtime=9.3 cores=0,2,4,6
/proc/15900/task/15910/stat : 15910 (java) S 15897 15900 14474 0 -1 4202560 3314 0 0 0 872 58 0 0 20 0 22 0 22660485 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140262102776488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15900/tid=15911] ppid=15897 vsize=9824732 CPUtime=19.23 cores=0,2,4,6
/proc/15900/task/15911/stat : 15911 (java) S 15897 15900 14474 0 -1 4202560 5339 0 0 0 1912 11 0 0 20 0 22 0 22660486 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140262090578408 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15912] ppid=15897 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15912/stat : 15912 (java) S 15897 15900 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22660486 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261485176056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15913] ppid=15897 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15913/stat : 15913 (java) S 15897 15900 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22660486 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261484123144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15914] ppid=15897 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15914/stat : 15914 (java) S 15897 15900 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22660489 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261483071632 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15915] ppid=15897 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/15900/task/15915/stat : 15915 (java) S 15897 15900 14474 0 -1 4202560 6348 0 0 0 152 2 0 0 20 0 22 0 22660489 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261482019768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15900/tid=15916] ppid=15897 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/15900/task/15916/stat : 15916 (java) S 15897 15900 14474 0 -1 4202560 12017 0 0 0 204 2 0 0 20 0 22 0 22660489 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261480966968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15900/tid=15917] ppid=15897 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15917/stat : 15917 (java) S 15897 15900 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22660489 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261479914360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15918] ppid=15897 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/15900/task/15918/stat : 15918 (java) S 15897 15900 14474 0 -1 4202560 51 0 0 0 22 13 0 0 20 0 22 0 22660489 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261478861768 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15919] ppid=15897 vsize=9824732 CPUtime=845.63 cores=0,2,4,6
/proc/15900/task/15919/stat : 15919 (java) R 15897 15900 14474 0 -1 4202560 56 0 0 0 84549 14 0 0 20 0 22 0 22662790 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261477806720 140262106993415 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15900/tid=15920] ppid=15897 vsize=9824732 CPUtime=845.49 cores=0,2,4,6
/proc/15900/task/15920/stat : 15920 (java) R 15897 15900 14474 0 -1 4202560 84 0 0 0 84535 14 0 0 20 0 22 0 22662790 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261476752752 140262107135760 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15900/tid=15921] ppid=15897 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15921/stat : 15921 (java) S 15897 15900 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22662834 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261475701672 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15900/tid=15922] ppid=15897 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15900/task/15922/stat : 15922 (java) S 15897 15900 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22662849 10060525568 1211123 33554432000 1073741824 1073778376 140735138292160 140261474648872 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 895.563
CPU time (s): 1800.69
CPU user time (s): 1795.22
CPU system time (s): 5.47117
CPU usage (%): 201.068
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.22
system time used= 5.47117
maximum resident set size= 4849344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71212
page faults= 1
swaps= 0
block input operations= 8
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29721
involuntary context switches= 52332

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.76397 second user time and 6.30404 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 01:28:58
IDJOB=4099726
IDBENCH=1502
IDSOLVER=2543
FILE ID=node126/4099726-1466206135
RUNJOBID= node126-1466206074-14490
PBS_JOBID= 19918151
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome12.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099726-1466206135/watcher-4099726-1466206135 -o /tmp/evaluation-result-4099726-1466206135/solver-4099726-1466206135 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14490 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099726-1466206135.opb

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

MD5SUM BENCH= 489d5377e587a4ab41c94f06db936b0a
RANDOM SEED=2126276595

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.121
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.121
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:        30472772 kB
Buffers:           39632 kB
Cached:           144588 kB
SwapCached:         1060 kB
Active:          1241052 kB
Inactive:          77728 kB
Active(anon):    1136216 kB
Inactive(anon):      960 kB
Active(file):     104836 kB
Inactive(file):    76768 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100072 kB
Dirty:             64908 kB
Writeback:             0 kB
AnonPages:       1507612 kB
Mapped:            15316 kB
Shmem:                 0 kB
Slab:             574936 kB
SReclaimable:      18420 kB
SUnreclaim:       556516 kB
KernelStack:        1600 kB
PageTables:         7208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2996460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1120256 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= 71680 MiB
End job on node126 at 2016-06-18 01:43:53