Trace number 4119664

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.98 901.551

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw128/normalized-hw128-vm100p-dec.opb.negationfix.opb
MD5SUMf7972e6ac330b31555746f994dab16be
Bench CategoryDEC-BIGINT-LIN (no optimisation, big 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 variables182272
Total number of constraints3104
Number of constraints which are clauses1423
Number of constraints which are cardinality constraints (but not clauses)1423
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint1424
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 504284
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1122568
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.05/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.11	c See www.sat4j.org for details.
0.05/0.11	c version PB16.v20160501
0.05/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.11	c java.vm.version	19.1-b02
0.05/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.11	c sun.arch.data.model	64
0.05/0.11	c java.version		1.6.0_24
0.05/0.11	c os.name		Linux
0.05/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.11	c os.arch		amd64
0.05/0.11	c Free memory 		501472288
0.05/0.11	c Max memory 		7480803328
0.05/0.11	c Total memory 		504102912
0.05/0.11	c Number of processors 	8
0.05/0.14	c Pseudo Boolean Optimization by upper bound
0.05/0.14	c ManyCore solver with 2 solvers running in parallel
0.05/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.05/0.14	c --- Begin Solver configuration ---
0.05/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.05/0.14	c Learn all clauses as in MiniSAT
0.05/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.14	c Expensive reason simplification
0.05/0.14	c Glucose 2.1 dynamic restart strategy
0.05/0.14	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.05/0.14	c timeout=2147483s
0.05/0.14	c DB Simplification allowed=false
0.05/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.05/0.14	c --- End Solver configuration ---
0.05/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.05/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.05/0.14	c --- Begin Solver configuration ---
0.05/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.05/0.14	c Learn all clauses as in MiniSAT
0.05/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.05/0.14	c No reason simplification
0.05/0.14	c Armin Biere (Picosat) restarts strategy
0.05/0.14	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.05/0.14	c timeout=2147483s
0.05/0.14	c DB Simplification allowed=false
0.05/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.05/0.14	c --- End Solver configuration ---
0.05/0.14	c solving HOME/instance-4119664-1467270041.opb
0.05/0.14	c reading problem ... 
0.05/0.14	c  no objective function found
4.97/3.04	c ... done. Wall clock time 2.904s.
4.97/3.04	c declared #vars     182272
4.97/3.04	c #constraints  3104
4.97/3.05	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
4.97/3.05	c constraints type 
4.97/3.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1423
4.97/3.05	c org.sat4j.specs.Constr$1 => 1
4.97/3.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 1423
4.97/3.05	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 257
4.97/3.05	c 3104 constraints processed.
4.97/3.05	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
4.97/3.05	c constraints type 
4.97/3.05	c org.sat4j.specs.Constr$1 => 1
4.97/3.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1423
4.97/3.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1423
4.97/3.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 257
4.97/3.05	c 3104 constraints processed.
12.88/6.60	c cleaning 2493 clauses out of 5001 with flag 29573/5001
19.85/9.96	c cleaning 4246 clauses out of 8508 with flag 78883/11001
28.81/14.39	c cleaning 5615 clauses out of 11262 with flag 122146/18001
39.68/19.70	c cleaning 6811 clauses out of 13648 with flag 173632/26002
52.70/26.28	c cleaning 7900 clauses out of 15835 with flag 231831/35000
67.52/33.67	c cleaning 8950 clauses out of 17935 with flag 296364/45000
84.55/42.20	c cleaning 9976 clauses out of 19986 with flag 369574/56001
102.55/51.13	c cleaning 10987 clauses out of 22009 with flag 450811/68000
123.21/61.37	c cleaning 11998 clauses out of 24023 with flag 535859/81001
144.81/72.17	c cleaning 13002 clauses out of 26026 with flag 626248/95002
167.39/83.36	c cleaning 13998 clauses out of 28024 with flag 724110/110002
190.64/94.90	c cleaning 14997 clauses out of 30024 with flag 823891/126000
220.08/109.50	c cleaning 15992 clauses out of 32028 with flag 937179/143001
251.49/125.27	c cleaning 17002 clauses out of 34037 with flag 1057730/161002
287.69/143.33	c cleaning 17999 clauses out of 36038 with flag 1184386/180005
326.90/162.99	c cleaning 18995 clauses out of 38035 with flag 1327755/200001
366.19/182.82	c cleaning 19998 clauses out of 40040 with flag 1478750/221001
403.20/201.39	c cleaning 20997 clauses out of 42041 with flag 1647057/243000
445.37/222.43	c cleaning 21997 clauses out of 44046 with flag 1805855/266002
492.16/245.88	c cleaning 23002 clauses out of 46047 with flag 1973397/290000
543.96/271.74	c cleaning 24002 clauses out of 48047 with flag 2141385/315002
598.73/299.13	c cleaning 25002 clauses out of 50043 with flag 2319607/341000
652.56/326.33	c cleaning 25999 clauses out of 52041 with flag 2520973/368000
711.34/355.78	c cleaning 26994 clauses out of 54042 with flag 2737002/396000
779.53/389.80	c cleaning 28001 clauses out of 56048 with flag 2964079/425000
851.80/426.38	c cleaning 29002 clauses out of 58049 with flag 3177978/455002
919.19/460.01	c cleaning 29997 clauses out of 60045 with flag 3392175/486000
987.38/494.11	c cleaning 31002 clauses out of 62048 with flag 3623562/518000
1050.81/525.73	c cleaning 32000 clauses out of 64047 with flag 3851019/551001
1118.98/559.82	c cleaning 32995 clauses out of 66046 with flag 4073959/585000
1192.15/596.48	c cleaning 34000 clauses out of 68051 with flag 4316855/620000
1273.78/637.26	c cleaning 34998 clauses out of 70051 with flag 4562373/656000
1363.00/682.48	c cleaning 35997 clauses out of 72056 with flag 4825993/693003
1443.60/722.77	c cleaning 37000 clauses out of 74059 with flag 5091742/731003
1528.51/765.13	c cleaning 37996 clauses out of 76056 with flag 5367753/770000
1625.56/814.23	c cleaning 39001 clauses out of 78062 with flag 5673076/810002
1720.15/861.52	c cleaning 39998 clauses out of 80062 with flag 5976786/851003
1800.16/901.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/901.50	c starts		: 18
1800.16/901.50	c conflicts		: 889579
1800.16/901.50	c decisions		: 3027836
1800.16/901.50	c propagations		: 111815207
1800.16/901.50	c inspects		: 5036954489
1800.16/901.50	c shortcuts		: 0
1800.16/901.50	c learnt literals	: 0
1800.16/901.50	c learnt binary clauses	: 0
1800.16/901.50	c learnt ternary clauses	: 0
1800.16/901.50	c learnt constraints	: 889578
1800.16/901.50	c ignored constraints	: 0
1800.16/901.50	c root simplifications	: 0
1800.16/901.50	c removed literals (reason simplification)	: 61852419
1800.16/901.50	c reason swapping (by a shorter reason)	: 0
1800.16/901.50	c Calls to reduceDB	: 37
1800.16/901.50	c Number of update (reduction) of LBD	: 373186
1800.16/901.50	c Imported unit clauses	: 0
1800.16/901.50	c number of reductions to clauses (during analyze)	: 0
1800.16/901.50	c number of learned constraints concerned by reduction	: 0
1800.16/901.50	c number of learning phase by resolution	: 0
1800.16/901.50	c number of learning phase by cutting planes	: 0
1800.16/901.50	c speed (assignments/second)	: 124458.99644928263
1800.16/901.50	c non guided choices	1917595
1800.16/901.53	c learnt constraints type 
1800.16/901.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 78640
1800.16/901.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/901.53	c starts		: 3
1800.16/901.53	c conflicts		: 275
1800.16/901.53	c decisions		: 523427
1800.16/901.53	c propagations		: 628010
1800.16/901.53	c inspects		: 1179558
1800.16/901.53	c shortcuts		: 0
1800.16/901.53	c learnt literals	: 0
1800.16/901.53	c learnt binary clauses	: 0
1800.16/901.53	c learnt ternary clauses	: 0
1800.16/901.53	c learnt constraints	: 274
1800.16/901.53	c ignored constraints	: 0
1800.16/901.53	c root simplifications	: 0
1800.16/901.53	c removed literals (reason simplification)	: 0
1800.16/901.53	c reason swapping (by a shorter reason)	: 0
1800.16/901.53	c Calls to reduceDB	: 0
1800.16/901.53	c Number of update (reduction) of LBD	: 0
1800.16/901.53	c Imported unit clauses	: 0
1800.16/901.53	c number of reductions to clauses (during analyze)	: 0
1800.16/901.53	c number of learned constraints concerned by reduction	: 0
1800.16/901.53	c number of learning phase by resolution	: 0
1800.16/901.53	c number of learning phase by cutting planes	: 0
1800.16/901.53	c speed (assignments/second)	: 699.0028237928758
1800.16/901.53	c non guided choices	430927
1800.16/901.53	c learnt constraints type 
1800.16/901.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 274
1800.16/901.53	s UNKNOWN
1800.16/901.53	c Total wall clock time (in seconds): 901.392

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-4119664-1467270041/watcher-4119664-1467270041 -o /tmp/evaluation-result-4119664-1467270041/solver-4119664-1467270041 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467268188-8376 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119664-1467270041.opb 

pid=8811
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: 3.00 2.92 2.65 4/198 8814
/proc/meminfo: memFree=28146696/32872528 swapFree=171304/177436
[pid=8814] ppid=8811 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/8814/stat : 8814 (java) S 8811 8814 7235 0 -1 4202496 1328 0 0 0 0 0 0 0 20 0 2 0 6035462 98635776 960 33554432000 1073741824 1073778376 140737462422048 140737462413184 224925876285 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8814/statm: 24081 962 730 9 0 16771 0
[pid=8814/tid=8815] ppid=8811 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8815/stat : 8815 (java) R 8811 8814 7235 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 6035463 98570240 977 33554432000 1073741824 1073778376 140737462422048 139832983785000 224922518912 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 3.00 2.92 2.65 4/198 8814
/proc/meminfo: memFree=28146696/32872528 swapFree=171304/177436
[pid=8814] ppid=8811 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/8814/stat : 8814 (java) S 8811 8814 7235 0 -1 4202496 3436 0 1 0 5 0 0 0 20 0 18 0 6035462 9787879424 4568 33554432000 1073741824 1073778376 140737462422048 140737462413184 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8814/statm: 2389619 4568 1788 9 0 2380296 0
[pid=8814/tid=8815] ppid=8811 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/8814/task/8815/stat : 8815 (java) R 8811 8814 7235 0 -1 4202560 2151 0 1 0 4 0 0 0 20 0 18 0 6035463 9787879424 4569 33554432000 1073741824 1073778376 140737462422048 139832983792288 139832991554356 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558476

[startup+0.200288 s]
/proc/loadavg: 3.00 2.92 2.65 4/198 8814
/proc/meminfo: memFree=28146696/32872528 swapFree=171304/177436
[pid=8814] ppid=8811 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/8814/stat : 8814 (java) S 8811 8814 7235 0 -1 4202496 4712 0 1 0 20 1 0 0 20 0 18 0 6035462 9787879424 8858 33554432000 1073741824 1073778376 140737462422048 140737462413184 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8814/statm: 2389619 8858 2201 9 0 2380296 0
[pid=8814/tid=8815] ppid=8811 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/8814/task/8815/stat : 8815 (java) R 8811 8814 7235 0 -1 4202560 2407 0 1 0 14 0 0 0 20 0 18 0 6035463 9787879424 8858 33554432000 1073741824 1073778376 140737462422048 139832983788448 139832810649195 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300294 s]
/proc/loadavg: 3.00 2.92 2.65 4/198 8814
/proc/meminfo: memFree=28146696/32872528 swapFree=171304/177436
[pid=8814] ppid=8811 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/8814/stat : 8814 (java) S 8811 8814 7235 0 -1 4202496 10532 0 1 0 47 2 0 0 20 0 18 0 6035462 9787879424 14080 33554432000 1073741824 1073778376 140737462422048 140737462413184 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8814/statm: 2389619 14080 2227 9 0 2380296 0
[pid=8814/tid=8815] ppid=8811 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/8814/task/8815/stat : 8815 (java) R 8811 8814 7235 0 -1 4202560 2411 0 1 0 23 1 0 0 20 0 18 0 6035463 9787879424 14080 33554432000 1073741824 1073778376 140737462422048 139832983788448 139832810559624 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700314 s]
/proc/loadavg: 3.00 2.92 2.65 4/198 8814
/proc/meminfo: memFree=28146696/32872528 swapFree=171304/177436
[pid=8814] ppid=8811 vsize=9558476 CPUtime=1.42 cores=1,3,5,7
/proc/8814/stat : 8814 (java) S 8811 8814 7235 0 -1 4202496 11998 0 1 0 132 10 0 0 20 0 18 0 6035462 9787879424 56198 33554432000 1073741824 1073778376 140737462422048 140737462413184 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8814/statm: 2389619 56198 2263 9 0 2380296 0
[pid=8814/tid=8815] ppid=8811 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/8814/task/8815/stat : 8815 (java) R 8811 8814 7235 0 -1 4202560 2470 0 1 0 55 3 0 0 20 0 18 0 6035463 9787879424 56198 33554432000 1073741824 1073778376 140737462422048 139832983788200 139832810946812 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9558476

