Trace number 3688817

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
Sat 4j PB Resolution 2.3.2 SnapshotUNSAT 29.7525 28.1246

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_3_15.opb
MD5SUM8bda8bcfdd3d0bef04b7cb75764a0af7
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
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.834872
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2952
Sum of products size (including duplicates)5904
Number of different products1476
Sum of products size2952

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.2.v20120418
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
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 lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No 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=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3688817-1337888114.opb
0.10/0.11	c reading problem ... 
0.44/0.30	c ... done. Wall clock time 0.183s.
0.44/0.30	c declared #vars     100
0.44/0.30	c internal #vars     1576
0.44/0.30	c #constraints  3105
0.44/0.30	c constraints type 
0.44/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
0.44/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.44/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.44/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1476
0.44/0.30	c 3105 constraints processed.
1.18/0.77	c cleaning 2498 clauses out of 5000 with flag 5000/5000
1.89/1.31	c cleaning 4252 clauses out of 8504 with flag 11002/11002
2.74/1.82	c cleaning 5625 clauses out of 11249 with flag 18000/18000
3.65/2.36	c cleaning 6808 clauses out of 13626 with flag 26004/26004
4.18/2.80	c cleaning 7893 clauses out of 15814 with flag 35000/35000
4.69/3.33	c cleaning 8961 clauses out of 17923 with flag 45002/45002
5.49/4.10	c cleaning 9980 clauses out of 19960 with flag 56000/56000
6.20/4.87	c cleaning 10977 clauses out of 21980 with flag 68000/68000
7.10/5.73	c cleaning 12001 clauses out of 24002 with flag 81000/81000
7.92/6.54	c cleaning 12998 clauses out of 26001 with flag 95000/95000
8.74/7.39	c cleaning 14003 clauses out of 28005 with flag 110002/110002
9.85/8.47	c cleaning 14985 clauses out of 30000 with flag 126001/126001
11.18/9.72	c cleaning 16006 clauses out of 32015 with flag 143002/143002
12.39/10.93	c cleaning 16992 clauses out of 34006 with flag 161000/161000
13.68/12.24	c cleaning 17998 clauses out of 36012 with flag 180000/180000
14.89/13.43	c cleaning 18998 clauses out of 38016 with flag 200002/200002
16.20/14.72	c cleaning 20002 clauses out of 40015 with flag 221000/221000
17.72/16.23	c cleaning 21003 clauses out of 42015 with flag 243002/243002
19.14/17.68	c cleaning 22000 clauses out of 44009 with flag 266001/266001
20.85/19.39	c cleaning 22997 clauses out of 46007 with flag 290000/290000
22.47/20.98	c cleaning 23998 clauses out of 48009 with flag 315001/315001
24.27/22.71	c cleaning 25001 clauses out of 50009 with flag 341000/341000
25.98/24.48	c cleaning 25990 clauses out of 52008 with flag 368002/368002
28.10/26.56	c cleaning 27004 clauses out of 54013 with flag 396000/396000
29.63/28.09	c starts		: 133
29.63/28.09	c conflicts		: 420218
29.63/28.09	c decisions		: 809293
29.63/28.09	c propagations		: 20711523
29.63/28.09	c inspects		: 293162601
29.63/28.09	c shortcuts		: 0
29.63/28.09	c learnt literals	: 38
29.63/28.09	c learnt binary clauses	: 48
29.63/28.09	c learnt ternary clauses	: 19175
29.63/28.09	c learnt constraints	: 420179
29.63/28.09	c ignored constraints	: 0
29.63/28.09	c root simplifications	: 0
29.63/28.09	c removed literals (reason simplification)	: 0
29.63/28.09	c reason swapping (by a shorter reason)	: 0
29.63/28.09	c Calls to reduceDB	: 24
29.63/28.09	c number of reductions to clauses (during analyze)	: 0
29.63/28.09	c number of learned constraints concerned by reduction	: 0
29.63/28.09	c number of learning phase by resolution	: 0
29.63/28.09	c number of learning phase by cutting planes	: 0
29.63/28.09	c speed (assignments/second)	: 745501.5117702109
29.63/28.09	c non guided choices	1493
29.73/28.11	c learnt constraints type 
29.73/28.11	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 48
29.73/28.11	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 51161
29.73/28.11	c constraints type 
29.73/28.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
29.73/28.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
29.73/28.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
29.73/28.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1476
29.73/28.11	c 3105 constraints processed.
29.73/28.11	s UNSATISFIABLE
29.73/28.11	c Total wall clock time (in seconds): 27.991

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-3688817-1337888114/watcher-3688817-1337888114 -o /tmp/evaluation-result-3688817-1337888114/solver-3688817-1337888114 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688817-1337888114.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: 2.13 2.10 2.03 3/192 26010
/proc/meminfo: memFree=29146680/32873852 swapFree=7616/7616
[pid=26010] ppid=26008 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26010/stat : 26010 (java) D 26008 26010 23289 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254936896 9515008 183 33554432000 1073741824 1073778376 140737396342592 140737396333624 252263087797 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/26010/statm: 2323 183 140 9 0 71 0

