Trace number 3688155

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 SnapshotOPT7 9.25359 7.32644

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-maincont.r.opb
MD5SUM810dcf2b3e8c0450d72550588875745c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark0.002999
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7
Optimality of the best value was proved YES
Number of variables67
Total number of constraints105
Number of constraints which are clauses105
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint48
Number of terms in the objective function 67
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 67
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version 2.3.2.v20120418
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.00/0.10	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3688155-1337880591.opb
0.10/0.12	c reading problem ... 
0.10/0.19	c ... done. Wall clock time 0.071s.
0.10/0.19	c declared #vars     67
0.10/0.19	c #constraints  105
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 105
0.10/0.19	c 105 constraints processed.
0.10/0.19	c objective function length is 67 literals
0.25/0.20	c SATISFIABLE
0.25/0.20	c OPTIMIZING...
0.25/0.20	c Got one! Elapsed wall clock time (in seconds):0.076
0.25/0.20	o 9
0.25/0.20	c Got one! Elapsed wall clock time (in seconds):0.08
0.25/0.20	o 8
0.70/0.41	c cleaning 2501 clauses out of 5003 with flag 5002/5003
0.84/0.51	c cleaning 4248 clauses out of 8500 with flag 11000/11001
0.96/0.63	c cleaning 5626 clauses out of 11252 with flag 18000/18001
1.07/0.77	c cleaning 6814 clauses out of 13627 with flag 26001/26002
1.20/0.82	c Got one! Elapsed wall clock time (in seconds):0.693
1.20/0.82	o 7
1.20/0.89	c cleaning 5906 clauses out of 11829 with flag 3002/31018
1.58/1.01	c cleaning 5961 clauses out of 11921 with flag 9000/37016
1.77/1.15	c cleaning 6476 clauses out of 12962 with flag 16002/44018
2.17/1.31	c cleaning 7237 clauses out of 14484 with flag 24000/52016
2.51/1.50	c cleaning 8120 clauses out of 16248 with flag 33001/61017
2.61/1.68	c cleaning 9060 clauses out of 18127 with flag 43000/71016
2.94/1.91	c cleaning 10031 clauses out of 20070 with flag 54003/82019
3.15/2.15	c cleaning 11013 clauses out of 22038 with flag 66002/94018
3.45/2.45	c cleaning 12008 clauses out of 24024 with flag 79001/107017
3.76/2.79	c cleaning 13008 clauses out of 26015 with flag 93000/121016
4.16/3.18	c cleaning 13998 clauses out of 28008 with flag 108001/136017
4.89/3.56	c cleaning 15005 clauses out of 30009 with flag 124000/152016
5.79/4.05	c cleaning 16001 clauses out of 32005 with flag 141002/169018
6.21/4.50	c cleaning 16994 clauses out of 34003 with flag 159001/187017
6.70/4.97	c cleaning 17999 clauses out of 36008 with flag 178000/206016
7.32/5.50	c cleaning 19005 clauses out of 38009 with flag 198002/226018
7.94/6.11	c cleaning 19999 clauses out of 39999 with flag 219000/247016
8.46/6.69	c cleaning 20994 clauses out of 41998 with flag 241001/269017
9.07/7.22	c cleaning 21997 clauses out of 43998 with flag 264001/292017
9.17/7.32	c starts		: 122
9.17/7.32	c conflicts		: 293135
9.17/7.32	c decisions		: 546972
9.17/7.32	c propagations		: 3265043
9.17/7.32	c inspects		: 71468365
9.17/7.32	c shortcuts		: 0
9.17/7.32	c learnt literals	: 29
9.17/7.32	c learnt binary clauses	: 34
9.17/7.32	c learnt ternary clauses	: 73
9.17/7.32	c learnt constraints	: 293105
9.17/7.32	c ignored constraints	: 0
9.17/7.32	c root simplifications	: 0
9.17/7.32	c removed literals (reason simplification)	: 0
9.17/7.32	c reason swapping (by a shorter reason)	: 0
9.17/7.32	c Calls to reduceDB	: 23
9.17/7.32	c number of reductions to clauses (during analyze)	: 0
9.17/7.32	c number of learned constraints concerned by reduction	: 0
9.17/7.32	c number of learning phase by resolution	: 0
9.17/7.32	c number of learning phase by cutting planes	: 0
9.17/7.32	c speed (assignments/second)	: 458702.30401798256
9.17/7.32	c non guided choices	0
9.17/7.32	c learnt constraints type 
9.17/7.32	c constraints type 
9.17/7.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 105
9.17/7.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
9.17/7.32	c 105 constraints processed.
9.17/7.32	s OPTIMUM FOUND
9.17/7.32	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 
9.17/7.32	c objective function=7
9.17/7.32	c Total wall clock time (in seconds): 7.194

