Trace number 3711084

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.06 1796.27

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-544324.opb
MD5SUM02fa27f3dafb4f59cf08d669298a5bbe
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark465.377
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10080
Total number of constraints732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)732
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint168
Maximum length of a constraint3680
Number of terms in the objective function 10080
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10080
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 10080
Number of bits of the biggest sum of numbers14
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3711084-1338204647.opb
0.09/0.12	c reading problem ... 
2.75/2.41	c ... done. Wall clock time 2.288s.
2.75/2.41	c declared #vars     10080
2.75/2.41	c #constraints  732
2.75/2.41	c constraints type 
2.75/2.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 732
2.75/2.41	c 732 constraints processed.
14.15/13.42	c cleaning 2650 clauses out of 5299 with flag 5299/5299
25.56/24.66	c cleaning 4152 clauses out of 8354 with flag 11004/11004
36.69/35.62	c cleaning 5584 clauses out of 11198 with flag 18000/18000
51.15/49.94	c cleaning 6780 clauses out of 13614 with flag 26000/26000
67.39/65.92	c cleaning 7970 clauses out of 15939 with flag 35105/35105
86.17/84.65	c cleaning 8529 clauses out of 17864 with flag 45000/45000
110.24/108.51	c cleaning 10178 clauses out of 20380 with flag 56045/56045
129.08/127.23	c cleaning 11068 clauses out of 22164 with flag 68007/68007
154.64/152.65	c cleaning 11975 clauses out of 24089 with flag 81000/81000
180.07/177.99	c cleaning 13051 clauses out of 26126 with flag 95012/95012
224.29/221.95	c cleaning 14003 clauses out of 28063 with flag 110000/110000
259.04/256.52	c cleaning 14981 clauses out of 30060 with flag 126000/126000
306.24/303.75	c cleaning 16047 clauses out of 32094 with flag 143015/143015
344.75/342.23	c cleaning 17004 clauses out of 34036 with flag 161004/161004
381.86/379.39	c cleaning 18014 clauses out of 36028 with flag 180000/180000
418.16/415.62	c cleaning 18731 clauses out of 38020 with flag 200006/200006
545.79/543.21	c cleaning 20144 clauses out of 40287 with flag 221004/221004
598.71/596.18	c cleaning 21069 clauses out of 42196 with flag 243057/243057
755.46/752.85	c cleaning 22037 clauses out of 44074 with flag 266004/266004
802.17/799.52	c cleaning 22993 clauses out of 46033 with flag 290000/290000
871.43/868.65	c cleaning 23958 clauses out of 48042 with flag 315002/315002
927.43/924.30	c cleaning 24987 clauses out of 50088 with flag 341006/341006
983.14/979.55	c cleaning 26062 clauses out of 52125 with flag 368030/368030
1042.46/1038.84	c cleaning 26942 clauses out of 54033 with flag 396000/396000
1093.07/1089.42	c cleaning 27864 clauses out of 56091 with flag 425000/425000
1150.28/1146.64	c cleaning 29031 clauses out of 58227 with flag 455000/455000
1207.10/1203.48	c cleaning 29594 clauses out of 60196 with flag 486000/486000
1299.12/1295.43	c cleaning 31300 clauses out of 62606 with flag 518004/518004
1661.31/1657.60	c cleaning 32159 clauses out of 64327 with flag 551025/551025
1800.06/1796.22	c starts		: 153
1800.06/1796.22	c conflicts		: 574400
1800.06/1796.22	c decisions		: 10206804
1800.06/1796.22	c propagations		: 150940635
1800.06/1796.22	c inspects		: 694518126
1800.06/1796.22	c shortcuts		: 0
1800.06/1796.22	c learnt literals	: 0
1800.06/1796.22	c learnt binary clauses	: 0
1800.06/1796.22	c learnt ternary clauses	: 0
1800.06/1796.22	c learnt constraints	: 574400
1800.06/1796.22	c ignored constraints	: 0
1800.06/1796.22	c root simplifications	: 153
1800.06/1796.22	c removed literals (reason simplification)	: 8426657
1800.06/1796.22	c reason swapping (by a shorter reason)	: 0
1800.06/1796.22	c Calls to reduceDB	: 29
1800.06/1796.22	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.22	c number of learned constraints concerned by reduction	: 0
1800.06/1796.22	c number of learning phase by resolution	: 0
1800.06/1796.22	c number of learning phase by cutting planes	: 0
1800.06/1796.22	c speed (assignments/second)	: 84146.11894801627
1800.06/1796.22	c non guided choices	13638
1800.06/1796.24	c learnt constraints type 
1800.06/1796.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55557
1800.06/1796.24	c constraints type 
1800.06/1796.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 732
1800.06/1796.24	c 732 constraints processed.
1800.06/1796.24	s UNKNOWN
1800.06/1796.24	c Total wall clock time (in seconds): 1796.118

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-3711084-1338204647/watcher-3711084-1338204647 -o /tmp/evaluation-result-3711084-1338204647/solver-3711084-1338204647 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711084-1338204647.opb 

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: 1.92 1.99 1.99 3/195 14955
/proc/meminfo: memFree=27103036/32873660 swapFree=7120/7120
[pid=14955] ppid=14953 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/14955/stat : 14955 (java) D 14953 14955 13800 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 286590478 9515008 183 33554432000 1073741824 1073778376 140733395051056 140733395042088 270330052277 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/14955/statm: 2323 183 140 9 0 71 0

