Trace number 4103950

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.06 895.965

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-tr12-30.opb
MD5SUM707da2ebfa2e9fe97fe57c41e089cde1
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 304897224
Optimality of the best value was proved NO
Number of variables21960
Total number of constraints750
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 constraints750
Minimum length of a constraint31
Maximum length of a constraint372
Number of terms in the objective function 11160
Biggest coefficient in the objective function 2147483648
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 869952060630
Number of bits of the sum of numbers in the objective function 40
Biggest number in a constraint 2147483648
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 869952060630
Number of bits of the biggest sum of numbers40
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.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4103950-1466250916.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
1.32/0.60	c ... done. Wall clock time 0.476s.
1.32/0.60	c declared #vars     21960
1.32/0.60	c #constraints  1110
1.32/0.61	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.32/0.61	c constraints type 
1.32/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1110
1.32/0.61	c 1110 constraints processed.
1.32/0.61	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.32/0.61	c constraints type 
1.32/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1110
1.32/0.61	c 1110 constraints processed.
1.32/0.61	c objective function length is 11160 literals
4.70/1.77	c cleaning 2498 clauses out of 4997 with flag 17443/5002
6.56/2.48	c cleaning 4249 clauses out of 8498 with flag 40722/11001
8.23/3.30	c cleaning 5606 clauses out of 11250 with flag 63637/18003
9.90/4.04	c cleaning 6766 clauses out of 13641 with flag 89089/26001
11.61/4.84	c cleaning 7929 clauses out of 15871 with flag 133569/35001
13.41/5.79	c cleaning 8960 clauses out of 17942 with flag 199702/45001
15.50/6.78	c cleaning 9984 clauses out of 19981 with flag 264378/56000
18.09/8.07	c cleaning 10986 clauses out of 21999 with flag 347910/68002
20.97/9.43	c cleaning 11997 clauses out of 24012 with flag 421701/81002
23.96/10.90	c cleaning 12993 clauses out of 26014 with flag 513685/95001
27.36/12.61	c cleaning 13993 clauses out of 28020 with flag 619015/110000
31.42/14.62	c cleaning 15008 clauses out of 30026 with flag 709547/126000
36.02/16.94	c cleaning 16006 clauses out of 32019 with flag 819089/143001
41.01/19.41	c cleaning 16995 clauses out of 34013 with flag 939139/161001
46.09/21.94	c cleaning 18004 clauses out of 36017 with flag 1051552/180001
51.10/24.45	c cleaning 19000 clauses out of 38003 with flag 1135412/200000
57.10/27.40	c cleaning 20001 clauses out of 40005 with flag 1259598/221002
63.50/30.69	c cleaning 20993 clauses out of 42002 with flag 1386603/243000
69.34/33.54	c cleaning 0 clauses out of 5000 with flag 0/5000
71.65/34.66	c cleaning 21993 clauses out of 44010 with flag 1544890/266001
80.45/38.97	c cleaning 23002 clauses out of 46011 with flag 1710819/290000
89.05/43.23	c cleaning 23996 clauses out of 48010 with flag 1882188/315001
96.91/47.14	c cleaning 24991 clauses out of 50010 with flag 2041431/341001
105.51/51.47	c cleaning 25997 clauses out of 52017 with flag 2209630/368001
116.71/57.07	c cleaning 26996 clauses out of 54019 with flag 2427849/396000
127.37/62.37	c cleaning 28008 clauses out of 56024 with flag 2631301/425001
139.38/68.37	c cleaning 28998 clauses out of 58013 with flag 2799372/455000
149.97/73.70	c cleaning 30001 clauses out of 60007 with flag 2958892/486000
161.00/79.10	c cleaning 30991 clauses out of 62006 with flag 3124064/518002
174.41/85.88	c cleaning 31995 clauses out of 64010 with flag 3334833/551000
187.68/92.44	c cleaning 32997 clauses out of 66013 with flag 3510522/585000
204.22/100.62	c cleaning 33989 clauses out of 68016 with flag 3744452/620000
219.68/108.39	c cleaning 35012 clauses out of 70029 with flag 3988703/656002
236.32/116.68	c cleaning 35997 clauses out of 72012 with flag 4202731/693000
253.58/125.27	c cleaning 36997 clauses out of 74012 with flag 4415284/731000
270.64/133.72	c cleaning 37993 clauses out of 76006 with flag 4649681/770000
295.89/146.33	c cleaning 38993 clauses out of 78013 with flag 4971654/810000
313.53/155.18	c cleaning 39988 clauses out of 80020 with flag 5277058/851001
334.96/165.87	c cleaning 41003 clauses out of 82030 with flag 5518400/893000
355.98/176.38	c cleaning 42003 clauses out of 84027 with flag 5778363/936001
375.83/186.23	c cleaning 42974 clauses out of 86022 with flag 6069075/980000
397.66/197.17	c cleaning 44016 clauses out of 88045 with flag 6327496/1025001
406.08/201.33	c cleaning 0 clauses out of 11001 with flag 0/11001
418.92/207.75	c cleaning 45006 clauses out of 90027 with flag 6599704/1071000
440.77/218.61	c cleaning 46006 clauses out of 92022 with flag 6882282/1118001
463.20/229.86	c cleaning 46998 clauses out of 94016 with flag 7179141/1166001
488.48/242.48	c cleaning 47976 clauses out of 96005 with flag 7457663/1215000
516.18/256.23	c cleaning 48985 clauses out of 98020 with flag 7745478/1265001
545.89/271.02	c cleaning 50000 clauses out of 100034 with flag 8114521/1316000
574.20/285.19	c cleaning 50988 clauses out of 102025 with flag 8458738/1368001
600.54/298.24	c cleaning 51989 clauses out of 104036 with flag 8758266/1421001
634.12/314.92	c cleaning 53014 clauses out of 106047 with flag 9092345/1475002
667.46/331.79	c cleaning 54016 clauses out of 108031 with flag 9497151/1530000
695.60/345.75	c cleaning 55002 clauses out of 110014 with flag 9876372/1586002
733.42/364.54	c cleaning 55997 clauses out of 112010 with flag 10249004/1643000
774.21/384.86	c cleaning 56997 clauses out of 114012 with flag 10652628/1701000
824.84/410.05	c cleaning 58000 clauses out of 116015 with flag 11006903/1760000
871.02/433.07	c cleaning 58997 clauses out of 118016 with flag 11382078/1820001
904.44/449.60	c cleaning 59999 clauses out of 120019 with flag 11770276/1881001
937.57/466.37	c cleaning 61000 clauses out of 122019 with flag 12128997/1943001
971.53/483.26	c cleaning 61993 clauses out of 124018 with flag 12539963/2006000
1016.57/505.65	c cleaning 62999 clauses out of 126018 with flag 13050016/2070000
1056.75/525.69	c cleaning 63995 clauses out of 128019 with flag 13480211/2135000
1070.43/532.49	c cleaning 0 clauses out of 18000 with flag 0/18000
1112.03/553.13	c cleaning 65002 clauses out of 130024 with flag 13921051/2201000
1167.93/581.00	c cleaning 66004 clauses out of 132023 with flag 14318038/2268001
1213.58/603.60	c cleaning 66991 clauses out of 134020 with flag 14762774/2336002
1260.03/626.72	c cleaning 68006 clauses out of 136025 with flag 15204562/2405001
1303.22/648.46	c cleaning 68995 clauses out of 138019 with flag 15603825/2475001
1344.81/669.13	c cleaning 69991 clauses out of 140023 with flag 16032709/2546000
1392.48/692.89	c cleaning 71003 clauses out of 142032 with flag 16555665/2618000
1454.38/723.67	c cleaning 72002 clauses out of 144030 with flag 17100142/2691001
1510.38/751.54	c cleaning 73002 clauses out of 146026 with flag 17629542/2765000
1562.89/777.61	c cleaning 74008 clauses out of 148027 with flag 18185946/2840003
1630.40/811.25	c cleaning 74999 clauses out of 150016 with flag 18746160/2916000
1686.67/839.52	c cleaning 76002 clauses out of 152016 with flag 19303664/2993000
1748.01/870.10	c cleaning 76997 clauses out of 154013 with flag 19882210/3071000
1800.06/895.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/895.90	c starts		: 6821
1800.06/895.90	c conflicts		: 3139962
1800.06/895.90	c decisions		: 7008868
1800.06/895.90	c propagations		: 162393744
1800.06/895.90	c inspects		: 10236872920
1800.06/895.90	c shortcuts		: 0
1800.06/895.90	c learnt literals	: 128
1800.06/895.90	c learnt binary clauses	: 217
1800.06/895.90	c learnt ternary clauses	: 485
1800.06/895.90	c learnt constraints	: 3139834
1800.06/895.90	c ignored constraints	: 0
1800.06/895.90	c root simplifications	: 0
1800.06/895.90	c removed literals (reason simplification)	: 7548745
1800.06/895.90	c reason swapping (by a shorter reason)	: 0
1800.06/895.90	c Calls to reduceDB	: 74
1800.06/895.90	c Number of update (reduction) of LBD	: 814330
1800.06/895.90	c Imported unit clauses	: 0
1800.06/895.90	c number of reductions to clauses (during analyze)	: 0
1800.06/895.90	c number of learned constraints concerned by reduction	: 0
1800.06/895.90	c number of learning phase by resolution	: 0
1800.06/895.90	c number of learning phase by cutting planes	: 0
1800.06/895.90	c speed (assignments/second)	: 181397.28653162622
1800.06/895.90	c non guided choices	865409
1800.06/895.93	c learnt constraints type 
1800.06/895.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 217
1800.06/895.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 145760
1800.06/895.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/895.93	c starts		: 50
1800.06/895.93	c conflicts		: 23698
1800.06/895.93	c decisions		: 217986
1800.06/895.93	c propagations		: 504123
1800.06/895.93	c inspects		: 612503549
1800.06/895.93	c shortcuts		: 0
1800.06/895.93	c learnt literals	: 0
1800.06/895.93	c learnt binary clauses	: 0
1800.06/895.93	c learnt ternary clauses	: 0
1800.06/895.93	c learnt constraints	: 23697
1800.06/895.93	c ignored constraints	: 0
1800.06/895.93	c root simplifications	: 0
1800.06/895.93	c removed literals (reason simplification)	: 0
1800.06/895.93	c reason swapping (by a shorter reason)	: 0
1800.06/895.93	c Calls to reduceDB	: 3
1800.06/895.93	c Number of update (reduction) of LBD	: 0
1800.06/895.93	c Imported unit clauses	: 0
1800.06/895.93	c number of reductions to clauses (during analyze)	: 0
1800.06/895.93	c number of learned constraints concerned by reduction	: 0
1800.06/895.93	c number of learning phase by resolution	: 0
1800.06/895.93	c number of learning phase by cutting planes	: 0
1800.06/895.93	c speed (assignments/second)	: 563.1029679679289
1800.06/895.93	c non guided choices	0
1800.06/895.94	c learnt constraints type 
1800.06/895.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 35
1800.06/895.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23662
1800.06/895.94	s UNKNOWN
1800.06/895.94	c Total wall clock time (in seconds): 895.813

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-4103950-1466250916/watcher-4103950-1466250916 -o /tmp/evaluation-result-4103950-1466250916/solver-4103950-1466250916 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22107 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103950-1466250916.opb 