[startup+0.0577529 s]
/proc/loadavg: 2.13 2.10 2.03 3/192 26010
/proc/meminfo: memFree=29146680/32873852 swapFree=7616/7616
[pid=26010] ppid=26008 vsize=9225560 CPUtime=0.04 cores=0,2,4,6
/proc/26010/stat : 26010 (java) S 26008 26010 23289 0 -1 4202496 3086 0 1 0 3 1 0 0 20 0 13 0 254936896 9446973440 3784 33554432000 1073741824 1073778376 140736908541968 140736908533104 252266446909 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26010/statm: 2306390 3784 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100243 s]
/proc/loadavg: 2.13 2.10 2.03 3/192 26010
/proc/meminfo: memFree=29146680/32873852 swapFree=7616/7616
[pid=26010] ppid=26008 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/26010/stat : 26010 (java) S 26008 26010 23289 0 -1 4202496 4260 0 1 0 9 1 0 0 20 0 18 0 254936896 9787813888 5461 33554432000 1073741824 1073778376 140736908541968 140736908533104 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26010/statm: 2389603 5461 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300206 s]
/proc/loadavg: 2.13 2.10 2.03 3/192 26010
/proc/meminfo: memFree=29146680/32873852 swapFree=7616/7616
[pid=26010] ppid=26008 vsize=9558412 CPUtime=0.44 cores=0,2,4,6
/proc/26010/stat : 26010 (java) S 26008 26010 23289 0 -1 4202496 6131 0 1 0 43 1 0 0 20 0 18 0 254936896 9787813888 8176 33554432000 1073741824 1073778376 140736908541968 140736908533104 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26010/statm: 2389603 8176 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558412

[startup+0.700187 s]
/proc/loadavg: 2.13 2.10 2.03 3/192 26010
/proc/meminfo: memFree=29146680/32873852 swapFree=7616/7616
[pid=26010] ppid=26008 vsize=9624976 CPUtime=1.18 cores=0,2,4,6
/proc/26010/stat : 26010 (java) S 26008 26010 23289 0 -1 4202496 8524 0 1 0 116 2 0 0 20 0 19 0 254936896 9855975424 10099 33554432000 1073741824 1073778376 140736908541968 140736908533104 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26010/statm: 2406244 10099 2253 9 0 2396937 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9624976