[startup+1.50075 s]
/proc/loadavg: 3.00 2.92 2.65 4/216 8832
/proc/meminfo: memFree=27857056/32872528 swapFree=171304/177436
[pid=8814] ppid=8811 vsize=9558476 CPUtime=2.79 cores=1,3,5,7
/proc/8814/stat : 8814 (java) S 8811 8814 7235 0 -1 4202496 13062 0 1 0 250 29 0 0 20 0 18 0 6035462 9787879424 117805 33554432000 1073741824 1073778376 140737462422048 140737462413184 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8814/statm: 2389619 117805 2263 9 0 2380296 0
[pid=8814/tid=8815] ppid=8811 vsize=9558476 CPUtime=1.19 cores=1,3,5,7
/proc/8814/task/8815/stat : 8815 (java) S 8811 8814 7235 0 -1 4202560 2523 0 1 0 114 5 0 0 20 0 18 0 6035463 9787879424 117805 33554432000 1073741824 1073778376 140737462422048 139832983788184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8817] ppid=8811 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8814/task/8817/stat : 8817 (java) R 8811 8814 7235 0 -1 4202560 66 0 0 0 5 2 0 0 20 0 18 0 6035467 9787879424 117805 33554432000 1073741824 1073778376 140737462422048 139832945281496 139832990686124 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8818] ppid=8811 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/8814/task/8818/stat : 8818 (java) R 8811 8814 7235 0 -1 4202560 123 0 0 0 7 2 0 0 20 0 18 0 6035467 9787879424 117805 33554432000 1073741824 1073778376 140737462422048 139832944228696 139832986261201 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8819] ppid=8811 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/8814/task/8819/stat : 8819 (java) R 8811 8814 7235 0 -1 4202560 224 0 0 0 8 4 0 0 20 0 18 0 6035467 9787879424 117805 33554432000 1073741824 1073778376 140737462422048 139832943176408 139832990687608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8814/tid=8820] ppid=8811 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/8814/task/8820/stat : 8820 (java) R 8811 8814 7235 0 -1 4202560 182 0 0 0 16 5 0 0 20 0 18 0 6035467 9787879424 117805 33554432000 1073741824 1073778376 140737462422048 139832942123432 139832990686124 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8821] ppid=8811 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/8814/task/8821/stat : 8821 (java) R 8811 8814 7235 0 -1 4202560 45 0 0 0 7 3 0 0 20 0 18 0 6035467 9787879424 117805 33554432000 1073741824 1073778376 140737462422048 139832941071320 139832990685934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8822] ppid=8811 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/8814/task/8822/stat : 8822 (java) R 8811 8814 7235 0 -1 4202560 158 0 0 0 8 2 0 0 20 0 18 0 6035467 9787879424 117805 33554432000 1073741824 1073778376 140737462422048 139832940018520 139832986261173 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8814/tid=8823] ppid=8811 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/8814/task/8823/stat : 8823 (java) R 8811 8814 7235 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 18 0 6035467 9787879424 117805 33554432000 1073741824 1073778376 140737462422048 139832938965936 139832987546764 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8824] ppid=8811 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8814/task/8824/stat : 8824 (java) R 8811 8814 7235 0 -1 4202560 116 0 0 0 4 3 0 0 20 0 18 0 6035467 9787879424 117805 33554432000 1073741824 1073778376 140737462422048 139832937913432 139832986349556 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8825] ppid=8811 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8825/stat : 8825 (java) S 8811 8814 7235 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 6035468 9787879424 117805 33554432000 1073741824 1073778376 140737462422048 139832807371912 224925889596 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8826] ppid=8811 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8826/stat : 8826 (java) S 8811 8814 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 6035469 9787879424 117805 33554432000 1073741824 1073778376 140737462422048 139832806319096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8827] ppid=8811 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8827/stat : 8827 (java) S 8811 8814 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 6035469 9787879424 117805 33554432000 1073741824 1073778376 140737462422048 139832805266696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8828] ppid=8811 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8828/stat : 8828 (java) S 8811 8814 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6035471 9787879424 117805 33554432000 1073741824 1073778376 140737462422048 139832804215184 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8829] ppid=8811 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/8814/task/8829/stat : 8829 (java) S 8811 8814 7235 0 -1 4202560 2515 0 0 0 29 0 0 0 20 0 18 0 6035471 9787879424 117805 33554432000 1073741824 1073778376 140737462422048 139832803162808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8830] ppid=8811 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/8814/task/8830/stat : 8830 (java) R 8811 8814 7235 0 -1 4202560 5748 0 0 0 33 0 0 0 20 0 18 0 6035471 9787879424 117805 33554432000 1073741824 1073778376 140737462422048 139832802109888 139832987878891 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8831] ppid=8811 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8831/stat : 8831 (java) S 8811 8814 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6035471 9787879424 117805 33554432000 1073741824 1073778376 140737462422048 139832801057912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8832] ppid=8811 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8832/stat : 8832 (java) S 8811 8814 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6035471 9787879424 117805 33554432000 1073741824 1073778376 140737462422048 139832800005320 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 9558476

