Trace number 4080529

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.81 896.588

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K148.opb
MD5SUM75849fe0d0ba66aaca3a2fe3a07c685a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables17612
Total number of constraints17910
Number of constraints which are clauses17762
Number of constraints which are cardinality constraints (but not clauses)148
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint148
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 149
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4080529-1465283956.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  no objective function found
1.86/0.88	c ... done. Wall clock time 0.753s.
1.86/0.88	c declared #vars     17612
1.86/0.88	c #constraints  17910
1.86/0.89	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.86/0.89	c constraints type 
1.86/0.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15849
1.86/0.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 148
1.86/0.89	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.86/0.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1911
1.86/0.89	c 17910 constraints processed.
1.86/0.89	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.86/0.89	c constraints type 
1.86/0.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1911
1.86/0.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15849
1.86/0.89	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 148
1.86/0.89	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.86/0.89	c 17910 constraints processed.
9.64/3.63	c cleaning 2484 clauses out of 4994 with flag 22590/5002
14.90/6.18	c cleaning 4228 clauses out of 8505 with flag 53931/11001
21.60/9.42	c cleaning 5628 clauses out of 11272 with flag 91172/18000
28.71/12.98	c cleaning 6808 clauses out of 13632 with flag 133889/26000
37.24/17.14	c cleaning 7909 clauses out of 15824 with flag 181747/35000
46.76/21.85	c cleaning 8449 clauses out of 17912 with flag 232136/45001
56.96/26.96	c cleaning 9120 clauses out of 20458 with flag 286229/56000
68.90/32.80	c cleaning 9782 clauses out of 23334 with flag 347872/68000
81.24/38.95	c cleaning 10702 clauses out of 26550 with flag 414712/81000
94.65/45.65	c cleaning 11436 clauses out of 29848 with flag 483960/95000
110.05/53.33	c cleaning 12200 clauses out of 33407 with flag 560942/110002
127.13/61.71	c cleaning 13183 clauses out of 37204 with flag 640729/126000
146.12/71.18	c cleaning 14054 clauses out of 41018 with flag 732315/143000
165.83/80.96	c cleaning 14720 clauses out of 44963 with flag 825127/161001
187.31/91.60	c cleaning 15633 clauses out of 49237 with flag 927177/180000
210.55/103.50	c cleaning 16322 clauses out of 53602 with flag 1035318/200000
233.87/115.17	c cleaning 17242 clauses out of 58276 with flag 1150259/221002
259.21/127.75	c cleaning 18008 clauses out of 63030 with flag 1272593/243000
284.50/140.37	c cleaning 18852 clauses out of 68021 with flag 1398587/266000
314.02/155.01	c cleaning 20008 clauses out of 73165 with flag 1529583/290000
342.47/169.19	c cleaning 20739 clauses out of 78156 with flag 1665298/315000
365.02/180.35	c cleaning 0 clauses out of 5000 with flag 0/5000
374.84/185.15	c cleaning 21662 clauses out of 83415 with flag 1807571/341000
408.69/202.44	c cleaning 22706 clauses out of 88752 with flag 1953029/368001
442.39/219.25	c cleaning 23437 clauses out of 94040 with flag 2111227/396000
479.84/237.80	c cleaning 24273 clauses out of 99601 with flag 2277949/425001
516.13/255.95	c cleaning 24669 clauses out of 105324 with flag 2443838/455000
555.51/275.51	c cleaning 26189 clauses out of 111652 with flag 2617112/486000
596.42/295.88	c cleaning 26491 clauses out of 117460 with flag 2801461/518000
636.47/315.75	c cleaning 27201 clauses out of 123969 with flag 2993908/551001
684.62/339.56	c cleaning 28661 clauses out of 130763 with flag 3194928/585000
726.06/360.17	c cleaning 29489 clauses out of 137102 with flag 3405498/620001
773.82/384.61	c cleaning 30177 clauses out of 143611 with flag 3616156/656001
828.03/411.66	c cleaning 30614 clauses out of 150431 with flag 3842176/693003
883.92/439.39	c cleaning 32239 clauses out of 157815 with flag 4073584/731001
940.49/467.43	c cleaning 33007 clauses out of 164572 with flag 4309326/770000
1000.18/497.06	c cleaning 33625 clauses out of 171562 with flag 4556049/810000
1065.46/529.40	c cleaning 34471 clauses out of 178936 with flag 4810531/851000
1129.39/561.23	c cleaning 35127 clauses out of 186464 with flag 5079896/893000
1191.35/592.09	c cleaning 36321 clauses out of 194335 with flag 5342363/936001
1255.45/623.88	c cleaning 36870 clauses out of 202012 with flag 5621613/980000
1327.79/659.55	c cleaning 37936 clauses out of 210141 with flag 5915892/1025001
1397.56/694.21	c cleaning 39056 clauses out of 218200 with flag 6213122/1071000
1462.31/726.55	c cleaning 40038 clauses out of 226137 with flag 6518909/1118000
1529.89/760.38	c cleaning 41053 clauses out of 234096 with flag 6826071/1166000
1598.90/794.87	c cleaning 41442 clauses out of 242042 with flag 7158054/1215000
1670.69/830.61	c cleaning 42315 clauses out of 250596 with flag 7496666/1265000
1749.89/870.23	c cleaning 43705 clauses out of 259280 with flag 7841172/1316000
1800.10/896.51	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/896.51	c starts		: 7962
1800.10/896.51	c conflicts		: 1350990
1800.10/896.51	c decisions		: 36745622
1800.10/896.51	c propagations		: 1147320866
1800.10/896.51	c inspects		: 3141124975
1800.10/896.51	c shortcuts		: 0
1800.10/896.51	c learnt literals	: 145
1800.10/896.51	c learnt binary clauses	: 93170
1800.10/896.51	c learnt ternary clauses	: 84917
1800.10/896.51	c learnt constraints	: 1350845
1800.10/896.51	c ignored constraints	: 0
1800.10/896.51	c root simplifications	: 0
1800.10/896.51	c removed literals (reason simplification)	: 11041672
1800.10/896.51	c reason swapping (by a shorter reason)	: 0
1800.10/896.51	c Calls to reduceDB	: 47
1800.10/896.51	c Number of update (reduction) of LBD	: 963928
1800.10/896.51	c Imported unit clauses	: 0
1800.10/896.51	c number of reductions to clauses (during analyze)	: 0
1800.10/896.51	c number of learned constraints concerned by reduction	: 0
1800.10/896.51	c number of learning phase by resolution	: 0
1800.10/896.51	c number of learning phase by cutting planes	: 0
1800.10/896.51	c speed (assignments/second)	: 1281069.663107026
1800.10/896.51	c non guided choices	20610
1800.10/896.56	c learnt constraints type 
1800.10/896.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 93170
1800.10/896.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 157394
1800.10/896.56	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/896.56	c starts		: 31
1800.10/896.56	c conflicts		: 8744
1800.10/896.56	c decisions		: 169794
1800.10/896.56	c propagations		: 10608204
1800.10/896.56	c inspects		: 675253325
1800.10/896.56	c shortcuts		: 0
1800.10/896.56	c learnt literals	: 0
1800.10/896.56	c learnt binary clauses	: 0
1800.10/896.56	c learnt ternary clauses	: 35
1800.10/896.56	c learnt constraints	: 8743
1800.10/896.56	c ignored constraints	: 0
1800.10/896.56	c root simplifications	: 0
1800.10/896.56	c removed literals (reason simplification)	: 0
1800.10/896.56	c reason swapping (by a shorter reason)	: 0
1800.10/896.56	c Calls to reduceDB	: 1
1800.10/896.56	c Number of update (reduction) of LBD	: 0
1800.10/896.56	c Imported unit clauses	: 0
1800.10/896.56	c number of reductions to clauses (during analyze)	: 0
1800.10/896.56	c number of learned constraints concerned by reduction	: 0
1800.10/896.56	c number of learning phase by resolution	: 0
1800.10/896.56	c number of learning phase by cutting planes	: 0
1800.10/896.56	c speed (assignments/second)	: 11844.166458251455
1800.10/896.56	c non guided choices	1541
1800.10/896.56	c learnt constraints type 
1800.10/896.56	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 458
1800.10/896.56	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1652
1800.10/896.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6633
1800.10/896.56	s UNKNOWN
1800.10/896.56	c Total wall clock time (in seconds): 896.435

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-4080529-1465283956/watcher-4080529-1465283956 -o /tmp/evaluation-result-4080529-1465283956/solver-4080529-1465283956 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465277942-23732 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080529-1465283956.opb 