[startup+1.50071 s]
/proc/loadavg: 2.12 2.10 2.03 3/211 26029
/proc/meminfo: memFree=29103636/32873852 swapFree=7616/7616
[pid=26010] ppid=26008 vsize=9624976 CPUtime=2.32 cores=0,2,4,6
/proc/26010/stat : 26010 (java) S 26008 26010 23289 0 -1 4202496 14476 0 1 0 228 4 0 0 20 0 19 0 254936896 9855975424 17059 33554432000 1073741824 1073778376 140736908541968 140736908533104 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26010/statm: 2406244 17059 2282 9 0 2396937 0
[pid=26010/tid=26012] ppid=26008 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/26010/task/26012/stat : 26012 (java) R 26008 26010 23289 0 -1 4202560 2467 0 1 0 142 1 0 0 20 0 19 0 254936897 9855975424 17059 33554432000 1073741824 1073778376 140736908541968 140594084626840 140593957647218 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26013] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26013/stat : 26013 (java) S 26008 26010 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17059 33554432000 1073741824 1073778376 140736908541968 140593928600360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26014] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26014/stat : 26014 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17059 33554432000 1073741824 1073778376 140736908541968 140593927547560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26015] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26015/stat : 26015 (java) S 26008 26010 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17059 33554432000 1073741824 1073778376 140736908541968 140593926495272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26010/tid=26016] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26016/stat : 26016 (java) S 26008 26010 23289 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17059 33554432000 1073741824 1073778376 140736908541968 140593925442472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26017] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26017/stat : 26017 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17059 33554432000 1073741824 1073778376 140736908541968 140593924389160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26018] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26018/stat : 26018 (java) S 26008 26010 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17059 33554432000 1073741824 1073778376 140736908541968 140593923336360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26019] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26019/stat : 26019 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17059 33554432000 1073741824 1073778376 140736908541968 140593922284072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26010/tid=26020] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26020/stat : 26020 (java) S 26008 26010 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17059 33554432000 1073741824 1073778376 140736908541968 140593921231272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26010/tid=26021] ppid=26008 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/26010/task/26021/stat : 26021 (java) S 26008 26010 23289 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 254936899 9855975424 17059 33554432000 1073741824 1073778376 140736908541968 140593908820712 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26022] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26022/stat : 26022 (java) S 26008 26010 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254936900 9855975424 17059 33554432000 1073741824 1073778376 140736908541968 140593907766776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26023] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26023/stat : 26023 (java) S 26008 26010 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254936900 9855975424 17059 33554432000 1073741824 1073778376 140736908541968 140593906714376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26024] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26024/stat : 26024 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936902 9855975424 17059 33554432000 1073741824 1073778376 140736908541968 140593905662864 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26025] ppid=26008 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/26010/task/26025/stat : 26025 (java) R 26008 26010 23289 0 -1 4202560 8311 0 0 0 50 2 0 0 20 0 19 0 254936902 9855975424 17059 33554432000 1073741824 1073778376 140736908541968 140593904586360 140594088744385 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26026] ppid=26008 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/26010/task/26026/stat : 26026 (java) S 26008 26010 23289 0 -1 4202560 2443 0 0 0 27 0 0 0 20 0 19 0 254936903 9855975424 17059 33554432000 1073741824 1073778376 140736908541968 140593903556664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26027] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26027/stat : 26027 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936903 9855975424 17059 33554432000 1073741824 1073778376 140736908541968 140593902504568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26028] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26028/stat : 26028 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936903 9855975424 17059 33554432000 1073741824 1073778376 140736908541968 140593901451976 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26029] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26029/stat : 26029 (java) S 26008 26010 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254936927 9855975424 17059 33554432000 1073741824 1073778376 140736908541968 140593900397992 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 9624976

[startup+3.10063 s]
/proc/loadavg: 2.12 2.10 2.03 4/211 26029
/proc/meminfo: memFree=29078396/32873852 swapFree=7616/7616
[pid=26010] ppid=26008 vsize=9624976 CPUtime=4.48 cores=0,2,4,6
/proc/26010/stat : 26010 (java) S 26008 26010 23289 0 -1 4202496 18255 0 1 0 444 4 0 0 20 0 19 0 254936896 9855975424 17751 33554432000 1073741824 1073778376 140736908541968 140736908533104 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26010/statm: 2406244 17751 2282 9 0 2396937 0
[pid=26010/tid=26012] ppid=26008 vsize=9624976 CPUtime=2.98 cores=0,2,4,6
/proc/26010/task/26012/stat : 26012 (java) R 26008 26010 23289 0 -1 4202560 2469 0 1 0 297 1 0 0 20 0 19 0 254936897 9855975424 17751 33554432000 1073741824 1073778376 140736908541968 140594084626840 140593957632526 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26013] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26013/stat : 26013 (java) S 26008 26010 23289 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17751 33554432000 1073741824 1073778376 140736908541968 140593928600360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26014] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26014/stat : 26014 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17751 33554432000 1073741824 1073778376 140736908541968 140593927547560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26015] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26015/stat : 26015 (java) S 26008 26010 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17751 33554432000 1073741824 1073778376 140736908541968 140593926495272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26010/tid=26016] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26016/stat : 26016 (java) S 26008 26010 23289 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17751 33554432000 1073741824 1073778376 140736908541968 140593925442472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26017] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26017/stat : 26017 (java) S 26008 26010 23289 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17751 33554432000 1073741824 1073778376 140736908541968 140593924389160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26018] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26018/stat : 26018 (java) S 26008 26010 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17751 33554432000 1073741824 1073778376 140736908541968 140593923336360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26019] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26019/stat : 26019 (java) S 26008 26010 23289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17751 33554432000 1073741824 1073778376 140736908541968 140593922284072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26010/tid=26020] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26020/stat : 26020 (java) S 26008 26010 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17751 33554432000 1073741824 1073778376 140736908541968 140593921231272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26021] ppid=26008 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/26010/task/26021/stat : 26021 (java) S 26008 26010 23289 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 19 0 254936899 9855975424 17751 33554432000 1073741824 1073778376 140736908541968 140593908820712 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26010/tid=26022] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26022/stat : 26022 (java) S 26008 26010 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254936900 9855975424 17751 33554432000 1073741824 1073778376 140736908541968 140593907766776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26023] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26023/stat : 26023 (java) S 26008 26010 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254936900 9855975424 17751 33554432000 1073741824 1073778376 140736908541968 140593906714376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26024] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26024/stat : 26024 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936902 9855975424 17751 33554432000 1073741824 1073778376 140736908541968 140593905662864 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26025] ppid=26008 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/26010/task/26025/stat : 26025 (java) S 26008 26010 23289 0 -1 4202560 12070 0 0 0 102 2 0 0 20 0 19 0 254936902 9855975424 17751 33554432000 1073741824 1073778376 140736908541968 140593904609464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26026] ppid=26008 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/26010/task/26026/stat : 26026 (java) S 26008 26010 23289 0 -1 4202560 2444 0 0 0 32 0 0 0 20 0 19 0 254936903 9855975424 17751 33554432000 1073741824 1073778376 140736908541968 140593903556664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26027] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26027/stat : 26027 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936903 9855975424 17751 33554432000 1073741824 1073778376 140736908541968 140593902504568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26028] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26028/stat : 26028 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936903 9855975424 17751 33554432000 1073741824 1073778376 140736908541968 140593901451976 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26029] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26029/stat : 26029 (java) S 26008 26010 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254936927 9855975424 17751 33554432000 1073741824 1073778376 140736908541968 140593900397992 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 9624976

