Trace number 3709890

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 specific settings 2.3.2 snapshot? (TO) 1800.01 1781.65

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-91-90.opb
MD5SUMfff7b3dc5d07bd6a4fd3046b5e5241f1
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.159975
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables8190
Total number of constraints181
Number of constraints which are clauses91
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint91
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 92
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.07	c version 2.3.2.v20120418
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.07	c java.vm.version	19.1-b02
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	64
0.03/0.07	c java.version		1.6.0_24
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.07	c os.arch		amd64
0.03/0.07	c Free memory 		501472288
0.03/0.07	c Max memory 		7480803328
0.03/0.07	c Total memory 		504102912
0.03/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3709890-1338151252.opb
0.10/0.11	c reading problem ... 
0.58/0.30	c ... done. Wall clock time 0.189s.
0.58/0.30	c declared #vars     8190
0.58/0.30	c #constraints  181
0.58/0.30	c constraints type 
0.58/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91
0.58/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
0.58/0.30	c 181 constraints processed.
9.23/8.42	c cleaning 2500 clauses out of 5001 with flag 5001/5001
25.21/24.18	c cleaning 4250 clauses out of 8502 with flag 11002/11002
47.90/46.62	c cleaning 5625 clauses out of 11251 with flag 18001/18001
84.60/83.19	c cleaning 6824 clauses out of 13652 with flag 26027/26027
122.21/120.20	c cleaning 7902 clauses out of 15806 with flag 35005/35005
172.83/170.49	c cleaning 8949 clauses out of 17900 with flag 45001/45001
225.36/222.18	c cleaning 9974 clauses out of 19950 with flag 56000/56000
294.01/289.77	c cleaning 10989 clauses out of 21977 with flag 68001/68001
388.75/383.27	c cleaning 12001 clauses out of 24003 with flag 81016/81016
450.05/443.98	c cleaning 12976 clauses out of 25987 with flag 95001/95001
522.63/515.98	c cleaning 14000 clauses out of 28011 with flag 110001/110001
608.17/600.80	c cleaning 15032 clauses out of 30063 with flag 126053/126053
721.53/713.42	c cleaning 16001 clauses out of 32002 with flag 143024/143024
825.71/816.83	c cleaning 16988 clauses out of 33982 with flag 161005/161005
1004.07/994.15	c cleaning 18006 clauses out of 36011 with flag 180022/180022
1106.01/1094.81	c cleaning 19007 clauses out of 38016 with flag 200033/200033
1229.87/1217.38	c cleaning 19979 clauses out of 39976 with flag 221000/221000
1363.58/1349.76	c cleaning 20999 clauses out of 41997 with flag 243000/243000
1541.66/1526.22	c cleaning 21999 clauses out of 44002 with flag 266004/266004
1686.99/1669.76	c cleaning 23000 clauses out of 46001 with flag 290002/290002
1800.01/1781.61	c starts		: 134
1800.01/1781.61	c conflicts		: 309844
1800.01/1781.61	c decisions		: 491739
1800.01/1781.61	c propagations		: 35986398
1800.01/1781.61	c inspects		: 910175105
1800.01/1781.61	c shortcuts		: 0
1800.01/1781.61	c learnt literals	: 0
1800.01/1781.61	c learnt binary clauses	: 0
1800.01/1781.61	c learnt ternary clauses	: 0
1800.01/1781.61	c learnt constraints	: 309844
1800.01/1781.61	c ignored constraints	: 0
1800.01/1781.61	c root simplifications	: 134
1800.01/1781.61	c removed literals (reason simplification)	: 6271543
1800.01/1781.61	c reason swapping (by a shorter reason)	: 0
1800.01/1781.61	c Calls to reduceDB	: 20
1800.01/1781.61	c number of reductions to clauses (during analyze)	: 0
1800.01/1781.61	c number of learned constraints concerned by reduction	: 0
1800.01/1781.61	c number of learning phase by resolution	: 0
1800.01/1781.61	c number of learning phase by cutting planes	: 0
1800.01/1781.61	c speed (assignments/second)	: 20202.34570521047
1800.01/1781.61	c non guided choices	4006
1800.01/1781.63	c learnt constraints type 
1800.01/1781.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 42843
1800.01/1781.63	c constraints type 
1800.01/1781.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91
1800.01/1781.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
1800.01/1781.63	c 181 constraints processed.
1800.01/1781.63	s UNKNOWN
1800.01/1781.63	c Total wall clock time (in seconds): 1781.52

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.07 2.03 2.01 3/195 26128
/proc/meminfo: memFree=31196572/32873648 swapFree=6612/6612
[pid=26128] ppid=26126 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/26128/stat : 26128 (java) R 26126 26128 22368 0 -1 4202496 991 0 0 0 0 0 0 0 20 0 1 0 281249716 23793664 717 33554432000 1073741824 1073778376 140733760578704 140733760567768 212064057424 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26128/statm: 5809 717 531 9 0 128 0