[startup+0.0475291 s]
/proc/loadavg: 1.92 1.99 1.99 3/195 14955
/proc/meminfo: memFree=27103036/32873660 swapFree=7120/7120
[pid=14955] ppid=14953 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/14955/stat : 14955 (java) S 14953 14955 13800 0 -1 4202496 3080 0 1 0 2 0 0 0 20 0 13 0 286590478 9446973440 3266 33554432000 1073741824 1073778376 140734419047792 140734419038928 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14955/statm: 2306390 3266 1699 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100208 s]
/proc/loadavg: 1.92 1.99 1.99 3/195 14955
/proc/meminfo: memFree=27103036/32873660 swapFree=7120/7120
[pid=14955] ppid=14953 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/14955/stat : 14955 (java) S 14953 14955 13800 0 -1 4202496 4320 0 1 0 8 1 0 0 20 0 18 0 286590478 9787842560 5016 33554432000 1073741824 1073778376 140734419047792 140734419038928 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14955/statm: 2389610 5016 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300227 s]
/proc/loadavg: 1.92 1.99 1.99 3/195 14955
/proc/meminfo: memFree=27103036/32873660 swapFree=7120/7120
[pid=14955] ppid=14953 vsize=9558440 CPUtime=0.49 cores=0,2,4,6
/proc/14955/stat : 14955 (java) S 14953 14955 13800 0 -1 4202496 5572 0 1 0 48 1 0 0 20 0 18 0 286590478 9787842560 10014 33554432000 1073741824 1073778376 140734419047792 140734419038928 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14955/statm: 2389610 10014 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558440

[startup+0.70025 s]
/proc/loadavg: 1.92 1.99 1.99 3/195 14955
/proc/meminfo: memFree=27103036/32873660 swapFree=7120/7120
[pid=14955] ppid=14953 vsize=9558440 CPUtime=0.91 cores=0,2,4,6
/proc/14955/stat : 14955 (java) S 14953 14955 13800 0 -1 4202496 5686 0 1 0 88 3 0 0 20 0 18 0 286590478 9787842560 39220 33554432000 1073741824 1073778376 140734419047792 140734419038928 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14955/statm: 2389610 39220 2241 9 0 2380296 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 9558440