[startup+6.30063 s]
/proc/loadavg: 2.12 2.10 2.03 3/211 26029
/proc/meminfo: memFree=29080752/32873852 swapFree=7616/7616
[pid=26010] ppid=26008 vsize=9624976 CPUtime=7.71 cores=0,2,4,6
/proc/26010/stat : 26010 (java) S 26008 26010 23289 0 -1 4202496 18265 0 1 0 767 4 0 0 20 0 19 0 254936896 9855975424 17706 33554432000 1073741824 1073778376 140736908541968 140736908533104 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26010/statm: 2406244 17706 2282 9 0 2396937 0
[pid=26010/tid=26012] ppid=26008 vsize=9624976 CPUtime=6.1 cores=0,2,4,6
/proc/26010/task/26012/stat : 26012 (java) R 26008 26010 23289 0 -1 4202560 2474 0 1 0 609 1 0 0 20 0 19 0 254936897 9855975424 17706 33554432000 1073741824 1073778376 140736908541968 140594084626840 140593957632464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26013] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26013/stat : 26013 (java) S 26008 26010 23289 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17706 33554432000 1073741824 1073778376 140736908541968 140593928600360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26014] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26014/stat : 26014 (java) S 26008 26010 23289 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17706 33554432000 1073741824 1073778376 140736908541968 140593927547560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26015] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26015/stat : 26015 (java) S 26008 26010 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17706 33554432000 1073741824 1073778376 140736908541968 140593926495272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26016] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26016/stat : 26016 (java) S 26008 26010 23289 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17706 33554432000 1073741824 1073778376 140736908541968 140593925442472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26017] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26017/stat : 26017 (java) S 26008 26010 23289 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17706 33554432000 1073741824 1073778376 140736908541968 140593924389160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26018] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26018/stat : 26018 (java) S 26008 26010 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17706 33554432000 1073741824 1073778376 140736908541968 140593923336360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26019] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26019/stat : 26019 (java) S 26008 26010 23289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17706 33554432000 1073741824 1073778376 140736908541968 140593922284072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26010/tid=26020] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26020/stat : 26020 (java) S 26008 26010 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254936898 9855975424 17706 33554432000 1073741824 1073778376 140736908541968 140593921231272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26021] ppid=26008 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/26010/task/26021/stat : 26021 (java) S 26008 26010 23289 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 19 0 254936899 9855975424 17706 33554432000 1073741824 1073778376 140736908541968 140593908820712 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26022] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26022/stat : 26022 (java) S 26008 26010 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254936900 9855975424 17706 33554432000 1073741824 1073778376 140736908541968 140593907766776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26023] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26023/stat : 26023 (java) S 26008 26010 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254936900 9855975424 17706 33554432000 1073741824 1073778376 140736908541968 140593906714376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26024] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26024/stat : 26024 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936902 9855975424 17706 33554432000 1073741824 1073778376 140736908541968 140593905662864 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26025] ppid=26008 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/26010/task/26025/stat : 26025 (java) S 26008 26010 23289 0 -1 4202560 12070 0 0 0 102 2 0 0 20 0 19 0 254936902 9855975424 17706 33554432000 1073741824 1073778376 140736908541968 140593904609464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26026] ppid=26008 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/26010/task/26026/stat : 26026 (java) S 26008 26010 23289 0 -1 4202560 2444 0 0 0 32 0 0 0 20 0 19 0 254936903 9855975424 17706 33554432000 1073741824 1073778376 140736908541968 140593903556664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26027] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26027/stat : 26027 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936903 9855975424 17706 33554432000 1073741824 1073778376 140736908541968 140593902504568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26028] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26028/stat : 26028 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936903 9855975424 17706 33554432000 1073741824 1073778376 140736908541968 140593901451976 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26029] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26029/stat : 26029 (java) S 26008 26010 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254936927 9855975424 17706 33554432000 1073741824 1073778376 140736908541968 140593900397992 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.71
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

