Trace number 4080546

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.71 897.572

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K200.opb
MD5SUM4ffc81aa318dee614e51a62344fd339d
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 variables23800
Total number of constraints24202
Number of constraints which are clauses24002
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint200
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 201
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@16fd0b7
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4080546-1465279474.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  no objective function found
2.17/0.95	c ... done. Wall clock time 0.819s.
2.17/0.95	c declared #vars     23800
2.17/0.95	c #constraints  24202
2.17/0.95	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.17/0.95	c constraints type 
2.17/0.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21413
2.17/0.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
2.17/0.95	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
2.17/0.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2587
2.17/0.95	c 24202 constraints processed.
2.17/0.95	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.17/0.95	c constraints type 
2.17/0.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2587
2.17/0.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21413
2.17/0.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 200
2.17/0.95	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
2.17/0.95	c 24202 constraints processed.
10.51/4.28	c cleaning 2466 clauses out of 4995 with flag 21360/5001
18.63/7.90	c cleaning 4211 clauses out of 8523 with flag 50994/11000
27.25/12.29	c cleaning 5648 clauses out of 11311 with flag 90779/18001
37.50/17.22	c cleaning 6824 clauses out of 13660 with flag 132231/26001
49.88/23.37	c cleaning 7887 clauses out of 15832 with flag 182951/35002
63.61/30.15	c cleaning 8201 clauses out of 17937 with flag 235400/45000
78.55/37.51	c cleaning 8944 clauses out of 20734 with flag 289534/56000
95.82/46.13	c cleaning 9312 clauses out of 23785 with flag 348862/68000
113.30/54.83	c cleaning 10308 clauses out of 27471 with flag 411590/81000
133.00/64.69	c cleaning 11039 clauses out of 31156 with flag 480260/95000
152.80/74.53	c cleaning 12027 clauses out of 35117 with flag 555509/110000
175.78/85.92	c cleaning 12598 clauses out of 39083 with flag 635920/126000
202.14/99.33	c cleaning 13668 clauses out of 43474 with flag 719258/143000
228.99/112.78	c cleaning 14389 clauses out of 47804 with flag 812325/161001
257.92/127.14	c cleaning 15403 clauses out of 52410 with flag 910359/180000
286.17/141.26	c cleaning 15724 clauses out of 56997 with flag 1013317/200000
296.00/146.10	c cleaning 0 clauses out of 5001 with flag 0/5001
315.17/155.53	c cleaning 16854 clauses out of 62268 with flag 1119065/221000
348.91/172.21	c cleaning 17548 clauses out of 67407 with flag 1231857/243001
384.61/189.95	c cleaning 18231 clauses out of 72854 with flag 1346670/266001
423.59/209.81	c cleaning 19015 clauses out of 78614 with flag 1472815/290000
463.34/229.60	c cleaning 19921 clauses out of 84595 with flag 1601165/315000
502.60/249.24	c cleaning 20706 clauses out of 90668 with flag 1737656/341000
547.87/271.61	c cleaning 21816 clauses out of 96960 with flag 1877590/368000
596.03/295.59	c cleaning 22498 clauses out of 103137 with flag 2024189/396001
645.01/319.82	c cleaning 23755 clauses out of 109640 with flag 2180754/425007
689.21/341.97	c cleaning 24213 clauses out of 115876 with flag 2339246/455000
736.60/365.56	c cleaning 24903 clauses out of 122661 with flag 2501472/486000
787.40/390.80	c cleaning 25992 clauses out of 129753 with flag 2675422/518001
837.00/415.61	c cleaning 26660 clauses out of 136761 with flag 2853614/551002
890.00/442.19	c cleaning 27586 clauses out of 144097 with flag 3039618/585000
943.80/469.05	c cleaning 28405 clauses out of 151505 with flag 3229286/620000
999.39/496.84	c cleaning 29194 clauses out of 159096 with flag 3432606/656000
1058.81/527.12	c cleaning 30274 clauses out of 166901 with flag 3638981/693000
1118.21/556.85	c cleaning 30825 clauses out of 174624 with flag 3848594/731000
1185.60/590.53	c cleaning 31916 clauses out of 182798 with flag 4070391/770000
1248.19/621.83	c cleaning 32904 clauses out of 190879 with flag 4292875/810000
1314.78/655.12	c cleaning 33303 clauses out of 198973 with flag 4529838/851000
1381.57/688.58	c cleaning 34512 clauses out of 207670 with flag 4771508/893001
1453.96/724.80	c cleaning 35611 clauses out of 216153 with flag 5017496/936000
1527.16/761.31	c cleaning 35981 clauses out of 224539 with flag 5282365/980000
1600.56/798.09	c cleaning 37236 clauses out of 233557 with flag 5540237/1025000
1684.33/839.84	c cleaning 38081 clauses out of 242320 with flag 5813301/1071000
1765.84/880.43	c cleaning 38636 clauses out of 251236 with flag 6082107/1118000
1800.03/897.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/897.50	c starts		: 6573
1800.03/897.50	c conflicts		: 1139226
1800.03/897.50	c decisions		: 54239071
1800.03/897.50	c propagations		: 1350033559
1800.03/897.50	c inspects		: 3004112778
1800.03/897.50	c shortcuts		: 0
1800.03/897.50	c learnt literals	: 175
1800.03/897.50	c learnt binary clauses	: 109244
1800.03/897.50	c learnt ternary clauses	: 83039
1800.03/897.50	c learnt constraints	: 1139051
1800.03/897.50	c ignored constraints	: 0
1800.03/897.50	c root simplifications	: 0
1800.03/897.50	c removed literals (reason simplification)	: 7428818
1800.03/897.50	c reason swapping (by a shorter reason)	: 0
1800.03/897.50	c Calls to reduceDB	: 43
1800.03/897.50	c Number of update (reduction) of LBD	: 698997
1800.03/897.50	c Imported unit clauses	: 0
1800.03/897.50	c number of reductions to clauses (during analyze)	: 0
1800.03/897.50	c number of learned constraints concerned by reduction	: 0
1800.03/897.50	c number of learning phase by resolution	: 0
1800.03/897.50	c number of learning phase by cutting planes	: 0
1800.03/897.50	c speed (assignments/second)	: 1505866.6649563422
1800.03/897.50	c non guided choices	62417
1800.03/897.55	c learnt constraints type 
1800.03/897.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 109244
1800.03/897.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 124582
1800.03/897.55	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/897.55	c starts		: 28
1800.03/897.55	c conflicts		: 7455
1800.03/897.55	c decisions		: 218168
1800.03/897.55	c propagations		: 13294894
1800.03/897.55	c inspects		: 351773014
1800.03/897.55	c shortcuts		: 0
1800.03/897.55	c learnt literals	: 0
1800.03/897.55	c learnt binary clauses	: 0
1800.03/897.55	c learnt ternary clauses	: 41
1800.03/897.55	c learnt constraints	: 7454
1800.03/897.55	c ignored constraints	: 0
1800.03/897.55	c root simplifications	: 0
1800.03/897.55	c removed literals (reason simplification)	: 0
1800.03/897.55	c reason swapping (by a shorter reason)	: 0
1800.03/897.55	c Calls to reduceDB	: 1
1800.03/897.55	c Number of update (reduction) of LBD	: 0
1800.03/897.55	c Imported unit clauses	: 0
1800.03/897.55	c number of reductions to clauses (during analyze)	: 0
1800.03/897.55	c number of learned constraints concerned by reduction	: 0
1800.03/897.55	c number of learning phase by resolution	: 0
1800.03/897.55	c number of learning phase by cutting planes	: 0
1800.03/897.55	c speed (assignments/second)	: 14828.66757308712
1800.03/897.55	c non guided choices	14195
1800.03/897.55	c learnt constraints type 
1800.03/897.55	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 622
1800.03/897.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1995
1800.03/897.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4837
1800.03/897.55	s UNKNOWN
1800.03/897.55	c Total wall clock time (in seconds): 897.426

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