Verifier Data

OK	7

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 22868
/proc/meminfo: memFree=28233032/32873844 swapFree=6584/6584
[pid=22868] ppid=22866 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22868/stat : 22868 (java) D 22866 22868 21531 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254184455 9515008 183 33554432000 1073741824 1073778376 140735170335184 140735170326216 273589026485 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/22868/statm: 2323 183 140 9 0 71 0

[startup+0.105862 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 22868
/proc/meminfo: memFree=28233032/32873844 swapFree=6584/6584
[pid=22868] ppid=22866 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/22868/stat : 22868 (java) S 22866 22868 21531 0 -1 4202496 4289 0 1 0 9 1 0 0 20 0 18 0 254184455 9787813888 5492 33554432000 1073741824 1073778376 140735697459584 140735697450720 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22868/statm: 2389603 5492 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.200325 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 22868
/proc/meminfo: memFree=28233032/32873844 swapFree=6584/6584
[pid=22868] ppid=22866 vsize=9558412 CPUtime=0.25 cores=1,3,5,7
/proc/22868/stat : 22868 (java) S 22866 22868 21531 0 -1 4202496 4786 0 1 0 24 1 0 0 20 0 18 0 254184455 9787813888 6414 33554432000 1073741824 1073778376 140735697459584 140735697450720 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22868/statm: 2389603 6414 2206 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558412

[startup+0.300303 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 22868
/proc/meminfo: memFree=28233032/32873844 swapFree=6584/6584
[pid=22868] ppid=22866 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/22868/stat : 22868 (java) S 22866 22868 21531 0 -1 4202496 6494 0 1 0 50 2 0 0 20 0 19 0 254184455 9855975424 7662 33554432000 1073741824 1073778376 140735697459584 140735697450720 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22868/statm: 2406244 7662 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9624976

[startup+0.700208 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 22868
/proc/meminfo: memFree=28233032/32873844 swapFree=6584/6584
[pid=22868] ppid=22866 vsize=9624976 CPUtime=1.07 cores=1,3,5,7
/proc/22868/stat : 22868 (java) S 22866 22868 21531 0 -1 4202496 7177 0 1 0 104 3 0 0 20 0 19 0 254184455 9855975424 9810 33554432000 1073741824 1073778376 140735697459584 140735697450720 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22868/statm: 2406244 9810 2268 9 0 2396937 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9624976

[startup+1.50083 s]
/proc/loadavg: 1.92 1.98 1.99 3/215 22887
/proc/meminfo: memFree=28190068/32873844 swapFree=6584/6584
[pid=22868] ppid=22866 vsize=9624976 CPUtime=2.51 cores=1,3,5,7
/proc/22868/stat : 22868 (java) S 22866 22868 21531 0 -1 4202496 15174 0 1 0 247 4 0 0 20 0 19 0 254184455 9855975424 13733 33554432000 1073741824 1073778376 140735697459584 140735697450720 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22868/statm: 2406244 13733 2269 9 0 2396937 0
[pid=22868/tid=22870] ppid=22866 vsize=9624976 CPUtime=1.36 cores=1,3,5,7
/proc/22868/task/22870/stat : 22870 (java) R 22866 22868 21531 0 -1 4202560 2492 0 1 0 136 0 0 0 20 0 19 0 254184456 9855975424 13733 33554432000 1073741824 1073778376 140735697459584 140552061710744 140552002038611 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22871] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 13733 33554432000 1073741824 1073778376 140735697459584 140551904770600 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22872] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21531 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 13733 33554432000 1073741824 1073778376 140735697459584 140551903717800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22873] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21531 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 13733 33554432000 1073741824 1073778376 140735697459584 140551902665000 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22874] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22874/stat : 22874 (java) S 22866 22868 21531 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 13733 33554432000 1073741824 1073778376 140735697459584 140551901612200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22875] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22875/stat : 22875 (java) S 22866 22868 21531 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 13733 33554432000 1073741824 1073778376 140735697459584 140551900560424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22876] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22876/stat : 22876 (java) S 22866 22868 21531 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 13733 33554432000 1073741824 1073778376 140735697459584 140551899507624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22877] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22877/stat : 22877 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 13733 33554432000 1073741824 1073778376 140735697459584 140551898454824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22878] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22878/stat : 22878 (java) S 22866 22868 21531 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 13733 33554432000 1073741824 1073778376 140735697459584 140551897402024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22879] ppid=22866 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21531 0 -1 4202560 52 0 0 0 6 0 0 0 20 0 19 0 254184459 9855975424 13733 33554432000 1073741824 1073778376 140735697459584 140551885203944 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254184459 9855975424 13733 33554432000 1073741824 1073778376 140735697459584 140551884150008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22881] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22881/stat : 22881 (java) S 22866 22868 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254184460 9855975424 13733 33554432000 1073741824 1073778376 140735697459584 140551883097096 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22882] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22882/stat : 22882 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184462 9855975424 13733 33554432000 1073741824 1073778376 140735697459584 140551882045584 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22883] ppid=22866 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/22868/task/22883/stat : 22883 (java) S 22866 22868 21531 0 -1 4202560 2007 0 0 0 26 2 0 0 20 0 19 0 254184462 9855975424 13733 33554432000 1073741824 1073778376 140735697459584 140551880993720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22884] ppid=22866 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/22868/task/22884/stat : 22884 (java) S 22866 22868 21531 0 -1 4202560 9389 0 0 0 70 2 0 0 20 0 19 0 254184462 9855975424 13733 33554432000 1073741824 1073778376 140735697459584 140551879940920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22885] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22885/stat : 22885 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184462 9855975424 13733 33554432000 1073741824 1073778376 140735697459584 140551878888312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22886] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22886/stat : 22886 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184462 9855975424 13733 33554432000 1073741824 1073778376 140735697459584 140551877835720 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22887] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22887/stat : 22887 (java) S 22866 22868 21531 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254184476 9855975424 13733 33554432000 1073741824 1073778376 140735697459584 140551876781224 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 1.92 1.98 1.99 3/215 22887
/proc/meminfo: memFree=28182004/32873844 swapFree=6584/6584
[pid=22868] ppid=22866 vsize=9624976 CPUtime=4.16 cores=1,3,5,7
/proc/22868/stat : 22868 (java) S 22866 22868 21531 0 -1 4202496 15211 0 1 0 411 5 0 0 20 0 19 0 254184455 9855975424 14786 33554432000 1073741824 1073778376 140735697459584 140735697450720 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22868/statm: 2406244 14786 2269 9 0 2396937 0
[pid=22868/tid=22870] ppid=22866 vsize=9624976 CPUtime=2.88 cores=1,3,5,7
/proc/22868/task/22870/stat : 22870 (java) R 22866 22868 21531 0 -1 4202560 2498 0 1 0 288 0 0 0 20 0 19 0 254184456 9855975424 14786 33554432000 1073741824 1073778376 140735697459584 140552061710744 140552001959169 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22871] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21531 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 14786 33554432000 1073741824 1073778376 140735697459584 140551904770600 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22872] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21531 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 14786 33554432000 1073741824 1073778376 140735697459584 140551903717800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22873] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21531 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 14786 33554432000 1073741824 1073778376 140735697459584 140551902665000 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22874] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22874/stat : 22874 (java) S 22866 22868 21531 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 14786 33554432000 1073741824 1073778376 140735697459584 140551901612200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22875] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22875/stat : 22875 (java) S 22866 22868 21531 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 14786 33554432000 1073741824 1073778376 140735697459584 140551900560424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22876] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22876/stat : 22876 (java) S 22866 22868 21531 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 14786 33554432000 1073741824 1073778376 140735697459584 140551899507624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22877] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22877/stat : 22877 (java) S 22866 22868 21531 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 14786 33554432000 1073741824 1073778376 140735697459584 140551898454824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22878] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22878/stat : 22878 (java) S 22866 22868 21531 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 14786 33554432000 1073741824 1073778376 140735697459584 140551897402024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22879] ppid=22866 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21531 0 -1 4202560 53 0 0 0 12 0 0 0 20 0 19 0 254184459 9855975424 14786 33554432000 1073741824 1073778376 140735697459584 140551885203944 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254184459 9855975424 14786 33554432000 1073741824 1073778376 140735697459584 140551884150008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22881] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22881/stat : 22881 (java) S 22866 22868 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254184460 9855975424 14786 33554432000 1073741824 1073778376 140735697459584 140551883097096 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22882] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22882/stat : 22882 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184462 9855975424 14786 33554432000 1073741824 1073778376 140735697459584 140551882045584 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22883] ppid=22866 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/22868/task/22883/stat : 22883 (java) S 22866 22868 21531 0 -1 4202560 2007 0 0 0 28 2 0 0 20 0 19 0 254184462 9855975424 14786 33554432000 1073741824 1073778376 140735697459584 140551880993720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22884] ppid=22866 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/22868/task/22884/stat : 22884 (java) S 22866 22868 21531 0 -1 4202560 9389 0 0 0 71 2 0 0 20 0 19 0 254184462 9855975424 14786 33554432000 1073741824 1073778376 140735697459584 140551879940920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22885] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22885/stat : 22885 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184462 9855975424 14786 33554432000 1073741824 1073778376 140735697459584 140551878888312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22886] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22886/stat : 22886 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184462 9855975424 14786 33554432000 1073741824 1073778376 140735697459584 140551877835720 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22887] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22887/stat : 22887 (java) S 22866 22868 21531 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254184476 9855975424 14786 33554432000 1073741824 1073778376 140735697459584 140551876781224 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9624976