[startup+1.50068 s]
/proc/loadavg: 1.92 1.99 1.99 3/213 14973
/proc/meminfo: memFree=26946268/32873660 swapFree=7120/7120
[pid=14955] ppid=14953 vsize=9558440 CPUtime=1.79 cores=0,2,4,6
/proc/14955/stat : 14955 (java) S 14953 14955 13800 0 -1 4202496 5794 0 1 0 175 4 0 0 20 0 18 0 286590478 9787842560 44416 33554432000 1073741824 1073778376 140734419047792 140734419038928 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14955/statm: 2389610 44416 2243 9 0 2380296 0
[pid=14955/tid=14957] ppid=14953 vsize=9558440 CPUtime=1.43 cores=0,2,4,6
/proc/14955/task/14957/stat : 14957 (java) R 14953 14955 13800 0 -1 4202560 2615 0 1 0 140 3 0 0 20 0 18 0 286590479 9787842560 44416 33554432000 1073741824 1073778376 140734419047792 140641455542176 270333437197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14955/tid=14958] ppid=14953 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14958/stat : 14958 (java) S 14953 14955 13800 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 18 0 286590480 9787842560 44416 33554432000 1073741824 1073778376 140734419047792 140641394281128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14959] ppid=14953 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14959/stat : 14959 (java) S 14953 14955 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 286590480 9787842560 44416 33554432000 1073741824 1073778376 140734419047792 140641393228584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14955/tid=14960] ppid=14953 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14960/stat : 14960 (java) S 14953 14955 13800 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 286590480 9787842560 44416 33554432000 1073741824 1073778376 140734419047792 140641392176040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14961] ppid=14953 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14961/stat : 14961 (java) S 14953 14955 13800 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 18 0 286590480 9787842560 44416 33554432000 1073741824 1073778376 140734419047792 140641391123496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14955/tid=14962] ppid=14953 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14962/stat : 14962 (java) S 14953 14955 13800 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 286590480 9787842560 44416 33554432000 1073741824 1073778376 140734419047792 140641390069928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14955/tid=14963] ppid=14953 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14963/stat : 14963 (java) S 14953 14955 13800 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 286590480 9787842560 44416 33554432000 1073741824 1073778376 140734419047792 140641293777192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14964] ppid=14953 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14964/stat : 14964 (java) S 14953 14955 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286590480 9787842560 44416 33554432000 1073741824 1073778376 140734419047792 140641292724648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14955/tid=14965] ppid=14953 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14965/stat : 14965 (java) S 14953 14955 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 286590480 9787842560 44416 33554432000 1073741824 1073778376 140734419047792 140641291672104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14966] ppid=14953 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14966/stat : 14966 (java) S 14953 14955 13800 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 286590482 9787842560 44416 33554432000 1073741824 1073778376 140734419047792 140641279474280 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14967] ppid=14953 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14967/stat : 14967 (java) S 14953 14955 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 286590482 9787842560 44416 33554432000 1073741824 1073778376 140734419047792 140641278420600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14968] ppid=14953 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14968/stat : 14968 (java) S 14953 14955 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 286590482 9787842560 44416 33554432000 1073741824 1073778376 140734419047792 140641277367944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14969] ppid=14953 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14969/stat : 14969 (java) S 14953 14955 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286590484 9787842560 44416 33554432000 1073741824 1073778376 140734419047792 140641276316688 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14970] ppid=14953 vsize=9558440 CPUtime=0.12 cores=0,2,4,6
/proc/14955/task/14970/stat : 14970 (java) S 14953 14955 13800 0 -1 4202560 987 0 0 0 12 0 0 0 20 0 18 0 286590484 9787842560 44416 33554432000 1073741824 1073778376 140734419047792 140641275263032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14971] ppid=14953 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/14955/task/14971/stat : 14971 (java) S 14953 14955 13800 0 -1 4202560 882 0 0 0 10 0 0 0 20 0 18 0 286590485 9787842560 44416 33554432000 1073741824 1073778376 140734419047792 140641274210488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14972] ppid=14953 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14972/stat : 14972 (java) S 14953 14955 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286590485 9787842560 44416 33554432000 1073741824 1073778376 140734419047792 140641273158136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14973] ppid=14953 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14973/stat : 14973 (java) S 14953 14955 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286590485 9787842560 44416 33554432000 1073741824 1073778376 140734419047792 140641272105800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 9558440