/proc/26010/task/26014/stat : 26014 (java) S 26008 26010 23289 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 254936898 9855975424 19786 33554432000 1073741824 1073778376 140736908541968 140593927547560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26010/tid=26015] ppid=26008 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/26010/task/26015/stat : 26015 (java) S 26008 26010 23289 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 254936898 9855975424 19786 33554432000 1073741824 1073778376 140736908541968 140593926495272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26016] ppid=26008 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/26010/task/26016/stat : 26016 (java) S 26008 26010 23289 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 254936898 9855975424 19786 33554432000 1073741824 1073778376 140736908541968 140593925442472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26017] ppid=26008 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/26010/task/26017/stat : 26017 (java) S 26008 26010 23289 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 254936898 9855975424 19786 33554432000 1073741824 1073778376 140736908541968 140593924389160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26018] ppid=26008 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/26010/task/26018/stat : 26018 (java) S 26008 26010 23289 0 -1 4202560 60 0 0 0 3 0 0 0 20 0 19 0 254936898 9855975424 19786 33554432000 1073741824 1073778376 140736908541968 140593923336360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26019] ppid=26008 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/26010/task/26019/stat : 26019 (java) S 26008 26010 23289 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 254936898 9855975424 19786 33554432000 1073741824 1073778376 140736908541968 140593922284072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26010/tid=26020] ppid=26008 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/26010/task/26020/stat : 26020 (java) S 26008 26010 23289 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 254936898 9855975424 19786 33554432000 1073741824 1073778376 140736908541968 140593921231272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26021] ppid=26008 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/26010/task/26021/stat : 26021 (java) S 26008 26010 23289 0 -1 4202560 34 0 0 0 35 0 0 0 20 0 19 0 254936899 9855975424 19786 33554432000 1073741824 1073778376 140736908541968 140593908820712 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26022] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26022/stat : 26022 (java) S 26008 26010 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254936900 9855975424 19786 33554432000 1073741824 1073778376 140736908541968 140593907766776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26023] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26023/stat : 26023 (java) S 26008 26010 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254936900 9855975424 19786 33554432000 1073741824 1073778376 140736908541968 140593906714376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26024] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26024/stat : 26024 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936902 9855975424 19786 33554432000 1073741824 1073778376 140736908541968 140593905662864 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26025] ppid=26008 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/26010/task/26025/stat : 26025 (java) S 26008 26010 23289 0 -1 4202560 12070 0 0 0 102 2 0 0 20 0 19 0 254936902 9855975424 19786 33554432000 1073741824 1073778376 140736908541968 140593904609464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26026] ppid=26008 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/26010/task/26026/stat : 26026 (java) S 26008 26010 23289 0 -1 4202560 2444 0 0 0 34 0 0 0 20 0 19 0 254936903 9855975424 19786 33554432000 1073741824 1073778376 140736908541968 140593903556664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26027] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26027/stat : 26027 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936903 9855975424 19786 33554432000 1073741824 1073778376 140736908541968 140593902504568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26028] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26028/stat : 26028 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936903 9855975424 19786 33554432000 1073741824 1073778376 140736908541968 140593901451976 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26029] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26029/stat : 26029 (java) S 26008 26010 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254936927 9855975424 19786 33554432000 1073741824 1073778376 140736908541968 140593900397992 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 27.1
Current children cumulated vsize (KiB) 9624976

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