[startup+6.30079 s]
/proc/loadavg: 2.01 1.99 1.99 3/215 22887
/proc/meminfo: memFree=28174376/32873844 swapFree=6584/6584
[pid=22868] ppid=22866 vsize=9624976 CPUtime=8.16 cores=1,3,5,7
/proc/22868/stat : 22868 (java) S 22866 22868 21531 0 -1 4202496 21294 0 1 0 810 6 0 0 20 0 19 0 254184455 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140735697450720 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22868/statm: 2406244 16968 2269 9 0 2396937 0
[pid=22868/tid=22870] ppid=22866 vsize=9624976 CPUtime=5.95 cores=1,3,5,7
/proc/22868/task/22870/stat : 22870 (java) R 22866 22868 21531 0 -1 4202560 2504 0 1 0 595 0 0 0 20 0 19 0 254184456 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140552061710584 140552001926895 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22871] ppid=22866 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21531 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 254184458 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551904770600 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22872] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21531 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551903717800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22873] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21531 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551902665000 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22874] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22874/stat : 22874 (java) S 22866 22868 21531 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551901612200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22875] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22875/stat : 22875 (java) S 22866 22868 21531 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551900560424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22876] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22876/stat : 22876 (java) S 22866 22868 21531 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551899507624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22877] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22877/stat : 22877 (java) S 22866 22868 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551898454824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22878] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22878/stat : 22878 (java) S 22866 22868 21531 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551897402024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22879] ppid=22866 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21531 0 -1 4202560 54 0 0 0 22 0 0 0 20 0 19 0 254184459 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551885203944 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254184459 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551884150008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22881] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22881/stat : 22881 (java) S 22866 22868 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254184460 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551883097096 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22882] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22882/stat : 22882 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184462 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551882045584 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22883] ppid=22866 vsize=9624976 CPUtime=1.02 cores=1,3,5,7
/proc/22868/task/22883/stat : 22883 (java) S 22866 22868 21531 0 -1 4202560 8068 0 0 0 100 2 0 0 20 0 19 0 254184462 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551880993720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22884] ppid=22866 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/22868/task/22884/stat : 22884 (java) S 22866 22868 21531 0 -1 4202560 9389 0 0 0 72 2 0 0 20 0 19 0 254184462 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551879940920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22885] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22885/stat : 22885 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184462 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551878888312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22886] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22886/stat : 22886 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184462 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551877835720 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22887] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22887/stat : 22887 (java) S 22866 22868 21531 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254184476 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551876781224 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 9624976

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

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

