Trace number 4103374

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) 1801.02 896.351

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-B1C1S1.opb
MD5SUMbb02029eb777c2a6ae8e192b29bcb9de
Bench CategoryOPT-BIGINT (optimisation, big 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 variables107808
Total number of constraints3904
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 constraints3904
Minimum length of a constraint31
Maximum length of a constraint1440
Number of terms in the objective function 38688
Biggest coefficient in the objective function 348966092800
Number of bits for the biggest coefficient in the objective function 39
Sum of the numbers in the objective function 299074813804544
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 348966092800
Number of bits of the biggest number in a constraint 39
Biggest sum of numbers in a constraint 299074813804544
Number of bits of the biggest sum of numbers49
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4103374-1466222419.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
2.27/1.32	c ... done. Wall clock time 1.19s.
2.27/1.32	c declared #vars     107808
2.27/1.32	c #constraints  5184
2.27/1.32	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.27/1.32	c constraints type 
2.27/1.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5184
2.27/1.32	c 5184 constraints processed.
2.27/1.32	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.27/1.32	c constraints type 
2.27/1.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5184
2.27/1.32	c 5184 constraints processed.
2.27/1.32	c objective function length is 38688 literals
5.66/2.65	c cleaning 2498 clauses out of 5001 with flag 14943/5001
9.55/4.02	c cleaning 4232 clauses out of 8502 with flag 34399/11000
11.92/5.15	c cleaning 5626 clauses out of 11270 with flag 77785/18000
15.34/6.74	c cleaning 6806 clauses out of 13646 with flag 156864/26002
18.39/8.27	c cleaning 7911 clauses out of 15839 with flag 232276/35001
21.40/9.75	c cleaning 8949 clauses out of 17927 with flag 336025/45000
25.90/11.90	c cleaning 9981 clauses out of 19978 with flag 466893/56000
31.10/14.53	c cleaning 10990 clauses out of 21997 with flag 619024/68000
36.40/17.15	c cleaning 11984 clauses out of 24006 with flag 720950/81000
41.94/19.87	c cleaning 13000 clauses out of 26023 with flag 831709/95001
46.12/21.96	c cleaning 13998 clauses out of 28022 with flag 870724/110000
50.33/24.07	c cleaning 14993 clauses out of 30023 with flag 910708/126000
57.01/27.37	c cleaning 15993 clauses out of 32030 with flag 948915/143000
65.50/31.57	c cleaning 16998 clauses out of 34039 with flag 988713/161002
75.89/36.70	c cleaning 17999 clauses out of 36039 with flag 1028945/180000
87.14/42.31	c cleaning 19001 clauses out of 38041 with flag 1071750/200001
100.38/48.92	c cleaning 20001 clauses out of 40040 with flag 1116566/221001
115.98/56.77	c cleaning 20995 clauses out of 42038 with flag 1164928/243000
133.24/65.31	c cleaning 22000 clauses out of 44044 with flag 1215536/266001
153.66/75.59	c cleaning 23001 clauses out of 46043 with flag 1269747/290000
174.89/86.17	c cleaning 24001 clauses out of 48044 with flag 1327437/315002
199.72/98.57	c cleaning 25002 clauses out of 50042 with flag 1388297/341001
227.87/112.51	c cleaning 0 clauses out of 5000 with flag 0/5000
228.19/112.62	c cleaning 25997 clauses out of 52040 with flag 1452965/368001
258.77/127.81	c cleaning 27000 clauses out of 54042 with flag 1517117/396000
293.03/144.95	c cleaning 28001 clauses out of 56043 with flag 1581427/425001
325.51/161.18	c cleaning 28999 clauses out of 58042 with flag 1647171/455001
361.97/179.32	c cleaning 29994 clauses out of 60043 with flag 1713239/486001
405.61/201.13	c cleaning 30997 clauses out of 62049 with flag 1783190/518001
454.12/225.33	c cleaning 31999 clauses out of 64051 with flag 1856521/551000
507.04/251.73	c cleaning 33006 clauses out of 66054 with flag 1931693/585002
561.34/279.00	c cleaning 33996 clauses out of 68046 with flag 2008696/620000
620.16/308.33	c cleaning 34996 clauses out of 70050 with flag 2088664/656000
690.64/343.40	c cleaning 36002 clauses out of 72055 with flag 2166870/693001
766.36/381.14	c cleaning 37006 clauses out of 74054 with flag 2247176/731002
843.85/419.70	c cleaning 38002 clauses out of 76047 with flag 2329793/770001
928.10/461.66	c cleaning 39002 clauses out of 78047 with flag 2414503/810003
962.62/479.04	c cleaning 0 clauses out of 11001 with flag 0/11001
1011.16/503.28	c cleaning 40000 clauses out of 80043 with flag 2501638/851001
1096.70/545.82	c cleaning 41000 clauses out of 82042 with flag 2590940/893000
1185.42/590.01	c cleaning 41997 clauses out of 84043 with flag 2682031/936001
1283.87/639.04	c cleaning 43000 clauses out of 86045 with flag 2775883/980000
1389.62/691.75	c cleaning 43994 clauses out of 88045 with flag 2871758/1025000
1497.68/745.55	c cleaning 45005 clauses out of 90053 with flag 2969910/1071002
1611.94/802.66	c cleaning 45997 clauses out of 92047 with flag 3070427/1118001
1741.74/867.23	c cleaning 47004 clauses out of 94052 with flag 3173807/1166003
1800.14/896.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/896.30	c starts		: 69
1800.14/896.30	c conflicts		: 1192502
1800.14/896.30	c decisions		: 1871028
1800.14/896.30	c propagations		: 29476896
1800.14/896.30	c inspects		: 9457772790
1800.14/896.30	c shortcuts		: 0
1800.14/896.30	c learnt literals	: 2
1800.14/896.30	c learnt binary clauses	: 215
1800.14/896.30	c learnt ternary clauses	: 7
1800.14/896.30	c learnt constraints	: 1192500
1800.14/896.30	c ignored constraints	: 0
1800.14/896.30	c root simplifications	: 0
1800.14/896.30	c removed literals (reason simplification)	: 9405997
1800.14/896.30	c reason swapping (by a shorter reason)	: 0
1800.14/896.30	c Calls to reduceDB	: 44
1800.14/896.30	c Number of update (reduction) of LBD	: 89329
1800.14/896.30	c Imported unit clauses	: 0
1800.14/896.30	c number of reductions to clauses (during analyze)	: 0
1800.14/896.30	c number of learned constraints concerned by reduction	: 0
1800.14/896.30	c number of learning phase by resolution	: 0
1800.14/896.30	c number of learning phase by cutting planes	: 0
1800.14/896.30	c speed (assignments/second)	: 32940.01113015803
1800.14/896.30	c non guided choices	352697
1800.14/896.33	c learnt constraints type 
1800.14/896.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 215
1800.14/896.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 73333
1800.14/896.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/896.33	c starts		: 6
1800.14/896.33	c conflicts		: 14212
1800.14/896.33	c decisions		: 2024324
1800.14/896.33	c propagations		: 4383766
1800.14/896.33	c inspects		: 797933464
1800.14/896.33	c shortcuts		: 0
1800.14/896.33	c learnt literals	: 0
1800.14/896.33	c learnt binary clauses	: 0
1800.14/896.33	c learnt ternary clauses	: 0
1800.14/896.33	c learnt constraints	: 14211
1800.14/896.33	c ignored constraints	: 0
1800.14/896.33	c root simplifications	: 0
1800.14/896.33	c removed literals (reason simplification)	: 0
1800.14/896.33	c reason swapping (by a shorter reason)	: 0
1800.14/896.33	c Calls to reduceDB	: 2
1800.14/896.33	c Number of update (reduction) of LBD	: 0
1800.14/896.33	c Imported unit clauses	: 0
1800.14/896.33	c number of reductions to clauses (during analyze)	: 0
1800.14/896.33	c number of learned constraints concerned by reduction	: 0
1800.14/896.33	c number of learning phase by resolution	: 0
1800.14/896.33	c number of learning phase by cutting planes	: 0
1800.14/896.33	c speed (assignments/second)	: 4898.6646403468585
1800.14/896.33	c non guided choices	0
1800.14/896.34	c learnt constraints type 
1800.14/896.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 8
1800.14/896.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14203
1800.14/896.34	s UNKNOWN
1800.14/896.34	c Total wall clock time (in seconds): 896.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-4103374-1466222419/watcher-4103374-1466222419 -o /tmp/evaluation-result-4103374-1466222419/solver-4103374-1466222419 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14490 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103374-1466222419.opb 

pid=19902
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.17 4.09 4.09 4/198 19905
/proc/meminfo: memFree=30422548/32872528 swapFree=338416/354768
[pid=19905] ppid=19902 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/19905/stat : 19905 (java) R 19902 19905 14474 0 -1 4202496 431 0 0 0 0 0 0 0 20 0 1 0 24288630 9379840 87 33554432000 1073741824 1073778376 140735035324128 140735035321256 242167419712 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19905/statm: 2290 118 90 9 0 38 0

[startup+0.100061 s]
/proc/loadavg: 4.17 4.09 4.09 4/198 19905
/proc/meminfo: memFree=30422548/32872528 swapFree=338416/354768
[pid=19905] ppid=19902 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/19905/stat : 19905 (java) S 19902 19905 14474 0 -1 4202496 4342 0 1 0 8 0 0 0 20 0 18 0 24288630 9787879424 5466 33554432000 1073741824 1073778376 140735035324128 140735035315264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19905/statm: 2389619 5466 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20021 s]
/proc/loadavg: 4.17 4.09 4.09 4/198 19905
/proc/meminfo: memFree=30422548/32872528 swapFree=338416/354768
[pid=19905] ppid=19902 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/19905/stat : 19905 (java) S 19902 19905 14474 0 -1 4202496 5073 0 1 0 27 0 0 0 20 0 18 0 24288630 9787879424 8083 33554432000 1073741824 1073778376 140735035324128 140735035315264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19905/statm: 2389619 8083 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 4.17 4.09 4.09 4/198 19905
/proc/meminfo: memFree=30422548/32872528 swapFree=338416/354768
[pid=19905] ppid=19902 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/19905/stat : 19905 (java) S 19902 19905 14474 0 -1 4202496 5799 0 1 0 46 1 0 0 20 0 18 0 24288630 9787879424 12365 33554432000 1073741824 1073778376 140735035324128 140735035315264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19905/statm: 2389619 12365 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700184 s]
/proc/loadavg: 4.17 4.09 4.09 4/198 19905
/proc/meminfo: memFree=30422548/32872528 swapFree=338416/354768
[pid=19905] ppid=19902 vsize=9558476 CPUtime=1.45 cores=0,2,4,6
/proc/19905/stat : 19905 (java) S 19902 19905 14474 0 -1 4202496 12340 0 1 0 137 8 0 0 20 0 18 0 24288630 9787879424 52217 33554432000 1073741824 1073778376 140735035324128 140735035315264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19905/statm: 2389619 52217 2258 9 0 2380296 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9558476