[startup+3.1006 s]
/proc/loadavg: 1.92 1.99 1.99 3/213 14973
/proc/meminfo: memFree=26807068/32873660 swapFree=7120/7120
[pid=14955] ppid=14953 vsize=9625004 CPUtime=3.56 cores=0,2,4,6
/proc/14955/stat : 14955 (java) S 14953 14955 13800 0 -1 4202496 7006 0 1 0 347 9 0 0 20 0 19 0 286590478 9856004096 81231 33554432000 1073741824 1073778376 140734419047792 140734419038928 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14955/statm: 2406251 81231 2257 9 0 2396937 0
[pid=14955/tid=14957] ppid=14953 vsize=9625004 CPUtime=2.99 cores=0,2,4,6
/proc/14955/task/14957/stat : 14957 (java) R 14953 14955 13800 0 -1 4202560 2683 0 1 0 294 5 0 0 20 0 19 0 286590479 9856004096 81231 33554432000 1073741824 1073778376 140734419047792 140641455550696 140641395365168 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14955/tid=14958] ppid=14953 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/14955/task/14958/stat : 14958 (java) S 14953 14955 13800 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 286590480 9856004096 81231 33554432000 1073741824 1073778376 140734419047792 140641394281128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14959] ppid=14953 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/14955/task/14959/stat : 14959 (java) S 14953 14955 13800 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 286590480 9856004096 81231 33554432000 1073741824 1073778376 140734419047792 140641393228584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14955/tid=14960] ppid=14953 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/14955/task/14960/stat : 14960 (java) S 14953 14955 13800 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 286590480 9856004096 81231 33554432000 1073741824 1073778376 140734419047792 140641392176040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14961] ppid=14953 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/14955/task/14961/stat : 14961 (java) S 14953 14955 13800 0 -1 4202560 185 0 0 0 2 0 0 0 20 0 19 0 286590480 9856004096 81231 33554432000 1073741824 1073778376 140734419047792 140641391123496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14962] ppid=14953 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/14955/task/14962/stat : 14962 (java) S 14953 14955 13800 0 -1 4202560 181 0 0 0 1 0 0 0 20 0 19 0 286590480 9856004096 81231 33554432000 1073741824 1073778376 140734419047792 140641390069928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14955/tid=14963] ppid=14953 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/14955/task/14963/stat : 14963 (java) S 14953 14955 13800 0 -1 4202560 180 0 0 0 2 0 0 0 20 0 19 0 286590480 9856004096 81231 33554432000 1073741824 1073778376 140734419047792 140641293777192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14955/tid=14964] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14964/stat : 14964 (java) S 14953 14955 13800 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 286590480 9856004096 81231 33554432000 1073741824 1073778376 140734419047792 140641292724648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14955/tid=14965] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14965/stat : 14965 (java) S 14953 14955 13800 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 286590480 9856004096 81231 33554432000 1073741824 1073778376 140734419047792 140641291672104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14966] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14966/stat : 14966 (java) S 14953 14955 13800 0 -1 4202560 191 0 0 0 0 0 0 0 20 0 19 0 286590482 9856004096 81231 33554432000 1073741824 1073778376 140734419047792 140641279474280 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14967] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14967/stat : 14967 (java) S 14953 14955 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286590482 9856004096 81231 33554432000 1073741824 1073778376 140734419047792 140641278420600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14968] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14968/stat : 14968 (java) S 14953 14955 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286590482 9856004096 81231 33554432000 1073741824 1073778376 140734419047792 140641277367944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14969] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14969/stat : 14969 (java) S 14953 14955 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286590484 9856004096 81231 33554432000 1073741824 1073778376 140734419047792 140641276316688 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14970] ppid=14953 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/14955/task/14970/stat : 14970 (java) R 14953 14955 13800 0 -1 4202560 1273 0 0 0 19 0 0 0 20 0 19 0 286590484 9856004096 81231 33554432000 1073741824 1073778376 140734419047792 140641275263032 140641458023521 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14971] ppid=14953 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/14955/task/14971/stat : 14971 (java) R 14953 14955 13800 0 -1 4202560 1071 0 0 0 14 0 0 0 20 0 19 0 286590485 9856004096 81231 33554432000 1073741824 1073778376 140734419047792 140641274210488 140641457362071 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14972] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14972/stat : 14972 (java) S 14953 14955 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286590485 9856004096 81231 33554432000 1073741824 1073778376 140734419047792 140641273158136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14973] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14973/stat : 14973 (java) S 14953 14955 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286590485 9856004096 81231 33554432000 1073741824 1073778376 140734419047792 140641272105800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625004