/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21531 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 254184458 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551904770600 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22872] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21531 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551903717800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22873] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21531 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551902665000 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22874] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22874/stat : 22874 (java) S 22866 22868 21531 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551901612200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22875] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22875/stat : 22875 (java) S 22866 22868 21531 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551900560424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22876] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22876/stat : 22876 (java) S 22866 22868 21531 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551899507624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22877] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22877/stat : 22877 (java) S 22866 22868 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551898454824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22878] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22878/stat : 22878 (java) S 22866 22868 21531 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551897402024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22879] ppid=22866 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21531 0 -1 4202560 54 0 0 0 22 0 0 0 20 0 19 0 254184459 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551885203944 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254184459 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551884150008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22881] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22881/stat : 22881 (java) S 22866 22868 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254184460 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551883097096 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22882] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22882/stat : 22882 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184462 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551882045584 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22883] ppid=22866 vsize=9624976 CPUtime=1.02 cores=1,3,5,7
/proc/22868/task/22883/stat : 22883 (java) S 22866 22868 21531 0 -1 4202560 8068 0 0 0 100 2 0 0 20 0 19 0 254184462 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551880993720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22884] ppid=22866 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/22868/task/22884/stat : 22884 (java) S 22866 22868 21531 0 -1 4202560 9389 0 0 0 72 2 0 0 20 0 19 0 254184462 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551879940920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22885] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22885/stat : 22885 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184462 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551878888312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22886] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22886/stat : 22886 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184462 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551877835720 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22887] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22887/stat : 22887 (java) S 22866 22868 21531 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254184476 9855975424 16968 33554432000 1073741824 1073778376 140735697459584 140551876781224 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 9624976

