Trace number 3688331

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.05 1772.24

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=140-sizeP=71-sizeQ=140-217105354-max.opb
MD5SUM64d4edb5594d01918b916e348b224fe7
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-7
Best CPU time to get the best result obtained on this benchmark1800.36
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables10151
Total number of constraints29821
Number of constraints which are clauses29820
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint9940
Number of terms in the objective function 71
Biggest coefficient in the objective function 1180591620717411303424
Number of bits for the biggest coefficient in the objective function 71
Sum of the numbers in the objective function 2361183241434822606847
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 822752278660603021077484591278675252491367932816789931674304512
Number of bits of the biggest number in a constraint 210
Biggest sum of numbers in a constraint 3291009114642412084308654416646809277848400271660251117497592779
Number of bits of the biggest sum of numbers211
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.2.v20120418
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		501472288
0.04/0.08	c Max memory 		7480803328
0.04/0.08	c Total memory 		504102912
0.04/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3688331-1337882668.opb
0.10/0.10	c reading problem ... 
0.99/0.58	c ... done. Wall clock time 0.473s.
0.99/0.58	c declared #vars     10151
0.99/0.58	c #constraints  29822
0.99/0.58	c constraints type 
0.99/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9940
0.99/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 19880
0.99/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.99/0.58	c 29822 constraints processed.
0.99/0.58	c objective function length is 71 literals
67.30/65.36	c cleaning 2500 clauses out of 5000 with flag 5000/5000
140.37/137.32	c cleaning 4245 clauses out of 8500 with flag 11000/11000
208.49/204.50	c cleaning 5622 clauses out of 11257 with flag 18002/18002
290.58/285.28	c cleaning 6812 clauses out of 13634 with flag 26001/26001
388.72/382.08	c cleaning 7903 clauses out of 15821 with flag 35000/35000
484.03/475.87	c cleaning 8946 clauses out of 17918 with flag 45000/45000
571.49/562.09	c cleaning 9969 clauses out of 19972 with flag 56000/56000
666.27/655.27	c cleaning 10997 clauses out of 22007 with flag 68004/68004
779.19/766.53	c cleaning 11994 clauses out of 24007 with flag 81001/81001
848.64/834.87	c cleaning 13003 clauses out of 26019 with flag 95007/95007
953.91/938.52	c cleaning 13998 clauses out of 28009 with flag 110000/110000
1386.94/1365.71	c cleaning 15001 clauses out of 30012 with flag 126001/126001
1608.00/1583.05	c cleaning 15999 clauses out of 32010 with flag 143000/143000
1800.05/1772.21	c starts		: 105
1800.05/1772.21	c conflicts		: 159157
1800.05/1772.21	c decisions		: 252456
1800.05/1772.21	c propagations		: 23847762
1800.05/1772.21	c inspects		: 202266729
1800.05/1772.21	c shortcuts		: 0
1800.05/1772.21	c learnt literals	: 0
1800.05/1772.21	c learnt binary clauses	: 3
1800.05/1772.21	c learnt ternary clauses	: 6
1800.05/1772.21	c learnt constraints	: 159157
1800.05/1772.21	c ignored constraints	: 0
1800.05/1772.21	c root simplifications	: 0
1800.05/1772.21	c removed literals (reason simplification)	: 0
1800.05/1772.21	c reason swapping (by a shorter reason)	: 0
1800.05/1772.21	c Calls to reduceDB	: 13
1800.05/1772.21	c number of reductions to clauses (during analyze)	: 0
1800.05/1772.21	c number of learned constraints concerned by reduction	: 0
1800.05/1772.21	c number of learning phase by resolution	: 0
1800.05/1772.21	c number of learning phase by cutting planes	: 0
1800.05/1772.21	c speed (assignments/second)	: 13461.040045969381
1800.05/1772.21	c non guided choices	63
1800.05/1772.22	c learnt constraints type 
1800.05/1772.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.05/1772.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32167
1800.05/1772.22	c constraints type 
1800.05/1772.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9940
1800.05/1772.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 19880
1800.05/1772.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.05/1772.22	c 29822 constraints processed.
1800.05/1772.22	s UNKNOWN
1800.05/1772.22	c Total wall clock time (in seconds): 1772.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-3688331-1337882668/watcher-3688331-1337882668 -o /tmp/evaluation-result-3688331-1337882668/solver-3688331-1337882668 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688331-1337882668.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.95 1.98 1.99 3/194 22219
/proc/meminfo: memFree=29790128/32873844 swapFree=7100/7100
[pid=22219] ppid=22217 vsize=89740 CPUtime=0 cores=0,2,4,6
/proc/22219/stat : 22219 (java) S 22217 22219 20833 0 -1 4202496 1168 0 0 0 0 0 0 0 20 0 2 0 254395311 91893760 889 33554432000 1073741824 1073778376 140737105991888 140737105983024 249653395517 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22219/statm: 22434 894 678 9 0 16769 0
[pid=22219/tid=22220] ppid=22217 vsize=89800 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22220/stat : 22220 (java) R 22217 22219 20833 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 2 0 254395312 91955200 902 33554432000 1073741824 1073778376 140737105991888 140737105980952 249649661486 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.0521409 s]
/proc/loadavg: 1.95 1.98 1.99 3/194 22219
/proc/meminfo: memFree=29790128/32873844 swapFree=7100/7100
[pid=22219] ppid=22217 vsize=9293152 CPUtime=0.04 cores=0,2,4,6
/proc/22219/stat : 22219 (java) S 22217 22219 20833 0 -1 4202496 3105 0 1 0 3 1 0 0 20 0 15 0 254395311 9516187648 4314 33554432000 1073741824 1073778376 140737105991888 140737105983024 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22219/statm: 2339672 4314 1718 9 0 2330373 0
[pid=22219/tid=22220] ppid=22217 vsize=9358688 CPUtime=0.03 cores=0,2,4,6
/proc/22219/task/22220/stat : 22220 (java) R 22217 22219 20833 0 -1 4202560 1924 0 1 0 3 0 0 0 20 0 15 0 254395312 9583296512 4316 33554432000 1073741824 1073778376 140737105991888 140726094260336 249649713744 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9293152