[startup+3.10078 s]
/proc/loadavg: 3.00 2.92 2.65 4/216 8832
/proc/meminfo: memFree=27402404/32872528 swapFree=171304/177436
[pid=8814] ppid=8811 vsize=9824732 CPUtime=5.15 cores=1,3,5,7
/proc/8814/stat : 8814 (java) S 8811 8814 7235 0 -1 4202496 15426 0 1 0 463 52 0 0 20 0 22 0 6035462 10060525568 317587 33554432000 1073741824 1073778376 140737462422048 140737462413184 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8814/statm: 2456183 317587 2271 9 0 2446860 0
[pid=8814/tid=8815] ppid=8811 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/8814/task/8815/stat : 8815 (java) S 8811 8814 7235 0 -1 4202560 3524 0 1 0 236 16 0 0 20 0 22 0 6035463 10060525568 317587 33554432000 1073741824 1073778376 140737462422048 139832983790456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8817] ppid=8811 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/8814/task/8817/stat : 8817 (java) S 8811 8814 7235 0 -1 4202560 80 0 0 0 12 3 0 0 20 0 22 0 6035467 10060525568 317587 33554432000 1073741824 1073778376 140737462422048 139832945281320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8818] ppid=8811 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/8814/task/8818/stat : 8818 (java) S 8811 8814 7235 0 -1 4202560 158 0 0 0 18 5 0 0 20 0 22 0 6035467 10060525568 317587 33554432000 1073741824 1073778376 140737462422048 139832944228520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8819] ppid=8811 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/8814/task/8819/stat : 8819 (java) S 8811 8814 7235 0 -1 4202560 260 0 0 0 18 6 0 0 20 0 22 0 6035467 10060525568 317587 33554432000 1073741824 1073778376 140737462422048 139832943176232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8820] ppid=8811 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/8814/task/8820/stat : 8820 (java) S 8811 8814 7235 0 -1 4202560 249 0 0 0 29 8 0 0 20 0 22 0 6035467 10060525568 317587 33554432000 1073741824 1073778376 140737462422048 139832942123432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8814/tid=8821] ppid=8811 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/8814/task/8821/stat : 8821 (java) S 8811 8814 7235 0 -1 4202560 73 0 0 0 16 5 0 0 20 0 22 0 6035467 10060525568 317587 33554432000 1073741824 1073778376 140737462422048 139832941071144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8814/tid=8822] ppid=8811 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/8814/task/8822/stat : 8822 (java) S 8811 8814 7235 0 -1 4202560 194 0 0 0 17 4 0 0 20 0 22 0 6035467 10060525568 317587 33554432000 1073741824 1073778376 140737462422048 139832940018344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8814/tid=8823] ppid=8811 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/8814/task/8823/stat : 8823 (java) S 8811 8814 7235 0 -1 4202560 47 0 0 0 12 3 0 0 20 0 22 0 6035467 10060525568 317587 33554432000 1073741824 1073778376 140737462422048 139832938966056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8824] ppid=8811 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8814/task/8824/stat : 8824 (java) S 8811 8814 7235 0 -1 4202560 147 0 0 0 11 3 0 0 20 0 22 0 6035467 10060525568 317587 33554432000 1073741824 1073778376 140737462422048 139832937913256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8825] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8825/stat : 8825 (java) S 8811 8814 7235 0 -1 4202560 1015 0 0 0 0 0 0 0 20 0 22 0 6035468 10060525568 317587 33554432000 1073741824 1073778376 140737462422048 139832807373032 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8826] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8826/stat : 8826 (java) S 8811 8814 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6035469 10060525568 317587 33554432000 1073741824 1073778376 140737462422048 139832806319096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8827] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8827/stat : 8827 (java) S 8811 8814 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6035469 10060525568 317587 33554432000 1073741824 1073778376 140737462422048 139832805266696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8828] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8828/stat : 8828 (java) S 8811 8814 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6035471 10060525568 317587 33554432000 1073741824 1073778376 140737462422048 139832804215184 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8829] ppid=8811 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/8814/task/8829/stat : 8829 (java) S 8811 8814 7235 0 -1 4202560 2542 0 0 0 34 0 0 0 20 0 22 0 6035471 10060525568 317587 33554432000 1073741824 1073778376 140737462422048 139832803162808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8830] ppid=8811 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/8814/task/8830/stat : 8830 (java) S 8811 8814 7235 0 -1 4202560 5840 0 0 0 37 0 0 0 20 0 22 0 6035471 10060525568 317587 33554432000 1073741824 1073778376 140737462422048 139832802110008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8831] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8831/stat : 8831 (java) S 8811 8814 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6035471 10060525568 317587 33554432000 1073741824 1073778376 140737462422048 139832801057912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8832] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8832/stat : 8832 (java) S 8811 8814 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6035471 10060525568 317587 33554432000 1073741824 1073778376 140737462422048 139832800005320 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 9824732