[startup+6.3007 s]
/proc/loadavg: 2.01 2.01 2.00 3/214 14974
/proc/meminfo: memFree=26783296/32873660 swapFree=7120/7120
[pid=14955] ppid=14953 vsize=9625004 CPUtime=7.05 cores=0,2,4,6
/proc/14955/stat : 14955 (java) S 14953 14955 13800 0 -1 4202496 8803 0 1 0 696 9 0 0 20 0 19 0 286590478 9856004096 81569 33554432000 1073741824 1073778376 140734419047792 140734419038928 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14955/statm: 2406251 81569 2261 9 0 2396937 0
[pid=14955/tid=14957] ppid=14953 vsize=9625004 CPUtime=6.18 cores=0,2,4,6
/proc/14955/task/14957/stat : 14957 (java) R 14953 14955 13800 0 -1 4202560 2686 0 1 0 613 5 0 0 20 0 19 0 286590479 9856004096 81569 33554432000 1073741824 1073778376 140734419047792 140641455551112 140641395840144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14955/tid=14958] ppid=14953 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/14955/task/14958/stat : 14958 (java) S 14953 14955 13800 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 286590480 9856004096 81569 33554432000 1073741824 1073778376 140734419047792 140641394281128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14959] ppid=14953 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/14955/task/14959/stat : 14959 (java) S 14953 14955 13800 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 286590480 9856004096 81569 33554432000 1073741824 1073778376 140734419047792 140641393228584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14955/tid=14960] ppid=14953 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/14955/task/14960/stat : 14960 (java) S 14953 14955 13800 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 286590480 9856004096 81569 33554432000 1073741824 1073778376 140734419047792 140641392176040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14961] ppid=14953 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/14955/task/14961/stat : 14961 (java) S 14953 14955 13800 0 -1 4202560 185 0 0 0 2 0 0 0 20 0 19 0 286590480 9856004096 81569 33554432000 1073741824 1073778376 140734419047792 140641391123496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14962] ppid=14953 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/14955/task/14962/stat : 14962 (java) S 14953 14955 13800 0 -1 4202560 181 0 0 0 1 0 0 0 20 0 19 0 286590480 9856004096 81569 33554432000 1073741824 1073778376 140734419047792 140641390069928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14955/tid=14963] ppid=14953 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/14955/task/14963/stat : 14963 (java) S 14953 14955 13800 0 -1 4202560 180 0 0 0 2 0 0 0 20 0 19 0 286590480 9856004096 81569 33554432000 1073741824 1073778376 140734419047792 140641293777192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14955/tid=14964] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14964/stat : 14964 (java) S 14953 14955 13800 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 286590480 9856004096 81569 33554432000 1073741824 1073778376 140734419047792 140641292724648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14955/tid=14965] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14965/stat : 14965 (java) S 14953 14955 13800 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 286590480 9856004096 81569 33554432000 1073741824 1073778376 140734419047792 140641291672104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14966] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14966/stat : 14966 (java) S 14953 14955 13800 0 -1 4202560 192 0 0 0 0 0 0 0 20 0 19 0 286590482 9856004096 81569 33554432000 1073741824 1073778376 140734419047792 140641279474280 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14967] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14967/stat : 14967 (java) S 14953 14955 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286590482 9856004096 81569 33554432000 1073741824 1073778376 140734419047792 140641278420600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14968] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14968/stat : 14968 (java) S 14953 14955 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286590482 9856004096 81569 33554432000 1073741824 1073778376 140734419047792 140641277367944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14969] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14969/stat : 14969 (java) S 14953 14955 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286590484 9856004096 81569 33554432000 1073741824 1073778376 140734419047792 140641276316688 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14970] ppid=14953 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/14955/task/14970/stat : 14970 (java) S 14953 14955 13800 0 -1 4202560 2447 0 0 0 37 0 0 0 20 0 19 0 286590484 9856004096 81569 33554432000 1073741824 1073778376 140734419047792 140641275263032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14971] ppid=14953 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/14955/task/14971/stat : 14971 (java) S 14953 14955 13800 0 -1 4202560 1690 0 0 0 26 0 0 0 20 0 19 0 286590485 9856004096 81569 33554432000 1073741824 1073778376 140734419047792 140641274210488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14972] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14972/stat : 14972 (java) S 14953 14955 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286590485 9856004096 81569 33554432000 1073741824 1073778376 140734419047792 140641273158136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14973] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14973/stat : 14973 (java) S 14953 14955 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286590485 9856004096 81569 33554432000 1073741824 1073778376 140734419047792 140641272105800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14974] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14974/stat : 14974 (java) S 14953 14955 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286590721 9856004096 81569 33554432000 1073741824 1073778376 140734419047792 140641271051560 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 2.01 2.01 2.00 3/214 14974
/proc/meminfo: memFree=26783460/32873660 swapFree=7120/7120
[pid=14955] ppid=14953 vsize=9625004 CPUtime=13.45 cores=0,2,4,6
/proc/14955/stat : 14955 (java) S 14953 14955 13800 0 -1 4202496 8806 0 1 0 1336 9 0 0 20 0 19 0 286590478 9856004096 81572 33554432000 1073741824 1073778376 140734419047792 140734419038928 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0

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