[startup+0.100282 s]
/proc/loadavg: 1.95 1.98 1.99 3/194 22219
/proc/meminfo: memFree=29790128/32873844 swapFree=7100/7100
[pid=22219] ppid=22217 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/22219/stat : 22219 (java) S 22217 22219 20833 0 -1 4202496 4387 0 1 0 9 1 0 0 20 0 18 0 254395311 9787813888 6094 33554432000 1073741824 1073778376 140737105991888 140737105983024 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22219/statm: 2389603 6096 2119 9 0 2380296 0
[pid=22219/tid=22220] ppid=22217 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/22219/task/22220/stat : 22220 (java) R 22217 22219 20833 0 -1 4202560 2430 0 1 0 7 0 0 0 20 0 18 0 254395312 9787813888 6096 33554432000 1073741824 1073778376 140737105991888 140726094257072 140726084320782 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300251 s]
/proc/loadavg: 1.95 1.98 1.99 3/194 22219
/proc/meminfo: memFree=29790128/32873844 swapFree=7100/7100
[pid=22219] ppid=22217 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/22219/stat : 22219 (java) S 22217 22219 20833 0 -1 4202496 5620 0 1 0 48 2 0 0 20 0 18 0 254395311 9787813888 8351 33554432000 1073741824 1073778376 140737105991888 140737105983024 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22219/statm: 2389603 8351 2217 9 0 2380296 0
[pid=22219/tid=22220] ppid=22217 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/22219/task/22220/stat : 22220 (java) R 22217 22219 20833 0 -1 4202560 2443 0 1 0 27 0 0 0 20 0 18 0 254395312 9787813888 8360 33554432000 1073741824 1073778376 140737105991888 140726094257072 140726100727888 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700255 s]
/proc/loadavg: 1.95 1.98 1.99 3/194 22219
/proc/meminfo: memFree=29790128/32873844 swapFree=7100/7100
[pid=22219] ppid=22217 vsize=9624976 CPUtime=1.41 cores=0,2,4,6
/proc/22219/stat : 22219 (java) S 22217 22219 20833 0 -1 4202496 9417 0 1 0 138 3 0 0 20 0 19 0 254395311 9855975424 25235 33554432000 1073741824 1073778376 140737105991888 140737105983024 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22219/statm: 2406244 25235 2249 9 0 2396937 0
[pid=22219/tid=22220] ppid=22217 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/22219/task/22220/stat : 22220 (java) R 22217 22219 20833 0 -1 4202560 2486 0 1 0 66 1 0 0 20 0 19 0 254395312 9855975424 25235 33554432000 1073741824 1073778376 140737105991888 140726094250296 140725963176219 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9624976