[startup+27.1007 s]
/proc/loadavg: 2.08 2.09 2.03 3/211 26029
/proc/meminfo: memFree=29072460/32873852 swapFree=7616/7616
[pid=26010] ppid=26008 vsize=9624976 CPUtime=28.73 cores=0,2,4,6
/proc/26010/stat : 26010 (java) S 26008 26010 23289 0 -1 4202496 18408 0 1 0 2867 6 0 0 20 0 19 0 254936896 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140736908533104 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26010/statm: 2406244 19790 2282 9 0 2396937 0
[pid=26010/tid=26012] ppid=26008 vsize=9624976 CPUtime=26.49 cores=0,2,4,6
/proc/26010/task/26012/stat : 26012 (java) R 26008 26010 23289 0 -1 4202560 2489 0 1 0 2648 1 0 0 20 0 19 0 254936897 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140594084626720 140593957732341 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26013] ppid=26008 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/26010/task/26013/stat : 26013 (java) S 26008 26010 23289 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 254936898 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593928600360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26014] ppid=26008 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/26010/task/26014/stat : 26014 (java) S 26008 26010 23289 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 254936898 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593927547560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26010/tid=26015] ppid=26008 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/26010/task/26015/stat : 26015 (java) S 26008 26010 23289 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 254936898 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593926495272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26016] ppid=26008 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/26010/task/26016/stat : 26016 (java) S 26008 26010 23289 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 254936898 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593925442472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26017] ppid=26008 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/26010/task/26017/stat : 26017 (java) S 26008 26010 23289 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 254936898 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593924389160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26018] ppid=26008 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/26010/task/26018/stat : 26018 (java) S 26008 26010 23289 0 -1 4202560 60 0 0 0 4 0 0 0 20 0 19 0 254936898 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593923336360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26019] ppid=26008 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/26010/task/26019/stat : 26019 (java) S 26008 26010 23289 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 254936898 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593922284072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26010/tid=26020] ppid=26008 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/26010/task/26020/stat : 26020 (java) S 26008 26010 23289 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 254936898 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593921231272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26021] ppid=26008 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/26010/task/26021/stat : 26021 (java) S 26008 26010 23289 0 -1 4202560 34 0 0 0 37 0 0 0 20 0 19 0 254936899 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593908820712 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26022] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26022/stat : 26022 (java) S 26008 26010 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254936900 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593907766776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26023] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26023/stat : 26023 (java) S 26008 26010 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254936900 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593906714376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26024] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26024/stat : 26024 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936902 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593905662864 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26025] ppid=26008 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/26010/task/26025/stat : 26025 (java) S 26008 26010 23289 0 -1 4202560 12070 0 0 0 102 2 0 0 20 0 19 0 254936902 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593904609464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26026] ppid=26008 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/26010/task/26026/stat : 26026 (java) S 26008 26010 23289 0 -1 4202560 2444 0 0 0 34 0 0 0 20 0 19 0 254936903 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593903556664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26027] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26027/stat : 26027 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936903 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593902504568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26028] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26028/stat : 26028 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936903 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593901451976 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26029] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26029/stat : 26029 (java) S 26008 26010 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254936927 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593900397992 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 28.73
Current children cumulated vsize (KiB) 9624976

[startup+27.9007 s]
/proc/loadavg: 2.08 2.09 2.03 3/211 26029
/proc/meminfo: memFree=29056076/32873852 swapFree=7616/7616
[pid=26010] ppid=26008 vsize=9624976 CPUtime=29.53 cores=0,2,4,6
/proc/26010/stat : 26010 (java) S 26008 26010 23289 0 -1 4202496 18408 0 1 0 2947 6 0 0 20 0 19 0 254936896 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140736908533104 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26010/statm: 2406244 19790 2282 9 0 2396937 0
[pid=26010/tid=26012] ppid=26008 vsize=9624976 CPUtime=27.29 cores=0,2,4,6
/proc/26010/task/26012/stat : 26012 (java) R 26008 26010 23289 0 -1 4202560 2489 0 1 0 2728 1 0 0 20 0 19 0 254936897 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140594084626720 140593957628659 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26013] ppid=26008 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/26010/task/26013/stat : 26013 (java) S 26008 26010 23289 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 254936898 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593928600360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26014] ppid=26008 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/26010/task/26014/stat : 26014 (java) S 26008 26010 23289 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 254936898 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593927547560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26010/tid=26015] ppid=26008 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/26010/task/26015/stat : 26015 (java) S 26008 26010 23289 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 254936898 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593926495272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26016] ppid=26008 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/26010/task/26016/stat : 26016 (java) S 26008 26010 23289 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 254936898 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593925442472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26017] ppid=26008 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/26010/task/26017/stat : 26017 (java) S 26008 26010 23289 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 254936898 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593924389160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26018] ppid=26008 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/26010/task/26018/stat : 26018 (java) S 26008 26010 23289 0 -1 4202560 60 0 0 0 4 0 0 0 20 0 19 0 254936898 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593923336360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26019] ppid=26008 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/26010/task/26019/stat : 26019 (java) S 26008 26010 23289 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 254936898 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593922284072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26010/tid=26020] ppid=26008 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/26010/task/26020/stat : 26020 (java) S 26008 26010 23289 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 254936898 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593921231272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26021] ppid=26008 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/26010/task/26021/stat : 26021 (java) S 26008 26010 23289 0 -1 4202560 34 0 0 0 37 0 0 0 20 0 19 0 254936899 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593908820712 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26022] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26022/stat : 26022 (java) S 26008 26010 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254936900 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593907766776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26023] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26023/stat : 26023 (java) S 26008 26010 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254936900 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593906714376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26024] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26024/stat : 26024 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936902 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593905662864 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26025] ppid=26008 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/26010/task/26025/stat : 26025 (java) S 26008 26010 23289 0 -1 4202560 12070 0 0 0 102 2 0 0 20 0 19 0 254936902 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593904609464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26026] ppid=26008 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/26010/task/26026/stat : 26026 (java) S 26008 26010 23289 0 -1 4202560 2444 0 0 0 34 0 0 0 20 0 19 0 254936903 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593903556664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26027] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26027/stat : 26027 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936903 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593902504568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26028] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26028/stat : 26028 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254936903 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593901451976 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26029] ppid=26008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26029/stat : 26029 (java) S 26008 26010 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254936927 9855975424 19790 33554432000 1073741824 1073778376 140736908541968 140593900397992 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 29.53
Current children cumulated vsize (KiB) 9624976

