Trace number 3717980

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 2012-05-28? (TO) 1800.06 1797.94

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen06-20reduc_wcsp.wbo
MD5SUMe94b4395b6b3ba71e47be69bc3403ba0
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1594
Total number of constraints87251
Number of soft constraints87169
Number of constraints which are clauses87169
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint24
Top cost 3389
Min constraint cost 1
Max constraint cost 2436
Sum of constraints costs 29876722
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 25
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.13	c See www.sat4j.org for details.
0.02/0.14	c version 2.3.2.v20120528
0.02/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.14	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.14	c java.vm.version	19.1-b02
0.02/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.14	c sun.arch.data.model	64
0.02/0.14	c java.version		1.6.0_24
0.02/0.14	c os.name		Linux
0.02/0.14	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.14	c os.arch		amd64
0.02/0.14	c Free memory 		501472288
0.02/0.14	c Max memory 		7480803328
0.02/0.14	c Total memory 		504102912
0.02/0.14	c Number of processors 	8
0.02/0.16	c Pseudo Boolean Optimization by upper bound
0.02/0.16	c --- Begin Solver configuration ---
0.02/0.16	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.02/0.16	c Learn all clauses as in MiniSAT
0.02/0.16	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.02/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.02/0.16	c No reason simplification
0.02/0.16	c Armin Biere (Picosat) restarts strategy
0.02/0.16	c Glucose 2 learned constraints deletion strategy
0.02/0.16	c timeout=2147483s
0.02/0.16	c DB Simplification allowed=false
0.02/0.16	c --- End Solver configuration ---
0.02/0.16	c solving HOME/instance-3717980-1338310769.wbo
0.02/0.16	c reading problem ... 
1.41/0.91	c ... done. Wall clock time 0.75s.
1.41/0.91	c declared #vars     1594
1.41/0.91	c internal #vars     88763
1.41/0.91	c #constraints  87334
1.41/0.91	c constraints type 
1.41/0.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86769
1.41/0.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
1.41/0.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 483
1.41/0.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.41/0.91	c 87334 constraints processed.
1.41/0.91	c objective function length is 87169 literals
17.37/16.30	c cleaning 2493 clauses out of 5002 with flag 19267/5002
35.79/34.57	c cleaning 4251 clauses out of 8507 with flag 54746/11000
57.11/55.84	c cleaning 5616 clauses out of 11257 with flag 94748/18001
84.23/82.96	c cleaning 6803 clauses out of 13641 with flag 140129/26001
116.69/115.35	c cleaning 7917 clauses out of 15838 with flag 204862/35001
147.89/146.57	c cleaning 8948 clauses out of 17920 with flag 260275/45000
181.19/179.84	c cleaning 9975 clauses out of 19973 with flag 329722/56001
215.70/214.37	c cleaning 10995 clauses out of 21998 with flag 402367/68001
259.53/258.13	c cleaning 11996 clauses out of 24005 with flag 493842/81003
310.03/308.64	c cleaning 12987 clauses out of 26006 with flag 616259/95000
353.27/351.81	c cleaning 14001 clauses out of 28020 with flag 713952/110001
405.81/404.33	c cleaning 14998 clauses out of 30018 with flag 857461/126000
460.54/459.06	c cleaning 15989 clauses out of 32020 with flag 1034570/143000
514.03/512.51	c cleaning 17013 clauses out of 34031 with flag 1192950/161000
564.77/563.22	c cleaning 18005 clauses out of 36018 with flag 1375083/180000
628.60/627.08	c cleaning 18974 clauses out of 38013 with flag 1503754/200000
702.41/700.88	c cleaning 20013 clauses out of 40040 with flag 1665282/221001
789.67/788.07	c cleaning 20975 clauses out of 42026 with flag 1863692/243000
869.86/868.10	c cleaning 22009 clauses out of 44052 with flag 2051289/266001
960.70/958.99	c cleaning 23009 clauses out of 46042 with flag 2256314/290000
1035.37/1033.52	c cleaning 24003 clauses out of 48033 with flag 2438991/315000
1123.41/1121.50	c cleaning 25008 clauses out of 50030 with flag 2644393/341000
1213.47/1211.58	c cleaning 26003 clauses out of 52022 with flag 2872690/368000
1296.49/1294.60	c cleaning 27004 clauses out of 54021 with flag 3062850/396002
1410.52/1408.56	c cleaning 27999 clauses out of 56017 with flag 3353603/425002
1511.57/1509.51	c cleaning 28991 clauses out of 58016 with flag 3658320/455000
1640.92/1638.82	c cleaning 29996 clauses out of 60025 with flag 3944007/486000
1751.73/1749.65	c cleaning 30958 clauses out of 62029 with flag 4183771/518000
1800.06/1797.91	c starts		: 153
1800.06/1797.91	c conflicts		: 534541
1800.06/1797.91	c decisions		: 4144638
1800.06/1797.91	c propagations		: 2488972723
1800.06/1797.91	c inspects		: 380663167
1800.06/1797.91	c shortcuts		: 0
1800.06/1797.91	c learnt literals	: 0
1800.06/1797.91	c learnt binary clauses	: 0
1800.06/1797.91	c learnt ternary clauses	: 3
1800.06/1797.91	c learnt constraints	: 534540
1800.06/1797.91	c ignored constraints	: 0
1800.06/1797.91	c root simplifications	: 0
1800.06/1797.91	c removed literals (reason simplification)	: 0
1800.06/1797.91	c reason swapping (by a shorter reason)	: 0
1800.06/1797.91	c Calls to reduceDB	: 28
1800.06/1797.91	c Number of update (reduction) of LBD	: 242366
1800.06/1797.91	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.91	c number of learned constraints concerned by reduction	: 0
1800.06/1797.91	c number of learning phase by resolution	: 0
1800.06/1797.91	c number of learning phase by cutting planes	: 0
1800.06/1797.91	c speed (assignments/second)	: 1385145.8442664964
1800.06/1797.91	c non guided choices	969
1800.06/1797.92	c learnt constraints type 
1800.06/1797.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 47614
1800.06/1797.93	c constraints type 
1800.06/1797.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86769
1800.06/1797.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
1800.06/1797.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 483
1800.06/1797.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.06/1797.93	c 87334 constraints processed.
1800.06/1797.93	s UNKNOWN
1800.06/1797.93	c Total wall clock time (in seconds): 1797.764

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3717980-1338310769/watcher-3717980-1338310769 -o /tmp/evaluation-result-3717980-1338310769/solver-3717980-1338310769 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3717980-1338310769.wbo 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.07 0.02 0.81 1/173 17399
/proc/meminfo: memFree=26345888/32873648 swapFree=6336/6336
[pid=17399] ppid=17397 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17399/stat : 17399 (java) D 17397 17399 17365 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 297204184 9515008 182 33554432000 1073741824 1073778376 140737303076192 140737303067224 213866331829 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/17399/statm: 2323 182 140 9 0 71 0