pid=24046
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.04 4.21 3.77 4/197 24049
/proc/meminfo: memFree=26951116/32872528 swapFree=15784/1434320
[pid=24049] ppid=24046 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24049/stat : 24049 (java) D 24046 24049 23715 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 109880689 9515008 182 33554432000 1073741824 1073778376 140733824659904 140733824650936 214369648309 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/24049/statm: 2323 182 140 9 0 71 0

[startup+0.100116 s]
/proc/loadavg: 4.04 4.21 3.77 4/197 24049
/proc/meminfo: memFree=26951116/32872528 swapFree=15784/1434320
[pid=24049] ppid=24046 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/24049/stat : 24049 (java) S 24046 24049 23715 0 -1 4202496 4368 0 1 0 7 1 0 0 20 0 18 0 109880689 9787879424 5487 33554432000 1073741824 1073778376 140735983862720 140735983853856 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24049/statm: 2389619 5487 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200287 s]
/proc/loadavg: 4.04 4.21 3.77 4/197 24049
/proc/meminfo: memFree=26951116/32872528 swapFree=15784/1434320
[pid=24049] ppid=24046 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/24049/stat : 24049 (java) S 24046 24049 23715 0 -1 4202496 5281 0 1 0 24 2 0 0 20 0 18 0 109880689 9787879424 7717 33554432000 1073741824 1073778376 140735983862720 140735983853856 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24049/statm: 2389726 7742 2203 9 0 2380403 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300311 s]
/proc/loadavg: 4.04 4.21 3.77 4/197 24049
/proc/meminfo: memFree=26951116/32872528 swapFree=15784/1434320
[pid=24049] ppid=24046 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/24049/stat : 24049 (java) S 24046 24049 23715 0 -1 4202496 7552 0 1 0 51 2 0 0 20 0 18 0 109880689 9787879424 10985 33554432000 1073741824 1073778376 140735983862720 140735983853856 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24049/statm: 2389619 10985 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700175 s]
/proc/loadavg: 4.04 4.21 3.77 4/197 24049
/proc/meminfo: memFree=26951116/32872528 swapFree=15784/1434320
[pid=24049] ppid=24046 vsize=9558476 CPUtime=1.56 cores=1,3,5,7
/proc/24049/stat : 24049 (java) S 24046 24049 23715 0 -1 4202496 20911 0 1 0 150 6 0 0 20 0 18 0 109880689 9787879424 39852 33554432000 1073741824 1073778376 140735983862720 140735983853856 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24049/statm: 2389619 39852 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 4.04 4.21 3.77 7/219 24071
/proc/meminfo: memFree=26749404/32872528 swapFree=15784/1434320
[pid=24049] ppid=24046 vsize=9824732 CPUtime=4.5 cores=1,3,5,7
/proc/24049/stat : 24049 (java) S 24046 24049 23715 0 -1 4202496 26564 0 1 0 440 10 0 0 20 0 22 0 109880689 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140735983853856 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24049/statm: 2456183 53686 2281 9 0 2446860 0
[pid=24049/tid=24051] ppid=24046 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/24049/task/24051/stat : 24051 (java) S 24046 24049 23715 0 -1 4202560 2483 0 1 0 85 4 0 0 20 0 22 0 109880690 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140162447410040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24052] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24052/stat : 24052 (java) S 24046 24049 23715 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 109880691 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140162436471720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24049/tid=24053] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24053/stat : 24053 (java) S 24046 24049 23715 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 109880691 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140162435419176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24049/tid=24054] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24054/stat : 24054 (java) S 24046 24049 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109880691 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140162434366120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24055] ppid=24046 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24049/task/24055/stat : 24055 (java) S 24046 24049 23715 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 109880691 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140162287483688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24056] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24056/stat : 24056 (java) S 24046 24049 23715 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 109880691 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140162286430632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24049/tid=24057] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24057/stat : 24057 (java) S 24046 24049 23715 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 109880691 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140162285378088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24058] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24058/stat : 24058 (java) S 24046 24049 23715 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 109880691 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140162284325032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24059] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24059/stat : 24059 (java) S 24046 24049 23715 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109880691 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140162283272488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24049/tid=24060] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24060/stat : 24060 (java) S 24046 24049 23715 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 109880693 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140162271075176 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24061] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24061/stat : 24061 (java) S 24046 24049 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109880693 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140162270021496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24062] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24062/stat : 24062 (java) S 24046 24049 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109880693 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140162268968328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24063] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24063/stat : 24063 (java) S 24046 24049 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109880696 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140162267917072 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24064] ppid=24046 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/24049/task/24064/stat : 24064 (java) R 24046 24049 23715 0 -1 4202560 8049 0 0 0 119 2 0 0 20 0 22 0 109880696 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140162266851336 140162454225435 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24065] ppid=24046 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/24049/task/24065/stat : 24065 (java) R 24046 24049 23715 0 -1 4202560 14594 0 0 0 115 3 0 0 20 0 22 0 109880696 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140162265811016 140162454396435 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24049/tid=24066] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24066/stat : 24066 (java) S 24046 24049 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109880696 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140162264758520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24067] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24067/stat : 24067 (java) S 24046 24049 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109880696 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140162263706184 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24068] ppid=24046 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/24049/task/24068/stat : 24068 (java) R 24046 24049 23715 0 -1 4202560 16 0 0 0 52 0 0 0 20 0 22 0 109880785 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140162262650656 140162315161168 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24069] ppid=24046 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/24049/task/24069/stat : 24069 (java) R 24046 24049 23715 0 -1 4202560 32 0 0 0 53 0 0 0 20 0 22 0 109880785 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140162261596832 140162315934914 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24070] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24070/stat : 24070 (java) S 24046 24049 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109880788 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140162260546856 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24071] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24071/stat : 24071 (java) S 24046 24049 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109880788 10060525568 53686 33554432000 1073741824 1073778376 140735983862720 140162259494312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 9824732