pid=24866
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.72 4.34 4.23 4/197 24869
/proc/meminfo: memFree=26566976/32872528 swapFree=15784/1434320
[pid=24869] ppid=24866 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24869/stat : 24869 (java) D 24866 24869 23715 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 110328874 9515008 182 33554432000 1073741824 1073778376 140734227438720 140734227429752 214369648309 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/24869/statm: 2323 182 140 9 0 71 0

[startup+0.100123 s]
/proc/loadavg: 4.72 4.34 4.23 4/197 24869
/proc/meminfo: memFree=26566976/32872528 swapFree=15784/1434320
[pid=24869] ppid=24866 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/24869/stat : 24869 (java) S 24866 24869 23715 0 -1 4202496 4372 0 1 0 7 1 0 0 20 0 18 0 110328874 9787879424 5483 33554432000 1073741824 1073778376 140735885656304 140735885647440 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24869/statm: 2389619 5487 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200278 s]
/proc/loadavg: 4.72 4.34 4.23 4/197 24869
/proc/meminfo: memFree=26566976/32872528 swapFree=15784/1434320
[pid=24869] ppid=24866 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/24869/stat : 24869 (java) S 24866 24869 23715 0 -1 4202496 5646 0 1 0 24 1 0 0 20 0 18 0 110328874 9787879424 7427 33554432000 1073741824 1073778376 140735885656304 140735885647440 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24869/statm: 2389619 7436 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30031 s]
/proc/loadavg: 4.72 4.34 4.23 4/197 24869
/proc/meminfo: memFree=26566976/32872528 swapFree=15784/1434320
[pid=24869] ppid=24866 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/24869/stat : 24869 (java) S 24866 24869 23715 0 -1 4202496 7146 0 1 0 52 2 0 0 20 0 18 0 110328874 9787879424 10761 33554432000 1073741824 1073778376 140735885656304 140735885647440 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24869/statm: 2389619 10761 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.70028 s]
/proc/loadavg: 4.72 4.34 4.23 4/197 24869
/proc/meminfo: memFree=26566976/32872528 swapFree=15784/1434320
[pid=24869] ppid=24866 vsize=9558476 CPUtime=1.56 cores=1,3,5,7
/proc/24869/stat : 24869 (java) S 24866 24869 23715 0 -1 4202496 20927 0 1 0 150 6 0 0 20 0 18 0 110328874 9787879424 40524 33554432000 1073741824 1073778376 140735885656304 140735885647440 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24869/statm: 2389619 40524 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9558476