[startup+0.0419821 s]
/proc/loadavg: 2.07 2.03 2.01 3/195 26128
/proc/meminfo: memFree=31196572/32873648 swapFree=6612/6612
[pid=26128] ppid=26126 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/26128/stat : 26128 (java) S 26126 26128 22368 0 -1 4202496 3064 0 1 0 3 0 0 0 20 0 13 0 281249716 9446973440 3760 33554432000 1073741824 1073778376 140733760578704 140733760569840 212076625981 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26128/statm: 2306390 3760 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100171 s]
/proc/loadavg: 2.07 2.03 2.01 3/195 26128
/proc/meminfo: memFree=31196572/32873648 swapFree=6612/6612
[pid=26128] ppid=26126 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/26128/stat : 26128 (java) S 26126 26128 22368 0 -1 4202496 4385 0 1 0 9 1 0 0 20 0 18 0 281249716 9787842560 6102 33554432000 1073741824 1073778376 140733760578704 140733760569840 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26128/statm: 2389610 6102 2131 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300172 s]
/proc/loadavg: 2.07 2.03 2.01 3/195 26128
/proc/meminfo: memFree=31196572/32873648 swapFree=6612/6612
[pid=26128] ppid=26126 vsize=9558440 CPUtime=0.58 cores=1,3,5,7
/proc/26128/stat : 26128 (java) S 26126 26128 22368 0 -1 4202496 7151 0 1 0 56 2 0 0 20 0 18 0 281249716 9787842560 11905 33554432000 1073741824 1073778376 140733760578704 140733760569840 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26128/statm: 2389610 11905 2230 9 0 2380296 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558440

[startup+0.700191 s]
/proc/loadavg: 2.07 2.03 2.01 3/195 26128
/proc/meminfo: memFree=31196572/32873648 swapFree=6612/6612
[pid=26128] ppid=26126 vsize=9625004 CPUtime=1.33 cores=1,3,5,7
/proc/26128/stat : 26128 (java) S 26126 26128 22368 0 -1 4202496 8131 0 1 0 131 2 0 0 20 0 19 0 281249716 9856004096 14317 33554432000 1073741824 1073778376 140733760578704 140733760569840 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26128/statm: 2406251 14317 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9625004

[startup+1.50069 s]
/proc/loadavg: 2.23 2.06 2.02 3/214 26147
/proc/meminfo: memFree=31137592/32873648 swapFree=6612/6612
[pid=26128] ppid=26126 vsize=9625004 CPUtime=2.13 cores=1,3,5,7
/proc/26128/stat : 26128 (java) S 26126 26128 22368 0 -1 4202496 8140 0 1 0 211 2 0 0 20 0 19 0 281249716 9856004096 17902 33554432000 1073741824 1073778376 140733760578704 140733760569840 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26128/statm: 2406251 17902 2248 9 0 2396937 0
[pid=26128/tid=26130] ppid=26126 vsize=9625004 CPUtime=1.48 cores=1,3,5,7
/proc/26128/task/26130/stat : 26130 (java) R 26126 26128 22368 0 -1 4202560 2538 0 1 0 146 2 0 0 20 0 19 0 281249717 9856004096 17902 33554432000 1073741824 1073778376 140733760578704 139858384243272 139858245409869 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26128/tid=26131] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26131/stat : 26131 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 17902 33554432000 1073741824 1073778376 140733760578704 139858228182056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26132] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26132/stat : 26132 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 17902 33554432000 1073741824 1073778376 140733760578704 139858227129256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26133] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26133/stat : 26133 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 17902 33554432000 1073741824 1073778376 140733760578704 139858226076456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26128/tid=26134] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26134/stat : 26134 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 17902 33554432000 1073741824 1073778376 140733760578704 139858225023656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26128/tid=26135] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26135/stat : 26135 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 17902 33554432000 1073741824 1073778376 140733760578704 139858223970856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26136] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26136/stat : 26136 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 17902 33554432000 1073741824 1073778376 140733760578704 139858222918056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26128/tid=26137] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26137/stat : 26137 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 17902 33554432000 1073741824 1073778376 140733760578704 139858221865256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26138] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26138/stat : 26138 (java) S 26126 26128 22368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 17902 33554432000 1073741824 1073778376 140733760578704 139858220812456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26139] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26139/stat : 26139 (java) S 26126 26128 22368 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281249718 9856004096 17902 33554432000 1073741824 1073778376 140733760578704 139858208402408 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26140] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26140/stat : 26140 (java) S 26126 26128 22368 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281249719 9856004096 17902 33554432000 1073741824 1073778376 140733760578704 139858207348472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26141] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26141/stat : 26141 (java) S 26126 26128 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281249719 9856004096 17902 33554432000 1073741824 1073778376 140733760578704 139858206295560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26142] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26142/stat : 26142 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249721 9856004096 17902 33554432000 1073741824 1073778376 140733760578704 139858205244048 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26143] ppid=26126 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/26128/task/26143/stat : 26143 (java) S 26126 26128 22368 0 -1 4202560 2256 0 0 0 32 0 0 0 20 0 19 0 281249721 9856004096 17902 33554432000 1073741824 1073778376 140733760578704 139858204191160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26144] ppid=26126 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/26128/task/26144/stat : 26144 (java) S 26126 26128 22368 0 -1 4202560 2144 0 0 0 30 0 0 0 20 0 19 0 281249721 9856004096 17902 33554432000 1073741824 1073778376 140733760578704 139858203138360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26128/tid=26145] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26145/stat : 26145 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249721 9856004096 17902 33554432000 1073741824 1073778376 140733760578704 139858202085752 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26128/tid=26146] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26146/stat : 26146 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249721 9856004096 17902 33554432000 1073741824 1073778376 140733760578704 139858201033160 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26147] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26147/stat : 26147 (java) S 26126 26128 22368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281249747 9856004096 17902 33554432000 1073741824 1073778376 140733760578704 139858199979688 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9625004

