Trace number 4080208

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.02 894.564

General information on the benchmark

Namenormalized-PB06/SATUNSAT-BIGINT/submitted-PB06/
manquiho/Aardal_1/normalized-cuww4.opb
MD5SUMd53007d2869c28e065ccd77bdf635fbe
Bench CategoryDEC-BIGINT (no optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark6.64399
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables82
Total number of constraints2
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 constraints2
Minimum length of a constraint82
Maximum length of a constraint82
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 104723596
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 1078440737
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080208-1465228806.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.13	c ... done. Wall clock time 0.015s.
0.09/0.13	c declared #vars     82
0.09/0.13	c #constraints  2
0.09/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.09/0.14	c 2 constraints processed.
0.09/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.09/0.14	c 2 constraints processed.
2.29/0.74	c cleaning 2501 clauses out of 5002 with flag 10080/5002
4.07/1.21	c cleaning 4250 clauses out of 8499 with flag 22083/11000
5.11/1.74	c cleaning 5623 clauses out of 11249 with flag 36114/18000
6.55/2.46	c cleaning 6811 clauses out of 13626 with flag 52132/26000
8.40/3.38	c cleaning 7905 clauses out of 15816 with flag 70136/35001
10.61/4.49	c cleaning 8956 clauses out of 17911 with flag 90151/45001
13.46/5.82	c cleaning 9975 clauses out of 19954 with flag 112155/56000
16.66/7.46	c cleaning 10989 clauses out of 21979 with flag 136168/68000
20.50/9.38	c cleaning 11996 clauses out of 23991 with flag 162174/81001
24.90/11.56	c cleaning 12998 clauses out of 25996 with flag 190180/95002
29.75/13.99	c cleaning 13997 clauses out of 27997 with flag 220209/110001
35.75/16.90	c cleaning 14996 clauses out of 29999 with flag 252223/126000
42.80/20.47	c cleaning 16001 clauses out of 32005 with flag 286251/143002
51.40/24.76	c cleaning 16999 clauses out of 34003 with flag 322259/161001
61.06/29.55	c cleaning 18002 clauses out of 36004 with flag 360265/180001
70.86/34.47	c cleaning 0 clauses out of 5000 with flag 0/5000
72.03/34.85	c cleaning 19000 clauses out of 38002 with flag 400277/200001
83.73/40.67	c cleaning 19997 clauses out of 40002 with flag 442288/221001
97.65/47.44	c cleaning 21001 clauses out of 42004 with flag 486298/243000
113.26/55.22	c cleaning 21999 clauses out of 44003 with flag 532307/266000
131.92/64.54	c cleaning 22998 clauses out of 46004 with flag 580321/290000
151.35/74.22	c cleaning 23998 clauses out of 48007 with flag 630333/315001
172.21/84.65	c cleaning 25002 clauses out of 50008 with flag 682348/341000
194.85/95.93	c cleaning 26003 clauses out of 52006 with flag 736365/368000
217.08/107.05	c cleaning 27000 clauses out of 54005 with flag 792378/396002
242.94/120.00	c cleaning 28000 clauses out of 56003 with flag 850382/425000
271.40/134.12	c cleaning 29000 clauses out of 58003 with flag 910436/455000
302.26/149.53	c cleaning 30002 clauses out of 60005 with flag 972457/486002
330.32/163.50	c cleaning 0 clauses out of 11000 with flag 0/11000
335.97/166.31	c cleaning 30993 clauses out of 62001 with flag 1036469/518000
372.92/184.77	c cleaning 32000 clauses out of 64008 with flag 1102490/551000
414.89/205.67	c cleaning 33001 clauses out of 66008 with flag 1170497/585000
463.82/229.93	c cleaning 34001 clauses out of 68008 with flag 1240518/620001
516.11/255.90	c cleaning 35003 clauses out of 70007 with flag 1312530/656001
569.81/282.61	c cleaning 35997 clauses out of 72003 with flag 1386555/693000
626.54/310.73	c cleaning 36997 clauses out of 74006 with flag 1462560/731000
683.41/339.03	c cleaning 38003 clauses out of 76010 with flag 1540594/770001
744.72/369.54	c cleaning 39001 clauses out of 78006 with flag 1620605/810000
809.04/401.53	c cleaning 40002 clauses out of 80005 with flag 1702617/851000
877.44/435.55	c cleaning 41000 clauses out of 82004 with flag 1786663/893001
948.20/470.90	c cleaning 41997 clauses out of 84005 with flag 1872678/936002
978.15/485.75	c cleaning 0 clauses out of 18000 with flag 0/18000
1021.73/507.40	c cleaning 43003 clauses out of 86007 with flag 1960700/980001
1099.71/546.16	c cleaning 44003 clauses out of 88005 with flag 2050713/1025002
1179.91/586.09	c cleaning 44999 clauses out of 90001 with flag 2142731/1071001
1266.53/629.08	c cleaning 46000 clauses out of 92002 with flag 2236754/1118001
1360.15/675.53	c cleaning 47001 clauses out of 94001 with flag 2332768/1166000
1459.01/724.76	c cleaning 47998 clauses out of 96002 with flag 2430789/1215002
1562.40/776.36	c cleaning 49002 clauses out of 98004 with flag 2530801/1265002
1668.49/829.18	c cleaning 50001 clauses out of 100002 with flag 2632841/1316002
1781.08/885.19	c cleaning 50999 clauses out of 102000 with flag 2736888/1368001
1800.02/894.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/894.50	c starts		: 1
1800.02/894.50	c conflicts		: 1383116
1800.02/894.50	c decisions		: 1383523
1800.02/894.50	c propagations		: 7924579
1800.02/894.50	c inspects		: 12104791599
1800.02/894.50	c shortcuts		: 0
1800.02/894.50	c learnt literals	: 0
1800.02/894.50	c learnt binary clauses	: 0
1800.02/894.50	c learnt ternary clauses	: 0
1800.02/894.50	c learnt constraints	: 1383116
1800.02/894.50	c ignored constraints	: 0
1800.02/894.50	c root simplifications	: 0
1800.02/894.50	c removed literals (reason simplification)	: 13818840
1800.02/894.50	c reason swapping (by a shorter reason)	: 0
1800.02/894.50	c Calls to reduceDB	: 48
1800.02/894.50	c Number of update (reduction) of LBD	: 458
1800.02/894.50	c Imported unit clauses	: 0
1800.02/894.50	c number of reductions to clauses (during analyze)	: 0
1800.02/894.50	c number of learned constraints concerned by reduction	: 0
1800.02/894.50	c number of learning phase by resolution	: 0
1800.02/894.50	c number of learning phase by cutting planes	: 0
1800.02/894.50	c speed (assignments/second)	: 8860.594479640236
1800.02/894.50	c non guided choices	69
1800.02/894.53	c learnt constraints type 
1800.02/894.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 66116
1800.02/894.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/894.53	c starts		: 53
1800.02/894.53	c conflicts		: 24197
1800.02/894.53	c decisions		: 29060
1800.02/894.53	c propagations		: 146934
1800.02/894.53	c inspects		: 492896907
1800.02/894.53	c shortcuts		: 0
1800.02/894.53	c learnt literals	: 0
1800.02/894.53	c learnt binary clauses	: 0
1800.02/894.53	c learnt ternary clauses	: 0
1800.02/894.53	c learnt constraints	: 24196
1800.02/894.53	c ignored constraints	: 0
1800.02/894.53	c root simplifications	: 0
1800.02/894.53	c removed literals (reason simplification)	: 0
1800.02/894.53	c reason swapping (by a shorter reason)	: 0
1800.02/894.53	c Calls to reduceDB	: 3
1800.02/894.53	c Number of update (reduction) of LBD	: 0
1800.02/894.53	c Imported unit clauses	: 0
1800.02/894.53	c number of reductions to clauses (during analyze)	: 0
1800.02/894.53	c number of learned constraints concerned by reduction	: 0
1800.02/894.53	c number of learning phase by resolution	: 0
1800.02/894.53	c number of learning phase by cutting planes	: 0
1800.02/894.53	c speed (assignments/second)	: 164.28422084797555
1800.02/894.53	c non guided choices	69
1800.02/894.54	c learnt constraints type 
1800.02/894.54	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 31
1800.02/894.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 24165
1800.02/894.54	s UNKNOWN
1800.02/894.54	c Total wall clock time (in seconds): 894.423

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-4080208-1465228806/watcher-4080208-1465228806 -o /tmp/evaluation-result-4080208-1465228806/solver-4080208-1465228806 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465221375-21443 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080208-1465228806.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.27 4.20 4.16 4/198 24796
/proc/meminfo: memFree=27942056/32872528 swapFree=12328/568296
[pid=24796] ppid=24793 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24796/stat : 24796 (java) D 24793 24796 21426 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 104813163 9515008 182 33554432000 1073741824 1073778376 140735207338672 140735207329704 206629060277 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/24796/statm: 2323 182 140 9 0 71 0

[startup+0.10009 s]
/proc/loadavg: 4.27 4.20 4.16 4/198 24796
/proc/meminfo: memFree=27942056/32872528 swapFree=12328/568296
[pid=24796] ppid=24793 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24796/stat : 24796 (java) S 24793 24796 21426 0 -1 4202496 4411 0 1 0 8 1 0 0 20 0 18 0 104813163 9787879424 6038 33554432000 1073741824 1073778376 140735947620256 140735947611392 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24796/statm: 2389619 6038 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 4.27 4.20 4.16 4/198 24796
/proc/meminfo: memFree=27942056/32872528 swapFree=12328/568296
[pid=24796] ppid=24793 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/24796/stat : 24796 (java) S 24793 24796 21426 0 -1 4202496 6183 0 1 0 31 3 0 0 20 0 22 0 104813163 10060525568 8841 33554432000 1073741824 1073778376 140735947620256 140735947611392 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24796/statm: 2456183 8841 2219 9 0 2446860 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 9824732

[startup+0.300252 s]
/proc/loadavg: 4.27 4.20 4.16 4/198 24796
/proc/meminfo: memFree=27942056/32872528 swapFree=12328/568296
[pid=24796] ppid=24793 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/24796/stat : 24796 (java) S 24793 24796 21426 0 -1 4202496 9417 0 1 0 71 3 0 0 20 0 22 0 104813163 10060525568 11112 33554432000 1073741824 1073778376 140735947620256 140735947611392 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24796/statm: 2456183 11112 2224 9 0 2446860 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 9824732

[startup+0.700201 s]
/proc/loadavg: 4.27 4.20 4.16 4/198 24796
/proc/meminfo: memFree=27942056/32872528 swapFree=12328/568296
[pid=24796] ppid=24793 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/24796/stat : 24796 (java) S 24793 24796 21426 0 -1 4202496 15075 0 1 0 224 5 0 0 20 0 22 0 104813163 10060525568 31633 33554432000 1073741824 1073778376 140735947620256 140735947611392 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24796/statm: 2456183 31633 2244 9 0 2446860 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9824732

[startup+1.50094 s]
/proc/loadavg: 4.27 4.20 4.16 7/220 24818
/proc/meminfo: memFree=27753796/32872528 swapFree=12328/568296
[pid=24796] ppid=24793 vsize=9824732 CPUtime=4.71 cores=1,3,5,7
/proc/24796/stat : 24796 (java) S 24793 24796 21426 0 -1 4202496 23617 0 1 0 463 8 0 0 20 0 22 0 104813163 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140735947611392 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24796/statm: 2456183 51649 2272 9 0 2446860 0
[pid=24796/tid=24798] ppid=24793 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/24796/task/24798/stat : 24798 (java) S 24793 24796 21426 0 -1 4202560 2406 0 1 0 9 2 0 0 20 0 22 0 104813164 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140642764874616 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24799] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24799/stat : 24799 (java) S 24793 24796 21426 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104813165 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140642737326632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24796/tid=24800] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24800/stat : 24800 (java) S 24793 24796 21426 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 104813165 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140642736273832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24801] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24801/stat : 24801 (java) S 24793 24796 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104813165 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140642735221032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24802] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24802/stat : 24802 (java) S 24793 24796 21426 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 104813165 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140642734168232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24803] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24803/stat : 24803 (java) S 24793 24796 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104813165 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140642733116456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24804] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24804/stat : 24804 (java) S 24793 24796 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104813165 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140642732063656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24805] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24805/stat : 24805 (java) S 24793 24796 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104813165 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140642602232616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24806] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24806/stat : 24806 (java) S 24793 24796 21426 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104813165 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140642601179816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24807] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24807/stat : 24807 (java) S 24793 24796 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104813166 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140642118232552 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24808] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24808/stat : 24808 (java) S 24793 24796 21426 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104813167 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140642117178616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24809] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24809/stat : 24809 (java) S 24793 24796 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104813167 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140642116125704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24810] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24810/stat : 24810 (java) S 24793 24796 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104813169 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140642115074192 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24811] ppid=24793 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/24796/task/24811/stat : 24811 (java) S 24793 24796 21426 0 -1 4202560 9215 0 0 0 98 2 0 0 20 0 22 0 104813169 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140642114022328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24812] ppid=24793 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/24796/task/24812/stat : 24812 (java) S 24793 24796 21426 0 -1 4202560 10541 0 0 0 83 2 0 0 20 0 22 0 104813169 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140642112969528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24813] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24813/stat : 24813 (java) S 24793 24796 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104813169 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140642111916920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24796/tid=24814] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24814/stat : 24814 (java) S 24793 24796 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104813169 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140642110864328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24796/tid=24815] ppid=24793 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/24796/task/24815/stat : 24815 (java) R 24793 24796 21426 0 -1 4202560 31 0 0 0 132 0 0 0 20 0 22 0 104813177 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140642109807360 140642613741056 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24796/tid=24816] ppid=24793 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/24796/task/24816/stat : 24816 (java) R 24793 24796 21426 0 -1 4202560 97 0 0 0 130 2 0 0 20 0 22 0 104813178 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140642108754976 140642613713351 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24817] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24817/stat : 24817 (java) S 24793 24796 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104813178 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140642107704232 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24818] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24818/stat : 24818 (java) S 24793 24796 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104813178 10060525568 51649 33554432000 1073741824 1073778376 140735947620256 140642106651432 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 9824732