[startup+1.50088 s]
/proc/loadavg: 4.72 4.34 4.23 7/219 24891
/proc/meminfo: memFree=26366084/32872528 swapFree=15784/1434320
[pid=24869] ppid=24866 vsize=9824732 CPUtime=4.59 cores=1,3,5,7
/proc/24869/stat : 24869 (java) S 24866 24869 23715 0 -1 4202496 28103 0 1 0 450 9 0 0 20 0 22 0 110328874 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140735885647440 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24869/statm: 2456183 54290 2281 9 0 2446860 0
[pid=24869/tid=24871] ppid=24866 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/24869/task/24871/stat : 24871 (java) S 24866 24869 23715 0 -1 4202560 2483 0 1 0 79 3 0 0 20 0 22 0 110328875 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140034310988664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24872] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24872/stat : 24872 (java) S 24866 24869 23715 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110328876 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140034272479656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24873] ppid=24866 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24869/task/24873/stat : 24873 (java) S 24866 24869 23715 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 110328876 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140034271427112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24874] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24874/stat : 24874 (java) S 24866 24869 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110328876 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140034270374056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24875] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24875/stat : 24875 (java) S 24866 24869 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110328876 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140034269321512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24876] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24876/stat : 24876 (java) S 24866 24869 23715 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 110328876 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140034268269480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24877] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24877/stat : 24877 (java) S 24866 24869 23715 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110328876 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140034267216936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24878] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24878/stat : 24878 (java) S 24866 24869 23715 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110328876 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140034266163880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24879] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24879/stat : 24879 (java) S 24866 24869 23715 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110328876 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140034265111336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24880] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24880/stat : 24880 (java) S 24866 24869 23715 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 110328877 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140034135017832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24869/tid=24881] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24881/stat : 24881 (java) S 24866 24869 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110328878 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140034133964152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24882] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24882/stat : 24882 (java) S 24866 24869 23715 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110328878 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140034132910984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24883] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24883/stat : 24883 (java) S 24866 24869 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110328881 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140034131859728 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24869/tid=24884] ppid=24866 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/24869/task/24884/stat : 24884 (java) R 24866 24869 23715 0 -1 4202560 13361 0 0 0 120 3 0 0 20 0 22 0 110328881 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140034130795360 140034315105713 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24869/tid=24885] ppid=24866 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/24869/task/24885/stat : 24885 (java) R 24866 24869 23715 0 -1 4202560 10821 0 0 0 117 2 0 0 20 0 22 0 110328881 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140034129742576 140034317963020 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24886] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24886/stat : 24886 (java) S 24866 24869 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110328881 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140034128702200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24887] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24887/stat : 24887 (java) S 24866 24869 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110328881 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140034127649864 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24869/tid=24888] ppid=24866 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/24869/task/24888/stat : 24888 (java) R 24866 24869 23715 0 -1 4202560 17 0 0 0 58 0 0 0 20 0 22 0 110328963 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140034126595072 140034138419292 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24889] ppid=24866 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/24869/task/24889/stat : 24889 (java) R 24866 24869 23715 0 -1 4202560 32 0 0 0 59 0 0 0 20 0 22 0 110328963 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140034125539488 140034314273687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24890] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24890/stat : 24890 (java) S 24866 24869 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110328966 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140034124489512 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24891] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24891/stat : 24891 (java) S 24866 24869 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110328966 10060525568 54290 33554432000 1073741824 1073778376 140735885656304 140034123436968 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.66 4.33 4.23 5/219 24891
/proc/meminfo: memFree=26344864/32872528 swapFree=15784/1434320
[pid=24869] ppid=24866 vsize=9824732 CPUtime=8.65 cores=1,3,5,7
/proc/24869/stat : 24869 (java) S 24866 24869 23715 0 -1 4202496 28208 0 1 0 854 11 0 0 20 0 22 0 110328874 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140735885647440 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24869/statm: 2456183 70294 2288 9 0 2446860 0
[pid=24869/tid=24871] ppid=24866 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/24869/task/24871/stat : 24871 (java) S 24866 24869 23715 0 -1 4202560 2483 0 1 0 79 3 0 0 20 0 22 0 110328875 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140034310988664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24872] ppid=24866 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24869/task/24872/stat : 24872 (java) S 24866 24869 23715 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 110328876 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140034272479656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24873] ppid=24866 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24869/task/24873/stat : 24873 (java) S 24866 24869 23715 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 110328876 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140034271427112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24874] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24874/stat : 24874 (java) S 24866 24869 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110328876 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140034270374056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24875] ppid=24866 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24869/task/24875/stat : 24875 (java) S 24866 24869 23715 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 110328876 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140034269321512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24869/tid=24876] ppid=24866 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24869/task/24876/stat : 24876 (java) S 24866 24869 23715 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 110328876 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140034268269480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24877] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24877/stat : 24877 (java) S 24866 24869 23715 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110328876 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140034267216936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24878] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24878/stat : 24878 (java) S 24866 24869 23715 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110328876 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140034266163880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24879] ppid=24866 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24869/task/24879/stat : 24879 (java) S 24866 24869 23715 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 110328876 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140034265111336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24869/tid=24880] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24880/stat : 24880 (java) S 24866 24869 23715 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 110328877 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140034135017832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24881] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24881/stat : 24881 (java) S 24866 24869 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110328878 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140034133964152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24882] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24882/stat : 24882 (java) S 24866 24869 23715 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110328878 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140034132910984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24883] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24883/stat : 24883 (java) S 24866 24869 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110328881 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140034131859728 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24869/tid=24884] ppid=24866 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/24869/task/24884/stat : 24884 (java) S 24866 24869 23715 0 -1 4202560 13364 0 0 0 170 3 0 0 20 0 22 0 110328881 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140034130807608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24869/tid=24885] ppid=24866 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/24869/task/24885/stat : 24885 (java) S 24866 24869 23715 0 -1 4202560 10867 0 0 0 152 2 0 0 20 0 22 0 110328881 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140034129755064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24886] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24886/stat : 24886 (java) S 24866 24869 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110328881 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140034128702200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24887] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24887/stat : 24887 (java) S 24866 24869 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110328881 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140034127649864 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24869/tid=24888] ppid=24866 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/24869/task/24888/stat : 24888 (java) R 24866 24869 23715 0 -1 4202560 17 0 0 0 215 0 0 0 20 0 22 0 110328963 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140034126594568 140034138425667 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24889] ppid=24866 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/24869/task/24889/stat : 24889 (java) R 24866 24869 23715 0 -1 4202560 59 0 0 0 216 1 0 0 20 0 22 0 110328963 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140034125541592 140034138538094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24890] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24890/stat : 24890 (java) S 24866 24869 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110328966 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140034124489512 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24891] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24891/stat : 24891 (java) S 24866 24869 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110328966 10060525568 70294 33554432000 1073741824 1073778376 140735885656304 140034123436968 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.65
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.66 4.33 4.23 7/219 24891
/proc/meminfo: memFree=26176460/32872528 swapFree=15784/1434320
[pid=24869] ppid=24866 vsize=9824732 CPUtime=15.3 cores=1,3,5,7
/proc/24869/stat : 24869 (java) S 24866 24869 23715 0 -1 4202496 28530 0 1 0 1512 18 0 0 20 0 22 0 110328874 10060525568 99193 33554432000 1073741824 1073778376 140735885656304 140735885647440 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24869/statm: 2456183 99193 2292 9 0 2446860 0
[pid=24869/tid=24871] ppid=24866 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/24869/task/24871/stat : 24871 (java) S 24866 24869 23715 0 -1 4202560 2483 0 1 0 79 3 0 0 20 0 22 0 110328875 10060525568 99193 33554432000 1073741824 1073778376 140735885656304 140034310988664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24872] ppid=24866 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24869/task/24872/stat : 24872 (java) S 24866 24869 23715 0 -1 4202560 43 0 0 0 3 1 0 0 20 0 22 0 110328876 10060525568 99193 33554432000 1073741824 1073778376 140735885656304 140034272479656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24873] ppid=24866 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24869/task/24873/stat : 24873 (java) S 24866 24869 23715 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 110328876 10060525568 99193 33554432000 1073741824 1073778376 140735885656304 140034271427112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24874] ppid=24866 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/24869/task/24874/stat : 24874 (java) S 24866 24869 23715 0 -1 4202560 43 0 0 0 5 1 0 0 20 0 22 0 110328876 10060525568 99193 33554432000 1073741824 1073778376 140735885656304 140034270374056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24875] ppid=24866 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24869/task/24875/stat : 24875 (java) S 24866 24869 23715 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 22 0 110328876 10060525568 99193 33554432000 1073741824 1073778376 140735885656304 140034269321512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24876] ppid=24866 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24869/task/24876/stat : 24876 (java) S 24866 24869 23715 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 22 0 110328876 10060525568 99193 33554432000 1073741824 1073778376 140735885656304 140034268269480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24877] ppid=24866 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24869/task/24877/stat : 24877 (java) S 24866 24869 23715 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 110328876 10060525568 99193 33554432000 1073741824 1073778376 140735885656304 140034267216936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24878] ppid=24866 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24869/task/24878/stat : 24878 (java) S 24866 24869 23715 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 22 0 110328876 10060525568 99193 33554432000 1073741824 1073778376 140735885656304 140034266163880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24869/tid=24879] ppid=24866 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24869/task/24879/stat : 24879 (java) S 24866 24869 23715 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 22 0 110328876 10060525568 99193 33554432000 1073741824 1073778376 140735885656304 140034265111336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24880] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24880/stat : 24880 (java) S 24866 24869 23715 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 110328877 10060525568 99193 33554432000 1073741824 1073778376 140735885656304 140034135017832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24881] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24881/stat : 24881 (java) S 24866 24869 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110328878 10060525568 99193 33554432000 1073741824 1073778376 140735885656304 140034133964152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24882] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24882/stat : 24882 (java) S 24866 24869 23715 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110328878 10060525568 99193 33554432000 1073741824 1073778376 140735885656304 140034132910984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24883] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24883/stat : 24883 (java) S 24866 24869 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110328881 10060525568 99193 33554432000 1073741824 1073778376 140735885656304 140034131859728 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24869/tid=24884] ppid=24866 vsize=9824732 CPUtime=1.81 cores=1,3,5,7

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