[startup+6.80073 s]
/proc/loadavg: 2.01 1.99 1.99 3/215 22887
/proc/meminfo: memFree=28172328/32873844 swapFree=6584/6584
[pid=22868] ppid=22866 vsize=9624976 CPUtime=8.67 cores=1,3,5,7
/proc/22868/stat : 22868 (java) S 22866 22868 21531 0 -1 4202496 21299 0 1 0 861 6 0 0 20 0 19 0 254184455 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140735697450720 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22868/statm: 2406244 16972 2269 9 0 2396937 0
[pid=22868/tid=22870] ppid=22866 vsize=9624976 CPUtime=6.43 cores=1,3,5,7
/proc/22868/task/22870/stat : 22870 (java) R 22866 22868 21531 0 -1 4202560 2505 0 1 0 643 0 0 0 20 0 19 0 254184456 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140552061710744 140552001902880 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22871] ppid=22866 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21531 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 254184458 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551904770600 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22872] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21531 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551903717800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22873] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21531 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551902665000 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22874] ppid=22866 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22868/task/22874/stat : 22874 (java) S 22866 22868 21531 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 254184458 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551901612200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22875] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22875/stat : 22875 (java) S 22866 22868 21531 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551900560424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22876] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22876/stat : 22876 (java) S 22866 22868 21531 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551899507624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22877] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22877/stat : 22877 (java) S 22866 22868 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551898454824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22878] ppid=22866 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22868/task/22878/stat : 22878 (java) S 22866 22868 21531 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 254184458 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551897402024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22879] ppid=22866 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21531 0 -1 4202560 54 0 0 0 24 0 0 0 20 0 19 0 254184459 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551885203944 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254184459 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551884150008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22881] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22881/stat : 22881 (java) S 22866 22868 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254184460 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551883097096 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22882] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22882/stat : 22882 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184462 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551882045584 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22883] ppid=22866 vsize=9624976 CPUtime=1.02 cores=1,3,5,7
/proc/22868/task/22883/stat : 22883 (java) S 22866 22868 21531 0 -1 4202560 8068 0 0 0 100 2 0 0 20 0 19 0 254184462 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551880993720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22884] ppid=22866 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/22868/task/22884/stat : 22884 (java) S 22866 22868 21531 0 -1 4202560 9389 0 0 0 72 2 0 0 20 0 19 0 254184462 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551879940920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22885] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22885/stat : 22885 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184462 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551878888312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22886] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22886/stat : 22886 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184462 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551877835720 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22887] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22887/stat : 22887 (java) S 22866 22868 21531 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254184476 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551876781224 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.67
Current children cumulated vsize (KiB) 9624976