[startup+0.0404801 s]
/proc/loadavg: 0.07 0.02 0.81 1/173 17399
/proc/meminfo: memFree=26345888/32873648 swapFree=6336/6336
[pid=17399] ppid=17397 vsize=9014776 CPUtime=0 cores=0,2,4,6
/proc/17399/stat : 17399 (java) S 17397 17399 17365 0 -1 4202496 2229 0 1 0 0 0 0 0 20 0 10 0 297204184 9231130624 2930 33554432000 1073741824 1073778376 140736409376048 140736409367184 213869690941 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17399/statm: 2253694 2930 1080 9 0 2244803 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.100268 s]
/proc/loadavg: 0.07 0.02 0.81 1/173 17399
/proc/meminfo: memFree=26345888/32873648 swapFree=6336/6336
[pid=17399] ppid=17397 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/17399/stat : 17399 (java) S 17397 17399 17365 0 -1 4202496 3061 0 1 0 2 0 0 0 20 0 13 0 297204184 9446973440 3759 33554432000 1073741824 1073778376 140736409376048 140736409367184 213869690941 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17399/statm: 2306390 3759 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.300179 s]
/proc/loadavg: 0.07 0.02 0.81 1/173 17399
/proc/meminfo: memFree=26345888/32873648 swapFree=6336/6336
[pid=17399] ppid=17397 vsize=9558416 CPUtime=0.36 cores=0,2,4,6
/proc/17399/stat : 17399 (java) S 17397 17399 17365 0 -1 4202496 5185 0 1 0 34 2 0 0 20 0 18 0 297204184 9787817984 7728 33554432000 1073741824 1073778376 140736409376048 140736409367184 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17399/statm: 2389604 7728 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 9558416

[startup+0.70023 s]
/proc/loadavg: 0.07 0.02 0.81 1/173 17399
/proc/meminfo: memFree=26345888/32873648 swapFree=6336/6336
[pid=17399] ppid=17397 vsize=9558416 CPUtime=1.15 cores=0,2,4,6
/proc/17399/stat : 17399 (java) S 17397 17399 17365 0 -1 4202496 7134 0 1 0 107 8 0 0 20 0 18 0 297204184 9787817984 44717 33554432000 1073741824 1073778376 140736409376048 140736409367184 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17399/statm: 2389604 44717 2249 9 0 2380296 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558416