[startup+1.50075 s]
/proc/loadavg: 4.17 4.09 4.09 4/216 19923
/proc/meminfo: memFree=30179792/32872528 swapFree=338416/354768
[pid=19905] ppid=19902 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/19905/stat : 19905 (java) S 19902 19905 14474 0 -1 4202496 14566 0 1 0 280 13 0 0 20 0 22 0 24288630 10060525568 65791 33554432000 1073741824 1073778376 140735035324128 140735035315264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19905/statm: 2456183 65791 2280 9 0 2446860 0
[pid=19905/tid=19907] ppid=19902 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/19905/task/19907/stat : 19907 (java) S 19902 19905 14474 0 -1 4202560 2489 0 1 0 115 3 0 0 20 0 22 0 24288631 10060525568 65791 33554432000 1073741824 1073778376 140735035324128 140636775326584 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19905/tid=19908] ppid=19902 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19905/task/19908/stat : 19908 (java) S 19902 19905 14474 0 -1 4202560 130 0 0 0 5 1 0 0 20 0 22 0 24288632 10060525568 65791 33554432000 1073741824 1073778376 140735035324128 140636764388264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19909] ppid=19902 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/19905/task/19909/stat : 19909 (java) S 19902 19905 14474 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 24288632 10060525568 65791 33554432000 1073741824 1073778376 140735035324128 140636763335720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19910] ppid=19902 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/19905/task/19910/stat : 19910 (java) S 19902 19905 14474 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 24288632 10060525568 65791 33554432000 1073741824 1073778376 140735035324128 140636762282664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19911] ppid=19902 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19905/task/19911/stat : 19911 (java) S 19902 19905 14474 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 22 0 24288632 10060525568 65791 33554432000 1073741824 1073778376 140735035324128 140636761230120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19905/tid=19912] ppid=19902 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/19905/task/19912/stat : 19912 (java) S 19902 19905 14474 0 -1 4202560 101 0 0 0 2 1 0 0 20 0 22 0 24288632 10060525568 65791 33554432000 1073741824 1073778376 140735035324128 140636760177064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19905/tid=19913] ppid=19902 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/19905/task/19913/stat : 19913 (java) S 19902 19905 14474 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 24288632 10060525568 65791 33554432000 1073741824 1073778376 140735035324128 140636759124520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19914] ppid=19902 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19905/task/19914/stat : 19914 (java) S 19902 19905 14474 0 -1 4202560 96 0 0 0 2 0 0 0 20 0 22 0 24288632 10060525568 65791 33554432000 1073741824 1073778376 140735035324128 140636612933800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19915] ppid=19902 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19905/task/19915/stat : 19915 (java) S 19902 19905 14474 0 -1 4202560 117 0 0 0 4 2 0 0 20 0 22 0 24288632 10060525568 65791 33554432000 1073741824 1073778376 140735035324128 140636611881256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19905/tid=19916] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19916/stat : 19916 (java) S 19902 19905 14474 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 24288633 10060525568 65791 33554432000 1073741824 1073778376 140735035324128 140636599470952 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19917] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19917/stat : 19917 (java) S 19902 19905 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24288634 10060525568 65791 33554432000 1073741824 1073778376 140735035324128 140636598417272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19918] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19918/stat : 19918 (java) S 19902 19905 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24288634 10060525568 65791 33554432000 1073741824 1073778376 140735035324128 140636597364104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19919] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19919/stat : 19919 (java) S 19902 19905 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24288637 10060525568 65791 33554432000 1073741824 1073778376 140735035324128 140636596312848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19920] ppid=19902 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/19905/task/19920/stat : 19920 (java) R 19902 19905 14474 0 -1 4202560 4403 0 0 0 48 0 0 0 20 0 22 0 24288637 10060525568 65791 33554432000 1073741824 1073778376 140735035324128 140636595236952 140636781478551 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19905/tid=19921] ppid=19902 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/19905/task/19921/stat : 19921 (java) R 19902 19905 14474 0 -1 4202560 5750 0 0 0 46 0 0 0 20 0 22 0 24288637 10060525568 65791 33554432000 1073741824 1073778376 140735035324128 140636594207160 140636778040504 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19922] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19922/stat : 19922 (java) S 19902 19905 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24288637 10060525568 65791 33554432000 1073741824 1073778376 140735035324128 140636593154296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19923] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19923/stat : 19923 (java) S 19902 19905 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24288637 10060525568 65791 33554432000 1073741824 1073778376 140735035324128 140636592101960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.17 4.09 4.09 11/220 19927
/proc/meminfo: memFree=30023432/32872528 swapFree=338416/354768
[pid=19905] ppid=19902 vsize=9824732 CPUtime=7.35 cores=0,2,4,6
/proc/19905/stat : 19905 (java) S 19902 19905 14474 0 -1 4202496 22321 0 1 0 713 22 0 0 20 0 22 0 24288630 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140735035315264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19905/statm: 2456183 108818 2289 9 0 2446860 0
[pid=19905/tid=19907] ppid=19902 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/19905/task/19907/stat : 19907 (java) S 19902 19905 14474 0 -1 4202560 2489 0 1 0 115 3 0 0 20 0 22 0 24288631 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140636775326584 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19908] ppid=19902 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/19905/task/19908/stat : 19908 (java) S 19902 19905 14474 0 -1 4202560 140 0 0 0 7 2 0 0 20 0 22 0 24288632 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140636764388264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19905/tid=19909] ppid=19902 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19905/task/19909/stat : 19909 (java) S 19902 19905 14474 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 22 0 24288632 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140636763335720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19910] ppid=19902 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19905/task/19910/stat : 19910 (java) S 19902 19905 14474 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 22 0 24288632 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140636762282664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19911] ppid=19902 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/19905/task/19911/stat : 19911 (java) S 19902 19905 14474 0 -1 4202560 45 0 0 0 6 3 0 0 20 0 22 0 24288632 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140636761230120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19912] ppid=19902 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/19905/task/19912/stat : 19912 (java) S 19902 19905 14474 0 -1 4202560 129 0 0 0 7 3 0 0 20 0 22 0 24288632 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140636760177064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19913] ppid=19902 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19905/task/19913/stat : 19913 (java) S 19902 19905 14474 0 -1 4202560 95 0 0 0 4 2 0 0 20 0 22 0 24288632 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140636759124520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19905/tid=19914] ppid=19902 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19905/task/19914/stat : 19914 (java) S 19902 19905 14474 0 -1 4202560 174 0 0 0 4 1 0 0 20 0 22 0 24288632 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140636612933800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19905/tid=19915] ppid=19902 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/19905/task/19915/stat : 19915 (java) S 19902 19905 14474 0 -1 4202560 141 0 0 0 9 3 0 0 20 0 22 0 24288632 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140636611881256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19905/tid=19916] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19916/stat : 19916 (java) S 19902 19905 14474 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 24288633 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140636599470952 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19917] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19917/stat : 19917 (java) S 19902 19905 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24288634 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140636598417272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19918] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19918/stat : 19918 (java) S 19902 19905 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24288634 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140636597364104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19919] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19919/stat : 19919 (java) S 19902 19905 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24288637 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140636596312848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19920] ppid=19902 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/19905/task/19920/stat : 19920 (java) R 19902 19905 14474 0 -1 4202560 11693 0 0 0 116 2 0 0 20 0 22 0 24288637 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140636595253656 140636777919307 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19905/tid=19921] ppid=19902 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/19905/task/19921/stat : 19921 (java) S 19902 19905 14474 0 -1 4202560 5797 0 0 0 85 0 0 0 20 0 22 0 24288637 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140636594207160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19922] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19922/stat : 19922 (java) S 19902 19905 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24288637 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140636593154296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19923] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19923/stat : 19923 (java) S 19902 19905 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24288637 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140636592101960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19924] ppid=19902 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/19905/task/19924/stat : 19924 (java) R 19902 19905 14474 0 -1 4202560 22 0 0 0 168 0 0 0 20 0 22 0 24288763 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140636591038880 140636641084240 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19905/tid=19925] ppid=19902 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/19905/task/19925/stat : 19925 (java) R 19902 19905 14474 0 -1 4202560 72 0 0 0 166 2 0 0 20 0 22 0 24288763 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140636589994552 140636641330367 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19926] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19926/stat : 19926 (java) S 19902 19905 14474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 24288774 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140636588942632 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19927] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19927/stat : 19927 (java) S 19902 19905 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24288775 10060525568 108818 33554432000 1073741824 1073778376 140735035324128 140636587890088 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.16 4.08 4.09 5/220 19927
/proc/meminfo: memFree=29797340/32872528 swapFree=338416/354768
[pid=19905] ppid=19902 vsize=9824732 CPUtime=14.45 cores=0,2,4,6
/proc/19905/stat : 19905 (java) S 19902 19905 14474 0 -1 4202496 24599 0 1 0 1412 33 0 0 20 0 22 0 24288630 10060525568 175380 33554432000 1073741824 1073778376 140735035324128 140735035315264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19905/statm: 2456183 175380 2290 9 0 2446860 0
[pid=19905/tid=19907] ppid=19902 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/19905/task/19907/stat : 19907 (java) S 19902 19905 14474 0 -1 4202560 2489 0 1 0 115 3 0 0 20 0 22 0 24288631 10060525568 175380 33554432000 1073741824 1073778376 140735035324128 140636775326584 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19908] ppid=19902 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/19905/task/19908/stat : 19908 (java) S 19902 19905 14474 0 -1 4202560 159 0 0 0 10 3 0 0 20 0 22 0 24288632 10060525568 175380 33554432000 1073741824 1073778376 140735035324128 140636764388264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19905/tid=19909] ppid=19902 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19905/task/19909/stat : 19909 (java) S 19902 19905 14474 0 -1 4202560 62 0 0 0 6 2 0 0 20 0 22 0 24288632 10060525568 175380 33554432000 1073741824 1073778376 140735035324128 140636763335720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19910] ppid=19902 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19905/task/19910/stat : 19910 (java) S 19902 19905 14474 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 22 0 24288632 10060525568 175380 33554432000 1073741824 1073778376 140735035324128 140636762282664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19911] ppid=19902 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/19905/task/19911/stat : 19911 (java) S 19902 19905 14474 0 -1 4202560 64 0 0 0 8 3 0 0 20 0 22 0 24288632 10060525568 175380 33554432000 1073741824 1073778376 140735035324128 140636761230120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19912] ppid=19902 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/19905/task/19912/stat : 19912 (java) S 19902 19905 14474 0 -1 4202560 162 0 0 0 14 5 0 0 20 0 22 0 24288632 10060525568 175380 33554432000 1073741824 1073778376 140735035324128 140636760177064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19913] ppid=19902 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/19905/task/19913/stat : 19913 (java) S 19902 19905 14474 0 -1 4202560 104 0 0 0 7 2 0 0 20 0 22 0 24288632 10060525568 175380 33554432000 1073741824 1073778376 140735035324128 140636759124520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19905/tid=19914] ppid=19902 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/19905/task/19914/stat : 19914 (java) S 19902 19905 14474 0 -1 4202560 195 0 0 0 8 3 0 0 20 0 22 0 24288632 10060525568 175380 33554432000 1073741824 1073778376 140735035324128 140636612933800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19905/tid=19915] ppid=19902 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/19905/task/19915/stat : 19915 (java) S 19902 19905 14474 0 -1 4202560 172 0 0 0 13 4 0 0 20 0 22 0 24288632 10060525568 175380 33554432000 1073741824 1073778376 140735035324128 140636611881256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19916] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19916/stat : 19916 (java) S 19902 19905 14474 0 -1 4202560 490 0 0 0 0 0 0 0 20 0 22 0 24288633 10060525568 175380 33554432000 1073741824 1073778376 140735035324128 140636599470952 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19905/tid=19917] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19917/stat : 19917 (java) S 19902 19905 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24288634 10060525568 175380 33554432000 1073741824 1073778376 140735035324128 140636598417272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19918] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19918/stat : 19918 (java) S 19902 19905 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24288634 10060525568 175380 33554432000 1073741824 1073778376 140735035324128 140636597364104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19919] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19919/stat : 19919 (java) S 19902 19905 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24288637 10060525568 175380 33554432000 1073741824 1073778376 140735035324128 140636596312848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19920] ppid=19902 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/19905/task/19920/stat : 19920 (java) S 19902 19905 14474 0 -1 4202560 11693 0 0 0 127 2 0 0 20 0 22 0 24288637 10060525568 175380 33554432000 1073741824 1073778376 140735035324128 140636595259704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19905/tid=19921] ppid=19902 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/19905/task/19921/stat : 19921 (java) S 19902 19905 14474 0 -1 4202560 7318 0 0 0 127 1 0 0 20 0 22 0 24288637 10060525568 175380 33554432000 1073741824 1073778376 140735035324128 140636594207160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19922] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19922/stat : 19922 (java) S 19902 19905 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24288637 10060525568 175380 33554432000 1073741824 1073778376 140735035324128 140636593154296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19923] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19923/stat : 19923 (java) S 19902 19905 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24288637 10060525568 175380 33554432000 1073741824 1073778376 140735035324128 140636592101960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19924] ppid=19902 vsize=9824732 CPUtime=4.79 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.09 4.10 4.08 5/219 20039
/proc/meminfo: memFree=27640308/32872528 swapFree=338416/354768
[pid=19905] ppid=19902 vsize=9824732 CPUtime=1772.06 cores=0,2,4,6
/proc/19905/stat : 19905 (java) S 19902 19905 14474 0 -1 4202496 47155 0 1 0 177038 168 0 0 20 0 22 0 24288630 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140735035315264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19905/statm: 2456183 486735 2298 9 0 2446860 0
[pid=19905/tid=19907] ppid=19902 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/19905/task/19907/stat : 19907 (java) S 19902 19905 14474 0 -1 4202560 2497 0 1 0 118 4 0 0 20 0 22 0 24288631 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140636775326584 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19908] ppid=19902 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/19905/task/19908/stat : 19908 (java) S 19902 19905 14474 0 -1 4202560 486 0 0 0 220 11 0 0 20 0 22 0 24288632 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140636764388264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19905/tid=19909] ppid=19902 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/19905/task/19909/stat : 19909 (java) S 19902 19905 14474 0 -1 4202560 362 0 0 0 218 8 0 0 20 0 22 0 24288632 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140636763335720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19910] ppid=19902 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/19905/task/19910/stat : 19910 (java) S 19902 19905 14474 0 -1 4202560 482 0 0 0 225 8 0 0 20 0 22 0 24288632 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140636762282664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19911] ppid=19902 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/19905/task/19911/stat : 19911 (java) S 19902 19905 14474 0 -1 4202560 463 0 0 0 217 9 0 0 20 0 22 0 24288632 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140636761230120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19905/tid=19912] ppid=19902 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/19905/task/19912/stat : 19912 (java) S 19902 19905 14474 0 -1 4202560 498 0 0 0 231 12 0 0 20 0 22 0 24288632 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140636760177064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19913] ppid=19902 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/19905/task/19913/stat : 19913 (java) S 19902 19905 14474 0 -1 4202560 425 0 0 0 217 8 0 0 20 0 22 0 24288632 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140636759124520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19914] ppid=19902 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/19905/task/19914/stat : 19914 (java) S 19902 19905 14474 0 -1 4202560 503 0 0 0 224 10 0 0 20 0 22 0 24288632 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140636612933800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19915] ppid=19902 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/19905/task/19915/stat : 19915 (java) S 19902 19905 14474 0 -1 4202560 560 0 0 0 243 11 0 0 20 0 22 0 24288632 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140636611881256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19905/tid=19916] ppid=19902 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/19905/task/19916/stat : 19916 (java) S 19902 19905 14474 0 -1 4202560 13802 0 0 0 142 34 0 0 20 0 22 0 24288633 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140636599470952 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19917] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19917/stat : 19917 (java) S 19902 19905 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24288634 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140636598417272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19918] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19918/stat : 19918 (java) S 19902 19905 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24288634 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140636597364104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19919] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19919/stat : 19919 (java) S 19902 19905 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24288637 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140636596312848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19920] ppid=19902 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/19905/task/19920/stat : 19920 (java) S 19902 19905 14474 0 -1 4202560 11693 0 0 0 133 2 0 0 20 0 22 0 24288637 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140636595259704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19905/tid=19921] ppid=19902 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/19905/task/19921/stat : 19921 (java) S 19902 19905 14474 0 -1 4202560 11837 0 0 0 189 2 0 0 20 0 22 0 24288637 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140636594207160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19922] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19922/stat : 19922 (java) S 19902 19905 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24288637 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140636593154296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19923] ppid=19902 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/19905/task/19923/stat : 19923 (java) S 19902 19905 14474 0 -1 4202560 51 0 0 0 19 17 0 0 20 0 22 0 24288637 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140636592101960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19924] ppid=19902 vsize=9824732 CPUtime=873.53 cores=0,2,4,6
/proc/19905/task/19924/stat : 19924 (java) R 19902 19905 14474 0 -1 4202560 261 0 0 0 87336 17 0 0 20 0 22 0 24288763 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140636591046696 140636641331155 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19905/tid=19925] ppid=19902 vsize=9824732 CPUtime=873.69 cores=0,2,4,6
/proc/19905/task/19925/stat : 19925 (java) R 19902 19905 14474 0 -1 4202560 1966 0 0 0 87320 49 0 0 20 0 22 0 24288763 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140636589993136 140636640777696 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19926] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19926/stat : 19926 (java) S 19902 19905 14474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 24288774 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140636588942632 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19927] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19927/stat : 19927 (java) S 19902 19905 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24288775 10060525568 486735 33554432000 1073741824 1073778376 140735035324128 140636587890088 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1772.06
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.301 s]
/proc/loadavg: 4.07 4.09 4.08 5/219 20039
/proc/meminfo: memFree=27744744/32872528 swapFree=338416/354768
[pid=19905] ppid=19902 vsize=9824732 CPUtime=1800.14 cores=0,2,4,6
/proc/19905/stat : 19905 (java) S 19902 19905 14474 0 -1 4202496 47193 0 1 0 179843 171 0 0 20 0 22 0 24288630 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140735035315264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19905/statm: 2456183 484418 2298 9 0 2446860 0
[pid=19905/tid=19907] ppid=19902 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/19905/task/19907/stat : 19907 (java) S 19902 19905 14474 0 -1 4202560 2498 0 1 0 118 4 0 0 20 0 22 0 24288631 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636775326584 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19908] ppid=19902 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/19905/task/19908/stat : 19908 (java) S 19902 19905 14474 0 -1 4202560 493 0 0 0 223 11 0 0 20 0 22 0 24288632 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636764388264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19905/tid=19909] ppid=19902 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/19905/task/19909/stat : 19909 (java) S 19902 19905 14474 0 -1 4202560 369 0 0 0 221 8 0 0 20 0 22 0 24288632 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636763335720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19905/tid=19910] ppid=19902 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/19905/task/19910/stat : 19910 (java) S 19902 19905 14474 0 -1 4202560 482 0 0 0 228 8 0 0 20 0 22 0 24288632 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636762282664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19905/tid=19911] ppid=19902 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/19905/task/19911/stat : 19911 (java) S 19902 19905 14474 0 -1 4202560 466 0 0 0 222 9 0 0 20 0 22 0 24288632 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636761230120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19912] ppid=19902 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/19905/task/19912/stat : 19912 (java) S 19902 19905 14474 0 -1 4202560 498 0 0 0 234 12 0 0 20 0 22 0 24288632 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636760177064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19913] ppid=19902 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/19905/task/19913/stat : 19913 (java) S 19902 19905 14474 0 -1 4202560 425 0 0 0 222 8 0 0 20 0 22 0 24288632 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636759124520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19914] ppid=19902 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/19905/task/19914/stat : 19914 (java) S 19902 19905 14474 0 -1 4202560 503 0 0 0 227 10 0 0 20 0 22 0 24288632 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636612933800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19915] ppid=19902 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/19905/task/19915/stat : 19915 (java) S 19902 19905 14474 0 -1 4202560 566 0 0 0 247 11 0 0 20 0 22 0 24288632 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636611881256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19905/tid=19916] ppid=19902 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/19905/task/19916/stat : 19916 (java) S 19902 19905 14474 0 -1 4202560 13804 0 0 0 142 35 0 0 20 0 22 0 24288633 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636599470952 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19917] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19917/stat : 19917 (java) S 19902 19905 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24288634 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636598417272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19918] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19918/stat : 19918 (java) S 19902 19905 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24288634 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636597364104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19919] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19919/stat : 19919 (java) S 19902 19905 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24288637 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636596312848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19920] ppid=19902 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/19905/task/19920/stat : 19920 (java) S 19902 19905 14474 0 -1 4202560 11693 0 0 0 133 2 0 0 20 0 22 0 24288637 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636595259704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19905/tid=19921] ppid=19902 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/19905/task/19921/stat : 19921 (java) S 19902 19905 14474 0 -1 4202560 11837 0 0 0 189 2 0 0 20 0 22 0 24288637 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636594207160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19922] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19922/stat : 19922 (java) S 19902 19905 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24288637 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636593154296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19923] ppid=19902 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/19905/task/19923/stat : 19923 (java) S 19902 19905 14474 0 -1 4202560 53 0 0 0 19 17 0 0 20 0 22 0 24288637 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636592101960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19924] ppid=19902 vsize=9824732 CPUtime=887.42 cores=0,2,4,6
/proc/19905/task/19924/stat : 19924 (java) R 19902 19905 14474 0 -1 4202560 265 0 0 0 88725 17 0 0 20 0 22 0 24288763 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636591045728 140636641331155 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19925] ppid=19902 vsize=9824732 CPUtime=887.57 cores=0,2,4,6
/proc/19905/task/19925/stat : 19925 (java) R 19902 19905 14474 0 -1 4202560 1972 0 0 0 88708 49 0 0 20 0 22 0 24288763 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636589993952 140636641404965 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19926] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19926/stat : 19926 (java) S 19902 19905 14474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 24288774 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636588942632 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19927] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19927/stat : 19927 (java) S 19902 19905 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24288775 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636587890088 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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 19905 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.301 s]
/proc/loadavg: 4.07 4.09 4.08 5/219 20039
/proc/meminfo: memFree=27744744/32872528 swapFree=338416/354768
[pid=19905] ppid=19902 vsize=9824732 CPUtime=1800.14 cores=0,2,4,6
/proc/19905/stat : 19905 (java) S 19902 19905 14474 0 -1 4202496 47193 0 1 0 179843 171 0 0 20 0 22 0 24288630 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140735035315264 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19905/statm: 2456183 484418 2298 9 0 2446860 0
[pid=19905/tid=19907] ppid=19902 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/19905/task/19907/stat : 19907 (java) S 19902 19905 14474 0 -1 4202560 2498 0 1 0 118 4 0 0 20 0 22 0 24288631 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636775326584 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19908] ppid=19902 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/19905/task/19908/stat : 19908 (java) S 19902 19905 14474 0 -1 4202560 493 0 0 0 223 11 0 0 20 0 22 0 24288632 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636764388264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19905/tid=19909] ppid=19902 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/19905/task/19909/stat : 19909 (java) S 19902 19905 14474 0 -1 4202560 369 0 0 0 221 8 0 0 20 0 22 0 24288632 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636763335720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19905/tid=19910] ppid=19902 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/19905/task/19910/stat : 19910 (java) S 19902 19905 14474 0 -1 4202560 482 0 0 0 228 8 0 0 20 0 22 0 24288632 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636762282664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19905/tid=19911] ppid=19902 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/19905/task/19911/stat : 19911 (java) S 19902 19905 14474 0 -1 4202560 466 0 0 0 222 9 0 0 20 0 22 0 24288632 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636761230120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19912] ppid=19902 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/19905/task/19912/stat : 19912 (java) S 19902 19905 14474 0 -1 4202560 498 0 0 0 234 12 0 0 20 0 22 0 24288632 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636760177064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19913] ppid=19902 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/19905/task/19913/stat : 19913 (java) S 19902 19905 14474 0 -1 4202560 425 0 0 0 222 8 0 0 20 0 22 0 24288632 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636759124520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19914] ppid=19902 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/19905/task/19914/stat : 19914 (java) S 19902 19905 14474 0 -1 4202560 503 0 0 0 227 10 0 0 20 0 22 0 24288632 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636612933800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19915] ppid=19902 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/19905/task/19915/stat : 19915 (java) S 19902 19905 14474 0 -1 4202560 566 0 0 0 247 11 0 0 20 0 22 0 24288632 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636611881256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19905/tid=19916] ppid=19902 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/19905/task/19916/stat : 19916 (java) S 19902 19905 14474 0 -1 4202560 13804 0 0 0 142 35 0 0 20 0 22 0 24288633 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636599470952 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19917] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19917/stat : 19917 (java) S 19902 19905 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24288634 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636598417272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19918] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19918/stat : 19918 (java) S 19902 19905 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24288634 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636597364104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19919] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19919/stat : 19919 (java) S 19902 19905 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24288637 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636596312848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19920] ppid=19902 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/19905/task/19920/stat : 19920 (java) S 19902 19905 14474 0 -1 4202560 11693 0 0 0 133 2 0 0 20 0 22 0 24288637 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636595259704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19905/tid=19921] ppid=19902 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/19905/task/19921/stat : 19921 (java) S 19902 19905 14474 0 -1 4202560 11837 0 0 0 189 2 0 0 20 0 22 0 24288637 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636594207160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19922] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19922/stat : 19922 (java) S 19902 19905 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24288637 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636593154296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19923] ppid=19902 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/19905/task/19923/stat : 19923 (java) S 19902 19905 14474 0 -1 4202560 53 0 0 0 19 17 0 0 20 0 22 0 24288637 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636592101960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19924] ppid=19902 vsize=9824732 CPUtime=887.42 cores=0,2,4,6
/proc/19905/task/19924/stat : 19924 (java) R 19902 19905 14474 0 -1 4202560 265 0 0 0 88725 17 0 0 20 0 22 0 24288763 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636591045728 140636641331155 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19925] ppid=19902 vsize=9824732 CPUtime=887.57 cores=0,2,4,6
/proc/19905/task/19925/stat : 19925 (java) R 19902 19905 14474 0 -1 4202560 1972 0 0 0 88708 49 0 0 20 0 22 0 24288763 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636589993952 140636641404965 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19905/tid=19926] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19926/stat : 19926 (java) S 19902 19905 14474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 24288774 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636588942632 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19905/tid=19927] ppid=19902 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19905/task/19927/stat : 19927 (java) S 19902 19905 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24288775 10060525568 484418 33554432000 1073741824 1073778376 140735035324128 140636587890088 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 896.351
CPU time (s): 1801.02
CPU user time (s): 1798.83
CPU system time (s): 2.19067
CPU usage (%): 200.928
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.83
system time used= 2.19067
maximum resident set size= 2902724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47243
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34455
involuntary context switches= 44567

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.17306 second user time and 6.86496 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 06:00:19
IDJOB=4103374
IDBENCH=2342
IDSOLVER=2543
FILE ID=node126/4103374-1466222419
RUNJOBID= node126-1466206074-14490
PBS_JOBID= 19918151
Free space on /tmp= 71732 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/unibo/normalized-mps-v2-20-10-B1C1S1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103374-1466222419/watcher-4103374-1466222419 -o /tmp/evaluation-result-4103374-1466222419/solver-4103374-1466222419 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14490 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103374-1466222419.opb

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

MD5SUM BENCH= bb02029eb777c2a6ae8e192b29bcb9de
RANDOM SEED=1096458403

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:        30422440 kB
Buffers:          106528 kB
Cached:           121060 kB
SwapCached:         1076 kB
Active:          1199976 kB
Inactive:         159416 kB
Active(anon):    1133008 kB
Inactive(anon):     1004 kB
Active(file):      66968 kB
Inactive(file):   158412 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100100 kB
Dirty:              5248 kB
Writeback:             0 kB
AnonPages:       1485816 kB
Mapped:            15496 kB
Shmem:                 0 kB
Slab:             602184 kB
SReclaimable:      46148 kB
SUnreclaim:       556036 kB
KernelStack:        1632 kB
PageTables:         6996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1645044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1089536 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= 71728 MiB
End job on node126 at 2016-06-18 06:15:15