[startup+1.50061 s]
/proc/loadavg: 1.95 1.98 1.99 4/213 22238
/proc/meminfo: memFree=29683012/32873844 swapFree=7100/7100
[pid=22219] ppid=22217 vsize=9624976 CPUtime=2.44 cores=0,2,4,6
/proc/22219/stat : 22219 (java) S 22217 22219 20833 0 -1 4202496 12454 0 1 0 240 4 0 0 20 0 19 0 254395311 9855975424 30961 33554432000 1073741824 1073778376 140737105991888 140737105983024 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22219/statm: 2406244 30961 2255 9 0 2396937 0
[pid=22219/tid=22220] ppid=22217 vsize=9624976 CPUtime=1.47 cores=0,2,4,6
/proc/22219/task/22220/stat : 22220 (java) R 22217 22219 20833 0 -1 4202560 2496 0 1 0 145 2 0 0 20 0 19 0 254395312 9855975424 30961 33554432000 1073741824 1073778376 140737105991888 140726094258584 140725963176231 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22222] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22222/stat : 22222 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 30961 33554432000 1073741824 1073778376 140737105991888 140726083320488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22223] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22223/stat : 22223 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 30961 33554432000 1073741824 1073778376 140737105991888 140726082267944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22224] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22224/stat : 22224 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 30961 33554432000 1073741824 1073778376 140737105991888 140726081215400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22219/tid=22225] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22225/stat : 22225 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 30961 33554432000 1073741824 1073778376 140737105991888 140725934832680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22226] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22226/stat : 22226 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 30961 33554432000 1073741824 1073778376 140737105991888 140725933779112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22227] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22227/stat : 22227 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 30961 33554432000 1073741824 1073778376 140737105991888 140725932726568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22228] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22228/stat : 22228 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 30961 33554432000 1073741824 1073778376 140737105991888 140725931674024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22229] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22229/stat : 22229 (java) S 22217 22219 20833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 30961 33554432000 1073741824 1073778376 140737105991888 140725930621480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22230] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22230/stat : 22230 (java) S 22217 22219 20833 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254395314 9855975424 30961 33554432000 1073741824 1073778376 140737105991888 140725918423656 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22231] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22231/stat : 22231 (java) S 22217 22219 20833 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254395314 9855975424 30961 33554432000 1073741824 1073778376 140737105991888 140725917369976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22232] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22232/stat : 22232 (java) S 22217 22219 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254395314 9855975424 30961 33554432000 1073741824 1073778376 140737105991888 140725916317320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22233] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22233/stat : 22233 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395317 9855975424 30961 33554432000 1073741824 1073778376 140737105991888 140725915266064 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22234] ppid=22217 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/22219/task/22234/stat : 22234 (java) S 22217 22219 20833 0 -1 4202560 3414 0 0 0 45 1 0 0 20 0 19 0 254395317 9855975424 30961 33554432000 1073741824 1073778376 140737105991888 140725914212408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22235] ppid=22217 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/22219/task/22235/stat : 22235 (java) S 22217 22219 20833 0 -1 4202560 5345 0 0 0 46 0 0 0 20 0 19 0 254395317 9855975424 30961 33554432000 1073741824 1073778376 140737105991888 140725913159864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22236] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22236/stat : 22236 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395317 9855975424 30961 33554432000 1073741824 1073778376 140737105991888 140725912107512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22237] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22237/stat : 22237 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395317 9855975424 30961 33554432000 1073741824 1073778376 140737105991888 140725911055176 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22238] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22238/stat : 22238 (java) S 22217 22219 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254395371 9855975424 30961 33554432000 1073741824 1073778376 140737105991888 140725910000936 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9624976

[startup+3.10067 s]
/proc/loadavg: 1.95 1.98 1.99 3/213 22238
/proc/meminfo: memFree=29650980/32873844 swapFree=7100/7100
[pid=22219] ppid=22217 vsize=9624976 CPUtime=4.06 cores=0,2,4,6
/proc/22219/stat : 22219 (java) S 22217 22219 20833 0 -1 4202496 12509 0 1 0 401 5 0 0 20 0 19 0 254395311 9855975424 42246 33554432000 1073741824 1073778376 140737105991888 140737105983024 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22219/statm: 2406244 42246 2268 9 0 2396937 0
[pid=22219/tid=22220] ppid=22217 vsize=9624976 CPUtime=3.07 cores=0,2,4,6
/proc/22219/task/22220/stat : 22220 (java) R 22217 22219 20833 0 -1 4202560 2519 0 1 0 304 3 0 0 20 0 19 0 254395312 9855975424 42246 33554432000 1073741824 1073778376 140737105991888 140726094257992 140725963176274 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22222] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22222/stat : 22222 (java) S 22217 22219 20833 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 42246 33554432000 1073741824 1073778376 140737105991888 140726083320488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22223] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22223/stat : 22223 (java) S 22217 22219 20833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 42246 33554432000 1073741824 1073778376 140737105991888 140726082267944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22224] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22224/stat : 22224 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 42246 33554432000 1073741824 1073778376 140737105991888 140726081215400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22219/tid=22225] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22225/stat : 22225 (java) S 22217 22219 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 42246 33554432000 1073741824 1073778376 140737105991888 140725934832680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22226] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22226/stat : 22226 (java) S 22217 22219 20833 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 42246 33554432000 1073741824 1073778376 140737105991888 140725933779112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22227] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22227/stat : 22227 (java) S 22217 22219 20833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 42246 33554432000 1073741824 1073778376 140737105991888 140725932726568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22219/tid=22228] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22228/stat : 22228 (java) S 22217 22219 20833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 42246 33554432000 1073741824 1073778376 140737105991888 140725931674024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22229] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22229/stat : 22229 (java) S 22217 22219 20833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 42246 33554432000 1073741824 1073778376 140737105991888 140725930621480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22230] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22230/stat : 22230 (java) S 22217 22219 20833 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254395314 9855975424 42246 33554432000 1073741824 1073778376 140737105991888 140725918423656 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22231] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22231/stat : 22231 (java) S 22217 22219 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254395314 9855975424 42246 33554432000 1073741824 1073778376 140737105991888 140725917369976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22232] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22232/stat : 22232 (java) S 22217 22219 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254395314 9855975424 42246 33554432000 1073741824 1073778376 140737105991888 140725916317320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22233] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22233/stat : 22233 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395317 9855975424 42246 33554432000 1073741824 1073778376 140737105991888 140725915266064 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22234] ppid=22217 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/22219/task/22234/stat : 22234 (java) S 22217 22219 20833 0 -1 4202560 3414 0 0 0 45 1 0 0 20 0 19 0 254395317 9855975424 42246 33554432000 1073741824 1073778376 140737105991888 140725914212408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22235] ppid=22217 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/22219/task/22235/stat : 22235 (java) S 22217 22219 20833 0 -1 4202560 5345 0 0 0 46 0 0 0 20 0 19 0 254395317 9855975424 42246 33554432000 1073741824 1073778376 140737105991888 140725913159864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22236] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22236/stat : 22236 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395317 9855975424 42246 33554432000 1073741824 1073778376 140737105991888 140725912107512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22237] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22237/stat : 22237 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395317 9855975424 42246 33554432000 1073741824 1073778376 140737105991888 140725911055176 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22238] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22238/stat : 22238 (java) S 22217 22219 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254395371 9855975424 42246 33554432000 1073741824 1073778376 140737105991888 140725910000936 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9624976