[startup+1.50068 s]
/proc/loadavg: 0.07 0.02 0.81 9/211 17444
/proc/meminfo: memFree=25987204/32873648 swapFree=6336/6336
[pid=17399] ppid=17397 vsize=9624980 CPUtime=2.5 cores=0,2,4,6
/proc/17399/stat : 17399 (java) S 17397 17399 17365 0 -1 4202496 9915 0 1 0 242 8 0 0 20 0 19 0 297204184 9855979520 45521 33554432000 1073741824 1073778376 140736409376048 140736409367184 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17399/statm: 2406245 45521 2268 9 0 2396937 0
[pid=17399/tid=17401] ppid=17397 vsize=9624980 CPUtime=1.38 cores=0,2,4,6
/proc/17399/task/17401/stat : 17401 (java) R 17397 17399 17365 0 -1 4202560 2523 0 1 0 134 4 0 0 20 0 19 0 297204185 9855979520 45521 33554432000 1073741824 1073778376 140736409376048 140602388783496 140602214558618 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17399/tid=17402] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17402/stat : 17402 (java) S 17397 17399 17365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 297204186 9855979520 45521 33554432000 1073741824 1073778376 140736409376048 140602350274728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17403] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17403/stat : 17403 (java) S 17397 17399 17365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 297204186 9855979520 45521 33554432000 1073741824 1073778376 140736409376048 140602349222184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17404] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17404/stat : 17404 (java) S 17397 17399 17365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 297204186 9855979520 45521 33554432000 1073741824 1073778376 140736409376048 140602348169640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17399/tid=17405] ppid=17397 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/17399/task/17405/stat : 17405 (java) S 17397 17399 17365 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 297204186 9855979520 45521 33554432000 1073741824 1073778376 140736409376048 140602347117096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17399/tid=17406] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17406/stat : 17406 (java) S 17397 17399 17365 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 297204186 9855979520 45521 33554432000 1073741824 1073778376 140736409376048 140602346064552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17399/tid=17407] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17407/stat : 17407 (java) S 17397 17399 17365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 297204186 9855979520 45521 33554432000 1073741824 1073778376 140736409376048 140602345012008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17399/tid=17408] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17408/stat : 17408 (java) S 17397 17399 17365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 297204186 9855979520 45521 33554432000 1073741824 1073778376 140736409376048 140602343959464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17409] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17409/stat : 17409 (java) S 17397 17399 17365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 297204186 9855979520 45521 33554432000 1073741824 1073778376 140736409376048 140602342906920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17399/tid=17410] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17410/stat : 17410 (java) S 17397 17399 17365 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 297204192 9855979520 45521 33554432000 1073741824 1073778376 140736409376048 140602212604008 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17411] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17411/stat : 17411 (java) S 17397 17399 17365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 297204192 9855979520 45521 33554432000 1073741824 1073778376 140736409376048 140602211550328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17412] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17412/stat : 17412 (java) S 17397 17399 17365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 297204192 9855979520 45521 33554432000 1073741824 1073778376 140736409376048 140602210497672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17413] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17413/stat : 17413 (java) S 17397 17399 17365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204195 9855979520 45521 33554432000 1073741824 1073778376 140736409376048 140602209446416 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17414] ppid=17397 vsize=9624980 CPUtime=0.51 cores=0,2,4,6
/proc/17399/task/17414/stat : 17414 (java) S 17397 17399 17365 0 -1 4202560 3462 0 0 0 51 0 0 0 20 0 19 0 297204195 9855979520 45521 33554432000 1073741824 1073778376 140736409376048 140602208393784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17415] ppid=17397 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/17399/task/17415/stat : 17415 (java) S 17397 17399 17365 0 -1 4202560 2603 0 0 0 44 0 0 0 20 0 19 0 297204195 9855979520 45521 33554432000 1073741824 1073778376 140736409376048 140602207341240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17416] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17416/stat : 17416 (java) S 17397 17399 17365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204195 9855979520 45521 33554432000 1073741824 1073778376 140736409376048 140602206288888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17417] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17417/stat : 17417 (java) S 17397 17399 17365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204195 9855979520 45521 33554432000 1073741824 1073778376 140736409376048 140602205236552 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 9624980