[startup+882.308 s]
/proc/loadavg: 4.10 4.22 4.20 5/219 24983
/proc/meminfo: memFree=22860984/32872528 swapFree=15784/1434320
[pid=24869] ppid=24866 vsize=9824732 CPUtime=1771.7 cores=1,3,5,7
/proc/24869/stat : 24869 (java) S 24866 24869 23715 0 -1 4202496 42243 0 1 0 176947 223 0 0 20 0 22 0 110328874 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140735885647440 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24869/statm: 2456183 972666 2301 9 0 2446860 0
[pid=24869/tid=24871] ppid=24866 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/24869/task/24871/stat : 24871 (java) S 24866 24869 23715 0 -1 4202560 2490 0 1 0 81 5 0 0 20 0 22 0 110328875 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034310988664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24872] ppid=24866 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/24869/task/24872/stat : 24872 (java) S 24866 24869 23715 0 -1 4202560 1163 0 0 0 257 21 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034272479656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24873] ppid=24866 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/24869/task/24873/stat : 24873 (java) S 24866 24869 23715 0 -1 4202560 1023 0 0 0 234 17 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034271427112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24874] ppid=24866 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/24869/task/24874/stat : 24874 (java) S 24866 24869 23715 0 -1 4202560 1184 0 0 0 271 26 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034270374056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24875] ppid=24866 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/24869/task/24875/stat : 24875 (java) S 24866 24869 23715 0 -1 4202560 1572 0 0 0 261 21 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034269321512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24876] ppid=24866 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/24869/task/24876/stat : 24876 (java) S 24866 24869 23715 0 -1 4202560 1504 0 0 0 232 18 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034268269480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24877] ppid=24866 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/24869/task/24877/stat : 24877 (java) S 24866 24869 23715 0 -1 4202560 1085 0 0 0 235 17 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034267216936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24878] ppid=24866 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/24869/task/24878/stat : 24878 (java) S 24866 24869 23715 0 -1 4202560 1393 0 0 0 252 19 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034266163880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24879] ppid=24866 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/24869/task/24879/stat : 24879 (java) S 24866 24869 23715 0 -1 4202560 1074 0 0 0 233 17 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034265111336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24880] ppid=24866 vsize=9824732 CPUtime=5.79 cores=1,3,5,7
/proc/24869/task/24880/stat : 24880 (java) S 24866 24869 23715 0 -1 4202560 2512 0 0 0 573 6 0 0 20 0 22 0 110328877 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034135017832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24881] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24881/stat : 24881 (java) S 24866 24869 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110328878 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034133964152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24882] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24882/stat : 24882 (java) S 24866 24869 23715 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110328878 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034132910984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24883] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24883/stat : 24883 (java) S 24866 24869 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110328881 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034131859728 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24869/tid=24884] ppid=24866 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/24869/task/24884/stat : 24884 (java) S 24866 24869 23715 0 -1 4202560 13378 0 0 0 205 3 0 0 20 0 22 0 110328881 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034130807608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24869/tid=24885] ppid=24866 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/24869/task/24885/stat : 24885 (java) S 24866 24869 23715 0 -1 4202560 10871 0 0 0 172 2 0 0 20 0 22 0 110328881 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034129755064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24886] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24886/stat : 24886 (java) S 24866 24869 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110328881 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034128702200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24887] ppid=24866 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/24869/task/24887/stat : 24887 (java) S 24866 24869 23715 0 -1 4202560 51 0 0 0 18 18 0 0 20 0 22 0 110328881 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034127649864 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24888] ppid=24866 vsize=9824732 CPUtime=869.86 cores=1,3,5,7
/proc/24869/task/24888/stat : 24888 (java) R 24866 24869 23715 0 -1 4202560 48 0 0 0 86970 16 0 0 20 0 22 0 110328963 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034126592544 140034138390655 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24889] ppid=24866 vsize=9824732 CPUtime=869.94 cores=1,3,5,7
/proc/24869/task/24889/stat : 24889 (java) R 24866 24869 23715 0 -1 4202560 1628 0 0 0 86944 50 0 0 20 0 22 0 110328963 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034125540384 140034138365858 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24869/tid=24890] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24890/stat : 24890 (java) S 24866 24869 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110328966 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034124489512 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24891] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24891/stat : 24891 (java) S 24866 24869 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110328966 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034123436968 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1771.7
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.501 s]
/proc/loadavg: 4.16 4.23 4.21 6/219 24983
/proc/meminfo: memFree=22860860/32872528 swapFree=15784/1434320
[pid=24869] ppid=24866 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/24869/stat : 24869 (java) S 24866 24869 23715 0 -1 4202496 42243 0 1 0 179787 223 0 0 20 0 22 0 110328874 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140735885647440 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24869/statm: 2456183 972666 2301 9 0 2446860 0
[pid=24869/tid=24871] ppid=24866 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/24869/task/24871/stat : 24871 (java) S 24866 24869 23715 0 -1 4202560 2490 0 1 0 82 5 0 0 20 0 22 0 110328875 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034310988664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24872] ppid=24866 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/24869/task/24872/stat : 24872 (java) S 24866 24869 23715 0 -1 4202560 1163 0 0 0 257 21 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034272479656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24873] ppid=24866 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/24869/task/24873/stat : 24873 (java) S 24866 24869 23715 0 -1 4202560 1023 0 0 0 234 17 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034271427112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24874] ppid=24866 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/24869/task/24874/stat : 24874 (java) S 24866 24869 23715 0 -1 4202560 1184 0 0 0 271 26 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034270374056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24875] ppid=24866 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/24869/task/24875/stat : 24875 (java) S 24866 24869 23715 0 -1 4202560 1572 0 0 0 261 21 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034269321512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24876] ppid=24866 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/24869/task/24876/stat : 24876 (java) S 24866 24869 23715 0 -1 4202560 1504 0 0 0 232 18 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034268269480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24877] ppid=24866 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/24869/task/24877/stat : 24877 (java) S 24866 24869 23715 0 -1 4202560 1085 0 0 0 235 17 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034267216936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24878] ppid=24866 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/24869/task/24878/stat : 24878 (java) S 24866 24869 23715 0 -1 4202560 1393 0 0 0 252 19 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034266163880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24879] ppid=24866 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/24869/task/24879/stat : 24879 (java) S 24866 24869 23715 0 -1 4202560 1074 0 0 0 233 17 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034265111336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24880] ppid=24866 vsize=9824732 CPUtime=5.79 cores=1,3,5,7
/proc/24869/task/24880/stat : 24880 (java) S 24866 24869 23715 0 -1 4202560 2512 0 0 0 573 6 0 0 20 0 22 0 110328877 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034135017832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24881] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24881/stat : 24881 (java) S 24866 24869 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110328878 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034133964152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24882] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24882/stat : 24882 (java) S 24866 24869 23715 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110328878 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034132910984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24883] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24883/stat : 24883 (java) S 24866 24869 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110328881 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034131859728 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24869/tid=24884] ppid=24866 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/24869/task/24884/stat : 24884 (java) S 24866 24869 23715 0 -1 4202560 13378 0 0 0 205 3 0 0 20 0 22 0 110328881 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034130807608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24869/tid=24885] ppid=24866 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/24869/task/24885/stat : 24885 (java) S 24866 24869 23715 0 -1 4202560 10871 0 0 0 172 2 0 0 20 0 22 0 110328881 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034129755064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24886] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24886/stat : 24886 (java) S 24866 24869 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110328881 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034128702200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24887] ppid=24866 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/24869/task/24887/stat : 24887 (java) S 24866 24869 23715 0 -1 4202560 51 0 0 0 18 18 0 0 20 0 22 0 110328881 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034127649864 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24888] ppid=24866 vsize=9824732 CPUtime=884.06 cores=1,3,5,7
/proc/24869/task/24888/stat : 24888 (java) R 24866 24869 23715 0 -1 4202560 48 0 0 0 88390 16 0 0 20 0 22 0 110328963 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034126592544 140034138522725 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24889] ppid=24866 vsize=9824732 CPUtime=884.14 cores=1,3,5,7
/proc/24869/task/24889/stat : 24889 (java) R 24866 24869 23715 0 -1 4202560 1628 0 0 0 88364 50 0 0 20 0 22 0 110328963 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034125540384 140034137741894 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24869/tid=24890] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24890/stat : 24890 (java) S 24866 24869 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110328966 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034124489512 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24891] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24891/stat : 24891 (java) S 24866 24869 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110328966 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034123436968 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 24869 sig 9
??? kill -24869 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.501 s]
/proc/loadavg: 4.16 4.23 4.21 6/219 24983
/proc/meminfo: memFree=22860860/32872528 swapFree=15784/1434320
[pid=24869] ppid=24866 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/24869/stat : 24869 (java) S 24866 24869 23715 0 -1 4202496 42243 0 1 0 179787 223 0 0 20 0 22 0 110328874 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140735885647440 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24869/statm: 2456183 972666 2301 9 0 2446860 0
[pid=24869/tid=24871] ppid=24866 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/24869/task/24871/stat : 24871 (java) S 24866 24869 23715 0 -1 4202560 2490 0 1 0 82 5 0 0 20 0 22 0 110328875 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034310988664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24872] ppid=24866 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/24869/task/24872/stat : 24872 (java) S 24866 24869 23715 0 -1 4202560 1163 0 0 0 257 21 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034272479656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24873] ppid=24866 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/24869/task/24873/stat : 24873 (java) S 24866 24869 23715 0 -1 4202560 1023 0 0 0 234 17 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034271427112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24874] ppid=24866 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/24869/task/24874/stat : 24874 (java) S 24866 24869 23715 0 -1 4202560 1184 0 0 0 271 26 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034270374056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24875] ppid=24866 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/24869/task/24875/stat : 24875 (java) S 24866 24869 23715 0 -1 4202560 1572 0 0 0 261 21 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034269321512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24876] ppid=24866 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/24869/task/24876/stat : 24876 (java) S 24866 24869 23715 0 -1 4202560 1504 0 0 0 232 18 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034268269480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24877] ppid=24866 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/24869/task/24877/stat : 24877 (java) S 24866 24869 23715 0 -1 4202560 1085 0 0 0 235 17 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034267216936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24878] ppid=24866 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/24869/task/24878/stat : 24878 (java) S 24866 24869 23715 0 -1 4202560 1393 0 0 0 252 19 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034266163880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24879] ppid=24866 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/24869/task/24879/stat : 24879 (java) S 24866 24869 23715 0 -1 4202560 1074 0 0 0 233 17 0 0 20 0 22 0 110328876 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034265111336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24880] ppid=24866 vsize=9824732 CPUtime=5.79 cores=1,3,5,7
/proc/24869/task/24880/stat : 24880 (java) S 24866 24869 23715 0 -1 4202560 2512 0 0 0 573 6 0 0 20 0 22 0 110328877 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034135017832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24881] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24881/stat : 24881 (java) S 24866 24869 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110328878 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034133964152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24882] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24882/stat : 24882 (java) S 24866 24869 23715 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110328878 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034132910984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24869/tid=24883] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24883/stat : 24883 (java) S 24866 24869 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110328881 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034131859728 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24869/tid=24884] ppid=24866 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/24869/task/24884/stat : 24884 (java) S 24866 24869 23715 0 -1 4202560 13378 0 0 0 205 3 0 0 20 0 22 0 110328881 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034130807608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24869/tid=24885] ppid=24866 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/24869/task/24885/stat : 24885 (java) S 24866 24869 23715 0 -1 4202560 10871 0 0 0 172 2 0 0 20 0 22 0 110328881 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034129755064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24886] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24886/stat : 24886 (java) S 24866 24869 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110328881 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034128702200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24887] ppid=24866 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/24869/task/24887/stat : 24887 (java) S 24866 24869 23715 0 -1 4202560 51 0 0 0 18 18 0 0 20 0 22 0 110328881 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034127649864 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24888] ppid=24866 vsize=9824732 CPUtime=884.06 cores=1,3,5,7
/proc/24869/task/24888/stat : 24888 (java) R 24866 24869 23715 0 -1 4202560 48 0 0 0 88390 16 0 0 20 0 22 0 110328963 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034126592544 140034138522725 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24869/tid=24889] ppid=24866 vsize=9824732 CPUtime=884.14 cores=1,3,5,7
/proc/24869/task/24889/stat : 24889 (java) R 24866 24869 23715 0 -1 4202560 1628 0 0 0 88364 50 0 0 20 0 22 0 110328963 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034125540384 140034137741894 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24869/tid=24890] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24890/stat : 24890 (java) S 24866 24869 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110328966 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034124489512 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24869/tid=24891] ppid=24866 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24869/task/24891/stat : 24891 (java) S 24866 24869 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110328966 10060525568 972666 33554432000 1073741824 1073778376 140735885656304 140034123436968 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 896.588
CPU time (s): 1800.81
CPU user time (s): 1798.07
CPU system time (s): 2.74258
CPU usage (%): 200.851
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.07
system time used= 2.74258
maximum resident set size= 3890780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42275
page faults= 1
swaps= 0
block input operations= 0
block output operations= 864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23512
involuntary context switches= 23392

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.69313 second user time and 7.59284 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 09:19:16
IDJOB=4080529
IDBENCH=90209
IDSOLVER=2543
FILE ID=node130/4080529-1465283956
RUNJOBID= node130-1465277942-23732
PBS_JOBID= 19843313
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K148.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080529-1465283956/watcher-4080529-1465283956 -o /tmp/evaluation-result-4080529-1465283956/solver-4080529-1465283956 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465277942-23732 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080529-1465283956.opb

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

MD5SUM BENCH= 75849fe0d0ba66aaca3a2fe3a07c685a
RANDOM SEED=845590319

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.261
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.261
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.61
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.261
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.261
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.261
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.261
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:        26567620 kB
Buffers:          117064 kB
Cached:           211696 kB
SwapCached:         1724 kB
Active:          3886392 kB
Inactive:         237528 kB
Active(anon):    3795884 kB
Inactive(anon):     1952 kB
Active(file):      90508 kB
Inactive(file):   235576 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:              2096 kB
Writeback:             0 kB
AnonPages:       5233664 kB
Mapped:            15444 kB
Shmem:                 0 kB
Slab:             602244 kB
SReclaimable:      45596 kB
SUnreclaim:       556648 kB
KernelStack:        1608 kB
PageTables:        14596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5493360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5130240 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= 71744 MiB
End job on node130 at 2016-06-07 09:34:13