[startup+7.20066 s]
/proc/loadavg: 2.01 1.99 1.99 3/215 22887
/proc/meminfo: memFree=28172328/32873844 swapFree=6584/6584
[pid=22868] ppid=22866 vsize=9624976 CPUtime=9.07 cores=1,3,5,7
/proc/22868/stat : 22868 (java) S 22866 22868 21531 0 -1 4202496 21299 0 1 0 901 6 0 0 20 0 19 0 254184455 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140735697450720 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22868/statm: 2406244 16972 2269 9 0 2396937 0
[pid=22868/tid=22870] ppid=22866 vsize=9624976 CPUtime=6.82 cores=1,3,5,7
/proc/22868/task/22870/stat : 22870 (java) R 22866 22868 21531 0 -1 4202560 2505 0 1 0 682 0 0 0 20 0 19 0 254184456 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140552061710624 140552002084933 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22871] ppid=22866 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21531 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 254184458 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551904770600 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22872] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21531 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551903717800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22873] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21531 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551902665000 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22874] ppid=22866 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22868/task/22874/stat : 22874 (java) S 22866 22868 21531 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 254184458 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551901612200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22875] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22875/stat : 22875 (java) S 22866 22868 21531 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551900560424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22876] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22876/stat : 22876 (java) S 22866 22868 21531 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551899507624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22877] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22877/stat : 22877 (java) S 22866 22868 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551898454824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22878] ppid=22866 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22868/task/22878/stat : 22878 (java) S 22866 22868 21531 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 254184458 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551897402024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22879] ppid=22866 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21531 0 -1 4202560 54 0 0 0 24 0 0 0 20 0 19 0 254184459 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551885203944 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254184459 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551884150008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22881] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22881/stat : 22881 (java) S 22866 22868 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254184460 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551883097096 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22882] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22882/stat : 22882 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184462 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551882045584 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22883] ppid=22866 vsize=9624976 CPUtime=1.02 cores=1,3,5,7
/proc/22868/task/22883/stat : 22883 (java) S 22866 22868 21531 0 -1 4202560 8068 0 0 0 100 2 0 0 20 0 19 0 254184462 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551880993720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22884] ppid=22866 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/22868/task/22884/stat : 22884 (java) S 22866 22868 21531 0 -1 4202560 9389 0 0 0 72 2 0 0 20 0 19 0 254184462 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551879940920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22885] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22885/stat : 22885 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184462 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551878888312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22886] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22886/stat : 22886 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184462 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551877835720 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22887] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22887/stat : 22887 (java) S 22866 22868 21531 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254184476 9855975424 16972 33554432000 1073741824 1073778376 140735697459584 140551876781224 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 9.07
Current children cumulated vsize (KiB) 9624976