[startup+3.10073 s]
/proc/loadavg: 0.07 0.02 0.81 3/213 17446
/proc/meminfo: memFree=25773268/32873648 swapFree=6336/6336
[pid=17399] ppid=17397 vsize=9624980 CPUtime=4.12 cores=0,2,4,6
/proc/17399/stat : 17399 (java) S 17397 17399 17365 0 -1 4202496 9917 0 1 0 404 8 0 0 20 0 19 0 297204184 9855979520 45522 33554432000 1073741824 1073778376 140736409376048 140736409367184 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17399/statm: 2406245 45522 2268 9 0 2396937 0
[pid=17399/tid=17401] ppid=17397 vsize=9624980 CPUtime=2.97 cores=0,2,4,6
/proc/17399/task/17401/stat : 17401 (java) R 17397 17399 17365 0 -1 4202560 2524 0 1 0 293 4 0 0 20 0 19 0 297204185 9855979520 45522 33554432000 1073741824 1073778376 140736409376048 140602388783504 140602214483151 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17402] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17402/stat : 17402 (java) S 17397 17399 17365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 297204186 9855979520 45522 33554432000 1073741824 1073778376 140736409376048 140602350274728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17403] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17403/stat : 17403 (java) S 17397 17399 17365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 297204186 9855979520 45522 33554432000 1073741824 1073778376 140736409376048 140602349222184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17404] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17404/stat : 17404 (java) S 17397 17399 17365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 297204186 9855979520 45522 33554432000 1073741824 1073778376 140736409376048 140602348169640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17399/tid=17405] ppid=17397 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/17399/task/17405/stat : 17405 (java) S 17397 17399 17365 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 297204186 9855979520 45522 33554432000 1073741824 1073778376 140736409376048 140602347117096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17399/tid=17406] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17406/stat : 17406 (java) S 17397 17399 17365 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 297204186 9855979520 45522 33554432000 1073741824 1073778376 140736409376048 140602346064552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17399/tid=17407] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17407/stat : 17407 (java) S 17397 17399 17365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 297204186 9855979520 45522 33554432000 1073741824 1073778376 140736409376048 140602345012008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17399/tid=17408] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17408/stat : 17408 (java) S 17397 17399 17365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 297204186 9855979520 45522 33554432000 1073741824 1073778376 140736409376048 140602343959464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17409] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17409/stat : 17409 (java) S 17397 17399 17365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 297204186 9855979520 45522 33554432000 1073741824 1073778376 140736409376048 140602342906920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17399/tid=17410] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17410/stat : 17410 (java) S 17397 17399 17365 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 297204192 9855979520 45522 33554432000 1073741824 1073778376 140736409376048 140602212604008 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17411] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17411/stat : 17411 (java) S 17397 17399 17365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 297204192 9855979520 45522 33554432000 1073741824 1073778376 140736409376048 140602211550328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17412] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17412/stat : 17412 (java) S 17397 17399 17365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 297204192 9855979520 45522 33554432000 1073741824 1073778376 140736409376048 140602210497672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17413] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17413/stat : 17413 (java) S 17397 17399 17365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204195 9855979520 45522 33554432000 1073741824 1073778376 140736409376048 140602209446416 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17414] ppid=17397 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/17399/task/17414/stat : 17414 (java) S 17397 17399 17365 0 -1 4202560 3462 0 0 0 54 0 0 0 20 0 19 0 297204195 9855979520 45522 33554432000 1073741824 1073778376 140736409376048 140602208393784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17415] ppid=17397 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/17399/task/17415/stat : 17415 (java) S 17397 17399 17365 0 -1 4202560 2603 0 0 0 44 0 0 0 20 0 19 0 297204195 9855979520 45522 33554432000 1073741824 1073778376 140736409376048 140602207341240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17416] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17416/stat : 17416 (java) S 17397 17399 17365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204195 9855979520 45522 33554432000 1073741824 1073778376 140736409376048 140602206288888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17417] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17417/stat : 17417 (java) S 17397 17399 17365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204195 9855979520 45522 33554432000 1073741824 1073778376 140736409376048 140602205236552 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17445] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17445/stat : 17445 (java) S 17397 17399 17365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 297204285 9855979520 45522 33554432000 1073741824 1073778376 140736409376048 140602204181288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 9624980