[pid=14955/tid=14970] ppid=14953 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/14955/task/14970/stat : 14970 (java) S 14953 14955 13800 0 -1 4202560 2467 0 0 0 41 0 0 0 20 0 19 0 286590484 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641275263032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14971] ppid=14953 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/14955/task/14971/stat : 14971 (java) S 14953 14955 13800 0 -1 4202560 2541 0 0 0 36 0 0 0 20 0 19 0 286590485 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641274210488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14972] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14972/stat : 14972 (java) S 14953 14955 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286590485 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641273158136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14973] ppid=14953 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/14955/task/14973/stat : 14973 (java) S 14953 14955 13800 0 -1 4202560 95 0 0 0 34 26 0 0 20 0 19 0 286590485 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641272105800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14955/tid=14974] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14974/stat : 14974 (java) S 14953 14955 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286590721 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641271051560 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1666.12
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/213 15044
/proc/meminfo: memFree=21487616/32873660 swapFree=7120/7120
[pid=14955] ppid=14953 vsize=9625004 CPUtime=1726.12 cores=0,2,4,6
/proc/14955/stat : 14955 (java) S 14953 14955 13800 0 -1 4202496 32077 0 1 0 172445 167 0 0 20 0 19 0 286590478 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140734419038928 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14955/statm: 2406251 486170 2278 9 0 2396937 0
[pid=14955/tid=14957] ppid=14953 vsize=9625004 CPUtime=1713.44 cores=0,2,4,6
/proc/14955/task/14957/stat : 14957 (java) R 14953 14955 13800 0 -1 4202560 2813 0 1 0 171306 38 0 0 20 0 19 0 286590479 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641455550784 140641395840252 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14958] ppid=14953 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/14955/task/14958/stat : 14958 (java) S 14953 14955 13800 0 -1 4202560 2296 0 0 0 24 11 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641394281128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14959] ppid=14953 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/14955/task/14959/stat : 14959 (java) S 14953 14955 13800 0 -1 4202560 2388 0 0 0 20 12 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641393228584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14960] ppid=14953 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/14955/task/14960/stat : 14960 (java) S 14953 14955 13800 0 -1 4202560 2247 0 0 0 27 15 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641392176040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14955/tid=14961] ppid=14953 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/14955/task/14961/stat : 14961 (java) S 14953 14955 13800 0 -1 4202560 4204 0 0 0 34 15 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641391123496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14962] ppid=14953 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/14955/task/14962/stat : 14962 (java) S 14953 14955 13800 0 -1 4202560 2400 0 0 0 31 20 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641390069928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14963] ppid=14953 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/14955/task/14963/stat : 14963 (java) S 14953 14955 13800 0 -1 4202560 3020 0 0 0 34 20 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641293777192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14964] ppid=14953 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/14955/task/14964/stat : 14964 (java) S 14953 14955 13800 0 -1 4202560 1797 0 0 0 33 16 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641292724648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14955/tid=14965] ppid=14953 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/14955/task/14965/stat : 14965 (java) S 14953 14955 13800 0 -1 4202560 2735 0 0 0 30 13 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641291672104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14955/tid=14966] ppid=14953 vsize=9625004 CPUtime=3.38 cores=0,2,4,6
/proc/14955/task/14966/stat : 14966 (java) S 14953 14955 13800 0 -1 4202560 1884 0 0 0 332 6 0 0 20 0 19 0 286590482 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641279474280 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14955/tid=14967] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14967/stat : 14967 (java) S 14953 14955 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286590482 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641278420600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14968] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14968/stat : 14968 (java) S 14953 14955 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286590482 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641277367944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14969] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14969/stat : 14969 (java) S 14953 14955 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286590484 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641276316688 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14970] ppid=14953 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/14955/task/14970/stat : 14970 (java) S 14953 14955 13800 0 -1 4202560 2467 0 0 0 41 0 0 0 20 0 19 0 286590484 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641275263032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14971] ppid=14953 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/14955/task/14971/stat : 14971 (java) S 14953 14955 13800 0 -1 4202560 2541 0 0 0 36 0 0 0 20 0 19 0 286590485 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641274210488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14972] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14972/stat : 14972 (java) S 14953 14955 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286590485 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641273158136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14973] ppid=14953 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/14955/task/14973/stat : 14973 (java) S 14953 14955 13800 0 -1 4202560 99 0 0 0 36 27 0 0 20 0 19 0 286590485 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641272105800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14955/tid=14974] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14974/stat : 14974 (java) S 14953 14955 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286590721 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641271051560 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.12
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/214 15047
/proc/meminfo: memFree=21487012/32873660 swapFree=7120/7120
[pid=14955] ppid=14953 vsize=9625004 CPUtime=1786.13 cores=0,2,4,6
/proc/14955/stat : 14955 (java) S 14953 14955 13800 0 -1 4202496 32081 0 1 0 178445 168 0 0 20 0 19 0 286590478 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140734419038928 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14955/statm: 2406251 486170 2278 9 0 2396937 0
[pid=14955/tid=14957] ppid=14953 vsize=9625004 CPUtime=1773.29 cores=0,2,4,6
/proc/14955/task/14957/stat : 14957 (java) R 14953 14955 13800 0 -1 4202560 2813 0 1 0 177291 38 0 0 20 0 19 0 286590479 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641455550784 140641395787984 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14958] ppid=14953 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/14955/task/14958/stat : 14958 (java) S 14953 14955 13800 0 -1 4202560 2296 0 0 0 24 11 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641394281128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14959] ppid=14953 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/14955/task/14959/stat : 14959 (java) S 14953 14955 13800 0 -1 4202560 2388 0 0 0 20 12 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641393228584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14960] ppid=14953 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/14955/task/14960/stat : 14960 (java) S 14953 14955 13800 0 -1 4202560 2247 0 0 0 27 15 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641392176040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14955/tid=14961] ppid=14953 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/14955/task/14961/stat : 14961 (java) S 14953 14955 13800 0 -1 4202560 4204 0 0 0 34 15 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641391123496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14962] ppid=14953 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/14955/task/14962/stat : 14962 (java) S 14953 14955 13800 0 -1 4202560 2400 0 0 0 31 20 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641390069928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14963] ppid=14953 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/14955/task/14963/stat : 14963 (java) S 14953 14955 13800 0 -1 4202560 3020 0 0 0 34 20 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641293777192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14964] ppid=14953 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/14955/task/14964/stat : 14964 (java) S 14953 14955 13800 0 -1 4202560 1797 0 0 0 33 16 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641292724648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14955/tid=14965] ppid=14953 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/14955/task/14965/stat : 14965 (java) S 14953 14955 13800 0 -1 4202560 2735 0 0 0 30 13 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641291672104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14955/tid=14966] ppid=14953 vsize=9625004 CPUtime=3.38 cores=0,2,4,6
/proc/14955/task/14966/stat : 14966 (java) S 14953 14955 13800 0 -1 4202560 1884 0 0 0 332 6 0 0 20 0 19 0 286590482 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641279474280 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14955/tid=14967] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14967/stat : 14967 (java) S 14953 14955 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286590482 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641278420600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14968] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14968/stat : 14968 (java) S 14953 14955 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286590482 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641277367944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14969] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14969/stat : 14969 (java) S 14953 14955 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286590484 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641276316688 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14970] ppid=14953 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/14955/task/14970/stat : 14970 (java) S 14953 14955 13800 0 -1 4202560 2467 0 0 0 41 0 0 0 20 0 19 0 286590484 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641275263032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14971] ppid=14953 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/14955/task/14971/stat : 14971 (java) S 14953 14955 13800 0 -1 4202560 2541 0 0 0 36 0 0 0 20 0 19 0 286590485 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641274210488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14972] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14972/stat : 14972 (java) S 14953 14955 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286590485 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641273158136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14973] ppid=14953 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/14955/task/14973/stat : 14973 (java) S 14953 14955 13800 0 -1 4202560 103 0 0 0 37 28 0 0 20 0 19 0 286590485 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641272105800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14955/tid=14974] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14974/stat : 14974 (java) S 14953 14955 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286590721 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641271051560 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.13
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.00 2.02 2.00 3/214 15048
/proc/meminfo: memFree=21486700/32873660 swapFree=7120/7120
[pid=14955] ppid=14953 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/14955/stat : 14955 (java) S 14953 14955 13800 0 -1 4202496 32081 0 1 0 179837 169 0 0 20 0 19 0 286590478 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140734419038928 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14955/statm: 2406251 486170 2278 9 0 2396937 0
[pid=14955/tid=14957] ppid=14953 vsize=9625004 CPUtime=1787.17 cores=0,2,4,6
/proc/14955/task/14957/stat : 14957 (java) R 14953 14955 13800 0 -1 4202560 2813 0 1 0 178678 39 0 0 20 0 19 0 286590479 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641455550784 140641395825683 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14958] ppid=14953 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/14955/task/14958/stat : 14958 (java) S 14953 14955 13800 0 -1 4202560 2296 0 0 0 24 11 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641394281128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14959] ppid=14953 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/14955/task/14959/stat : 14959 (java) S 14953 14955 13800 0 -1 4202560 2388 0 0 0 20 12 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641393228584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14960] ppid=14953 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/14955/task/14960/stat : 14960 (java) S 14953 14955 13800 0 -1 4202560 2247 0 0 0 27 15 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641392176040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14955/tid=14961] ppid=14953 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/14955/task/14961/stat : 14961 (java) S 14953 14955 13800 0 -1 4202560 4204 0 0 0 34 15 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641391123496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14962] ppid=14953 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/14955/task/14962/stat : 14962 (java) S 14953 14955 13800 0 -1 4202560 2400 0 0 0 31 20 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641390069928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14963] ppid=14953 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/14955/task/14963/stat : 14963 (java) S 14953 14955 13800 0 -1 4202560 3020 0 0 0 34 20 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641293777192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14964] ppid=14953 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/14955/task/14964/stat : 14964 (java) S 14953 14955 13800 0 -1 4202560 1797 0 0 0 33 16 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641292724648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14955/tid=14965] ppid=14953 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/14955/task/14965/stat : 14965 (java) S 14953 14955 13800 0 -1 4202560 2735 0 0 0 30 13 0 0 20 0 19 0 286590480 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641291672104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14955/tid=14966] ppid=14953 vsize=9625004 CPUtime=3.38 cores=0,2,4,6
/proc/14955/task/14966/stat : 14966 (java) S 14953 14955 13800 0 -1 4202560 1884 0 0 0 332 6 0 0 20 0 19 0 286590482 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641279474280 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14955/tid=14967] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14967/stat : 14967 (java) S 14953 14955 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286590482 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641278420600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14968] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14968/stat : 14968 (java) S 14953 14955 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286590482 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641277367944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14969] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14969/stat : 14969 (java) S 14953 14955 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286590484 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641276316688 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14970] ppid=14953 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/14955/task/14970/stat : 14970 (java) S 14953 14955 13800 0 -1 4202560 2467 0 0 0 41 0 0 0 20 0 19 0 286590484 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641275263032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14955/tid=14971] ppid=14953 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/14955/task/14971/stat : 14971 (java) S 14953 14955 13800 0 -1 4202560 2541 0 0 0 36 0 0 0 20 0 19 0 286590485 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641274210488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14972] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14972/stat : 14972 (java) S 14953 14955 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286590485 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641273158136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14955/tid=14973] ppid=14953 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/14955/task/14973/stat : 14973 (java) S 14953 14955 13800 0 -1 4202560 103 0 0 0 38 28 0 0 20 0 19 0 286590485 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641272105800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14955/tid=14974] ppid=14953 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14955/task/14974/stat : 14974 (java) S 14953 14955 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286590721 9856004096 486170 33554432000 1073741824 1073778376 140734419047792 140641271051560 270333425577 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) 9625004

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14955 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=778304
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=112678
# CPU time returned by wait4() is 1795.89
# 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): 1796.27
CPU time (s): 1800.06
CPU user time (s): 1798.37
CPU system time (s): 1.69
CPU usage (%): 100.211
Max. virtual memory (cumulated for all children) (KiB): 9625644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.78
system time used= 2.11268
maximum resident set size= 1944828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32123
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39237
involuntary context switches= 5628