pid=24745
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.38 4.40 4.15 4/197 24748
/proc/meminfo: memFree=26474344/32872528 swapFree=1459628/1655852
[pid=24748] ppid=24745 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24748/stat : 24748 (java) D 24745 24748 22091 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 27137148 9515008 175 33554432000 1073741824 1073778376 140733369696960 140733369679688 239873115024 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/24748/statm: 2323 175 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.38 4.40 4.15 4/197 24748
/proc/meminfo: memFree=26474344/32872528 swapFree=1459628/1655852
[pid=24748] ppid=24745 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/24748/stat : 24748 (java) S 24745 24748 22091 0 -1 4202496 4331 0 1 0 6 1 0 0 20 0 18 0 27137148 9787879424 5458 33554432000 1073741824 1073778376 140733713746752 140733713737888 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24748/statm: 2389619 5458 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.20021 s]
/proc/loadavg: 4.38 4.40 4.15 4/197 24748
/proc/meminfo: memFree=26474344/32872528 swapFree=1459628/1655852
[pid=24748] ppid=24745 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/24748/stat : 24748 (java) S 24745 24748 22091 0 -1 4202496 5065 0 1 0 26 2 0 0 20 0 18 0 27137148 9787879424 6959 33554432000 1073741824 1073778376 140733713746752 140733713737888 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24748/statm: 2389619 6959 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300214 s]
/proc/loadavg: 4.38 4.40 4.15 4/197 24748
/proc/meminfo: memFree=26474344/32872528 swapFree=1459628/1655852
[pid=24748] ppid=24745 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/24748/stat : 24748 (java) S 24745 24748 22091 0 -1 4202496 6862 0 1 0 48 2 0 0 20 0 18 0 27137148 9787879424 10035 33554432000 1073741824 1073778376 140733713746752 140733713737888 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24748/statm: 2389619 10045 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700174 s]
/proc/loadavg: 4.38 4.40 4.15 4/197 24748
/proc/meminfo: memFree=26474344/32872528 swapFree=1459628/1655852
[pid=24748] ppid=24745 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/24748/stat : 24748 (java) S 24745 24748 22091 0 -1 4202496 14597 0 1 0 160 5 0 0 20 0 22 0 27137148 10060525568 32885 33554432000 1073741824 1073778376 140733713746752 140733713737888 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24748/statm: 2456183 32885 2261 9 0 2446860 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.38 4.40 4.15 11/219 24770
/proc/meminfo: memFree=26283128/32872528 swapFree=1459628/1655852
[pid=24748] ppid=24745 vsize=9824732 CPUtime=4.24 cores=0,2,4,6
/proc/24748/stat : 24748 (java) S 24745 24748 22091 0 -1 4202496 15297 0 1 0 415 9 0 0 20 0 22 0 27137148 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 140733713737888 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24748/statm: 2456183 49916 2287 9 0 2446860 0
[pid=24748/tid=24750] ppid=24745 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/24748/task/24750/stat : 24750 (java) S 24745 24748 22091 0 -1 4202560 2477 0 1 0 53 3 0 0 20 0 22 0 27137149 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 139975827759992 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24751] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24751/stat : 24751 (java) S 24745 24748 22091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 27137151 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 139975805860392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24752] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24752/stat : 24752 (java) S 24745 24748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27137151 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 139975804807592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24753] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24753/stat : 24753 (java) S 24745 24748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27137151 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 139975601416488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24754] ppid=24745 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24748/task/24754/stat : 24754 (java) S 24745 24748 22091 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 27137151 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 139975600363688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24755] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24755/stat : 24755 (java) S 24745 24748 22091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27137151 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 139975599311912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24756] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24756/stat : 24756 (java) S 24745 24748 22091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 27137151 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 139975598259112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24757] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24757/stat : 24757 (java) S 24745 24748 22091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27137151 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 139975597206312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24758] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24758/stat : 24758 (java) S 24745 24748 22091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27137151 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 139975596153512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24759] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24759/stat : 24759 (java) S 24745 24748 22091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 27137152 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 139975583955432 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24760] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24760/stat : 24760 (java) S 24745 24748 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27137152 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 139975582901496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24761] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24761/stat : 24761 (java) S 24745 24748 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27137152 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 139975581848584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24762] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24762/stat : 24762 (java) S 24745 24748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27137155 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 139975580797072 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24763] ppid=24745 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/24748/task/24763/stat : 24763 (java) S 24745 24748 22091 0 -1 4202560 6139 0 0 0 91 2 0 0 20 0 22 0 27137155 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 139975579745208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24764] ppid=24745 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/24748/task/24764/stat : 24764 (java) S 24745 24748 22091 0 -1 4202560 5202 0 0 0 92 0 0 0 20 0 22 0 27137155 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 139975578692408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24765] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24765/stat : 24765 (java) S 24745 24748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27137155 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 139975577639800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24766] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24766/stat : 24766 (java) S 24745 24748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27137155 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 139975576587208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24767] ppid=24745 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/24748/task/24767/stat : 24767 (java) R 24745 24748 22091 0 -1 4202560 25 0 0 0 82 0 0 0 20 0 22 0 27137209 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 139975575532296 139975686272880 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24768] ppid=24745 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/24748/task/24768/stat : 24768 (java) R 24745 24748 22091 0 -1 4202560 50 0 0 0 82 1 0 0 20 0 22 0 27137209 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 139975574478792 139975686136268 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24769] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24769/stat : 24769 (java) S 24745 24748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27137215 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 139975573427112 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24770] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24770/stat : 24770 (java) S 24745 24748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27137215 10060525568 49916 33554432000 1073741824 1073778376 140733713746752 139975572374312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.38 4.40 4.15 6/219 24770
/proc/meminfo: memFree=26258492/32872528 swapFree=1459628/1655852
[pid=24748] ppid=24745 vsize=9824732 CPUtime=8.03 cores=0,2,4,6
/proc/24748/stat : 24748 (java) S 24745 24748 22091 0 -1 4202496 16348 0 1 0 786 17 0 0 20 0 22 0 27137148 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 140733713737888 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24748/statm: 2456183 88827 2291 9 0 2446860 0
[pid=24748/tid=24750] ppid=24745 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/24748/task/24750/stat : 24750 (java) S 24745 24748 22091 0 -1 4202560 2477 0 1 0 53 3 0 0 20 0 22 0 27137149 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 139975827759992 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24751] ppid=24745 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24748/task/24751/stat : 24751 (java) S 24745 24748 22091 0 -1 4202560 116 0 0 0 4 0 0 0 20 0 22 0 27137151 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 139975805860392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24752] ppid=24745 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24748/task/24752/stat : 24752 (java) S 24745 24748 22091 0 -1 4202560 95 0 0 0 2 2 0 0 20 0 22 0 27137151 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 139975804807592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24753] ppid=24745 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24748/task/24753/stat : 24753 (java) S 24745 24748 22091 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 27137151 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 139975601416488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24754] ppid=24745 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24748/task/24754/stat : 24754 (java) S 24745 24748 22091 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 22 0 27137151 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 139975600363688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24755] ppid=24745 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24748/task/24755/stat : 24755 (java) S 24745 24748 22091 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 27137151 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 139975599311912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24756] ppid=24745 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24748/task/24756/stat : 24756 (java) S 24745 24748 22091 0 -1 4202560 103 0 0 0 2 0 0 0 20 0 22 0 27137151 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 139975598259112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24757] ppid=24745 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24748/task/24757/stat : 24757 (java) S 24745 24748 22091 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 27137151 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 139975597206312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24758] ppid=24745 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24748/task/24758/stat : 24758 (java) S 24745 24748 22091 0 -1 4202560 117 0 0 0 2 0 0 0 20 0 22 0 27137151 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 139975596153512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24759] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24759/stat : 24759 (java) S 24745 24748 22091 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 27137152 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 139975583955432 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24760] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24760/stat : 24760 (java) S 24745 24748 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27137152 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 139975582901496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24761] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24761/stat : 24761 (java) S 24745 24748 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27137152 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 139975581848584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24762] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24762/stat : 24762 (java) S 24745 24748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27137155 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 139975580797072 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24763] ppid=24745 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/24748/task/24763/stat : 24763 (java) S 24745 24748 22091 0 -1 4202560 6543 0 0 0 129 2 0 0 20 0 22 0 27137155 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 139975579745208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24764] ppid=24745 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/24748/task/24764/stat : 24764 (java) S 24745 24748 22091 0 -1 4202560 5206 0 0 0 103 0 0 0 20 0 22 0 27137155 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 139975578692408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24765] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24765/stat : 24765 (java) S 24745 24748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27137155 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 139975577639800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24766] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24766/stat : 24766 (java) S 24745 24748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27137155 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 139975576587208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24767] ppid=24745 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/24748/task/24767/stat : 24767 (java) R 24745 24748 22091 0 -1 4202560 27 0 0 0 234 0 0 0 20 0 22 0 27137209 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 139975575532280 139975686074784 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24768] ppid=24745 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/24748/task/24768/stat : 24768 (java) R 24745 24748 22091 0 -1 4202560 103 0 0 0 231 3 0 0 20 0 22 0 27137209 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 139975574478784 139975686293986 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24769] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24769/stat : 24769 (java) S 24745 24748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27137215 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 139975573427112 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24770] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24770/stat : 24770 (java) S 24745 24748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27137215 10060525568 88827 33554432000 1073741824 1073778376 140733713746752 139975572374312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.35 4.40 4.14 5/219 24770
/proc/meminfo: memFree=25853944/32872528 swapFree=1459628/1655852
[pid=24748] ppid=24745 vsize=9824732 CPUtime=14.68 cores=0,2,4,6
/proc/24748/stat : 24748 (java) S 24745 24748 22091 0 -1 4202496 17141 0 1 0 1436 32 0 0 20 0 22 0 27137148 10060525568 164451 33554432000 1073741824 1073778376 140733713746752 140733713737888 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24748/statm: 2456183 164451 2291 9 0 2446860 0
[pid=24748/tid=24750] ppid=24745 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/24748/task/24750/stat : 24750 (java) S 24745 24748 22091 0 -1 4202560 2477 0 1 0 53 3 0 0 20 0 22 0 27137149 10060525568 164451 33554432000 1073741824 1073778376 140733713746752 139975827759992 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24751] ppid=24745 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/24748/task/24751/stat : 24751 (java) S 24745 24748 22091 0 -1 4202560 174 0 0 0 10 4 0 0 20 0 22 0 27137151 10060525568 164451 33554432000 1073741824 1073778376 140733713746752 139975805860392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24752] ppid=24745 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/24748/task/24752/stat : 24752 (java) S 24745 24748 22091 0 -1 4202560 114 0 0 0 7 2 0 0 20 0 22 0 27137151 10060525568 164451 33554432000 1073741824 1073778376 140733713746752 139975804807592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24753] ppid=24745 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24748/task/24753/stat : 24753 (java) S 24745 24748 22091 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 22 0 27137151 10060525568 164451 33554432000 1073741824 1073778376 140733713746752 139975601416488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24754] ppid=24745 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/24748/task/24754/stat : 24754 (java) S 24745 24748 22091 0 -1 4202560 62 0 0 0 6 3 0 0 20 0 22 0 27137151 10060525568 164451 33554432000 1073741824 1073778376 140733713746752 139975600363688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24755] ppid=24745 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/24748/task/24755/stat : 24755 (java) S 24745 24748 22091 0 -1 4202560 54 0 0 0 6 3 0 0 20 0 22 0 27137151 10060525568 164451 33554432000 1073741824 1073778376 140733713746752 139975599311912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24756] ppid=24745 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24748/task/24756/stat : 24756 (java) S 24745 24748 22091 0 -1 4202560 115 0 0 0 4 1 0 0 20 0 22 0 27137151 10060525568 164451 33554432000 1073741824 1073778376 140733713746752 139975598259112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24757] ppid=24745 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/24748/task/24757/stat : 24757 (java) S 24745 24748 22091 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 22 0 27137151 10060525568 164451 33554432000 1073741824 1073778376 140733713746752 139975597206312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24758] ppid=24745 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/24748/task/24758/stat : 24758 (java) S 24745 24748 22091 0 -1 4202560 174 0 0 0 8 2 0 0 20 0 22 0 27137151 10060525568 164451 33554432000 1073741824 1073778376 140733713746752 139975596153512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24759] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24759/stat : 24759 (java) S 24745 24748 22091 0 -1 4202560 458 0 0 0 0 0 0 0 20 0 22 0 27137152 10060525568 164451 33554432000 1073741824 1073778376 140733713746752 139975583955432 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24760] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24760/stat : 24760 (java) S 24745 24748 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27137152 10060525568 164451 33554432000 1073741824 1073778376 140733713746752 139975582901496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24761] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24761/stat : 24761 (java) S 24745 24748 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27137152 10060525568 164451 33554432000 1073741824 1073778376 140733713746752 139975581848584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24762] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24762/stat : 24762 (java) S 24745 24748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27137155 10060525568 164451 33554432000 1073741824 1073778376 140733713746752 139975580797072 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24763] ppid=24745 vsize=9824732 CPUtime=1.32 cores=0,2,4,6

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