[startup+6.30069 s]
/proc/loadavg: 0.22 0.05 0.82 3/213 17446
/proc/meminfo: memFree=25772388/32873648 swapFree=6336/6336
[pid=17399] ppid=17397 vsize=9624980 CPUtime=7.33 cores=0,2,4,6
/proc/17399/stat : 17399 (java) S 17397 17399 17365 0 -1 4202496 9919 0 1 0 724 9 0 0 20 0 19 0 297204184 9855979520 45514 33554432000 1073741824 1073778376 140736409376048 140736409367184 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17399/statm: 2406245 45514 2268 9 0 2396937 0
[pid=17399/tid=17401] ppid=17397 vsize=9624980 CPUtime=6.16 cores=0,2,4,6
/proc/17399/task/17401/stat : 17401 (java) R 17397 17399 17365 0 -1 4202560 2526 0 1 0 612 4 0 0 20 0 19 0 297204185 9855979520 45514 33554432000 1073741824 1073778376 140736409376048 140602388781408 140602214585300 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17399/tid=17402] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17402/stat : 17402 (java) S 17397 17399 17365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 297204186 9855979520 45514 33554432000 1073741824 1073778376 140736409376048 140602350274728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17403] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17403/stat : 17403 (java) S 17397 17399 17365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 297204186 9855979520 45514 33554432000 1073741824 1073778376 140736409376048 140602349222184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17404] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17404/stat : 17404 (java) S 17397 17399 17365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 297204186 9855979520 45514 33554432000 1073741824 1073778376 140736409376048 140602348169640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17399/tid=17405] ppid=17397 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/17399/task/17405/stat : 17405 (java) S 17397 17399 17365 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 297204186 9855979520 45514 33554432000 1073741824 1073778376 140736409376048 140602347117096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17399/tid=17406] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17406/stat : 17406 (java) S 17397 17399 17365 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 297204186 9855979520 45514 33554432000 1073741824 1073778376 140736409376048 140602346064552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17399/tid=17407] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17407/stat : 17407 (java) S 17397 17399 17365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 297204186 9855979520 45514 33554432000 1073741824 1073778376 140736409376048 140602345012008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17399/tid=17408] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17408/stat : 17408 (java) S 17397 17399 17365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 297204186 9855979520 45514 33554432000 1073741824 1073778376 140736409376048 140602343959464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17409] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17409/stat : 17409 (java) S 17397 17399 17365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 297204186 9855979520 45514 33554432000 1073741824 1073778376 140736409376048 140602342906920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17399/tid=17410] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17410/stat : 17410 (java) S 17397 17399 17365 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 297204192 9855979520 45514 33554432000 1073741824 1073778376 140736409376048 140602212604008 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17411] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17411/stat : 17411 (java) S 17397 17399 17365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 297204192 9855979520 45514 33554432000 1073741824 1073778376 140736409376048 140602211550328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17412] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17412/stat : 17412 (java) S 17397 17399 17365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 297204192 9855979520 45514 33554432000 1073741824 1073778376 140736409376048 140602210497672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17413] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17413/stat : 17413 (java) S 17397 17399 17365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204195 9855979520 45514 33554432000 1073741824 1073778376 140736409376048 140602209446416 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17414] ppid=17397 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/17399/task/17414/stat : 17414 (java) S 17397 17399 17365 0 -1 4202560 3462 0 0 0 54 0 0 0 20 0 19 0 297204195 9855979520 45514 33554432000 1073741824 1073778376 140736409376048 140602208393784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17415] ppid=17397 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/17399/task/17415/stat : 17415 (java) S 17397 17399 17365 0 -1 4202560 2603 0 0 0 44 0 0 0 20 0 19 0 297204195 9855979520 45514 33554432000 1073741824 1073778376 140736409376048 140602207341240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17416] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17416/stat : 17416 (java) S 17397 17399 17365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204195 9855979520 45514 33554432000 1073741824 1073778376 140736409376048 140602206288888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17417] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17417/stat : 17417 (java) S 17397 17399 17365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204195 9855979520 45514 33554432000 1073741824 1073778376 140736409376048 140602205236552 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17445] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17445/stat : 17445 (java) S 17397 17399 17365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 297204285 9855979520 45514 33554432000 1073741824 1073778376 140736409376048 140602204181288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]
/proc/loadavg: 0.36 0.08 0.83 3/213 17446
/proc/meminfo: memFree=25772012/32873648 swapFree=6336/6336

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