runsolver used 6.22005 second user time and 15.3647 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-28 13:30:47
IDJOB=3711084
IDBENCH=89877
IDSOLVER=2289
FILE ID=node117/3711084-1338204647
RUNJOBID= node117-1338194296-13816
PBS_JOBID= 14624597
Free space on /tmp= 70036 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-544324.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711084-1338204647/watcher-3711084-1338204647 -o /tmp/evaluation-result-3711084-1338204647/solver-3711084-1338204647 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711084-1338204647.opb

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

MD5SUM BENCH= 02fa27f3dafb4f59cf08d669298a5bbe
RANDOM SEED=613314929

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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		: 2667.148
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:       32873660 kB
MemFree:        27103796 kB
Buffers:          584304 kB
Cached:          4113676 kB
SwapCached:            0 kB
Active:          2647968 kB
Inactive:        2209480 kB
Active(anon):     143896 kB
Inactive(anon):    11352 kB
Active(file):    2504072 kB
Inactive(file):  2198128 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16028 kB
Writeback:             0 kB
AnonPages:        161964 kB
Mapped:            22632 kB
Shmem:               200 kB
Slab:             774356 kB
SReclaimable:     217832 kB
SUnreclaim:       556524 kB
KernelStack:        1600 kB
PageTables:         4536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     697160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 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= 69984 MiB
End job on node117 at 2012-05-28 14:00:46