[startup+3.10074 s]
/proc/loadavg: 2.23 2.06 2.02 3/214 26147
/proc/meminfo: memFree=31118540/32873648 swapFree=6612/6612
[pid=26128] ppid=26126 vsize=9625004 CPUtime=3.76 cores=1,3,5,7
/proc/26128/stat : 26128 (java) S 26126 26128 22368 0 -1 4202496 8153 0 1 0 373 3 0 0 20 0 19 0 281249716 9856004096 22513 33554432000 1073741824 1073778376 140733760578704 140733760569840 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26128/statm: 2406251 22513 2251 9 0 2396937 0
[pid=26128/tid=26130] ppid=26126 vsize=9625004 CPUtime=3.07 cores=1,3,5,7
/proc/26128/task/26130/stat : 26130 (java) R 26126 26128 22368 0 -1 4202560 2548 0 1 0 305 2 0 0 20 0 19 0 281249717 9856004096 22513 33554432000 1073741824 1073778376 140733760578704 139858384243152 139858245409331 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26128/tid=26131] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26131/stat : 26131 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 22513 33554432000 1073741824 1073778376 140733760578704 139858228182056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26132] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26132/stat : 26132 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 22513 33554432000 1073741824 1073778376 140733760578704 139858227129256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26133] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26133/stat : 26133 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 22513 33554432000 1073741824 1073778376 140733760578704 139858226076456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26128/tid=26134] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26134/stat : 26134 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 22513 33554432000 1073741824 1073778376 140733760578704 139858225023656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26128/tid=26135] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26135/stat : 26135 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 22513 33554432000 1073741824 1073778376 140733760578704 139858223970856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26136] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26136/stat : 26136 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 22513 33554432000 1073741824 1073778376 140733760578704 139858222918056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26128/tid=26137] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26137/stat : 26137 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 22513 33554432000 1073741824 1073778376 140733760578704 139858221865256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26138] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26138/stat : 26138 (java) S 26126 26128 22368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 22513 33554432000 1073741824 1073778376 140733760578704 139858220812456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26139] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26139/stat : 26139 (java) S 26126 26128 22368 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281249718 9856004096 22513 33554432000 1073741824 1073778376 140733760578704 139858208402408 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26140] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26140/stat : 26140 (java) S 26126 26128 22368 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281249719 9856004096 22513 33554432000 1073741824 1073778376 140733760578704 139858207348472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26141] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26141/stat : 26141 (java) S 26126 26128 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281249719 9856004096 22513 33554432000 1073741824 1073778376 140733760578704 139858206295560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26142] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26142/stat : 26142 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249721 9856004096 22513 33554432000 1073741824 1073778376 140733760578704 139858205244048 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26143] ppid=26126 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/26128/task/26143/stat : 26143 (java) S 26126 26128 22368 0 -1 4202560 2259 0 0 0 35 0 0 0 20 0 19 0 281249721 9856004096 22513 33554432000 1073741824 1073778376 140733760578704 139858204191160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26144] ppid=26126 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/26128/task/26144/stat : 26144 (java) S 26126 26128 22368 0 -1 4202560 2144 0 0 0 30 0 0 0 20 0 19 0 281249721 9856004096 22513 33554432000 1073741824 1073778376 140733760578704 139858203138360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26128/tid=26145] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26145/stat : 26145 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249721 9856004096 22513 33554432000 1073741824 1073778376 140733760578704 139858202085752 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26128/tid=26146] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26146/stat : 26146 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249721 9856004096 22513 33554432000 1073741824 1073778376 140733760578704 139858201033160 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26147] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26147/stat : 26147 (java) S 26126 26128 22368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281249747 9856004096 22513 33554432000 1073741824 1073778376 140733760578704 139858199979688 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 9625004