[pid=17399/tid=17414] ppid=17397 vsize=9624980 CPUtime=0.65 cores=0,2,4,6
/proc/17399/task/17414/stat : 17414 (java) S 17397 17399 17365 0 -1 4202560 3899 0 0 0 65 0 0 0 20 0 19 0 297204195 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602208393784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17415] ppid=17397 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/17399/task/17415/stat : 17415 (java) S 17397 17399 17365 0 -1 4202560 2609 0 0 0 49 0 0 0 20 0 19 0 297204195 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602207341240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17416] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17416/stat : 17416 (java) S 17397 17399 17365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204195 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602206288888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17417] ppid=17397 vsize=9624980 CPUtime=0.59 cores=0,2,4,6
/proc/17399/task/17417/stat : 17417 (java) S 17397 17399 17365 0 -1 4202560 99 0 0 0 25 34 0 0 20 0 19 0 297204195 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602205236552 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17445] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17445/stat : 17445 (java) S 17397 17399 17365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 297204285 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602204181288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.43
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 2.07 2.00 1.80 3/213 17483
/proc/meminfo: memFree=25463548/32873648 swapFree=6336/6336
[pid=17399] ppid=17397 vsize=9624980 CPUtime=1784.44 cores=0,2,4,6
/proc/17399/stat : 17399 (java) S 17397 17399 17365 0 -1 4202496 11223 0 1 0 178393 51 0 0 20 0 19 0 297204184 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140736409367184 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17399/statm: 2406245 85838 2282 9 0 2396937 0
[pid=17399/tid=17401] ppid=17397 vsize=9624980 CPUtime=1773.51 cores=0,2,4,6
/proc/17399/task/17401/stat : 17401 (java) R 17397 17399 17365 0 -1 4202560 2554 0 1 0 177320 31 0 0 20 0 19 0 297204185 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602388783392 140602214558713 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17402] ppid=17397 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/17399/task/17402/stat : 17402 (java) S 17397 17399 17365 0 -1 4202560 185 0 0 0 14 3 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602350274728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17399/tid=17403] ppid=17397 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/17399/task/17403/stat : 17403 (java) S 17397 17399 17365 0 -1 4202560 112 0 0 0 15 4 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602349222184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17404] ppid=17397 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/17399/task/17404/stat : 17404 (java) S 17397 17399 17365 0 -1 4202560 40 0 0 0 10 2 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602348169640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17399/tid=17405] ppid=17397 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/17399/task/17405/stat : 17405 (java) S 17397 17399 17365 0 -1 4202560 106 0 0 0 14 3 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602347117096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17406] ppid=17397 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/17399/task/17406/stat : 17406 (java) S 17397 17399 17365 0 -1 4202560 96 0 0 0 12 2 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602346064552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17407] ppid=17397 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/17399/task/17407/stat : 17407 (java) S 17397 17399 17365 0 -1 4202560 46 0 0 0 15 2 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602345012008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17399/tid=17408] ppid=17397 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/17399/task/17408/stat : 17408 (java) S 17397 17399 17365 0 -1 4202560 48 0 0 0 12 2 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602343959464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17409] ppid=17397 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/17399/task/17409/stat : 17409 (java) S 17397 17399 17365 0 -1 4202560 78 0 0 0 13 2 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602342906920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17410] ppid=17397 vsize=9624980 CPUtime=3.59 cores=0,2,4,6
/proc/17399/task/17410/stat : 17410 (java) S 17397 17399 17365 0 -1 4202560 167 0 0 0 357 2 0 0 20 0 19 0 297204192 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602212604008 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17399/tid=17411] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17411/stat : 17411 (java) S 17397 17399 17365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 297204192 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602211550328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17412] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17412/stat : 17412 (java) S 17397 17399 17365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 297204192 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602210497672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17413] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17413/stat : 17413 (java) S 17397 17399 17365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204195 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602209446416 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17414] ppid=17397 vsize=9624980 CPUtime=0.65 cores=0,2,4,6
/proc/17399/task/17414/stat : 17414 (java) S 17397 17399 17365 0 -1 4202560 3899 0 0 0 65 0 0 0 20 0 19 0 297204195 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602208393784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17415] ppid=17397 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/17399/task/17415/stat : 17415 (java) S 17397 17399 17365 0 -1 4202560 2609 0 0 0 49 0 0 0 20 0 19 0 297204195 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602207341240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17416] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17416/stat : 17416 (java) S 17397 17399 17365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204195 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602206288888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17417] ppid=17397 vsize=9624980 CPUtime=0.6 cores=0,2,4,6
/proc/17399/task/17417/stat : 17417 (java) S 17397 17399 17365 0 -1 4202560 103 0 0 0 25 35 0 0 20 0 19 0 297204195 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602205236552 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17399/tid=17445] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17445/stat : 17445 (java) S 17397 17399 17365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 297204285 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602204181288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.44
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 1.97 1.99 1.80 2/193 17486
/proc/meminfo: memFree=25998820/32873648 swapFree=6336/6336
[pid=17399] ppid=17397 vsize=9624980 CPUtime=1800.06 cores=0,2,4,6
/proc/17399/stat : 17399 (java) S 17397 17399 17365 0 -1 4202496 11223 0 1 0 179954 52 0 0 20 0 19 0 297204184 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140736409367184 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17399/statm: 2406245 85838 2282 9 0 2396937 0
[pid=17399/tid=17401] ppid=17397 vsize=9624980 CPUtime=1789.08 cores=0,2,4,6
/proc/17399/task/17401/stat : 17401 (java) R 17397 17399 17365 0 -1 4202560 2554 0 1 0 178876 32 0 0 20 0 19 0 297204185 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602388783392 140602214327960 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17402] ppid=17397 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/17399/task/17402/stat : 17402 (java) S 17397 17399 17365 0 -1 4202560 185 0 0 0 14 3 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602350274728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17399/tid=17403] ppid=17397 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/17399/task/17403/stat : 17403 (java) S 17397 17399 17365 0 -1 4202560 112 0 0 0 15 4 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602349222184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17404] ppid=17397 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/17399/task/17404/stat : 17404 (java) S 17397 17399 17365 0 -1 4202560 40 0 0 0 10 2 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602348169640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17399/tid=17405] ppid=17397 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/17399/task/17405/stat : 17405 (java) S 17397 17399 17365 0 -1 4202560 106 0 0 0 14 3 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602347117096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17406] ppid=17397 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/17399/task/17406/stat : 17406 (java) S 17397 17399 17365 0 -1 4202560 96 0 0 0 12 2 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602346064552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17407] ppid=17397 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/17399/task/17407/stat : 17407 (java) S 17397 17399 17365 0 -1 4202560 46 0 0 0 15 2 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602345012008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17399/tid=17408] ppid=17397 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/17399/task/17408/stat : 17408 (java) S 17397 17399 17365 0 -1 4202560 48 0 0 0 12 2 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602343959464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17409] ppid=17397 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/17399/task/17409/stat : 17409 (java) S 17397 17399 17365 0 -1 4202560 78 0 0 0 13 2 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602342906920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17410] ppid=17397 vsize=9624980 CPUtime=3.6 cores=0,2,4,6
/proc/17399/task/17410/stat : 17410 (java) S 17397 17399 17365 0 -1 4202560 167 0 0 0 358 2 0 0 20 0 19 0 297204192 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602212604008 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17399/tid=17411] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17411/stat : 17411 (java) S 17397 17399 17365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 297204192 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602211550328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17412] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17412/stat : 17412 (java) S 17397 17399 17365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 297204192 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602210497672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17413] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17413/stat : 17413 (java) S 17397 17399 17365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204195 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602209446416 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17414] ppid=17397 vsize=9624980 CPUtime=0.65 cores=0,2,4,6
/proc/17399/task/17414/stat : 17414 (java) S 17397 17399 17365 0 -1 4202560 3899 0 0 0 65 0 0 0 20 0 19 0 297204195 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602208393784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17415] ppid=17397 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/17399/task/17415/stat : 17415 (java) S 17397 17399 17365 0 -1 4202560 2609 0 0 0 49 0 0 0 20 0 19 0 297204195 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602207341240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17416] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17416/stat : 17416 (java) S 17397 17399 17365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204195 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602206288888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17417] ppid=17397 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/17399/task/17417/stat : 17417 (java) S 17397 17399 17365 0 -1 4202560 103 0 0 0 25 36 0 0 20 0 19 0 297204195 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602205236552 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17399/tid=17445] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17445/stat : 17445 (java) S 17397 17399 17365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 297204285 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602204181288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624980

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 1.97 1.99 1.80 2/193 17486
/proc/meminfo: memFree=25998820/32873648 swapFree=6336/6336
[pid=17399] ppid=17397 vsize=9624980 CPUtime=1800.06 cores=0,2,4,6
/proc/17399/stat : 17399 (java) S 17397 17399 17365 0 -1 4202496 11223 0 1 0 179954 52 0 0 20 0 19 0 297204184 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140736409367184 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17399/statm: 2406245 85838 2282 9 0 2396937 0
[pid=17399/tid=17401] ppid=17397 vsize=9624980 CPUtime=1789.08 cores=0,2,4,6
/proc/17399/task/17401/stat : 17401 (java) R 17397 17399 17365 0 -1 4202560 2554 0 1 0 178876 32 0 0 20 0 19 0 297204185 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602388783392 140602214327960 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17402] ppid=17397 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/17399/task/17402/stat : 17402 (java) S 17397 17399 17365 0 -1 4202560 185 0 0 0 14 3 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602350274728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17399/tid=17403] ppid=17397 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/17399/task/17403/stat : 17403 (java) S 17397 17399 17365 0 -1 4202560 112 0 0 0 15 4 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602349222184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17404] ppid=17397 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/17399/task/17404/stat : 17404 (java) S 17397 17399 17365 0 -1 4202560 40 0 0 0 10 2 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602348169640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17399/tid=17405] ppid=17397 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/17399/task/17405/stat : 17405 (java) S 17397 17399 17365 0 -1 4202560 106 0 0 0 14 3 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602347117096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17406] ppid=17397 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/17399/task/17406/stat : 17406 (java) S 17397 17399 17365 0 -1 4202560 96 0 0 0 12 2 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602346064552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17407] ppid=17397 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/17399/task/17407/stat : 17407 (java) S 17397 17399 17365 0 -1 4202560 46 0 0 0 15 2 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602345012008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17399/tid=17408] ppid=17397 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/17399/task/17408/stat : 17408 (java) S 17397 17399 17365 0 -1 4202560 48 0 0 0 12 2 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602343959464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17409] ppid=17397 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/17399/task/17409/stat : 17409 (java) S 17397 17399 17365 0 -1 4202560 78 0 0 0 13 2 0 0 20 0 19 0 297204186 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602342906920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17410] ppid=17397 vsize=9624980 CPUtime=3.6 cores=0,2,4,6
/proc/17399/task/17410/stat : 17410 (java) S 17397 17399 17365 0 -1 4202560 167 0 0 0 358 2 0 0 20 0 19 0 297204192 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602212604008 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17399/tid=17411] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17411/stat : 17411 (java) S 17397 17399 17365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 297204192 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602211550328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17412] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17412/stat : 17412 (java) S 17397 17399 17365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 297204192 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602210497672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17413] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17413/stat : 17413 (java) S 17397 17399 17365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204195 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602209446416 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17414] ppid=17397 vsize=9624980 CPUtime=0.65 cores=0,2,4,6
/proc/17399/task/17414/stat : 17414 (java) S 17397 17399 17365 0 -1 4202560 3899 0 0 0 65 0 0 0 20 0 19 0 297204195 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602208393784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17399/tid=17415] ppid=17397 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/17399/task/17415/stat : 17415 (java) S 17397 17399 17365 0 -1 4202560 2609 0 0 0 49 0 0 0 20 0 19 0 297204195 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602207341240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17416] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17416/stat : 17416 (java) S 17397 17399 17365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204195 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602206288888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17399/tid=17417] ppid=17397 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/17399/task/17417/stat : 17417 (java) S 17397 17399 17365 0 -1 4202560 103 0 0 0 25 36 0 0 20 0 19 0 297204195 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602205236552 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17399/tid=17445] ppid=17397 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17399/task/17445/stat : 17445 (java) S 17397 17399 17365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 297204285 9855979520 85838 33554432000 1073741824 1073778376 140736409376048 140602204181288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624980