[startup+3.10097 s]
/proc/loadavg: 4.27 4.20 4.16 5/220 24818
/proc/meminfo: memFree=27739376/32872528 swapFree=12328/568296
[pid=24796] ppid=24793 vsize=9824732 CPUtime=7.98 cores=1,3,5,7
/proc/24796/stat : 24796 (java) S 24793 24796 21426 0 -1 4202496 23714 0 1 0 788 10 0 0 20 0 22 0 104813163 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140735947611392 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24796/statm: 2456183 55810 2272 9 0 2446860 0
[pid=24796/tid=24798] ppid=24793 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/24796/task/24798/stat : 24798 (java) S 24793 24796 21426 0 -1 4202560 2406 0 1 0 9 2 0 0 20 0 22 0 104813164 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140642764874616 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24799] ppid=24793 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24796/task/24799/stat : 24799 (java) S 24793 24796 21426 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 104813165 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140642737326632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24800] ppid=24793 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24796/task/24800/stat : 24800 (java) S 24793 24796 21426 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 104813165 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140642736273832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24796/tid=24801] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24801/stat : 24801 (java) S 24793 24796 21426 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 104813165 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140642735221032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24802] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24802/stat : 24802 (java) S 24793 24796 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104813165 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140642734168232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24803] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24803/stat : 24803 (java) S 24793 24796 21426 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104813165 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140642733116456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24804] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24804/stat : 24804 (java) S 24793 24796 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104813165 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140642732063656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24805] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24805/stat : 24805 (java) S 24793 24796 21426 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104813165 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140642602232616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24806] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24806/stat : 24806 (java) S 24793 24796 21426 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 104813165 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140642601179816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24807] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24807/stat : 24807 (java) S 24793 24796 21426 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 104813166 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140642118232552 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24796/tid=24808] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24808/stat : 24808 (java) S 24793 24796 21426 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104813167 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140642117178616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24809] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24809/stat : 24809 (java) S 24793 24796 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104813167 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140642116125704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24810] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24810/stat : 24810 (java) S 24793 24796 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104813169 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140642115074192 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24811] ppid=24793 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/24796/task/24811/stat : 24811 (java) S 24793 24796 21426 0 -1 4202560 9215 0 0 0 99 2 0 0 20 0 22 0 104813169 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140642114022328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24812] ppid=24793 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/24796/task/24812/stat : 24812 (java) S 24793 24796 21426 0 -1 4202560 10541 0 0 0 87 2 0 0 20 0 22 0 104813169 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140642112969528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24813] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24813/stat : 24813 (java) S 24793 24796 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104813169 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140642111916920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24796/tid=24814] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24814/stat : 24814 (java) S 24793 24796 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104813169 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140642110864328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24815] ppid=24793 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/24796/task/24815/stat : 24815 (java) R 24793 24796 21426 0 -1 4202560 31 0 0 0 288 0 0 0 20 0 22 0 104813177 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140642109807456 140642614083424 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24816] ppid=24793 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/24796/task/24816/stat : 24816 (java) R 24793 24796 21426 0 -1 4202560 99 0 0 0 287 2 0 0 20 0 22 0 104813178 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140642108755328 140642613727262 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24796/tid=24817] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24817/stat : 24817 (java) S 24793 24796 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104813178 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140642107704232 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24818] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24818/stat : 24818 (java) S 24793 24796 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104813178 10060525568 55810 33554432000 1073741824 1073778376 140735947620256 140642106651432 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.25 4.20 4.16 5/220 24818
/proc/meminfo: memFree=27591540/32872528 swapFree=12328/568296
[pid=24796] ppid=24793 vsize=9824732 CPUtime=14.46 cores=1,3,5,7
/proc/24796/stat : 24796 (java) S 24793 24796 21426 0 -1 4202496 24135 0 1 0 1429 17 0 0 20 0 22 0 104813163 10060525568 89300 33554432000 1073741824 1073778376 140735947620256 140735947611392 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24796/statm: 2456183 89300 2272 9 0 2446860 0
[pid=24796/tid=24798] ppid=24793 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/24796/task/24798/stat : 24798 (java) S 24793 24796 21426 0 -1 4202560 2406 0 1 0 9 2 0 0 20 0 22 0 104813164 10060525568 89300 33554432000 1073741824 1073778376 140735947620256 140642764874616 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24799] ppid=24793 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24796/task/24799/stat : 24799 (java) S 24793 24796 21426 0 -1 4202560 76 0 0 0 2 2 0 0 20 0 22 0 104813165 10060525568 89300 33554432000 1073741824 1073778376 140735947620256 140642737326632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24800] ppid=24793 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24796/task/24800/stat : 24800 (java) S 24793 24796 21426 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 104813165 10060525568 89300 33554432000 1073741824 1073778376 140735947620256 140642736273832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24796/tid=24801] ppid=24793 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24796/task/24801/stat : 24801 (java) S 24793 24796 21426 0 -1 4202560 78 0 0 0 1 2 0 0 20 0 22 0 104813165 10060525568 89300 33554432000 1073741824 1073778376 140735947620256 140642735221032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24802] ppid=24793 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24796/task/24802/stat : 24802 (java) S 24793 24796 21426 0 -1 4202560 57 0 0 0 2 1 0 0 20 0 22 0 104813165 10060525568 89300 33554432000 1073741824 1073778376 140735947620256 140642734168232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24803] ppid=24793 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24796/task/24803/stat : 24803 (java) S 24793 24796 21426 0 -1 4202560 58 0 0 0 2 0 0 0 20 0 22 0 104813165 10060525568 89300 33554432000 1073741824 1073778376 140735947620256 140642733116456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24804] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24804/stat : 24804 (java) S 24793 24796 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104813165 10060525568 89300 33554432000 1073741824 1073778376 140735947620256 140642732063656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24805] ppid=24793 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24796/task/24805/stat : 24805 (java) S 24793 24796 21426 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 104813165 10060525568 89300 33554432000 1073741824 1073778376 140735947620256 140642602232616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24796/tid=24806] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24806/stat : 24806 (java) S 24793 24796 21426 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 104813165 10060525568 89300 33554432000 1073741824 1073778376 140735947620256 140642601179816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24807] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24807/stat : 24807 (java) S 24793 24796 21426 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 104813166 10060525568 89300 33554432000 1073741824 1073778376 140735947620256 140642118232552 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24808] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24808/stat : 24808 (java) S 24793 24796 21426 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104813167 10060525568 89300 33554432000 1073741824 1073778376 140735947620256 140642117178616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24809] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24809/stat : 24809 (java) S 24793 24796 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104813167 10060525568 89300 33554432000 1073741824 1073778376 140735947620256 140642116125704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24810] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24810/stat : 24810 (java) S 24793 24796 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104813169 10060525568 89300 33554432000 1073741824 1073778376 140735947620256 140642115074192 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24811] ppid=24793 vsize=9824732 CPUtime=1.03 cores=1,3,5,7

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