[startup+6.30074 s]
/proc/loadavg: 2.21 2.06 2.02 3/214 26147
/proc/meminfo: memFree=31081312/32873648 swapFree=6612/6612
[pid=26128] ppid=26126 vsize=9625004 CPUtime=6.97 cores=1,3,5,7
/proc/26128/stat : 26128 (java) S 26126 26128 22368 0 -1 4202496 8177 0 1 0 693 4 0 0 20 0 19 0 281249716 9856004096 33771 33554432000 1073741824 1073778376 140733760578704 140733760569840 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26128/statm: 2406251 33771 2251 9 0 2396937 0
[pid=26128/tid=26130] ppid=26126 vsize=9625004 CPUtime=6.26 cores=1,3,5,7
/proc/26128/task/26130/stat : 26130 (java) R 26126 26128 22368 0 -1 4202560 2572 0 1 0 623 3 0 0 20 0 19 0 281249717 9856004096 33771 33554432000 1073741824 1073778376 140733760578704 139858384243288 139858392009555 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26128/tid=26131] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26131/stat : 26131 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 33771 33554432000 1073741824 1073778376 140733760578704 139858228182056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26132] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26132/stat : 26132 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 33771 33554432000 1073741824 1073778376 140733760578704 139858227129256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26133] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26133/stat : 26133 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 33771 33554432000 1073741824 1073778376 140733760578704 139858226076456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26128/tid=26134] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26134/stat : 26134 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 33771 33554432000 1073741824 1073778376 140733760578704 139858225023656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26128/tid=26135] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26135/stat : 26135 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 33771 33554432000 1073741824 1073778376 140733760578704 139858223970856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26136] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26136/stat : 26136 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 33771 33554432000 1073741824 1073778376 140733760578704 139858222918056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26128/tid=26137] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26137/stat : 26137 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 33771 33554432000 1073741824 1073778376 140733760578704 139858221865256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26138] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26138/stat : 26138 (java) S 26126 26128 22368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281249717 9856004096 33771 33554432000 1073741824 1073778376 140733760578704 139858220812456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26139] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26139/stat : 26139 (java) S 26126 26128 22368 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281249718 9856004096 33771 33554432000 1073741824 1073778376 140733760578704 139858208402408 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26140] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26140/stat : 26140 (java) S 26126 26128 22368 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281249719 9856004096 33771 33554432000 1073741824 1073778376 140733760578704 139858207348472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26141] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26141/stat : 26141 (java) S 26126 26128 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281249719 9856004096 33771 33554432000 1073741824 1073778376 140733760578704 139858206295560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26142] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26142/stat : 26142 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249721 9856004096 33771 33554432000 1073741824 1073778376 140733760578704 139858205244048 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26143] ppid=26126 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/26128/task/26143/stat : 26143 (java) S 26126 26128 22368 0 -1 4202560 2259 0 0 0 36 0 0 0 20 0 19 0 281249721 9856004096 33771 33554432000 1073741824 1073778376 140733760578704 139858204191160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26144] ppid=26126 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/26128/task/26144/stat : 26144 (java) S 26126 26128 22368 0 -1 4202560 2144 0 0 0 30 0 0 0 20 0 19 0 281249721 9856004096 33771 33554432000 1073741824 1073778376 140733760578704 139858203138360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26128/tid=26145] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26145/stat : 26145 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249721 9856004096 33771 33554432000 1073741824 1073778376 140733760578704 139858202085752 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26128/tid=26146] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26146/stat : 26146 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249721 9856004096 33771 33554432000 1073741824 1073778376 140733760578704 139858201033160 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26147] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26147/stat : 26147 (java) S 26126 26128 22368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281249747 9856004096 33771 33554432000 1073741824 1073778376 140733760578704 139858199979688 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=26128/tid=26143] ppid=26126 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/26128/task/26143/stat : 26143 (java) S 26126 26128 22368 0 -1 4202560 2265 0 0 0 41 0 0 0 20 0 19 0 281249721 9856004096 313678 33554432000 1073741824 1073778376 140733760578704 139858204191160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26144] ppid=26126 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/26128/task/26144/stat : 26144 (java) S 26126 26128 22368 0 -1 4202560 2834 0 0 0 41 0 0 0 20 0 19 0 281249721 9856004096 313678 33554432000 1073741824 1073778376 140733760578704 139858203138360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26145] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26145/stat : 26145 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249721 9856004096 313678 33554432000 1073741824 1073778376 140733760578704 139858202085752 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26128/tid=26146] ppid=26126 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/26128/task/26146/stat : 26146 (java) S 26126 26128 22368 0 -1 4202560 93 0 0 0 25 43 0 0 20 0 19 0 281249721 9856004096 313678 33554432000 1073741824 1073778376 140733760578704 139858201033160 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26147] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26147/stat : 26147 (java) S 26126 26128 22368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281249747 9856004096 313678 33554432000 1073741824 1073778376 140733760578704 139858199979688 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1618.76
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/213 26181
/proc/meminfo: memFree=29258308/32873648 swapFree=6612/6612
[pid=26128] ppid=26126 vsize=9625004 CPUtime=1679.44 cores=1,3,5,7
/proc/26128/stat : 26128 (java) S 26126 26128 22368 0 -1 4202496 18413 0 1 0 167721 223 0 0 20 0 19 0 281249716 9856004096 312982 33554432000 1073741824 1073778376 140733760578704 140733760569840 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26128/statm: 2406251 312982 2276 9 0 2396937 0
[pid=26128/tid=26130] ppid=26126 vsize=9625004 CPUtime=1649.65 cores=1,3,5,7
/proc/26128/task/26130/stat : 26130 (java) R 26126 26128 22368 0 -1 4202560 2824 0 1 0 164934 31 0 0 20 0 19 0 281249717 9856004096 312982 33554432000 1073741824 1073778376 140733760578704 139858384244080 139858245409331 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26131] ppid=26126 vsize=9625004 CPUtime=2.85 cores=1,3,5,7
/proc/26128/task/26131/stat : 26131 (java) S 26126 26128 22368 0 -1 4202560 1075 0 0 0 264 21 0 0 20 0 19 0 281249717 9856004096 312982 33554432000 1073741824 1073778376 140733760578704 139858228182056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26132] ppid=26126 vsize=9625004 CPUtime=2.78 cores=1,3,5,7
/proc/26128/task/26132/stat : 26132 (java) S 26126 26128 22368 0 -1 4202560 1224 0 0 0 254 24 0 0 20 0 19 0 281249717 9856004096 312982 33554432000 1073741824 1073778376 140733760578704 139858227129256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26128/tid=26133] ppid=26126 vsize=9625004 CPUtime=2.73 cores=1,3,5,7
/proc/26128/task/26133/stat : 26133 (java) S 26126 26128 22368 0 -1 4202560 655 0 0 0 253 20 0 0 20 0 19 0 281249717 9856004096 312982 33554432000 1073741824 1073778376 140733760578704 139858226076456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26134] ppid=26126 vsize=9625004 CPUtime=2.77 cores=1,3,5,7
/proc/26128/task/26134/stat : 26134 (java) S 26126 26128 22368 0 -1 4202560 975 0 0 0 257 20 0 0 20 0 19 0 281249717 9856004096 312982 33554432000 1073741824 1073778376 140733760578704 139858225023656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26135] ppid=26126 vsize=9625004 CPUtime=2.75 cores=1,3,5,7
/proc/26128/task/26135/stat : 26135 (java) S 26126 26128 22368 0 -1 4202560 545 0 0 0 251 24 0 0 20 0 19 0 281249717 9856004096 312982 33554432000 1073741824 1073778376 140733760578704 139858223970856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26128/tid=26136] ppid=26126 vsize=9625004 CPUtime=2.96 cores=1,3,5,7
/proc/26128/task/26136/stat : 26136 (java) S 26126 26128 22368 0 -1 4202560 686 0 0 0 278 18 0 0 20 0 19 0 281249717 9856004096 312982 33554432000 1073741824 1073778376 140733760578704 139858222918056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26137] ppid=26126 vsize=9625004 CPUtime=2.7 cores=1,3,5,7
/proc/26128/task/26137/stat : 26137 (java) S 26126 26128 22368 0 -1 4202560 828 0 0 0 249 21 0 0 20 0 19 0 281249717 9856004096 312982 33554432000 1073741824 1073778376 140733760578704 139858221865256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26138] ppid=26126 vsize=9625004 CPUtime=2.78 cores=1,3,5,7
/proc/26128/task/26138/stat : 26138 (java) S 26126 26128 22368 0 -1 4202560 1408 0 0 0 255 23 0 0 20 0 19 0 281249717 9856004096 312982 33554432000 1073741824 1073778376 140733760578704 139858220812456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26139] ppid=26126 vsize=9625004 CPUtime=1.86 cores=1,3,5,7
/proc/26128/task/26139/stat : 26139 (java) S 26126 26128 22368 0 -1 4202560 1812 0 0 0 178 8 0 0 20 0 19 0 281249718 9856004096 312982 33554432000 1073741824 1073778376 140733760578704 139858208402408 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26128/tid=26140] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26140/stat : 26140 (java) S 26126 26128 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281249719 9856004096 312982 33554432000 1073741824 1073778376 140733760578704 139858207348472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26141] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26141/stat : 26141 (java) S 26126 26128 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281249719 9856004096 312982 33554432000 1073741824 1073778376 140733760578704 139858206295560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26142] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26142/stat : 26142 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249721 9856004096 312982 33554432000 1073741824 1073778376 140733760578704 139858205244048 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26143] ppid=26126 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/26128/task/26143/stat : 26143 (java) S 26126 26128 22368 0 -1 4202560 2265 0 0 0 41 0 0 0 20 0 19 0 281249721 9856004096 312982 33554432000 1073741824 1073778376 140733760578704 139858204191160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26144] ppid=26126 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/26128/task/26144/stat : 26144 (java) S 26126 26128 22368 0 -1 4202560 2834 0 0 0 41 0 0 0 20 0 19 0 281249721 9856004096 312982 33554432000 1073741824 1073778376 140733760578704 139858203138360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26145] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26145/stat : 26145 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249721 9856004096 312982 33554432000 1073741824 1073778376 140733760578704 139858202085752 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26128/tid=26146] ppid=26126 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/26128/task/26146/stat : 26146 (java) S 26126 26128 22368 0 -1 4202560 95 0 0 0 26 44 0 0 20 0 19 0 281249721 9856004096 312982 33554432000 1073741824 1073778376 140733760578704 139858201033160 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26147] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26147/stat : 26147 (java) S 26126 26128 22368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281249747 9856004096 312982 33554432000 1073741824 1073778376 140733760578704 139858199979688 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1679.44
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 26182
/proc/meminfo: memFree=29210712/32873648 swapFree=6612/6612
[pid=26128] ppid=26126 vsize=9625004 CPUtime=1740.37 cores=1,3,5,7
/proc/26128/stat : 26128 (java) S 26126 26128 22368 0 -1 4202496 20734 0 1 0 173806 231 0 0 20 0 19 0 281249716 9856004096 327181 33554432000 1073741824 1073778376 140733760578704 140733760569840 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26128/statm: 2406251 327181 2276 9 0 2396937 0
[pid=26128/tid=26130] ppid=26126 vsize=9625004 CPUtime=1709.05 cores=1,3,5,7
/proc/26128/task/26130/stat : 26130 (java) R 26126 26128 22368 0 -1 4202560 2841 0 1 0 170874 31 0 0 20 0 19 0 281249717 9856004096 327181 33554432000 1073741824 1073778376 140733760578704 139858384244080 139858245409331 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26131] ppid=26126 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/26128/task/26131/stat : 26131 (java) S 26126 26128 22368 0 -1 4202560 1207 0 0 0 281 21 0 0 20 0 19 0 281249717 9856004096 327181 33554432000 1073741824 1073778376 140733760578704 139858228182056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26128/tid=26132] ppid=26126 vsize=9625004 CPUtime=2.95 cores=1,3,5,7
/proc/26128/task/26132/stat : 26132 (java) S 26126 26128 22368 0 -1 4202560 1566 0 0 0 270 25 0 0 20 0 19 0 281249717 9856004096 327181 33554432000 1073741824 1073778376 140733760578704 139858227129256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26128/tid=26133] ppid=26126 vsize=9625004 CPUtime=2.85 cores=1,3,5,7
/proc/26128/task/26133/stat : 26133 (java) S 26126 26128 22368 0 -1 4202560 744 0 0 0 264 21 0 0 20 0 19 0 281249717 9856004096 327181 33554432000 1073741824 1073778376 140733760578704 139858226076456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26128/tid=26134] ppid=26126 vsize=9625004 CPUtime=2.94 cores=1,3,5,7
/proc/26128/task/26134/stat : 26134 (java) S 26126 26128 22368 0 -1 4202560 1150 0 0 0 273 21 0 0 20 0 19 0 281249717 9856004096 327181 33554432000 1073741824 1073778376 140733760578704 139858225023656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26128/tid=26135] ppid=26126 vsize=9625004 CPUtime=2.88 cores=1,3,5,7
/proc/26128/task/26135/stat : 26135 (java) S 26126 26128 22368 0 -1 4202560 621 0 0 0 263 25 0 0 20 0 19 0 281249717 9856004096 327181 33554432000 1073741824 1073778376 140733760578704 139858223970856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26128/tid=26136] ppid=26126 vsize=9625004 CPUtime=3.17 cores=1,3,5,7
/proc/26128/task/26136/stat : 26136 (java) S 26126 26128 22368 0 -1 4202560 1574 0 0 0 298 19 0 0 20 0 19 0 281249717 9856004096 327181 33554432000 1073741824 1073778376 140733760578704 139858222918056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26128/tid=26137] ppid=26126 vsize=9625004 CPUtime=2.88 cores=1,3,5,7
/proc/26128/task/26137/stat : 26137 (java) S 26126 26128 22368 0 -1 4202560 1125 0 0 0 266 22 0 0 20 0 19 0 281249717 9856004096 327181 33554432000 1073741824 1073778376 140733760578704 139858221865256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26138] ppid=26126 vsize=9625004 CPUtime=2.94 cores=1,3,5,7
/proc/26128/task/26138/stat : 26138 (java) S 26126 26128 22368 0 -1 4202560 1677 0 0 0 270 24 0 0 20 0 19 0 281249717 9856004096 327181 33554432000 1073741824 1073778376 140733760578704 139858220812456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26128/tid=26139] ppid=26126 vsize=9625004 CPUtime=1.92 cores=1,3,5,7
/proc/26128/task/26139/stat : 26139 (java) S 26126 26128 22368 0 -1 4202560 1844 0 0 0 184 8 0 0 20 0 19 0 281249718 9856004096 327181 33554432000 1073741824 1073778376 140733760578704 139858208402408 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26140] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26140/stat : 26140 (java) S 26126 26128 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281249719 9856004096 327181 33554432000 1073741824 1073778376 140733760578704 139858207348472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26141] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26141/stat : 26141 (java) S 26126 26128 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281249719 9856004096 327181 33554432000 1073741824 1073778376 140733760578704 139858206295560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26142] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26142/stat : 26142 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249721 9856004096 327181 33554432000 1073741824 1073778376 140733760578704 139858205244048 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26143] ppid=26126 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/26128/task/26143/stat : 26143 (java) S 26126 26128 22368 0 -1 4202560 2265 0 0 0 41 0 0 0 20 0 19 0 281249721 9856004096 327181 33554432000 1073741824 1073778376 140733760578704 139858204191160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26144] ppid=26126 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/26128/task/26144/stat : 26144 (java) S 26126 26128 22368 0 -1 4202560 2834 0 0 0 41 0 0 0 20 0 19 0 281249721 9856004096 327181 33554432000 1073741824 1073778376 140733760578704 139858203138360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26145] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26145/stat : 26145 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249721 9856004096 327181 33554432000 1073741824 1073778376 140733760578704 139858202085752 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26128/tid=26146] ppid=26126 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/26128/task/26146/stat : 26146 (java) S 26126 26128 22368 0 -1 4202560 99 0 0 0 27 46 0 0 20 0 19 0 281249721 9856004096 327181 33554432000 1073741824 1073778376 140733760578704 139858201033160 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26147] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26147/stat : 26147 (java) S 26126 26128 22368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281249747 9856004096 327181 33554432000 1073741824 1073778376 140733760578704 139858199979688 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1740.37
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.6 s]
/proc/loadavg: 2.08 2.04 2.01 3/213 26244
/proc/meminfo: memFree=30020796/32873648 swapFree=6612/6612
[pid=26128] ppid=26126 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/26128/stat : 26128 (java) S 26126 26128 22368 0 -1 4202496 20763 0 1 0 179768 233 0 0 20 0 19 0 281249716 9856004096 327195 33554432000 1073741824 1073778376 140733760578704 140733760569840 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26128/statm: 2406251 327195 2276 9 0 2396937 0
[pid=26128/tid=26130] ppid=26126 vsize=9625004 CPUtime=1768.05 cores=1,3,5,7
/proc/26128/task/26130/stat : 26130 (java) R 26126 26128 22368 0 -1 4202560 2846 0 1 0 176773 32 0 0 20 0 19 0 281249717 9856004096 327195 33554432000 1073741824 1073778376 140733760578704 139858384244080 139858245409298 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26131] ppid=26126 vsize=9625004 CPUtime=3.07 cores=1,3,5,7
/proc/26128/task/26131/stat : 26131 (java) S 26126 26128 22368 0 -1 4202560 1207 0 0 0 286 21 0 0 20 0 19 0 281249717 9856004096 327195 33554432000 1073741824 1073778376 140733760578704 139858228182056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26128/tid=26132] ppid=26126 vsize=9625004 CPUtime=3.03 cores=1,3,5,7
/proc/26128/task/26132/stat : 26132 (java) S 26126 26128 22368 0 -1 4202560 1566 0 0 0 278 25 0 0 20 0 19 0 281249717 9856004096 327195 33554432000 1073741824 1073778376 140733760578704 139858227129256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26133] ppid=26126 vsize=9625004 CPUtime=2.9 cores=1,3,5,7
/proc/26128/task/26133/stat : 26133 (java) S 26126 26128 22368 0 -1 4202560 747 0 0 0 269 21 0 0 20 0 19 0 281249717 9856004096 327195 33554432000 1073741824 1073778376 140733760578704 139858226076456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26128/tid=26134] ppid=26126 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/26128/task/26134/stat : 26134 (java) S 26126 26128 22368 0 -1 4202560 1154 0 0 0 281 21 0 0 20 0 19 0 281249717 9856004096 327195 33554432000 1073741824 1073778376 140733760578704 139858225023656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26128/tid=26135] ppid=26126 vsize=9625004 CPUtime=2.93 cores=1,3,5,7
/proc/26128/task/26135/stat : 26135 (java) S 26126 26128 22368 0 -1 4202560 621 0 0 0 268 25 0 0 20 0 19 0 281249717 9856004096 327195 33554432000 1073741824 1073778376 140733760578704 139858223970856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26136] ppid=26126 vsize=9625004 CPUtime=3.22 cores=1,3,5,7
/proc/26128/task/26136/stat : 26136 (java) S 26126 26128 22368 0 -1 4202560 1576 0 0 0 303 19 0 0 20 0 19 0 281249717 9856004096 327195 33554432000 1073741824 1073778376 140733760578704 139858222918056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26128/tid=26137] ppid=26126 vsize=9625004 CPUtime=2.94 cores=1,3,5,7
/proc/26128/task/26137/stat : 26137 (java) S 26126 26128 22368 0 -1 4202560 1128 0 0 0 272 22 0 0 20 0 19 0 281249717 9856004096 327195 33554432000 1073741824 1073778376 140733760578704 139858221865256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26128/tid=26138] ppid=26126 vsize=9625004 CPUtime=2.99 cores=1,3,5,7
/proc/26128/task/26138/stat : 26138 (java) S 26126 26128 22368 0 -1 4202560 1681 0 0 0 275 24 0 0 20 0 19 0 281249717 9856004096 327195 33554432000 1073741824 1073778376 140733760578704 139858220812456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26139] ppid=26126 vsize=9625004 CPUtime=1.93 cores=1,3,5,7
/proc/26128/task/26139/stat : 26139 (java) S 26126 26128 22368 0 -1 4202560 1848 0 0 0 185 8 0 0 20 0 19 0 281249718 9856004096 327195 33554432000 1073741824 1073778376 140733760578704 139858208402408 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26128/tid=26140] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26140/stat : 26140 (java) S 26126 26128 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281249719 9856004096 327195 33554432000 1073741824 1073778376 140733760578704 139858207348472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26141] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26141/stat : 26141 (java) S 26126 26128 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281249719 9856004096 327195 33554432000 1073741824 1073778376 140733760578704 139858206295560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26142] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26142/stat : 26142 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249721 9856004096 327195 33554432000 1073741824 1073778376 140733760578704 139858205244048 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26143] ppid=26126 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/26128/task/26143/stat : 26143 (java) S 26126 26128 22368 0 -1 4202560 2265 0 0 0 41 0 0 0 20 0 19 0 281249721 9856004096 327195 33554432000 1073741824 1073778376 140733760578704 139858204191160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26144] ppid=26126 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/26128/task/26144/stat : 26144 (java) S 26126 26128 22368 0 -1 4202560 2834 0 0 0 41 0 0 0 20 0 19 0 281249721 9856004096 327195 33554432000 1073741824 1073778376 140733760578704 139858203138360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26128/tid=26145] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26145/stat : 26145 (java) S 26126 26128 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281249721 9856004096 327195 33554432000 1073741824 1073778376 140733760578704 139858202085752 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26128/tid=26146] ppid=26126 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/26128/task/26146/stat : 26146 (java) S 26126 26128 22368 0 -1 4202560 103 0 0 0 27 48 0 0 20 0 19 0 281249721 9856004096 327195 33554432000 1073741824 1073778376 140733760578704 139858201033160 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26128/tid=26147] ppid=26126 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26128/task/26147/stat : 26147 (java) S 26126 26128 22368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281249747 9856004096 327195 33554432000 1073741824 1073778376 140733760578704 139858199979688 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 26128 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=148400
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=801574
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1781.65
CPU time (s): 1800.01
CPU user time (s): 1797.68
CPU system time (s): 2.33
CPU usage (%): 101.031
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.15
system time used= 2.80157
maximum resident set size= 1308928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20802
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45517
involuntary context switches= 47969