Child status: 143

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

Real time (s): 1797.94
CPU time (s): 1800.06
CPU user time (s): 1799.54
CPU system time (s): 0.52
CPU usage (%): 100.118
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.95
system time used= 1.05084
maximum resident set size= 343476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11258
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38910
involuntary context switches= 14192

runsolver used 6.44002 second user time and 14.2728 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-29 18:59:29
IDJOB=3717980
IDBENCH=79573
IDSOLVER=2301
FILE ID=node112/3717980-1338310769
RUNJOBID= node112-1338310768-17381
PBS_JOBID= 14632116
Free space on /tmp= 71476 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen06-20reduc_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717980-1338310769/watcher-3717980-1338310769 -o /tmp/evaluation-result-3717980-1338310769/solver-3717980-1338310769 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3717980-1338310769.wbo

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

MD5SUM BENCH= e94b4395b6b3ba71e47be69bc3403ba0
RANDOM SEED=1068899220

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26346532 kB
Buffers:          543708 kB
Cached:          5111096 kB
SwapCached:            0 kB
Active:          1120404 kB
Inactive:        4548264 kB
Active(anon):      13796 kB
Inactive(anon):        0 kB
Active(file):    1106608 kB
Inactive(file):  4548264 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3032 kB
Writeback:             0 kB
AnonPages:         17372 kB
Mapped:            13660 kB
Shmem:               200 kB
Slab:             721140 kB
SReclaimable:     165264 kB
SUnreclaim:       555876 kB
KernelStack:        1400 kB
PageTables:         3780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71468 MiB
End job on node112 at 2012-05-29 19:29:29