[startup+28.1006 s]
/proc/loadavg: 2.08 2.09 2.03 3/211 26029
/proc/meminfo: memFree=29056076/32873852 swapFree=7616/7616
[pid=26010] ppid=26008 vsize=9691540 CPUtime=29.73 cores=0,2,4,6
/proc/26010/stat : 26010 (java) S 26008 26010 23289 0 -1 4202496 18417 0 1 0 2967 6 0 0 20 0 20 0 254936896 9924136960 19799 33554432000 1073741824 1073778376 140736908541968 140736908533104 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26010/statm: 2422885 19799 2282 9 0 2413578 0
[pid=26010/tid=26012] ppid=26008 vsize=9691540 CPUtime=27.48 cores=0,2,4,6
/proc/26010/task/26012/stat : 26012 (java) S 26008 26010 23289 0 -1 4202560 2491 0 1 0 2747 1 0 0 20 0 20 0 254936897 9924136960 19799 33554432000 1073741824 1073778376 140736908541968 140594084627160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26013] ppid=26008 vsize=9691540 CPUtime=0.02 cores=0,2,4,6
/proc/26010/task/26013/stat : 26013 (java) S 26008 26010 23289 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 20 0 254936898 9924136960 19799 33554432000 1073741824 1073778376 140736908541968 140593928600360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26014] ppid=26008 vsize=9691540 CPUtime=0.02 cores=0,2,4,6
/proc/26010/task/26014/stat : 26014 (java) S 26008 26010 23289 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 20 0 254936898 9924136960 19799 33554432000 1073741824 1073778376 140736908541968 140593927547560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26010/tid=26015] ppid=26008 vsize=9691540 CPUtime=0.02 cores=0,2,4,6
/proc/26010/task/26015/stat : 26015 (java) S 26008 26010 23289 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 20 0 254936898 9924136960 19799 33554432000 1073741824 1073778376 140736908541968 140593926495272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26016] ppid=26008 vsize=9691540 CPUtime=0.03 cores=0,2,4,6
/proc/26010/task/26016/stat : 26016 (java) S 26008 26010 23289 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 20 0 254936898 9924136960 19799 33554432000 1073741824 1073778376 140736908541968 140593925442472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26017] ppid=26008 vsize=9691540 CPUtime=0.03 cores=0,2,4,6
/proc/26010/task/26017/stat : 26017 (java) S 26008 26010 23289 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 20 0 254936898 9924136960 19799 33554432000 1073741824 1073778376 140736908541968 140593924389160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26018] ppid=26008 vsize=9691540 CPUtime=0.04 cores=0,2,4,6
/proc/26010/task/26018/stat : 26018 (java) S 26008 26010 23289 0 -1 4202560 60 0 0 0 4 0 0 0 20 0 20 0 254936898 9924136960 19799 33554432000 1073741824 1073778376 140736908541968 140593923336360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26019] ppid=26008 vsize=9691540 CPUtime=0.04 cores=0,2,4,6
/proc/26010/task/26019/stat : 26019 (java) S 26008 26010 23289 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 20 0 254936898 9924136960 19799 33554432000 1073741824 1073778376 140736908541968 140593922284072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26010/tid=26020] ppid=26008 vsize=9691540 CPUtime=0.04 cores=0,2,4,6
/proc/26010/task/26020/stat : 26020 (java) S 26008 26010 23289 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 20 0 254936898 9924136960 19799 33554432000 1073741824 1073778376 140736908541968 140593921231272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26021] ppid=26008 vsize=9691540 CPUtime=0.37 cores=0,2,4,6
/proc/26010/task/26021/stat : 26021 (java) S 26008 26010 23289 0 -1 4202560 34 0 0 0 37 0 0 0 20 0 20 0 254936899 9924136960 19799 33554432000 1073741824 1073778376 140736908541968 140593908820712 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26022] ppid=26008 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26022/stat : 26022 (java) S 26008 26010 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 254936900 9924136960 19799 33554432000 1073741824 1073778376 140736908541968 140593907766776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26023] ppid=26008 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26023/stat : 26023 (java) S 26008 26010 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 254936900 9924136960 19799 33554432000 1073741824 1073778376 140736908541968 140593906714376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26024] ppid=26008 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26024/stat : 26024 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254936902 9924136960 19799 33554432000 1073741824 1073778376 140736908541968 140593905662864 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26010/tid=26025] ppid=26008 vsize=9691540 CPUtime=1.04 cores=0,2,4,6
/proc/26010/task/26025/stat : 26025 (java) S 26008 26010 23289 0 -1 4202560 12070 0 0 0 102 2 0 0 20 0 20 0 254936902 9924136960 19799 33554432000 1073741824 1073778376 140736908541968 140593904609464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26026] ppid=26008 vsize=9691540 CPUtime=0.34 cores=0,2,4,6
/proc/26010/task/26026/stat : 26026 (java) R 26008 26010 23289 0 -1 4202560 2444 0 0 0 34 0 0 0 20 0 20 0 254936903 9924136960 19799 33554432000 1073741824 1073778376 140736908541968 140593903556664 140594087172368 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26027] ppid=26008 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26027/stat : 26027 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254936903 9924136960 19799 33554432000 1073741824 1073778376 140736908541968 140593902504568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26010/tid=26028] ppid=26008 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26028/stat : 26028 (java) S 26008 26010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254936903 9924136960 19799 33554432000 1073741824 1073778376 140736908541968 140593901451976 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26010/tid=26029] ppid=26008 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/26010/task/26029/stat : 26029 (java) S 26008 26010 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 254936927 9924136960 19799 33554432000 1073741824 1073778376 140736908541968 140593900397992 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 29.73
Current children cumulated vsize (KiB) 9691540