/proc/24748/task/24753/stat : 24753 (java) S 24745 24748 22091 0 -1 4202560 403 0 0 0 235 8 0 0 20 0 22 0 27137151 10060525568 482170 33554432000 1073741824 1073778376 140733713746752 139975601416488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24754] ppid=24745 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/24748/task/24754/stat : 24754 (java) S 24745 24748 22091 0 -1 4202560 484 0 0 0 229 11 0 0 20 0 22 0 27137151 10060525568 482170 33554432000 1073741824 1073778376 140733713746752 139975600363688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24755] ppid=24745 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/24748/task/24755/stat : 24755 (java) S 24745 24748 22091 0 -1 4202560 465 0 0 0 221 10 0 0 20 0 22 0 27137151 10060525568 482170 33554432000 1073741824 1073778376 140733713746752 139975599311912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24756] ppid=24745 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/24748/task/24756/stat : 24756 (java) S 24745 24748 22091 0 -1 4202560 480 0 0 0 237 7 0 0 20 0 22 0 27137151 10060525568 482170 33554432000 1073741824 1073778376 140733713746752 139975598259112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24757] ppid=24745 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/24748/task/24757/stat : 24757 (java) S 24745 24748 22091 0 -1 4202560 502 0 0 0 233 10 0 0 20 0 22 0 27137151 10060525568 482170 33554432000 1073741824 1073778376 140733713746752 139975597206312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24758] ppid=24745 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/24748/task/24758/stat : 24758 (java) S 24745 24748 22091 0 -1 4202560 611 0 0 0 236 8 0 0 20 0 22 0 27137151 10060525568 482170 33554432000 1073741824 1073778376 140733713746752 139975596153512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24759] ppid=24745 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/24748/task/24759/stat : 24759 (java) S 24745 24748 22091 0 -1 4202560 1833 0 0 0 196 21 0 0 20 0 22 0 27137152 10060525568 482170 33554432000 1073741824 1073778376 140733713746752 139975583955432 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24760] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24760/stat : 24760 (java) S 24745 24748 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27137152 10060525568 482170 33554432000 1073741824 1073778376 140733713746752 139975582901496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24761] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24761/stat : 24761 (java) S 24745 24748 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27137152 10060525568 482170 33554432000 1073741824 1073778376 140733713746752 139975581848584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24762] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24762/stat : 24762 (java) S 24745 24748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27137155 10060525568 482170 33554432000 1073741824 1073778376 140733713746752 139975580797072 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24763] ppid=24745 vsize=9824732 CPUtime=1.41 cores=0,2,4,6
/proc/24748/task/24763/stat : 24763 (java) S 24745 24748 22091 0 -1 4202560 6565 0 0 0 139 2 0 0 20 0 22 0 27137155 10060525568 482170 33554432000 1073741824 1073778376 140733713746752 139975579745208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24764] ppid=24745 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/24748/task/24764/stat : 24764 (java) S 24745 24748 22091 0 -1 4202560 11873 0 0 0 159 2 0 0 20 0 22 0 27137155 10060525568 482170 33554432000 1073741824 1073778376 140733713746752 139975578692408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24765] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24765/stat : 24765 (java) S 24745 24748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27137155 10060525568 482170 33554432000 1073741824 1073778376 140733713746752 139975577639800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24766] ppid=24745 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/24748/task/24766/stat : 24766 (java) S 24745 24748 22091 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 22 0 27137155 10060525568 482170 33554432000 1073741824 1073778376 140733713746752 139975576587208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24767] ppid=24745 vsize=9824732 CPUtime=871.58 cores=0,2,4,6
/proc/24748/task/24767/stat : 24767 (java) R 24745 24748 22091 0 -1 4202560 178 0 0 0 87143 15 0 0 20 0 22 0 27137209 10060525568 482170 33554432000 1073741824 1073778376 140733713746752 139975575530288 139975686151504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24768] ppid=24745 vsize=9824732 CPUtime=871.53 cores=0,2,4,6
/proc/24748/task/24768/stat : 24768 (java) R 24745 24748 22091 0 -1 4202560 1955 0 0 0 87104 49 0 0 20 0 22 0 27137209 10060525568 482170 33554432000 1073741824 1073778376 140733713746752 139975574478096 139975686136153 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24769] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24769/stat : 24769 (java) S 24745 24748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27137215 10060525568 482170 33554432000 1073741824 1073778376 140733713746752 139975573427112 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24770] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24770/stat : 24770 (java) S 24745 24748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27137215 10060525568 482170 33554432000 1073741824 1073778376 140733713746752 139975572374312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1772.73
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.901 s]
/proc/loadavg: 4.50 4.41 4.26 5/220 24959
/proc/meminfo: memFree=25045752/32872528 swapFree=1459628/1655852
[pid=24748] ppid=24745 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/24748/stat : 24748 (java) S 24745 24748 22091 0 -1 4202496 30302 0 1 0 179845 161 0 0 20 0 22 0 27137148 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 140733713737888 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24748/statm: 2456183 479341 2300 9 0 2446860 0
[pid=24748/tid=24750] ppid=24745 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/24748/task/24750/stat : 24750 (java) S 24745 24748 22091 0 -1 4202560 2490 0 1 0 56 5 0 0 20 0 22 0 27137149 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975827759992 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24751] ppid=24745 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/24748/task/24751/stat : 24751 (java) S 24745 24748 22091 0 -1 4202560 664 0 0 0 244 10 0 0 20 0 22 0 27137151 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975805860392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24752] ppid=24745 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/24748/task/24752/stat : 24752 (java) S 24745 24748 22091 0 -1 4202560 480 0 0 0 221 9 0 0 20 0 22 0 27137151 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975804807592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24753] ppid=24745 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/24748/task/24753/stat : 24753 (java) S 24745 24748 22091 0 -1 4202560 403 0 0 0 238 8 0 0 20 0 22 0 27137151 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975601416488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24754] ppid=24745 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/24748/task/24754/stat : 24754 (java) S 24745 24748 22091 0 -1 4202560 484 0 0 0 234 11 0 0 20 0 22 0 27137151 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975600363688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24755] ppid=24745 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/24748/task/24755/stat : 24755 (java) S 24745 24748 22091 0 -1 4202560 465 0 0 0 225 10 0 0 20 0 22 0 27137151 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975599311912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24756] ppid=24745 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/24748/task/24756/stat : 24756 (java) S 24745 24748 22091 0 -1 4202560 480 0 0 0 243 7 0 0 20 0 22 0 27137151 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975598259112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24757] ppid=24745 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/24748/task/24757/stat : 24757 (java) S 24745 24748 22091 0 -1 4202560 502 0 0 0 237 10 0 0 20 0 22 0 27137151 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975597206312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24758] ppid=24745 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/24748/task/24758/stat : 24758 (java) S 24745 24748 22091 0 -1 4202560 611 0 0 0 239 8 0 0 20 0 22 0 27137151 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975596153512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24759] ppid=24745 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/24748/task/24759/stat : 24759 (java) S 24745 24748 22091 0 -1 4202560 1833 0 0 0 196 22 0 0 20 0 22 0 27137152 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975583955432 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24760] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24760/stat : 24760 (java) S 24745 24748 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27137152 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975582901496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24761] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24761/stat : 24761 (java) S 24745 24748 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27137152 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975581848584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24762] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24762/stat : 24762 (java) S 24745 24748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27137155 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975580797072 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24763] ppid=24745 vsize=9824732 CPUtime=1.41 cores=0,2,4,6
/proc/24748/task/24763/stat : 24763 (java) S 24745 24748 22091 0 -1 4202560 6565 0 0 0 139 2 0 0 20 0 22 0 27137155 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975579745208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24764] ppid=24745 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/24748/task/24764/stat : 24764 (java) S 24745 24748 22091 0 -1 4202560 11873 0 0 0 159 2 0 0 20 0 22 0 27137155 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975578692408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24765] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24765/stat : 24765 (java) S 24745 24748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27137155 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975577639800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24766] ppid=24745 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/24748/task/24766/stat : 24766 (java) S 24745 24748 22091 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 27137155 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975576587208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24767] ppid=24745 vsize=9824732 CPUtime=885.03 cores=0,2,4,6
/proc/24748/task/24767/stat : 24767 (java) R 24745 24748 22091 0 -1 4202560 180 0 0 0 88488 15 0 0 20 0 22 0 27137209 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975575530288 139975686413436 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24768] ppid=24745 vsize=9824732 CPUtime=884.97 cores=0,2,4,6
/proc/24748/task/24768/stat : 24768 (java) R 24745 24748 22091 0 -1 4202560 1956 0 0 0 88448 49 0 0 20 0 22 0 27137209 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975574478240 139975685807006 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24769] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24769/stat : 24769 (java) S 24745 24748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27137215 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975573427112 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24770] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24770/stat : 24770 (java) S 24745 24748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27137215 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975572374312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 24748 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.901 s]
/proc/loadavg: 4.50 4.41 4.26 5/220 24959
/proc/meminfo: memFree=25045752/32872528 swapFree=1459628/1655852
[pid=24748] ppid=24745 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/24748/stat : 24748 (java) S 24745 24748 22091 0 -1 4202496 30302 0 1 0 179845 161 0 0 20 0 22 0 27137148 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 140733713737888 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24748/statm: 2456183 479341 2300 9 0 2446860 0
[pid=24748/tid=24750] ppid=24745 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/24748/task/24750/stat : 24750 (java) S 24745 24748 22091 0 -1 4202560 2490 0 1 0 56 5 0 0 20 0 22 0 27137149 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975827759992 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24751] ppid=24745 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/24748/task/24751/stat : 24751 (java) S 24745 24748 22091 0 -1 4202560 664 0 0 0 244 10 0 0 20 0 22 0 27137151 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975805860392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24752] ppid=24745 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/24748/task/24752/stat : 24752 (java) S 24745 24748 22091 0 -1 4202560 480 0 0 0 221 9 0 0 20 0 22 0 27137151 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975804807592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24753] ppid=24745 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/24748/task/24753/stat : 24753 (java) S 24745 24748 22091 0 -1 4202560 403 0 0 0 238 8 0 0 20 0 22 0 27137151 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975601416488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24754] ppid=24745 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/24748/task/24754/stat : 24754 (java) S 24745 24748 22091 0 -1 4202560 484 0 0 0 234 11 0 0 20 0 22 0 27137151 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975600363688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24755] ppid=24745 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/24748/task/24755/stat : 24755 (java) S 24745 24748 22091 0 -1 4202560 465 0 0 0 225 10 0 0 20 0 22 0 27137151 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975599311912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24756] ppid=24745 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/24748/task/24756/stat : 24756 (java) S 24745 24748 22091 0 -1 4202560 480 0 0 0 243 7 0 0 20 0 22 0 27137151 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975598259112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24757] ppid=24745 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/24748/task/24757/stat : 24757 (java) S 24745 24748 22091 0 -1 4202560 502 0 0 0 237 10 0 0 20 0 22 0 27137151 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975597206312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24758] ppid=24745 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/24748/task/24758/stat : 24758 (java) S 24745 24748 22091 0 -1 4202560 611 0 0 0 239 8 0 0 20 0 22 0 27137151 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975596153512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24759] ppid=24745 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/24748/task/24759/stat : 24759 (java) S 24745 24748 22091 0 -1 4202560 1833 0 0 0 196 22 0 0 20 0 22 0 27137152 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975583955432 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24760] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24760/stat : 24760 (java) S 24745 24748 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27137152 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975582901496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24761] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24761/stat : 24761 (java) S 24745 24748 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27137152 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975581848584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24762] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24762/stat : 24762 (java) S 24745 24748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27137155 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975580797072 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24748/tid=24763] ppid=24745 vsize=9824732 CPUtime=1.41 cores=0,2,4,6
/proc/24748/task/24763/stat : 24763 (java) S 24745 24748 22091 0 -1 4202560 6565 0 0 0 139 2 0 0 20 0 22 0 27137155 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975579745208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24764] ppid=24745 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/24748/task/24764/stat : 24764 (java) S 24745 24748 22091 0 -1 4202560 11873 0 0 0 159 2 0 0 20 0 22 0 27137155 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975578692408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24748/tid=24765] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24765/stat : 24765 (java) S 24745 24748 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27137155 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975577639800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24766] ppid=24745 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/24748/task/24766/stat : 24766 (java) S 24745 24748 22091 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 27137155 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975576587208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24767] ppid=24745 vsize=9824732 CPUtime=885.03 cores=0,2,4,6
/proc/24748/task/24767/stat : 24767 (java) R 24745 24748 22091 0 -1 4202560 180 0 0 0 88488 15 0 0 20 0 22 0 27137209 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975575530288 139975686413436 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24748/tid=24768] ppid=24745 vsize=9824732 CPUtime=884.97 cores=0,2,4,6
/proc/24748/task/24768/stat : 24768 (java) R 24745 24748 22091 0 -1 4202560 1956 0 0 0 88448 49 0 0 20 0 22 0 27137209 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975574478240 139975685807006 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24769] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24769/stat : 24769 (java) S 24745 24748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27137215 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975573427112 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24748/tid=24770] ppid=24745 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24748/task/24770/stat : 24770 (java) S 24745 24748 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27137215 10060525568 479341 33554432000 1073741824 1073778376 140733713746752 139975572374312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24748 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=47263
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=23692
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.965
CPU time (s): 1800.06
CPU user time (s): 1798.45
CPU system time (s): 1.61
CPU usage (%): 200.907
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.05
system time used= 2.02369
maximum resident set size= 2910608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30337
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29520
involuntary context switches= 39853

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.95509 second user time and 7.05293 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 13:55:16
IDJOB=4103950
IDBENCH=2514
IDSOLVER=2543
FILE ID=node136/4103950-1466250916
RUNJOBID= node136-1466240588-22107
PBS_JOBID= 19918192
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-tr12-30.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103950-1466250916/watcher-4103950-1466250916 -o /tmp/evaluation-result-4103950-1466250916/solver-4103950-1466250916 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22107 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103950-1466250916.opb

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

MD5SUM BENCH= 707da2ebfa2e9fe97fe57c41e089cde1
RANDOM SEED=603646810

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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:        26475252 kB
Buffers:           14916 kB
Cached:            97200 kB
SwapCached:        47324 kB
Active:          3910724 kB
Inactive:         116220 kB
Active(anon):    3870224 kB
Inactive(anon):    47248 kB
Active(file):      40500 kB
Inactive(file):    68972 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67054628 kB
Dirty:              1696 kB
Writeback:             0 kB
AnonPages:       5527504 kB
Mapped:            16912 kB
Shmem:                 0 kB
Slab:             569648 kB
SReclaimable:      13640 kB
SUnreclaim:       556008 kB
KernelStack:        1600 kB
PageTables:        14680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5900924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4007936 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 node136 at 2016-06-18 14:10:12