[startup+6.3009 s]
/proc/loadavg: 3.00 2.92 2.65 5/220 8836
/proc/meminfo: memFree=26884144/32872528 swapFree=171304/177436
[pid=8814] ppid=8811 vsize=9824732 CPUtime=12.48 cores=1,3,5,7
/proc/8814/stat : 8814 (java) S 8811 8814 7235 0 -1 4202496 18638 0 1 0 1194 54 0 0 20 0 22 0 6035462 10060525568 319198 33554432000 1073741824 1073778376 140737462422048 140737462413184 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8814/statm: 2456183 319198 2277 9 0 2446860 0
[pid=8814/tid=8815] ppid=8811 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/8814/task/8815/stat : 8815 (java) S 8811 8814 7235 0 -1 4202560 3524 0 1 0 236 16 0 0 20 0 22 0 6035463 10060525568 319198 33554432000 1073741824 1073778376 140737462422048 139832983790456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8817] ppid=8811 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/8814/task/8817/stat : 8817 (java) S 8811 8814 7235 0 -1 4202560 80 0 0 0 12 3 0 0 20 0 22 0 6035467 10060525568 319198 33554432000 1073741824 1073778376 140737462422048 139832945281320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8818] ppid=8811 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/8814/task/8818/stat : 8818 (java) S 8811 8814 7235 0 -1 4202560 158 0 0 0 18 5 0 0 20 0 22 0 6035467 10060525568 319198 33554432000 1073741824 1073778376 140737462422048 139832944228520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8819] ppid=8811 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/8814/task/8819/stat : 8819 (java) S 8811 8814 7235 0 -1 4202560 260 0 0 0 18 6 0 0 20 0 22 0 6035467 10060525568 319198 33554432000 1073741824 1073778376 140737462422048 139832943176232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8820] ppid=8811 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/8814/task/8820/stat : 8820 (java) S 8811 8814 7235 0 -1 4202560 249 0 0 0 29 8 0 0 20 0 22 0 6035467 10060525568 319198 33554432000 1073741824 1073778376 140737462422048 139832942123432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8814/tid=8821] ppid=8811 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/8814/task/8821/stat : 8821 (java) S 8811 8814 7235 0 -1 4202560 73 0 0 0 16 5 0 0 20 0 22 0 6035467 10060525568 319198 33554432000 1073741824 1073778376 140737462422048 139832941071144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8814/tid=8822] ppid=8811 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/8814/task/8822/stat : 8822 (java) S 8811 8814 7235 0 -1 4202560 194 0 0 0 17 4 0 0 20 0 22 0 6035467 10060525568 319198 33554432000 1073741824 1073778376 140737462422048 139832940018344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8814/tid=8823] ppid=8811 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/8814/task/8823/stat : 8823 (java) S 8811 8814 7235 0 -1 4202560 47 0 0 0 12 3 0 0 20 0 22 0 6035467 10060525568 319198 33554432000 1073741824 1073778376 140737462422048 139832938966056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8824] ppid=8811 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8814/task/8824/stat : 8824 (java) S 8811 8814 7235 0 -1 4202560 147 0 0 0 11 3 0 0 20 0 22 0 6035467 10060525568 319198 33554432000 1073741824 1073778376 140737462422048 139832937913256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8825] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8825/stat : 8825 (java) S 8811 8814 7235 0 -1 4202560 1016 0 0 0 0 0 0 0 20 0 22 0 6035468 10060525568 319198 33554432000 1073741824 1073778376 140737462422048 139832807373032 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8826] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8826/stat : 8826 (java) S 8811 8814 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6035469 10060525568 319198 33554432000 1073741824 1073778376 140737462422048 139832806319096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8827] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8827/stat : 8827 (java) S 8811 8814 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6035469 10060525568 319198 33554432000 1073741824 1073778376 140737462422048 139832805266696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8828] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8828/stat : 8828 (java) S 8811 8814 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6035471 10060525568 319198 33554432000 1073741824 1073778376 140737462422048 139832804215184 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8829] ppid=8811 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/8814/task/8829/stat : 8829 (java) S 8811 8814 7235 0 -1 4202560 5707 0 0 0 82 2 0 0 20 0 22 0 6035471 10060525568 319198 33554432000 1073741824 1073778376 140737462422048 139832803162808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8830] ppid=8811 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/8814/task/8830/stat : 8830 (java) S 8811 8814 7235 0 -1 4202560 5864 0 0 0 81 0 0 0 20 0 22 0 6035471 10060525568 319198 33554432000 1073741824 1073778376 140737462422048 139832802110008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8831] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8831/stat : 8831 (java) S 8811 8814 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6035471 10060525568 319198 33554432000 1073741824 1073778376 140737462422048 139832801057912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8832] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.06 3.82 3.38 5/219 9218
/proc/meminfo: memFree=24452432/32872528 swapFree=171304/177436
[pid=8814] ppid=8811 vsize=9824732 CPUtime=1761.76 cores=1,3,5,7
/proc/8814/stat : 8814 (java) S 8811 8814 7235 0 -1 4202496 145928 0 1 0 175923 253 0 0 20 0 22 0 6035462 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 140737462413184 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8814/statm: 2456183 952994 2291 9 0 2446860 0
[pid=8814/tid=8815] ppid=8811 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/8814/task/8815/stat : 8815 (java) S 8811 8814 7235 0 -1 4202560 3536 0 1 0 239 17 0 0 20 0 22 0 6035463 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 139832983790456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8817] ppid=8811 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/8814/task/8817/stat : 8817 (java) S 8811 8814 7235 0 -1 4202560 20098 0 0 0 59 23 0 0 20 0 22 0 6035467 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 139832945281320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8818] ppid=8811 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/8814/task/8818/stat : 8818 (java) S 8811 8814 7235 0 -1 4202560 13334 0 0 0 72 23 0 0 20 0 22 0 6035467 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 139832944228520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8819] ppid=8811 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/8814/task/8819/stat : 8819 (java) S 8811 8814 7235 0 -1 4202560 12087 0 0 0 66 20 0 0 20 0 22 0 6035467 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 139832943176232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8820] ppid=8811 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/8814/task/8820/stat : 8820 (java) S 8811 8814 7235 0 -1 4202560 17216 0 0 0 89 31 0 0 20 0 22 0 6035467 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 139832942123432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8814/tid=8821] ppid=8811 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/8814/task/8821/stat : 8821 (java) S 8811 8814 7235 0 -1 4202560 14421 0 0 0 82 28 0 0 20 0 22 0 6035467 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 139832941071144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8822] ppid=8811 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/8814/task/8822/stat : 8822 (java) S 8811 8814 7235 0 -1 4202560 12948 0 0 0 94 33 0 0 20 0 22 0 6035467 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 139832940018344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8823] ppid=8811 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/8814/task/8823/stat : 8823 (java) S 8811 8814 7235 0 -1 4202560 13938 0 0 0 80 23 0 0 20 0 22 0 6035467 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 139832938966056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8824] ppid=8811 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/8814/task/8824/stat : 8824 (java) S 8811 8814 7235 0 -1 4202560 16547 0 0 0 71 19 0 0 20 0 22 0 6035467 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 139832937913256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8825] ppid=8811 vsize=9824732 CPUtime=6.51 cores=1,3,5,7
/proc/8814/task/8825/stat : 8825 (java) S 8811 8814 7235 0 -1 4202560 2123 0 0 0 647 4 0 0 20 0 22 0 6035468 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 139832807373032 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8826] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8826/stat : 8826 (java) S 8811 8814 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6035469 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 139832806319096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8827] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8827/stat : 8827 (java) S 8811 8814 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6035469 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 139832805266696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8828] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8828/stat : 8828 (java) S 8811 8814 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6035471 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 139832804215184 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8829] ppid=8811 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/8814/task/8829/stat : 8829 (java) S 8811 8814 7235 0 -1 4202560 7265 0 0 0 120 2 0 0 20 0 22 0 6035471 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 139832803162808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8830] ppid=8811 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/8814/task/8830/stat : 8830 (java) S 8811 8814 7235 0 -1 4202560 10469 0 0 0 164 1 0 0 20 0 22 0 6035471 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 139832802110008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8831] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8831/stat : 8831 (java) S 8811 8814 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6035471 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 139832801057912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8832] ppid=8811 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/8814/task/8832/stat : 8832 (java) S 8811 8814 7235 0 -1 4202560 51 0 0 0 13 23 0 0 20 0 22 0 6035471 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 139832800005320 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8833] ppid=8811 vsize=9824732 CPUtime=870.7 cores=1,3,5,7
/proc/8814/task/8833/stat : 8833 (java) R 8811 8814 7235 0 -1 4202560 361 0 0 0 87044 26 0 0 20 0 22 0 6035768 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 139832798940928 139832811416897 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8814/tid=8834] ppid=8811 vsize=9824732 CPUtime=871.01 cores=1,3,5,7
/proc/8814/task/8834/stat : 8834 (java) R 8811 8814 7235 0 -1 4202560 270 0 0 0 87077 24 0 0 20 0 22 0 6035768 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 139832797894560 139832811380026 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8835] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8835/stat : 8835 (java) S 8811 8814 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6035772 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 139832796845224 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8836] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8836/stat : 8836 (java) S 8811 8814 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6035772 10060525568 952994 33554432000 1073741824 1073778376 140737462422048 139832795792424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1761.76
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.501 s]
/proc/loadavg: 4.04 3.83 3.39 5/219 9218
/proc/meminfo: memFree=24085224/32872528 swapFree=171304/177436
[pid=8814] ppid=8811 vsize=9824732 CPUtime=1800.16 cores=1,3,5,7
/proc/8814/stat : 8814 (java) S 8811 8814 7235 0 -1 4202496 145934 0 1 0 179762 254 0 0 20 0 22 0 6035462 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 140737462413184 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8814/statm: 2456183 952954 2291 9 0 2446860 0
[pid=8814/tid=8815] ppid=8811 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/8814/task/8815/stat : 8815 (java) S 8811 8814 7235 0 -1 4202560 3537 0 1 0 239 17 0 0 20 0 22 0 6035463 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832983790456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8817] ppid=8811 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/8814/task/8817/stat : 8817 (java) S 8811 8814 7235 0 -1 4202560 20098 0 0 0 59 23 0 0 20 0 22 0 6035467 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832945281320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8818] ppid=8811 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/8814/task/8818/stat : 8818 (java) S 8811 8814 7235 0 -1 4202560 13334 0 0 0 72 23 0 0 20 0 22 0 6035467 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832944228520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8819] ppid=8811 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/8814/task/8819/stat : 8819 (java) S 8811 8814 7235 0 -1 4202560 12087 0 0 0 66 20 0 0 20 0 22 0 6035467 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832943176232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8820] ppid=8811 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/8814/task/8820/stat : 8820 (java) S 8811 8814 7235 0 -1 4202560 17216 0 0 0 89 31 0 0 20 0 22 0 6035467 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832942123432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8814/tid=8821] ppid=8811 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/8814/task/8821/stat : 8821 (java) S 8811 8814 7235 0 -1 4202560 14421 0 0 0 82 28 0 0 20 0 22 0 6035467 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832941071144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8822] ppid=8811 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/8814/task/8822/stat : 8822 (java) S 8811 8814 7235 0 -1 4202560 12948 0 0 0 94 33 0 0 20 0 22 0 6035467 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832940018344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8823] ppid=8811 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/8814/task/8823/stat : 8823 (java) S 8811 8814 7235 0 -1 4202560 13938 0 0 0 80 23 0 0 20 0 22 0 6035467 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832938966056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8824] ppid=8811 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/8814/task/8824/stat : 8824 (java) S 8811 8814 7235 0 -1 4202560 16547 0 0 0 71 19 0 0 20 0 22 0 6035467 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832937913256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8825] ppid=8811 vsize=9824732 CPUtime=6.51 cores=1,3,5,7
/proc/8814/task/8825/stat : 8825 (java) S 8811 8814 7235 0 -1 4202560 2124 0 0 0 647 4 0 0 20 0 22 0 6035468 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832807373032 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8826] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8826/stat : 8826 (java) S 8811 8814 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6035469 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832806319096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8827] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8827/stat : 8827 (java) S 8811 8814 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6035469 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832805266696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8828] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8828/stat : 8828 (java) S 8811 8814 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6035471 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832804215184 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8829] ppid=8811 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/8814/task/8829/stat : 8829 (java) S 8811 8814 7235 0 -1 4202560 7266 0 0 0 121 2 0 0 20 0 22 0 6035471 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832803162808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8830] ppid=8811 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/8814/task/8830/stat : 8830 (java) S 8811 8814 7235 0 -1 4202560 10470 0 0 0 165 1 0 0 20 0 22 0 6035471 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832802110008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8831] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8831/stat : 8831 (java) S 8811 8814 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6035471 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832801057912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8832] ppid=8811 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/8814/task/8832/stat : 8832 (java) S 8811 8814 7235 0 -1 4202560 53 0 0 0 13 24 0 0 20 0 22 0 6035471 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832800005320 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8833] ppid=8811 vsize=9824732 CPUtime=889.89 cores=1,3,5,7
/proc/8814/task/8833/stat : 8833 (java) R 8811 8814 7235 0 -1 4202560 361 0 0 0 88963 26 0 0 20 0 22 0 6035768 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832798947976 139832811098296 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8814/tid=8834] ppid=8811 vsize=9824732 CPUtime=890.2 cores=1,3,5,7
/proc/8814/task/8834/stat : 8834 (java) R 8811 8814 7235 0 -1 4202560 270 0 0 0 88996 24 0 0 20 0 22 0 6035768 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832797894560 139832811453895 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8835] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8835/stat : 8835 (java) S 8811 8814 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6035772 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832796845224 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8836] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8836/stat : 8836 (java) S 8811 8814 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6035772 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832795792424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 8814 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+901.501 s]
/proc/loadavg: 4.04 3.83 3.39 5/219 9218
/proc/meminfo: memFree=24085224/32872528 swapFree=171304/177436
[pid=8814] ppid=8811 vsize=9824732 CPUtime=1800.16 cores=1,3,5,7
/proc/8814/stat : 8814 (java) S 8811 8814 7235 0 -1 4202496 145934 0 1 0 179762 254 0 0 20 0 22 0 6035462 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 140737462413184 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8814/statm: 2456183 952954 2291 9 0 2446860 0
[pid=8814/tid=8815] ppid=8811 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/8814/task/8815/stat : 8815 (java) S 8811 8814 7235 0 -1 4202560 3537 0 1 0 239 17 0 0 20 0 22 0 6035463 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832983790456 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8817] ppid=8811 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/8814/task/8817/stat : 8817 (java) S 8811 8814 7235 0 -1 4202560 20098 0 0 0 59 23 0 0 20 0 22 0 6035467 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832945281320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8818] ppid=8811 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/8814/task/8818/stat : 8818 (java) S 8811 8814 7235 0 -1 4202560 13334 0 0 0 72 23 0 0 20 0 22 0 6035467 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832944228520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8819] ppid=8811 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/8814/task/8819/stat : 8819 (java) S 8811 8814 7235 0 -1 4202560 12087 0 0 0 66 20 0 0 20 0 22 0 6035467 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832943176232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8820] ppid=8811 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/8814/task/8820/stat : 8820 (java) S 8811 8814 7235 0 -1 4202560 17216 0 0 0 89 31 0 0 20 0 22 0 6035467 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832942123432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8814/tid=8821] ppid=8811 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/8814/task/8821/stat : 8821 (java) S 8811 8814 7235 0 -1 4202560 14421 0 0 0 82 28 0 0 20 0 22 0 6035467 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832941071144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8822] ppid=8811 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/8814/task/8822/stat : 8822 (java) S 8811 8814 7235 0 -1 4202560 12948 0 0 0 94 33 0 0 20 0 22 0 6035467 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832940018344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8823] ppid=8811 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/8814/task/8823/stat : 8823 (java) S 8811 8814 7235 0 -1 4202560 13938 0 0 0 80 23 0 0 20 0 22 0 6035467 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832938966056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8824] ppid=8811 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/8814/task/8824/stat : 8824 (java) S 8811 8814 7235 0 -1 4202560 16547 0 0 0 71 19 0 0 20 0 22 0 6035467 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832937913256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8825] ppid=8811 vsize=9824732 CPUtime=6.51 cores=1,3,5,7
/proc/8814/task/8825/stat : 8825 (java) S 8811 8814 7235 0 -1 4202560 2124 0 0 0 647 4 0 0 20 0 22 0 6035468 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832807373032 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8826] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8826/stat : 8826 (java) S 8811 8814 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6035469 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832806319096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8827] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8827/stat : 8827 (java) S 8811 8814 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6035469 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832805266696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8828] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8828/stat : 8828 (java) S 8811 8814 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6035471 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832804215184 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8829] ppid=8811 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/8814/task/8829/stat : 8829 (java) S 8811 8814 7235 0 -1 4202560 7266 0 0 0 121 2 0 0 20 0 22 0 6035471 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832803162808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8814/tid=8830] ppid=8811 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/8814/task/8830/stat : 8830 (java) S 8811 8814 7235 0 -1 4202560 10470 0 0 0 165 1 0 0 20 0 22 0 6035471 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832802110008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8831] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8831/stat : 8831 (java) S 8811 8814 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6035471 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832801057912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8832] ppid=8811 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/8814/task/8832/stat : 8832 (java) S 8811 8814 7235 0 -1 4202560 53 0 0 0 13 24 0 0 20 0 22 0 6035471 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832800005320 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8833] ppid=8811 vsize=9824732 CPUtime=889.89 cores=1,3,5,7
/proc/8814/task/8833/stat : 8833 (java) R 8811 8814 7235 0 -1 4202560 361 0 0 0 88963 26 0 0 20 0 22 0 6035768 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832798947976 139832811098296 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8814/tid=8834] ppid=8811 vsize=9824732 CPUtime=890.2 cores=1,3,5,7
/proc/8814/task/8834/stat : 8834 (java) R 8811 8814 7235 0 -1 4202560 270 0 0 0 88996 24 0 0 20 0 22 0 6035768 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832797894560 139832811453895 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8814/tid=8835] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8835/stat : 8835 (java) S 8811 8814 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6035772 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832796845224 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8814/tid=8836] ppid=8811 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8814/task/8836/stat : 8836 (java) S 8811 8814 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6035772 10060525568 952954 33554432000 1073741824 1073778376 140737462422048 139832795792424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 901.551
CPU time (s): 1800.98
CPU user time (s): 1797.83
CPU system time (s): 3.15152
CPU usage (%): 199.765
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.83
system time used= 3.15152
maximum resident set size= 3858268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145976
page faults= 1
swaps= 0
block input operations= 0
block output operations= 760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25875
involuntary context switches= 14520

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.8921 second user time and 7.61484 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-30 09:00:41
IDJOB=4119664
IDBENCH=111784
IDSOLVER=2543
FILE ID=node105/4119664-1467270041
RUNJOBID= node105-1467268188-8376
PBS_JOBID= 20004488
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/pbfvmc-formulae/hw128/normalized-hw128-vm100p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119664-1467270041/watcher-4119664-1467270041 -o /tmp/evaluation-result-4119664-1467270041/solver-4119664-1467270041 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467268188-8376 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119664-1467270041.opb

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

MD5SUM BENCH= f7972e6ac330b31555746f994dab16be
RANDOM SEED=1858691341

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28147340 kB
Buffers:          128740 kB
Cached:           423856 kB
SwapCached:            0 kB
Active:          3416620 kB
Inactive:         382732 kB
Active(anon):    3241760 kB
Inactive(anon):     7948 kB
Active(file):     174860 kB
Inactive(file):   374784 kB
Unevictable:      177436 kB
Mlocked:          171304 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9112 kB
Writeback:             0 kB
AnonPages:       3424632 kB
Mapped:            22308 kB
Shmem:               204 kB
Slab:             610616 kB
SReclaimable:      53992 kB
SUnreclaim:       556624 kB
KernelStack:        1632 kB
PageTables:        10752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3980532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2967552 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= 71688 MiB
End job on node105 at 2016-06-30 09:15:43