[startup+3.10097 s]
/proc/loadavg: 4.04 4.21 3.77 5/219 24071
/proc/meminfo: memFree=26728824/32872528 swapFree=15784/1434320
[pid=24049] ppid=24046 vsize=9824732 CPUtime=8.23 cores=1,3,5,7
/proc/24049/stat : 24049 (java) S 24046 24049 23715 0 -1 4202496 26836 0 1 0 807 16 0 0 20 0 22 0 109880689 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140735983853856 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24049/statm: 2456183 91335 2286 9 0 2446860 0
[pid=24049/tid=24051] ppid=24046 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/24049/task/24051/stat : 24051 (java) S 24046 24049 23715 0 -1 4202560 2483 0 1 0 85 4 0 0 20 0 22 0 109880690 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140162447410040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24052] ppid=24046 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24049/task/24052/stat : 24052 (java) S 24046 24049 23715 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 109880691 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140162436471720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24053] ppid=24046 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24049/task/24053/stat : 24053 (java) S 24046 24049 23715 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 109880691 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140162435419176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24054] ppid=24046 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24049/task/24054/stat : 24054 (java) S 24046 24049 23715 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 109880691 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140162434366120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24049/tid=24055] ppid=24046 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/24049/task/24055/stat : 24055 (java) S 24046 24049 23715 0 -1 4202560 25 0 0 0 4 2 0 0 20 0 22 0 109880691 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140162287483688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24056] ppid=24046 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24049/task/24056/stat : 24056 (java) S 24046 24049 23715 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 109880691 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140162286430632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24057] ppid=24046 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24049/task/24057/stat : 24057 (java) S 24046 24049 23715 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 109880691 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140162285378088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24058] ppid=24046 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24049/task/24058/stat : 24058 (java) S 24046 24049 23715 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 109880691 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140162284325032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24059] ppid=24046 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24049/task/24059/stat : 24059 (java) S 24046 24049 23715 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 109880691 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140162283272488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24060] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24060/stat : 24060 (java) S 24046 24049 23715 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 109880693 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140162271075176 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24061] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24061/stat : 24061 (java) S 24046 24049 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109880693 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140162270021496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24062] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24062/stat : 24062 (java) S 24046 24049 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109880693 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140162268968328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24063] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24063/stat : 24063 (java) S 24046 24049 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109880696 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140162267917072 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24064] ppid=24046 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/24049/task/24064/stat : 24064 (java) S 24046 24049 23715 0 -1 4202560 8050 0 0 0 147 2 0 0 20 0 22 0 109880696 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140162266863928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24065] ppid=24046 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/24049/task/24065/stat : 24065 (java) S 24046 24049 23715 0 -1 4202560 14598 0 0 0 132 3 0 0 20 0 22 0 109880696 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140162265811384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24066] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24066/stat : 24066 (java) S 24046 24049 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109880696 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140162264758520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24067] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24067/stat : 24067 (java) S 24046 24049 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109880696 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140162263706184 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24068] ppid=24046 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/24049/task/24068/stat : 24068 (java) R 24046 24049 23715 0 -1 4202560 17 0 0 0 205 0 0 0 20 0 22 0 109880785 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140162262649952 140162315999065 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24049/tid=24069] ppid=24046 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/24049/task/24069/stat : 24069 (java) R 24046 24049 23715 0 -1 4202560 89 0 0 0 205 2 0 0 20 0 22 0 109880785 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140162261598936 140162315757827 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24070] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24070/stat : 24070 (java) S 24046 24049 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109880788 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140162260546856 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24071] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24071/stat : 24071 (java) S 24046 24049 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109880788 10060525568 91335 33554432000 1073741824 1073778376 140735983862720 140162259494312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.23
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.04 4.21 3.77 5/219 24071
/proc/meminfo: memFree=26314900/32872528 swapFree=15784/1434320
[pid=24049] ppid=24046 vsize=9824732 CPUtime=15.23 cores=1,3,5,7
/proc/24049/stat : 24049 (java) S 24046 24049 23715 0 -1 4202496 30103 0 1 0 1496 27 0 0 20 0 22 0 109880689 10060525568 157800 33554432000 1073741824 1073778376 140735983862720 140735983853856 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24049/statm: 2456183 157800 2291 9 0 2446860 0
[pid=24049/tid=24051] ppid=24046 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/24049/task/24051/stat : 24051 (java) S 24046 24049 23715 0 -1 4202560 2483 0 1 0 85 4 0 0 20 0 22 0 109880690 10060525568 157800 33554432000 1073741824 1073778376 140735983862720 140162447410040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24052] ppid=24046 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24049/task/24052/stat : 24052 (java) S 24046 24049 23715 0 -1 4202560 32 0 0 0 4 1 0 0 20 0 22 0 109880691 10060525568 157800 33554432000 1073741824 1073778376 140735983862720 140162436471720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24053] ppid=24046 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/24049/task/24053/stat : 24053 (java) S 24046 24049 23715 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 22 0 109880691 10060525568 157800 33554432000 1073741824 1073778376 140735983862720 140162435419176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24054] ppid=24046 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/24049/task/24054/stat : 24054 (java) S 24046 24049 23715 0 -1 4202560 47 0 0 0 5 2 0 0 20 0 22 0 109880691 10060525568 157800 33554432000 1073741824 1073778376 140735983862720 140162434366120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24055] ppid=24046 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/24049/task/24055/stat : 24055 (java) S 24046 24049 23715 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 22 0 109880691 10060525568 157800 33554432000 1073741824 1073778376 140735983862720 140162287483688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24056] ppid=24046 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/24049/task/24056/stat : 24056 (java) S 24046 24049 23715 0 -1 4202560 44 0 0 0 5 1 0 0 20 0 22 0 109880691 10060525568 157800 33554432000 1073741824 1073778376 140735983862720 140162286430632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24057] ppid=24046 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/24049/task/24057/stat : 24057 (java) S 24046 24049 23715 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 22 0 109880691 10060525568 157800 33554432000 1073741824 1073778376 140735983862720 140162285378088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24058] ppid=24046 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24049/task/24058/stat : 24058 (java) S 24046 24049 23715 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 109880691 10060525568 157800 33554432000 1073741824 1073778376 140735983862720 140162284325032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24059] ppid=24046 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/24049/task/24059/stat : 24059 (java) S 24046 24049 23715 0 -1 4202560 52 0 0 0 5 2 0 0 20 0 22 0 109880691 10060525568 157800 33554432000 1073741824 1073778376 140735983862720 140162283272488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24049/tid=24060] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24060/stat : 24060 (java) S 24046 24049 23715 0 -1 4202560 460 0 0 0 0 0 0 0 20 0 22 0 109880693 10060525568 157800 33554432000 1073741824 1073778376 140735983862720 140162271075176 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24049/tid=24061] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24061/stat : 24061 (java) S 24046 24049 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109880693 10060525568 157800 33554432000 1073741824 1073778376 140735983862720 140162270021496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24062] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24062/stat : 24062 (java) S 24046 24049 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109880693 10060525568 157800 33554432000 1073741824 1073778376 140735983862720 140162268968328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24063] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24063/stat : 24063 (java) S 24046 24049 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109880696 10060525568 157800 33554432000 1073741824 1073778376 140735983862720 140162267917072 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24064] ppid=24046 vsize=9824732 CPUtime=1.92 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.21 4.18 4.01 5/219 24160
/proc/meminfo: memFree=23595404/32872528 swapFree=15784/1434320
[pid=24049] ppid=24046 vsize=9824732 CPUtime=1769.65 cores=1,3,5,7
/proc/24049/stat : 24049 (java) S 24046 24049 23715 0 -1 4202496 37641 0 1 0 176786 179 0 0 20 0 22 0 109880689 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140735983853856 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24049/statm: 2456183 875551 2300 9 0 2446860 0
[pid=24049/tid=24051] ppid=24046 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/24049/task/24051/stat : 24051 (java) S 24046 24049 23715 0 -1 4202560 2487 0 1 0 88 5 0 0 20 0 22 0 109880690 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162447410040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24052] ppid=24046 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/24049/task/24052/stat : 24052 (java) S 24046 24049 23715 0 -1 4202560 573 0 0 0 138 11 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162436471720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24053] ppid=24046 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/24049/task/24053/stat : 24053 (java) S 24046 24049 23715 0 -1 4202560 866 0 0 0 121 18 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162435419176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24054] ppid=24046 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/24049/task/24054/stat : 24054 (java) S 24046 24049 23715 0 -1 4202560 436 0 0 0 128 18 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162434366120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24055] ppid=24046 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/24049/task/24055/stat : 24055 (java) S 24046 24049 23715 0 -1 4202560 570 0 0 0 137 15 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162287483688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24056] ppid=24046 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/24049/task/24056/stat : 24056 (java) S 24046 24049 23715 0 -1 4202560 493 0 0 0 115 13 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162286430632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24057] ppid=24046 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/24049/task/24057/stat : 24057 (java) S 24046 24049 23715 0 -1 4202560 803 0 0 0 141 17 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162285378088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24049/tid=24058] ppid=24046 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/24049/task/24058/stat : 24058 (java) S 24046 24049 23715 0 -1 4202560 326 0 0 0 127 12 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162284325032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24059] ppid=24046 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/24049/task/24059/stat : 24059 (java) S 24046 24049 23715 0 -1 4202560 633 0 0 0 110 13 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162283272488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24060] ppid=24046 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/24049/task/24060/stat : 24060 (java) S 24046 24049 23715 0 -1 4202560 2081 0 0 0 306 3 0 0 20 0 22 0 109880693 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162271075176 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24049/tid=24061] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24061/stat : 24061 (java) S 24046 24049 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109880693 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162270021496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24062] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24062/stat : 24062 (java) S 24046 24049 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109880693 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162268968328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24063] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24063/stat : 24063 (java) S 24046 24049 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109880696 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162267917072 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24064] ppid=24046 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/24049/task/24064/stat : 24064 (java) S 24046 24049 23715 0 -1 4202560 10783 0 0 0 212 2 0 0 20 0 22 0 109880696 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162266863928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24065] ppid=24046 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/24049/task/24065/stat : 24065 (java) S 24046 24049 23715 0 -1 4202560 14608 0 0 0 165 3 0 0 20 0 22 0 109880696 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162265811384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24066] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24066/stat : 24066 (java) S 24046 24049 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109880696 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162264758520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24067] ppid=24046 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/24049/task/24067/stat : 24067 (java) S 24046 24049 23715 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 109880696 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162263706184 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24068] ppid=24046 vsize=9824732 CPUtime=875.19 cores=1,3,5,7
/proc/24049/task/24068/stat : 24068 (java) R 24046 24049 23715 0 -1 4202560 45 0 0 0 87504 15 0 0 20 0 22 0 109880785 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162262643088 140162315974396 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24069] ppid=24046 vsize=9824732 CPUtime=875.16 cores=1,3,5,7
/proc/24049/task/24069/stat : 24069 (java) R 24046 24049 23715 0 -1 4202560 1619 0 0 0 87465 51 0 0 20 0 22 0 109880785 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162261597952 140162315917103 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24070] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24070/stat : 24070 (java) S 24046 24049 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109880788 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162260546856 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24071] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24071/stat : 24071 (java) S 24046 24049 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109880788 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162259494312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1769.65
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.501 s]
/proc/loadavg: 4.17 4.17 4.01 5/219 24160
/proc/meminfo: memFree=23595404/32872528 swapFree=15784/1434320
[pid=24049] ppid=24046 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/24049/stat : 24049 (java) S 24046 24049 23715 0 -1 4202496 37641 0 1 0 179824 179 0 0 20 0 22 0 109880689 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140735983853856 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24049/statm: 2456183 875551 2300 9 0 2446860 0
[pid=24049/tid=24051] ppid=24046 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/24049/task/24051/stat : 24051 (java) S 24046 24049 23715 0 -1 4202560 2487 0 1 0 88 5 0 0 20 0 22 0 109880690 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162447410040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24052] ppid=24046 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/24049/task/24052/stat : 24052 (java) S 24046 24049 23715 0 -1 4202560 573 0 0 0 138 11 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162436471720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24053] ppid=24046 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/24049/task/24053/stat : 24053 (java) S 24046 24049 23715 0 -1 4202560 866 0 0 0 121 18 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162435419176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24054] ppid=24046 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/24049/task/24054/stat : 24054 (java) S 24046 24049 23715 0 -1 4202560 436 0 0 0 128 18 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162434366120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24055] ppid=24046 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/24049/task/24055/stat : 24055 (java) S 24046 24049 23715 0 -1 4202560 570 0 0 0 137 15 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162287483688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24056] ppid=24046 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/24049/task/24056/stat : 24056 (java) S 24046 24049 23715 0 -1 4202560 493 0 0 0 115 13 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162286430632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24057] ppid=24046 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/24049/task/24057/stat : 24057 (java) S 24046 24049 23715 0 -1 4202560 803 0 0 0 141 17 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162285378088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24049/tid=24058] ppid=24046 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/24049/task/24058/stat : 24058 (java) S 24046 24049 23715 0 -1 4202560 326 0 0 0 127 12 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162284325032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24059] ppid=24046 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/24049/task/24059/stat : 24059 (java) S 24046 24049 23715 0 -1 4202560 633 0 0 0 110 13 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162283272488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24060] ppid=24046 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/24049/task/24060/stat : 24060 (java) S 24046 24049 23715 0 -1 4202560 2081 0 0 0 306 3 0 0 20 0 22 0 109880693 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162271075176 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24049/tid=24061] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24061/stat : 24061 (java) S 24046 24049 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109880693 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162270021496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24062] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24062/stat : 24062 (java) S 24046 24049 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109880693 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162268968328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24063] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24063/stat : 24063 (java) S 24046 24049 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109880696 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162267917072 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24064] ppid=24046 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/24049/task/24064/stat : 24064 (java) S 24046 24049 23715 0 -1 4202560 10783 0 0 0 212 2 0 0 20 0 22 0 109880696 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162266863928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24065] ppid=24046 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/24049/task/24065/stat : 24065 (java) S 24046 24049 23715 0 -1 4202560 14608 0 0 0 165 3 0 0 20 0 22 0 109880696 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162265811384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24066] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24066/stat : 24066 (java) S 24046 24049 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109880696 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162264758520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24067] ppid=24046 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/24049/task/24067/stat : 24067 (java) S 24046 24049 23715 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 109880696 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162263706184 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24068] ppid=24046 vsize=9824732 CPUtime=890.39 cores=1,3,5,7
/proc/24049/task/24068/stat : 24068 (java) R 24046 24049 23715 0 -1 4202560 45 0 0 0 89024 15 0 0 20 0 22 0 109880785 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162262643088 140162315974289 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24069] ppid=24046 vsize=9824732 CPUtime=890.35 cores=1,3,5,7
/proc/24049/task/24069/stat : 24069 (java) R 24046 24049 23715 0 -1 4202560 1619 0 0 0 88984 51 0 0 20 0 22 0 109880785 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162261597952 140162315934985 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24070] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24070/stat : 24070 (java) S 24046 24049 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109880788 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162260546856 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24071] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24071/stat : 24071 (java) S 24046 24049 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109880788 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162259494312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 24049 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.501 s]
/proc/loadavg: 4.17 4.17 4.01 5/219 24160
/proc/meminfo: memFree=23595404/32872528 swapFree=15784/1434320
[pid=24049] ppid=24046 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/24049/stat : 24049 (java) S 24046 24049 23715 0 -1 4202496 37641 0 1 0 179824 179 0 0 20 0 22 0 109880689 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140735983853856 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24049/statm: 2456183 875551 2300 9 0 2446860 0
[pid=24049/tid=24051] ppid=24046 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/24049/task/24051/stat : 24051 (java) S 24046 24049 23715 0 -1 4202560 2487 0 1 0 88 5 0 0 20 0 22 0 109880690 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162447410040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24052] ppid=24046 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/24049/task/24052/stat : 24052 (java) S 24046 24049 23715 0 -1 4202560 573 0 0 0 138 11 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162436471720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24053] ppid=24046 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/24049/task/24053/stat : 24053 (java) S 24046 24049 23715 0 -1 4202560 866 0 0 0 121 18 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162435419176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24054] ppid=24046 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/24049/task/24054/stat : 24054 (java) S 24046 24049 23715 0 -1 4202560 436 0 0 0 128 18 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162434366120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24055] ppid=24046 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/24049/task/24055/stat : 24055 (java) S 24046 24049 23715 0 -1 4202560 570 0 0 0 137 15 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162287483688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24056] ppid=24046 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/24049/task/24056/stat : 24056 (java) S 24046 24049 23715 0 -1 4202560 493 0 0 0 115 13 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162286430632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24057] ppid=24046 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/24049/task/24057/stat : 24057 (java) S 24046 24049 23715 0 -1 4202560 803 0 0 0 141 17 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162285378088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24049/tid=24058] ppid=24046 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/24049/task/24058/stat : 24058 (java) S 24046 24049 23715 0 -1 4202560 326 0 0 0 127 12 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162284325032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24059] ppid=24046 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/24049/task/24059/stat : 24059 (java) S 24046 24049 23715 0 -1 4202560 633 0 0 0 110 13 0 0 20 0 22 0 109880691 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162283272488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24060] ppid=24046 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/24049/task/24060/stat : 24060 (java) S 24046 24049 23715 0 -1 4202560 2081 0 0 0 306 3 0 0 20 0 22 0 109880693 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162271075176 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24049/tid=24061] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24061/stat : 24061 (java) S 24046 24049 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109880693 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162270021496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24062] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24062/stat : 24062 (java) S 24046 24049 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109880693 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162268968328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24063] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24063/stat : 24063 (java) S 24046 24049 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109880696 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162267917072 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24064] ppid=24046 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/24049/task/24064/stat : 24064 (java) S 24046 24049 23715 0 -1 4202560 10783 0 0 0 212 2 0 0 20 0 22 0 109880696 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162266863928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24065] ppid=24046 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/24049/task/24065/stat : 24065 (java) S 24046 24049 23715 0 -1 4202560 14608 0 0 0 165 3 0 0 20 0 22 0 109880696 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162265811384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24066] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24066/stat : 24066 (java) S 24046 24049 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109880696 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162264758520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24067] ppid=24046 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/24049/task/24067/stat : 24067 (java) S 24046 24049 23715 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 109880696 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162263706184 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24068] ppid=24046 vsize=9824732 CPUtime=890.39 cores=1,3,5,7
/proc/24049/task/24068/stat : 24068 (java) R 24046 24049 23715 0 -1 4202560 45 0 0 0 89024 15 0 0 20 0 22 0 109880785 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162262643088 140162315974289 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24049/tid=24069] ppid=24046 vsize=9824732 CPUtime=890.35 cores=1,3,5,7
/proc/24049/task/24069/stat : 24069 (java) R 24046 24049 23715 0 -1 4202560 1619 0 0 0 88984 51 0 0 20 0 22 0 109880785 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162261597952 140162315934985 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24049/tid=24070] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24070/stat : 24070 (java) S 24046 24049 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109880788 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162260546856 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24049/tid=24071] ppid=24046 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24049/task/24071/stat : 24071 (java) S 24046 24049 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109880788 10060525568 875551 33554432000 1073741824 1073778376 140735983862720 140162259494312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 897.572
CPU time (s): 1800.71
CPU user time (s): 1798.38
CPU system time (s): 2.33165
CPU usage (%): 200.62
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.38
system time used= 2.33164
maximum resident set size= 3502320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37674
page faults= 1
swaps= 0
block input operations= 0
block output operations= 744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22493
involuntary context switches= 19232

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.8841 second user time and 8.39572 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 08:04:35
IDJOB=4080546
IDBENCH=90143
IDSOLVER=2543
FILE ID=node130/4080546-1465279474
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_K200.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080546-1465279474/watcher-4080546-1465279474 -o /tmp/evaluation-result-4080546-1465279474/solver-4080546-1465279474 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465277942-23732 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080546-1465279474.opb

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

MD5SUM BENCH= 4ffc81aa318dee614e51a62344fd339d
RANDOM SEED=216473674

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:        26951760 kB
Buffers:          113212 kB
Cached:           207852 kB
SwapCached:         1724 kB
Active:          3513224 kB
Inactive:         231544 kB
Active(anon):    3424668 kB
Inactive(anon):     1252 kB
Active(file):      88556 kB
Inactive(file):   230292 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:              2124 kB
Writeback:             0 kB
AnonPages:       4859656 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             601960 kB
SReclaimable:      45408 kB
SUnreclaim:       556552 kB
KernelStack:        1616 kB
PageTables:        14004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5337508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4769792 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 08:19:32