[startup+6.30069 s]
/proc/loadavg: 1.95 1.98 1.99 3/213 22238
/proc/meminfo: memFree=29615916/32873844 swapFree=7100/7100
[pid=22219] ppid=22217 vsize=9624976 CPUtime=7.33 cores=0,2,4,6
/proc/22219/stat : 22219 (java) S 22217 22219 20833 0 -1 4202496 12545 0 1 0 726 7 0 0 20 0 19 0 254395311 9855975424 46282 33554432000 1073741824 1073778376 140737105991888 140737105983024 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22219/statm: 2406244 46282 2268 9 0 2396937 0
[pid=22219/tid=22220] ppid=22217 vsize=9624976 CPUtime=6.23 cores=0,2,4,6
/proc/22219/task/22220/stat : 22220 (java) R 22217 22219 20833 0 -1 4202560 2522 0 1 0 620 3 0 0 20 0 19 0 254395312 9855975424 46282 33554432000 1073741824 1073778376 140737105991888 140726094257264 140725963176219 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22222] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22222/stat : 22222 (java) S 22217 22219 20833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 46282 33554432000 1073741824 1073778376 140737105991888 140726083320488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22223] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22223/stat : 22223 (java) S 22217 22219 20833 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 46282 33554432000 1073741824 1073778376 140737105991888 140726082267944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22224] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22224/stat : 22224 (java) S 22217 22219 20833 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 46282 33554432000 1073741824 1073778376 140737105991888 140726081215400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22219/tid=22225] ppid=22217 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22219/task/22225/stat : 22225 (java) S 22217 22219 20833 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 254395313 9855975424 46282 33554432000 1073741824 1073778376 140737105991888 140725934832680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22226] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22226/stat : 22226 (java) S 22217 22219 20833 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 46282 33554432000 1073741824 1073778376 140737105991888 140725933779112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22227] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22227/stat : 22227 (java) S 22217 22219 20833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 46282 33554432000 1073741824 1073778376 140737105991888 140725932726568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22219/tid=22228] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22228/stat : 22228 (java) S 22217 22219 20833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 46282 33554432000 1073741824 1073778376 140737105991888 140725931674024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22219/tid=22229] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22229/stat : 22229 (java) S 22217 22219 20833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254395313 9855975424 46282 33554432000 1073741824 1073778376 140737105991888 140725930621480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22230] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22230/stat : 22230 (java) S 22217 22219 20833 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254395314 9855975424 46282 33554432000 1073741824 1073778376 140737105991888 140725918423656 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22231] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22231/stat : 22231 (java) S 22217 22219 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254395314 9855975424 46282 33554432000 1073741824 1073778376 140737105991888 140725917369976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22232] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22232/stat : 22232 (java) S 22217 22219 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254395314 9855975424 46282 33554432000 1073741824 1073778376 140737105991888 140725916317320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22233] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22233/stat : 22233 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395317 9855975424 46282 33554432000 1073741824 1073778376 140737105991888 140725915266064 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22234] ppid=22217 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/22219/task/22234/stat : 22234 (java) S 22217 22219 20833 0 -1 4202560 3414 0 0 0 45 1 0 0 20 0 19 0 254395317 9855975424 46282 33554432000 1073741824 1073778376 140737105991888 140725914212408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22235] ppid=22217 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/22219/task/22235/stat : 22235 (java) S 22217 22219 20833 0 -1 4202560 5345 0 0 0 47 0 0 0 20 0 19 0 254395317 9855975424 46282 33554432000 1073741824 1073778376 140737105991888 140725913159864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=22219/tid=22234] ppid=22217 vsize=9624976 CPUtime=0.9 cores=0,2,4,6
/proc/22219/task/22234/stat : 22234 (java) S 22217 22219 20833 0 -1 4202560 9820 0 0 0 88 2 0 0 20 0 19 0 254395317 9855975424 257948 33554432000 1073741824 1073778376 140737105991888 140725914212408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22235] ppid=22217 vsize=9624976 CPUtime=1.11 cores=0,2,4,6
/proc/22219/task/22235/stat : 22235 (java) S 22217 22219 20833 0 -1 4202560 12867 0 0 0 109 2 0 0 20 0 19 0 254395317 9855975424 257948 33554432000 1073741824 1073778376 140737105991888 140725913159864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22236] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22236/stat : 22236 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395317 9855975424 257948 33554432000 1073741824 1073778376 140737105991888 140725912107512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22237] ppid=22217 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/22219/task/22237/stat : 22237 (java) S 22217 22219 20833 0 -1 4202560 92 0 0 0 25 25 0 0 20 0 19 0 254395317 9855975424 257948 33554432000 1073741824 1073778376 140737105991888 140725911055176 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22238] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22238/stat : 22238 (java) S 22217 22219 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254395371 9855975424 257948 33554432000 1073741824 1073778376 140737105991888 140725910000936 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1627.59
Current children cumulated vsize (KiB) 9624976

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/213 22313
/proc/meminfo: memFree=28742796/32873844 swapFree=7100/7100
[pid=22219] ppid=22217 vsize=9624976 CPUtime=1688.52 cores=0,2,4,6
/proc/22219/stat : 22219 (java) S 22217 22219 20833 0 -1 4202496 63979 0 1 0 168634 218 0 0 20 0 19 0 254395311 9855975424 266089 33554432000 1073741824 1073778376 140737105991888 140737105983024 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22219/statm: 2406244 266089 2283 9 0 2396937 0
[pid=22219/tid=22220] ppid=22217 vsize=9624976 CPUtime=1644.08 cores=0,2,4,6
/proc/22219/task/22220/stat : 22220 (java) R 22217 22219 20833 0 -1 4202560 23190 0 1 0 164346 62 0 0 20 0 19 0 254395312 9855975424 266089 33554432000 1073741824 1073778376 140737105991888 140726094257480 140725963086488 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22222] ppid=22217 vsize=9624976 CPUtime=4.6 cores=0,2,4,6
/proc/22219/task/22222/stat : 22222 (java) S 22217 22219 20833 0 -1 4202560 2004 0 0 0 444 16 0 0 20 0 19 0 254395313 9855975424 266089 33554432000 1073741824 1073778376 140737105991888 140726083320488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22219/tid=22223] ppid=22217 vsize=9624976 CPUtime=4.66 cores=0,2,4,6
/proc/22219/task/22223/stat : 22223 (java) S 22217 22219 20833 0 -1 4202560 1590 0 0 0 451 15 0 0 20 0 19 0 254395313 9855975424 266089 33554432000 1073741824 1073778376 140737105991888 140726082267944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22224] ppid=22217 vsize=9624976 CPUtime=4.58 cores=0,2,4,6
/proc/22219/task/22224/stat : 22224 (java) S 22217 22219 20833 0 -1 4202560 896 0 0 0 443 15 0 0 20 0 19 0 254395313 9855975424 266089 33554432000 1073741824 1073778376 140737105991888 140726081215400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22225] ppid=22217 vsize=9624976 CPUtime=4.53 cores=0,2,4,6
/proc/22219/task/22225/stat : 22225 (java) S 22217 22219 20833 0 -1 4202560 1713 0 0 0 439 14 0 0 20 0 19 0 254395313 9855975424 266089 33554432000 1073741824 1073778376 140737105991888 140725934832680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22226] ppid=22217 vsize=9624976 CPUtime=4.61 cores=0,2,4,6
/proc/22219/task/22226/stat : 22226 (java) S 22217 22219 20833 0 -1 4202560 2079 0 0 0 446 15 0 0 20 0 19 0 254395313 9855975424 266089 33554432000 1073741824 1073778376 140737105991888 140725933779112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22227] ppid=22217 vsize=9624976 CPUtime=4.63 cores=0,2,4,6
/proc/22219/task/22227/stat : 22227 (java) S 22217 22219 20833 0 -1 4202560 1251 0 0 0 449 14 0 0 20 0 19 0 254395313 9855975424 266089 33554432000 1073741824 1073778376 140737105991888 140725932726568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22228] ppid=22217 vsize=9624976 CPUtime=4.79 cores=0,2,4,6
/proc/22219/task/22228/stat : 22228 (java) S 22217 22219 20833 0 -1 4202560 2846 0 0 0 463 16 0 0 20 0 19 0 254395313 9855975424 266089 33554432000 1073741824 1073778376 140737105991888 140725931674024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22219/tid=22229] ppid=22217 vsize=9624976 CPUtime=4.56 cores=0,2,4,6
/proc/22219/task/22229/stat : 22229 (java) S 22217 22219 20833 0 -1 4202560 2167 0 0 0 439 17 0 0 20 0 19 0 254395313 9855975424 266089 33554432000 1073741824 1073778376 140737105991888 140725930621480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22230] ppid=22217 vsize=9624976 CPUtime=1.25 cores=0,2,4,6
/proc/22219/task/22230/stat : 22230 (java) S 22217 22219 20833 0 -1 4202560 2275 0 0 0 95 30 0 0 20 0 19 0 254395314 9855975424 266089 33554432000 1073741824 1073778376 140737105991888 140725918423656 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22231] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22231/stat : 22231 (java) S 22217 22219 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254395314 9855975424 266089 33554432000 1073741824 1073778376 140737105991888 140725917369976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22232] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22232/stat : 22232 (java) S 22217 22219 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254395314 9855975424 266089 33554432000 1073741824 1073778376 140737105991888 140725916317320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22233] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22233/stat : 22233 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395317 9855975424 266089 33554432000 1073741824 1073778376 140737105991888 140725915266064 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22234] ppid=22217 vsize=9624976 CPUtime=0.91 cores=0,2,4,6
/proc/22219/task/22234/stat : 22234 (java) S 22217 22219 20833 0 -1 4202560 9822 0 0 0 89 2 0 0 20 0 19 0 254395317 9855975424 266089 33554432000 1073741824 1073778376 140737105991888 140725914212408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22235] ppid=22217 vsize=9624976 CPUtime=1.11 cores=0,2,4,6
/proc/22219/task/22235/stat : 22235 (java) S 22217 22219 20833 0 -1 4202560 12867 0 0 0 109 2 0 0 20 0 19 0 254395317 9855975424 266089 33554432000 1073741824 1073778376 140737105991888 140725913159864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22236] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22236/stat : 22236 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395317 9855975424 266089 33554432000 1073741824 1073778376 140737105991888 140725912107512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22237] ppid=22217 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/22219/task/22237/stat : 22237 (java) S 22217 22219 20833 0 -1 4202560 94 0 0 0 26 26 0 0 20 0 19 0 254395317 9855975424 266089 33554432000 1073741824 1073778376 140737105991888 140725911055176 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22238] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22238/stat : 22238 (java) S 22217 22219 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254395371 9855975424 266089 33554432000 1073741824 1073778376 140737105991888 140725910000936 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1688.52
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/213 22313
/proc/meminfo: memFree=28805396/32873844 swapFree=7100/7100
[pid=22219] ppid=22217 vsize=9624976 CPUtime=1749.37 cores=0,2,4,6
/proc/22219/stat : 22219 (java) S 22217 22219 20833 0 -1 4202496 64577 0 1 0 174715 222 0 0 20 0 19 0 254395311 9855975424 249519 33554432000 1073741824 1073778376 140737105991888 140737105983024 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22219/statm: 2406244 249519 2283 9 0 2396937 0
[pid=22219/tid=22220] ppid=22217 vsize=9624976 CPUtime=1703.44 cores=0,2,4,6
/proc/22219/task/22220/stat : 22220 (java) R 22217 22219 20833 0 -1 4202560 23255 0 1 0 170281 63 0 0 20 0 19 0 254395312 9855975424 249519 33554432000 1073741824 1073778376 140737105991888 140726094257296 140725963176499 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22222] ppid=22217 vsize=9624976 CPUtime=4.79 cores=0,2,4,6
/proc/22219/task/22222/stat : 22222 (java) S 22217 22219 20833 0 -1 4202560 2022 0 0 0 462 17 0 0 20 0 19 0 254395313 9855975424 249519 33554432000 1073741824 1073778376 140737105991888 140726083320488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22223] ppid=22217 vsize=9624976 CPUtime=4.8 cores=0,2,4,6
/proc/22219/task/22223/stat : 22223 (java) S 22217 22219 20833 0 -1 4202560 1667 0 0 0 465 15 0 0 20 0 19 0 254395313 9855975424 249519 33554432000 1073741824 1073778376 140737105991888 140726082267944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22219/tid=22224] ppid=22217 vsize=9624976 CPUtime=4.76 cores=0,2,4,6
/proc/22219/task/22224/stat : 22224 (java) S 22217 22219 20833 0 -1 4202560 955 0 0 0 460 16 0 0 20 0 19 0 254395313 9855975424 249519 33554432000 1073741824 1073778376 140737105991888 140726081215400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22225] ppid=22217 vsize=9624976 CPUtime=4.71 cores=0,2,4,6
/proc/22219/task/22225/stat : 22225 (java) S 22217 22219 20833 0 -1 4202560 1905 0 0 0 457 14 0 0 20 0 19 0 254395313 9855975424 249519 33554432000 1073741824 1073778376 140737105991888 140725934832680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22219/tid=22226] ppid=22217 vsize=9624976 CPUtime=4.77 cores=0,2,4,6
/proc/22219/task/22226/stat : 22226 (java) S 22217 22219 20833 0 -1 4202560 2123 0 0 0 462 15 0 0 20 0 19 0 254395313 9855975424 249519 33554432000 1073741824 1073778376 140737105991888 140725933779112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22227] ppid=22217 vsize=9624976 CPUtime=4.76 cores=0,2,4,6
/proc/22219/task/22227/stat : 22227 (java) S 22217 22219 20833 0 -1 4202560 1253 0 0 0 462 14 0 0 20 0 19 0 254395313 9855975424 249519 33554432000 1073741824 1073778376 140737105991888 140725932726568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22228] ppid=22217 vsize=9624976 CPUtime=5 cores=0,2,4,6
/proc/22219/task/22228/stat : 22228 (java) S 22217 22219 20833 0 -1 4202560 2920 0 0 0 483 17 0 0 20 0 19 0 254395313 9855975424 249519 33554432000 1073741824 1073778376 140737105991888 140725931674024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22229] ppid=22217 vsize=9624976 CPUtime=4.73 cores=0,2,4,6
/proc/22219/task/22229/stat : 22229 (java) S 22217 22219 20833 0 -1 4202560 2226 0 0 0 455 18 0 0 20 0 19 0 254395313 9855975424 249519 33554432000 1073741824 1073778376 140737105991888 140725930621480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22230] ppid=22217 vsize=9624976 CPUtime=1.28 cores=0,2,4,6
/proc/22219/task/22230/stat : 22230 (java) S 22217 22219 20833 0 -1 4202560 2279 0 0 0 96 32 0 0 20 0 19 0 254395314 9855975424 249519 33554432000 1073741824 1073778376 140737105991888 140725918423656 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22231] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22231/stat : 22231 (java) S 22217 22219 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254395314 9855975424 249519 33554432000 1073741824 1073778376 140737105991888 140725917369976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22232] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22232/stat : 22232 (java) S 22217 22219 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254395314 9855975424 249519 33554432000 1073741824 1073778376 140737105991888 140725916317320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22233] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22233/stat : 22233 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395317 9855975424 249519 33554432000 1073741824 1073778376 140737105991888 140725915266064 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22234] ppid=22217 vsize=9624976 CPUtime=0.91 cores=0,2,4,6
/proc/22219/task/22234/stat : 22234 (java) S 22217 22219 20833 0 -1 4202560 9822 0 0 0 89 2 0 0 20 0 19 0 254395317 9855975424 249519 33554432000 1073741824 1073778376 140737105991888 140725914212408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22235] ppid=22217 vsize=9624976 CPUtime=1.11 cores=0,2,4,6
/proc/22219/task/22235/stat : 22235 (java) S 22217 22219 20833 0 -1 4202560 12867 0 0 0 109 2 0 0 20 0 19 0 254395317 9855975424 249519 33554432000 1073741824 1073778376 140737105991888 140725913159864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22236] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22236/stat : 22236 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395317 9855975424 249519 33554432000 1073741824 1073778376 140737105991888 140725912107512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22237] ppid=22217 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/22219/task/22237/stat : 22237 (java) S 22217 22219 20833 0 -1 4202560 98 0 0 0 27 27 0 0 20 0 19 0 254395317 9855975424 249519 33554432000 1073741824 1073778376 140737105991888 140725911055176 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22238] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22238/stat : 22238 (java) S 22217 22219 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254395371 9855975424 249519 33554432000 1073741824 1073778376 140737105991888 140725910000936 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1749.37
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.2 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 22314
/proc/meminfo: memFree=28871304/32873844 swapFree=7100/7100
[pid=22219] ppid=22217 vsize=9624976 CPUtime=1800.05 cores=0,2,4,6
/proc/22219/stat : 22219 (java) S 22217 22219 20833 0 -1 4202496 64628 0 1 0 179781 224 0 0 20 0 19 0 254395311 9855975424 233347 33554432000 1073741824 1073778376 140737105991888 140737105983024 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22219/statm: 2406244 233347 2283 9 0 2396937 0
[pid=22219/tid=22220] ppid=22217 vsize=9624976 CPUtime=1752.78 cores=0,2,4,6
/proc/22219/task/22220/stat : 22220 (java) R 22217 22219 20833 0 -1 4202560 23299 0 1 0 175214 64 0 0 20 0 19 0 254395312 9855975424 233347 33554432000 1073741824 1073778376 140737105991888 140726094257296 140725963176239 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22222] ppid=22217 vsize=9624976 CPUtime=4.96 cores=0,2,4,6
/proc/22219/task/22222/stat : 22222 (java) S 22217 22219 20833 0 -1 4202560 2024 0 0 0 479 17 0 0 20 0 19 0 254395313 9855975424 233347 33554432000 1073741824 1073778376 140737105991888 140726083320488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22223] ppid=22217 vsize=9624976 CPUtime=4.96 cores=0,2,4,6
/proc/22219/task/22223/stat : 22223 (java) S 22217 22219 20833 0 -1 4202560 1667 0 0 0 481 15 0 0 20 0 19 0 254395313 9855975424 233347 33554432000 1073741824 1073778376 140737105991888 140726082267944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22224] ppid=22217 vsize=9624976 CPUtime=4.92 cores=0,2,4,6
/proc/22219/task/22224/stat : 22224 (java) S 22217 22219 20833 0 -1 4202560 955 0 0 0 476 16 0 0 20 0 19 0 254395313 9855975424 233347 33554432000 1073741824 1073778376 140737105991888 140726081215400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22225] ppid=22217 vsize=9624976 CPUtime=4.88 cores=0,2,4,6
/proc/22219/task/22225/stat : 22225 (java) S 22217 22219 20833 0 -1 4202560 1905 0 0 0 474 14 0 0 20 0 19 0 254395313 9855975424 233347 33554432000 1073741824 1073778376 140737105991888 140725934832680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22219/tid=22226] ppid=22217 vsize=9624976 CPUtime=4.91 cores=0,2,4,6
/proc/22219/task/22226/stat : 22226 (java) S 22217 22219 20833 0 -1 4202560 2123 0 0 0 476 15 0 0 20 0 19 0 254395313 9855975424 233347 33554432000 1073741824 1073778376 140737105991888 140725933779112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22227] ppid=22217 vsize=9624976 CPUtime=4.92 cores=0,2,4,6
/proc/22219/task/22227/stat : 22227 (java) S 22217 22219 20833 0 -1 4202560 1254 0 0 0 478 14 0 0 20 0 19 0 254395313 9855975424 233347 33554432000 1073741824 1073778376 140737105991888 140725932726568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22228] ppid=22217 vsize=9624976 CPUtime=5.14 cores=0,2,4,6
/proc/22219/task/22228/stat : 22228 (java) S 22217 22219 20833 0 -1 4202560 2920 0 0 0 497 17 0 0 20 0 19 0 254395313 9855975424 233347 33554432000 1073741824 1073778376 140737105991888 140725931674024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22229] ppid=22217 vsize=9624976 CPUtime=4.85 cores=0,2,4,6
/proc/22219/task/22229/stat : 22229 (java) S 22217 22219 20833 0 -1 4202560 2226 0 0 0 467 18 0 0 20 0 19 0 254395313 9855975424 233347 33554432000 1073741824 1073778376 140737105991888 140725930621480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22219/tid=22230] ppid=22217 vsize=9624976 CPUtime=1.28 cores=0,2,4,6
/proc/22219/task/22230/stat : 22230 (java) S 22217 22219 20833 0 -1 4202560 2281 0 0 0 96 32 0 0 20 0 19 0 254395314 9855975424 233347 33554432000 1073741824 1073778376 140737105991888 140725918423656 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22231] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22231/stat : 22231 (java) S 22217 22219 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254395314 9855975424 233347 33554432000 1073741824 1073778376 140737105991888 140725917369976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22232] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22232/stat : 22232 (java) S 22217 22219 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254395314 9855975424 233347 33554432000 1073741824 1073778376 140737105991888 140725916317320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22233] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22233/stat : 22233 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395317 9855975424 233347 33554432000 1073741824 1073778376 140737105991888 140725915266064 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22219/tid=22234] ppid=22217 vsize=9624976 CPUtime=0.91 cores=0,2,4,6
/proc/22219/task/22234/stat : 22234 (java) S 22217 22219 20833 0 -1 4202560 9822 0 0 0 89 2 0 0 20 0 19 0 254395317 9855975424 233347 33554432000 1073741824 1073778376 140737105991888 140725914212408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22235] ppid=22217 vsize=9624976 CPUtime=1.11 cores=0,2,4,6
/proc/22219/task/22235/stat : 22235 (java) S 22217 22219 20833 0 -1 4202560 12867 0 0 0 109 2 0 0 20 0 19 0 254395317 9855975424 233347 33554432000 1073741824 1073778376 140737105991888 140725913159864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22236] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22236/stat : 22236 (java) S 22217 22219 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254395317 9855975424 233347 33554432000 1073741824 1073778376 140737105991888 140725912107512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22219/tid=22237] ppid=22217 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/22219/task/22237/stat : 22237 (java) S 22217 22219 20833 0 -1 4202560 100 0 0 0 27 29 0 0 20 0 19 0 254395317 9855975424 233347 33554432000 1073741824 1073778376 140737105991888 140725911055176 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22219/tid=22238] ppid=22217 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22219/task/22238/stat : 22238 (java) S 22217 22219 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254395371 9855975424 233347 33554432000 1073741824 1073778376 140737105991888 140725910000936 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

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 22219 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=797301
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=692590
# CPU time returned by wait4() is 1796.49
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1772.24
CPU time (s): 1800.05
CPU user time (s): 1797.81
CPU system time (s): 2.24
CPU usage (%): 101.569
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.8
system time used= 2.69259
maximum resident set size= 1119580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64660
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 97901
involuntary context switches= 144395