runsolver used 6.39203 second user time and 15.8326 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 22:40:52
IDJOB=3709890
IDBENCH=2584
IDSOLVER=2289
FILE ID=node148/3709890-1338151252
RUNJOBID= node148-1338138660-24909
PBS_JOBID= 14624498
Free space on /tmp= 71700 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-91-90.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-3709890-1338151252/watcher-3709890-1338151252 -o /tmp/evaluation-result-3709890-1338151252/solver-3709890-1338151252 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709890-1338151252.opb

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

MD5SUM BENCH= fff7b3dc5d07bd6a4fd3046b5e5241f1
RANDOM SEED=1953135877

node148.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.284
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.56
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.284
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.94
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.284
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		: 2667.284
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		: 2667.284
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.90
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.284
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.284
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.90
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.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31196572 kB
Buffers:          294020 kB
Cached:           335256 kB
SwapCached:          576 kB
Active:           639804 kB
Inactive:         183616 kB
Active(anon):     184836 kB
Inactive(anon):    11760 kB
Active(file):     454968 kB
Inactive(file):   171856 kB
Unevictable:        6612 kB
Mlocked:            6612 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:               616 kB
Writeback:             0 kB
AnonPages:        206200 kB
Mapped:            19204 kB
Shmem:                96 kB
Slab:             705036 kB
SReclaimable:     148568 kB
SUnreclaim:       556468 kB
KernelStack:        1600 kB
PageTables:         4520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 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= 71700 MiB
End job on node148 at 2012-05-27 23:10:36