[startup+7.30069 s]
/proc/loadavg: 2.01 1.99 1.99 3/215 22887
/proc/meminfo: memFree=28172328/32873844 swapFree=6584/6584
[pid=22868] ppid=22866 vsize=9624976 CPUtime=9.17 cores=1,3,5,7
/proc/22868/stat : 22868 (java) S 22866 22868 21531 0 -1 4202496 21304 0 1 0 911 6 0 0 20 0 19 0 254184455 9855975424 16976 33554432000 1073741824 1073778376 140735697459584 140735697450720 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22868/statm: 2406244 16976 2269 9 0 2396937 0
[pid=22868/tid=22870] ppid=22866 vsize=9624976 CPUtime=6.9 cores=1,3,5,7
/proc/22868/task/22870/stat : 22870 (java) R 22866 22868 21531 0 -1 4202560 2506 0 1 0 690 0 0 0 20 0 19 0 254184456 9855975424 16976 33554432000 1073741824 1073778376 140735697459584 140552061710584 140552001669040 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22871] ppid=22866 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21531 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 254184458 9855975424 16976 33554432000 1073741824 1073778376 140735697459584 140551904770600 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22872] ppid=22866 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21531 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254184458 9855975424 16976 33554432000 1073741824 1073778376 140735697459584 140551903717800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22873] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21531 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16976 33554432000 1073741824 1073778376 140735697459584 140551902665000 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22874] ppid=22866 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22868/task/22874/stat : 22874 (java) S 22866 22868 21531 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 254184458 9855975424 16976 33554432000 1073741824 1073778376 140735697459584 140551901612200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22875] ppid=22866 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22868/task/22875/stat : 22875 (java) S 22866 22868 21531 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 254184458 9855975424 16976 33554432000 1073741824 1073778376 140735697459584 140551900560424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22868/tid=22876] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22876/stat : 22876 (java) S 22866 22868 21531 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16976 33554432000 1073741824 1073778376 140735697459584 140551899507624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22877] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22877/stat : 22877 (java) S 22866 22868 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254184458 9855975424 16976 33554432000 1073741824 1073778376 140735697459584 140551898454824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22878] ppid=22866 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22868/task/22878/stat : 22878 (java) S 22866 22868 21531 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 254184458 9855975424 16976 33554432000 1073741824 1073778376 140735697459584 140551897402024 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22879] ppid=22866 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21531 0 -1 4202560 54 0 0 0 26 0 0 0 20 0 19 0 254184459 9855975424 16976 33554432000 1073741824 1073778376 140735697459584 140551885203944 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254184459 9855975424 16976 33554432000 1073741824 1073778376 140735697459584 140551884150008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22881] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22881/stat : 22881 (java) S 22866 22868 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254184460 9855975424 16976 33554432000 1073741824 1073778376 140735697459584 140551883097096 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22882] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22882/stat : 22882 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184462 9855975424 16976 33554432000 1073741824 1073778376 140735697459584 140551882045584 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22883] ppid=22866 vsize=9624976 CPUtime=1.03 cores=1,3,5,7
/proc/22868/task/22883/stat : 22883 (java) S 22866 22868 21531 0 -1 4202560 8068 0 0 0 101 2 0 0 20 0 19 0 254184462 9855975424 16976 33554432000 1073741824 1073778376 140735697459584 140551880993720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22868/tid=22884] ppid=22866 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/22868/task/22884/stat : 22884 (java) S 22866 22868 21531 0 -1 4202560 9389 0 0 0 72 2 0 0 20 0 19 0 254184462 9855975424 16976 33554432000 1073741824 1073778376 140735697459584 140551879940920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22885] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22885/stat : 22885 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184462 9855975424 16976 33554432000 1073741824 1073778376 140735697459584 140551878888312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22868/tid=22886] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22886/stat : 22886 (java) S 22866 22868 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254184462 9855975424 16976 33554432000 1073741824 1073778376 140735697459584 140551877835720 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22868/tid=22887] ppid=22866 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22868/task/22887/stat : 22887 (java) S 22866 22868 21531 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254184476 9855975424 16976 33554432000 1073741824 1073778376 140735697459584 140551876781224 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 9.17
Current children cumulated vsize (KiB) 9624976

Child status: 30
Real time (s): 7.32644
CPU time (s): 9.25359
CPU user time (s): 9.09162
CPU system time (s): 0.161975
CPU usage (%): 126.304
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.09162
system time used= 0.161975
maximum resident set size= 71216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21323
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= 1070
involuntary context switches= 463

runsolver used 0.011998 second user time and 0.075988 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-24 19:29:51
IDJOB=3688155
IDBENCH=2852
IDSOLVER=2269
FILE ID=node132/3688155-1337880591
RUNJOBID= node132-1337871880-21548
PBS_JOBID= 14620072
Free space on /tmp= 71636 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-maincont.r.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688155-1337880591/watcher-3688155-1337880591 -o /tmp/evaluation-result-3688155-1337880591/solver-3688155-1337880591 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688155-1337880591.opb

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

MD5SUM BENCH= 810dcf2b3e8c0450d72550588875745c
RANDOM SEED=387823464

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28233296 kB
Buffers:          213488 kB
Cached:          2701396 kB
SwapCached:            0 kB
Active:          1616928 kB
Inactive:        2257084 kB
Active(anon):     961476 kB
Inactive(anon):        0 kB
Active(file):     655452 kB
Inactive(file):  2257084 kB
Unevictable:        6584 kB
Mlocked:            6584 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               456 kB
Writeback:             0 kB
AnonPages:        965316 kB
Mapped:            22524 kB
Shmem:               212 kB
Slab:             628048 kB
SReclaimable:      70516 kB
SUnreclaim:       557532 kB
KernelStack:        1616 kB
PageTables:         6100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1589952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    919552 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= 71636 MiB
End job on node132 at 2012-05-24 19:29:59