Child status: 20
Real time (s): 28.1246
CPU time (s): 29.7525
CPU user time (s): 29.5905
CPU system time (s): 0.161975
CPU usage (%): 105.788
Max. virtual memory (cumulated for all children) (KiB): 9691540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.5905
system time used= 0.161975
maximum resident set size= 79216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18425
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1571
involuntary context switches= 1065

runsolver used 0.180972 second user time and 0.119981 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-24 21:35:14
IDJOB=3688817
IDBENCH=48363
IDSOLVER=2269
FILE ID=node131/3688817-1337888114
RUNJOBID= node131-1337871881-23305
PBS_JOBID= 14620073
Free space on /tmp= 71600 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_3_15.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688817-1337888114/watcher-3688817-1337888114 -o /tmp/evaluation-result-3688817-1337888114/solver-3688817-1337888114 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688817-1337888114.opb

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

MD5SUM BENCH= 8bda8bcfdd3d0bef04b7cb75764a0af7
RANDOM SEED=1948956623

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29146688 kB
Buffers:          221296 kB
Cached:          2137932 kB
SwapCached:            0 kB
Active:          1091236 kB
Inactive:        1863220 kB
Active(anon):     597944 kB
Inactive(anon):        0 kB
Active(file):     493292 kB
Inactive(file):  1863220 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               480 kB
Writeback:             0 kB
AnonPages:        608812 kB
Mapped:            22552 kB
Shmem:               204 kB
Slab:             628828 kB
SReclaimable:      71436 kB
SUnreclaim:       557392 kB
KernelStack:        1608 kB
PageTables:         5408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1013552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    573440 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= 71600 MiB
End job on node131 at 2012-05-24 21:35:43