/proc/24796/task/24801/stat : 24801 (java) S 24793 24796 21426 0 -1 4202560 402 0 0 0 279 7 0 0 20 0 22 0 104813165 10060525568 152625 33554432000 1073741824 1073778376 140735947620256 140642735221032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24802] ppid=24793 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/24796/task/24802/stat : 24802 (java) S 24793 24796 21426 0 -1 4202560 384 0 0 0 282 7 0 0 20 0 22 0 104813165 10060525568 152625 33554432000 1073741824 1073778376 140735947620256 140642734168232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24796/tid=24803] ppid=24793 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/24796/task/24803/stat : 24803 (java) S 24793 24796 21426 0 -1 4202560 393 0 0 0 271 7 0 0 20 0 22 0 104813165 10060525568 152625 33554432000 1073741824 1073778376 140735947620256 140642733116456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24804] ppid=24793 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/24796/task/24804/stat : 24804 (java) S 24793 24796 21426 0 -1 4202560 336 0 0 0 272 6 0 0 20 0 22 0 104813165 10060525568 152625 33554432000 1073741824 1073778376 140735947620256 140642732063656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24805] ppid=24793 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/24796/task/24805/stat : 24805 (java) S 24793 24796 21426 0 -1 4202560 339 0 0 0 282 6 0 0 20 0 22 0 104813165 10060525568 152625 33554432000 1073741824 1073778376 140735947620256 140642602232616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24796/tid=24806] ppid=24793 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/24796/task/24806/stat : 24806 (java) S 24793 24796 21426 0 -1 4202560 348 0 0 0 274 7 0 0 20 0 22 0 104813165 10060525568 152625 33554432000 1073741824 1073778376 140735947620256 140642601179816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24807] ppid=24793 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/24796/task/24807/stat : 24807 (java) S 24793 24796 21426 0 -1 4202560 608 0 0 0 77 37 0 0 20 0 22 0 104813166 10060525568 152625 33554432000 1073741824 1073778376 140735947620256 140642118232552 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24808] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24808/stat : 24808 (java) S 24793 24796 21426 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104813167 10060525568 152625 33554432000 1073741824 1073778376 140735947620256 140642117178616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24809] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24809/stat : 24809 (java) S 24793 24796 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104813167 10060525568 152625 33554432000 1073741824 1073778376 140735947620256 140642116125704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24810] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24810/stat : 24810 (java) S 24793 24796 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104813169 10060525568 152625 33554432000 1073741824 1073778376 140735947620256 140642115074192 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24811] ppid=24793 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/24796/task/24811/stat : 24811 (java) S 24793 24796 21426 0 -1 4202560 17204 0 0 0 250 3 0 0 20 0 22 0 104813169 10060525568 152625 33554432000 1073741824 1073778376 140735947620256 140642114022328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24812] ppid=24793 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/24796/task/24812/stat : 24812 (java) S 24793 24796 21426 0 -1 4202560 10541 0 0 0 92 2 0 0 20 0 22 0 104813169 10060525568 152625 33554432000 1073741824 1073778376 140735947620256 140642112969528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24813] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24813/stat : 24813 (java) S 24793 24796 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104813169 10060525568 152625 33554432000 1073741824 1073778376 140735947620256 140642111916920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24796/tid=24814] ppid=24793 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/24796/task/24814/stat : 24814 (java) S 24793 24796 21426 0 -1 4202560 51 0 0 0 15 22 0 0 20 0 22 0 104813169 10060525568 152625 33554432000 1073741824 1073778376 140735947620256 140642110864328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24815] ppid=24793 vsize=9824732 CPUtime=871.77 cores=1,3,5,7
/proc/24796/task/24815/stat : 24815 (java) R 24793 24796 21426 0 -1 4202560 283 0 0 0 87161 16 0 0 20 0 22 0 104813177 10060525568 152625 33554432000 1073741824 1073778376 140735947620256 140642109808144 140642614083424 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24816] ppid=24793 vsize=9824732 CPUtime=871.95 cores=1,3,5,7
/proc/24796/task/24816/stat : 24816 (java) R 24793 24796 21426 0 -1 4202560 3490 0 0 0 87166 29 0 0 20 0 22 0 104813178 10060525568 152625 33554432000 1073741824 1073778376 140735947620256 140642108754448 140642613725567 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24817] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24817/stat : 24817 (java) S 24793 24796 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104813178 10060525568 152625 33554432000 1073741824 1073778376 140735947620256 140642107704232 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24818] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24818/stat : 24818 (java) S 24793 24796 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104813178 10060525568 152625 33554432000 1073741824 1073778376 140735947620256 140642106651432 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1775.46
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.501 s]
/proc/loadavg: 4.30 4.26 4.19 5/219 24933
/proc/meminfo: memFree=29414356/32872528 swapFree=12328/568296
[pid=24796] ppid=24793 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/24796/stat : 24796 (java) S 24793 24796 21426 0 -1 4202496 40165 0 1 0 179870 132 0 0 20 0 22 0 104813163 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140735947611392 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24796/statm: 2456183 166091 2281 9 0 2446860 0
[pid=24796/tid=24798] ppid=24793 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/24796/task/24798/stat : 24798 (java) S 24793 24796 21426 0 -1 4202560 2419 0 1 0 12 4 0 0 20 0 22 0 104813164 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642764874616 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24799] ppid=24793 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/24796/task/24799/stat : 24799 (java) S 24793 24796 21426 0 -1 4202560 413 0 0 0 269 7 0 0 20 0 22 0 104813165 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642737326632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24800] ppid=24793 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/24796/task/24800/stat : 24800 (java) S 24793 24796 21426 0 -1 4202560 430 0 0 0 269 7 0 0 20 0 22 0 104813165 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642736273832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24801] ppid=24793 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/24796/task/24801/stat : 24801 (java) S 24793 24796 21426 0 -1 4202560 406 0 0 0 284 7 0 0 20 0 22 0 104813165 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642735221032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24796/tid=24802] ppid=24793 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/24796/task/24802/stat : 24802 (java) S 24793 24796 21426 0 -1 4202560 393 0 0 0 288 7 0 0 20 0 22 0 104813165 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642734168232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24803] ppid=24793 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/24796/task/24803/stat : 24803 (java) S 24793 24796 21426 0 -1 4202560 514 0 0 0 277 7 0 0 20 0 22 0 104813165 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642733116456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24804] ppid=24793 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/24796/task/24804/stat : 24804 (java) S 24793 24796 21426 0 -1 4202560 402 0 0 0 276 6 0 0 20 0 22 0 104813165 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642732063656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24805] ppid=24793 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/24796/task/24805/stat : 24805 (java) S 24793 24796 21426 0 -1 4202560 343 0 0 0 286 6 0 0 20 0 22 0 104813165 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642602232616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24806] ppid=24793 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/24796/task/24806/stat : 24806 (java) S 24793 24796 21426 0 -1 4202560 429 0 0 0 280 7 0 0 20 0 22 0 104813165 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642601179816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24807] ppid=24793 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/24796/task/24807/stat : 24807 (java) S 24793 24796 21426 0 -1 4202560 660 0 0 0 77 38 0 0 20 0 22 0 104813166 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642118232552 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24808] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24808/stat : 24808 (java) S 24793 24796 21426 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104813167 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642117178616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24809] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24809/stat : 24809 (java) S 24793 24796 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104813167 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642116125704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24810] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24810/stat : 24810 (java) S 24793 24796 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104813169 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642115074192 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24811] ppid=24793 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/24796/task/24811/stat : 24811 (java) S 24793 24796 21426 0 -1 4202560 17204 0 0 0 250 3 0 0 20 0 22 0 104813169 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642114022328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24812] ppid=24793 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/24796/task/24812/stat : 24812 (java) S 24793 24796 21426 0 -1 4202560 10541 0 0 0 92 2 0 0 20 0 22 0 104813169 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642112969528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24813] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24813/stat : 24813 (java) S 24793 24796 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104813169 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642111916920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24796/tid=24814] ppid=24793 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/24796/task/24814/stat : 24814 (java) S 24793 24796 21426 0 -1 4202560 53 0 0 0 15 23 0 0 20 0 22 0 104813169 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642110864328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24815] ppid=24793 vsize=9824732 CPUtime=883.81 cores=1,3,5,7
/proc/24796/task/24815/stat : 24815 (java) R 24793 24796 21426 0 -1 4202560 304 0 0 0 88365 16 0 0 20 0 22 0 104813177 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642109808144 140642614083387 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24816] ppid=24793 vsize=9824732 CPUtime=883.99 cores=1,3,5,7
/proc/24796/task/24816/stat : 24816 (java) R 24793 24796 21426 0 -1 4202560 4388 0 0 0 88369 30 0 0 20 0 22 0 104813178 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642108754568 140642613726881 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24817] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24817/stat : 24817 (java) S 24793 24796 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104813178 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642107704232 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24818] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24818/stat : 24818 (java) S 24793 24796 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104813178 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642106651432 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 24796 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.501 s]
/proc/loadavg: 4.30 4.26 4.19 5/219 24933
/proc/meminfo: memFree=29414356/32872528 swapFree=12328/568296
[pid=24796] ppid=24793 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/24796/stat : 24796 (java) S 24793 24796 21426 0 -1 4202496 40165 0 1 0 179870 132 0 0 20 0 22 0 104813163 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140735947611392 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24796/statm: 2456183 166091 2281 9 0 2446860 0
[pid=24796/tid=24798] ppid=24793 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/24796/task/24798/stat : 24798 (java) S 24793 24796 21426 0 -1 4202560 2419 0 1 0 12 4 0 0 20 0 22 0 104813164 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642764874616 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24799] ppid=24793 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/24796/task/24799/stat : 24799 (java) S 24793 24796 21426 0 -1 4202560 413 0 0 0 269 7 0 0 20 0 22 0 104813165 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642737326632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24800] ppid=24793 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/24796/task/24800/stat : 24800 (java) S 24793 24796 21426 0 -1 4202560 430 0 0 0 269 7 0 0 20 0 22 0 104813165 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642736273832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24801] ppid=24793 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/24796/task/24801/stat : 24801 (java) S 24793 24796 21426 0 -1 4202560 406 0 0 0 284 7 0 0 20 0 22 0 104813165 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642735221032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24796/tid=24802] ppid=24793 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/24796/task/24802/stat : 24802 (java) S 24793 24796 21426 0 -1 4202560 393 0 0 0 288 7 0 0 20 0 22 0 104813165 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642734168232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24803] ppid=24793 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/24796/task/24803/stat : 24803 (java) S 24793 24796 21426 0 -1 4202560 514 0 0 0 277 7 0 0 20 0 22 0 104813165 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642733116456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24804] ppid=24793 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/24796/task/24804/stat : 24804 (java) S 24793 24796 21426 0 -1 4202560 402 0 0 0 276 6 0 0 20 0 22 0 104813165 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642732063656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24805] ppid=24793 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/24796/task/24805/stat : 24805 (java) S 24793 24796 21426 0 -1 4202560 343 0 0 0 286 6 0 0 20 0 22 0 104813165 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642602232616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24806] ppid=24793 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/24796/task/24806/stat : 24806 (java) S 24793 24796 21426 0 -1 4202560 429 0 0 0 280 7 0 0 20 0 22 0 104813165 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642601179816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24807] ppid=24793 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/24796/task/24807/stat : 24807 (java) S 24793 24796 21426 0 -1 4202560 660 0 0 0 77 38 0 0 20 0 22 0 104813166 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642118232552 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24808] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24808/stat : 24808 (java) S 24793 24796 21426 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104813167 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642117178616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24809] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24809/stat : 24809 (java) S 24793 24796 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104813167 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642116125704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24810] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24810/stat : 24810 (java) S 24793 24796 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104813169 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642115074192 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24811] ppid=24793 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/24796/task/24811/stat : 24811 (java) S 24793 24796 21426 0 -1 4202560 17204 0 0 0 250 3 0 0 20 0 22 0 104813169 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642114022328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24812] ppid=24793 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/24796/task/24812/stat : 24812 (java) S 24793 24796 21426 0 -1 4202560 10541 0 0 0 92 2 0 0 20 0 22 0 104813169 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642112969528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24813] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24813/stat : 24813 (java) S 24793 24796 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104813169 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642111916920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24796/tid=24814] ppid=24793 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/24796/task/24814/stat : 24814 (java) S 24793 24796 21426 0 -1 4202560 53 0 0 0 15 23 0 0 20 0 22 0 104813169 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642110864328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24815] ppid=24793 vsize=9824732 CPUtime=883.81 cores=1,3,5,7
/proc/24796/task/24815/stat : 24815 (java) R 24793 24796 21426 0 -1 4202560 304 0 0 0 88365 16 0 0 20 0 22 0 104813177 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642109808144 140642614083387 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24796/tid=24816] ppid=24793 vsize=9824732 CPUtime=883.99 cores=1,3,5,7
/proc/24796/task/24816/stat : 24816 (java) R 24793 24796 21426 0 -1 4202560 4388 0 0 0 88369 30 0 0 20 0 22 0 104813178 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642108754568 140642613726881 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24796/tid=24817] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24817/stat : 24817 (java) S 24793 24796 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104813178 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642107704232 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24796/tid=24818] ppid=24793 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24796/task/24818/stat : 24818 (java) S 24793 24796 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104813178 10060525568 166091 33554432000 1073741824 1073778376 140735947620256 140642106651432 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 894.564
CPU time (s): 1800.02
CPU user time (s): 1798.7
CPU system time (s): 1.32
CPU usage (%): 201.218
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.36
system time used= 1.85972
maximum resident set size= 1155776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40211
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34555
involuntary context switches= 44235

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6243 second user time and 8.71467 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-06 18:00:06
IDJOB=4080208
IDBENCH=2275
IDSOLVER=2543
FILE ID=node138/4080208-1465228806
RUNJOBID= node138-1465221375-21443
PBS_JOBID= 19843229
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-BIGINT/submitted-PB06/manquiho/Aardal_1/normalized-cuww4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080208-1465228806/watcher-4080208-1465228806 -o /tmp/evaluation-result-4080208-1465228806/solver-4080208-1465228806 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465221375-21443 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080208-1465228806.opb

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

MD5SUM BENCH= d53007d2869c28e065ccd77bdf635fbe
RANDOM SEED=13351312

node138.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.807
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
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.807
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.56
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.807
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.807
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.807
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.807
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.807
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.807
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:        27942848 kB
Buffers:           21000 kB
Cached:            87320 kB
SwapCached:        46420 kB
Active:          3559612 kB
Inactive:          96624 kB
Active(anon):    3502548 kB
Inactive(anon):    48000 kB
Active(file):      57064 kB
Inactive(file):    48624 kB
Unevictable:      568296 kB
Mlocked:           12328 kB
SwapTotal:      67108856 kB
SwapFree:       67053448 kB
Dirty:               884 kB
Writeback:             0 kB
AnonPages:       4071088 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             567660 kB
SReclaimable:      11248 kB
SUnreclaim:       556412 kB
KernelStack:        1720 kB
PageTables:        12508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4528908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3981312 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= 71736 MiB
End job on node138 at 2016-06-06 18:15:01