runsolver used 5.47117 second user time and 14.7028 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-24 20:04:28
IDJOB=3688331
IDBENCH=3003
IDSOLVER=2269
FILE ID=node102/3688331-1337882668
RUNJOBID= node102-1337871881-20849
PBS_JOBID= 14620102
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=140-sizeP=71-sizeQ=140-217105354-max.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688331-1337882668/watcher-3688331-1337882668 -o /tmp/evaluation-result-3688331-1337882668/solver-3688331-1337882668 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688331-1337882668.opb

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

MD5SUM BENCH= 64d4edb5594d01918b916e348b224fe7
RANDOM SEED=1535735904

node102.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.178
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.35
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.178
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.90
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.178
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.178
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.178
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.178
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	: 5438.54
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.178
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.178
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:       32873844 kB
MemFree:        29790656 kB
Buffers:          203312 kB
Cached:          1951412 kB
SwapCached:            0 kB
Active:           793464 kB
Inactive:        1517528 kB
Active(anon):     158332 kB
Inactive(anon):        0 kB
Active(file):     635132 kB
Inactive(file):  1517528 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1360 kB
Writeback:             4 kB
AnonPages:        172908 kB
Mapped:            22560 kB
Shmem:               200 kB
Slab:             623440 kB
SReclaimable:      65736 kB
SUnreclaim:       557704 kB
KernelStack:        1592 kB
PageTables:         4476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node102 at 2012-05-24 20:34:02