Trace number 3688018

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 RES // CP 2.3.2 SnapshotUNSAT 11.6942 5.87777

General information on the benchmark

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

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3688018-1337875723.opb
0.11/0.11	c reading problem ... 
0.59/0.32	c ... done. Wall clock time 0.207s.
0.59/0.32	c declared #vars     8190
0.59/0.32	c #constraints  181
0.59/0.32	c constraints type 
0.59/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91
0.59/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
0.59/0.32	c 181 constraints processed.
0.59/0.32	c constraints type 
0.59/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 91
0.59/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90
0.59/0.32	c 181 constraints processed.
3.00/1.23	c cleaning 2468 clauses out of 5000 with flag 5000/5000
5.04/2.15	c cleaning 4225 clauses out of 8534 with flag 11002/11002
7.47/3.39	c cleaning 5598 clauses out of 11308 with flag 18001/18001
10.46/4.82	c cleaning 6764 clauses out of 13711 with flag 26002/26002
11.49/5.38	c  And the winner is solver1
11.65/5.87	c starts		: 1
11.65/5.87	c conflicts		: 90
11.65/5.87	c decisions		: 4006
11.65/5.87	c propagations		: 8278
11.65/5.87	c inspects		: 8278
11.65/5.87	c shortcuts		: 0
11.65/5.87	c learnt literals	: 0
11.65/5.87	c learnt binary clauses	: 0
11.65/5.87	c learnt ternary clauses	: 0
11.65/5.87	c learnt constraints	: 89
11.65/5.87	c ignored constraints	: 0
11.65/5.87	c root simplifications	: 0
11.65/5.87	c removed literals (reason simplification)	: 0
11.65/5.87	c reason swapping (by a shorter reason)	: 0
11.65/5.87	c Calls to reduceDB	: 0
11.65/5.87	c number of reductions to clauses (during analyze)	: 0
11.65/5.87	c number of learned constraints concerned by reduction	: 0
11.65/5.87	c number of learning phase by resolution	: 0
11.65/5.87	c number of learning phase by cutting planes	: 0
11.65/5.87	c speed (assignments/second)	: 1498.0094100615274
11.65/5.87	c non guided choices	4006
11.65/5.87	c learnt constraints type 
11.65/5.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 89
11.65/5.87	c constraints type 
11.65/5.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91
11.65/5.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
11.65/5.87	c 181 constraints processed.
11.65/5.87	c constraints type 
11.65/5.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 91
11.65/5.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90
11.65/5.87	c 181 constraints processed.
11.65/5.87	s UNSATISFIABLE
11.65/5.87	c Total wall clock time (in seconds): 5.755

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-3688018-1337875723/watcher-3688018-1337875723 -o /tmp/evaluation-result-3688018-1337875723/solver-3688018-1337875723 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688018-1337875723.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: 3.70 3.91 3.77 4/196 21860
/proc/meminfo: memFree=26133668/32873844 swapFree=6868/6868
[pid=21860] ppid=21858 vsize=89740 CPUtime=0 cores=1,3,5,7
/proc/21860/stat : 21860 (java) S 21858 21860 20082 0 -1 4202496 1171 0 0 0 0 0 0 0 20 0 2 0 253639313 91893760 892 33554432000 1073741824 1073778376 140733260146064 140733260137200 209100767293 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21860/statm: 22434 894 678 9 0 16769 0
[pid=21860/tid=21861] ppid=21858 vsize=91880 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21861/stat : 21861 (java) R 21858 21860 20082 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 2 0 253639314 94085120 902 33554432000 1073741824 1073778376 140733260146064 140733260135128 209088249376 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0186519 s]
/proc/loadavg: 3.70 3.91 3.77 4/196 21860
/proc/meminfo: memFree=26133668/32873844 swapFree=6868/6868
[pid=21860] ppid=21858 vsize=9016616 CPUtime=0.01 cores=1,3,5,7
/proc/21860/stat : 21860 (java) S 21858 21860 20082 0 -1 4202496 2742 0 1 0 0 1 0 0 20 0 10 0 253639313 9233014784 3443 33554432000 1073741824 1073778376 140733260146064 140733260137200 209100767293 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21860/statm: 2254154 3449 1531 9 0 2244855 0
[pid=21860/tid=21861] ppid=21858 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21861/stat : 21861 (java) R 21858 21860 20082 0 -1 4202560 1594 0 1 0 0 0 0 0 20 0 10 0 253639314 9233014784 3450 33554432000 1073741824 1073778376 140733260146064 140553724482240 209097035595 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.100408 s]
/proc/loadavg: 3.70 3.91 3.77 4/196 21860
/proc/meminfo: memFree=26133668/32873844 swapFree=6868/6868
[pid=21860] ppid=21858 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/21860/stat : 21860 (java) S 21858 21860 20082 0 -1 4202496 4319 0 1 0 9 2 0 0 20 0 18 0 253639313 9787813888 5507 33554432000 1073741824 1073778376 140733260146064 140733260137200 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21860/statm: 2389603 5507 2109 9 0 2380296 0
[pid=21860/tid=21861] ppid=21858 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/21860/task/21861/stat : 21861 (java) R 21858 21860 20082 0 -1 4202560 2361 0 1 0 6 1 0 0 20 0 18 0 253639314 9787813888 5507 33554432000 1073741824 1073778376 140733260146064 140553724484528 209100793101 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300233 s]
/proc/loadavg: 3.70 3.91 3.77 4/196 21860
/proc/meminfo: memFree=26133668/32873844 swapFree=6868/6868
[pid=21860] ppid=21858 vsize=9558412 CPUtime=0.59 cores=1,3,5,7
/proc/21860/stat : 21860 (java) S 21858 21860 20082 0 -1 4202496 7212 0 1 0 56 3 0 0 20 0 18 0 253639313 9787813888 11353 33554432000 1073741824 1073778376 140733260146064 140733260137200 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21860/statm: 2389603 11353 2218 9 0 2380296 0
[pid=21860/tid=21861] ppid=21858 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/21860/task/21861/stat : 21861 (java) R 21858 21860 20082 0 -1 4202560 2451 0 1 0 26 1 0 0 20 0 18 0 253639314 9787813888 11353 33554432000 1073741824 1073778376 140733260146064 140553724485208 140553727771600 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558412

[startup+0.700355 s]
/proc/loadavg: 3.70 3.91 3.77 4/196 21860
/proc/meminfo: memFree=26133668/32873844 swapFree=6868/6868
[pid=21860] ppid=21858 vsize=9824668 CPUtime=2 cores=1,3,5,7
/proc/21860/stat : 21860 (java) S 21858 21860 20082 0 -1 4202496 9134 0 1 0 196 4 0 0 20 0 22 0 253639313 10060460032 17334 33554432000 1073741824 1073778376 140733260146064 140733260137200 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21860/statm: 2456167 17334 2248 9 0 2446860 0
[pid=21860/tid=21861] ppid=21858 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/21860/task/21861/stat : 21861 (java) S 21858 21860 20082 0 -1 4202560 2468 0 1 0 28 2 0 0 20 0 22 0 253639314 10060460032 17334 33554432000 1073741824 1073778376 140733260146064 140553724486648 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9824668

[startup+1.50094 s]
/proc/loadavg: 3.70 3.91 3.77 6/218 21882
/proc/meminfo: memFree=26060872/32873844 swapFree=6868/6868
[pid=21860] ppid=21858 vsize=9824668 CPUtime=3.77 cores=1,3,5,7
/proc/21860/stat : 21860 (java) S 21858 21860 20082 0 -1 4202496 13045 0 1 0 371 6 0 0 20 0 22 0 253639313 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140733260137200 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21860/statm: 2456167 30410 2272 9 0 2446860 0
[pid=21860/tid=21861] ppid=21858 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/21860/task/21861/stat : 21861 (java) S 21858 21860 20082 0 -1 4202560 2468 0 1 0 28 2 0 0 20 0 22 0 253639314 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140553724486648 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21863] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21863/stat : 21863 (java) S 21858 21860 20082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253639314 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140553685977640 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21864] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21864/stat : 21864 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253639314 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140553684924840 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21865] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21865/stat : 21865 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253639314 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140553683872040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21866] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21866/stat : 21866 (java) S 21858 21860 20082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253639314 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140553682819240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21867] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21867/stat : 21867 (java) S 21858 21860 20082 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253639314 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140553681767464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21868] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21868/stat : 21868 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253639314 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140553680714664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21869] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21869/stat : 21869 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253639314 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140553679661864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21870] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21870/stat : 21870 (java) S 21858 21860 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253639314 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140553678609064 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21871] ppid=21858 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21860/task/21871/stat : 21871 (java) S 21858 21860 20082 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 22 0 253639315 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140553548372456 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21872] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21872/stat : 21872 (java) S 21858 21860 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253639316 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140553547318520 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21873] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21873/stat : 21873 (java) S 21858 21860 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253639316 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140553546265608 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21874] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21874/stat : 21874 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253639319 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140553545214096 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21875] ppid=21858 vsize=9824668 CPUtime=0.62 cores=1,3,5,7
/proc/21860/task/21875/stat : 21875 (java) S 21858 21860 20082 0 -1 4202560 6394 0 0 0 60 2 0 0 20 0 22 0 253639319 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140553544162232 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21876] ppid=21858 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/21860/task/21876/stat : 21876 (java) S 21858 21860 20082 0 -1 4202560 2798 0 0 0 48 0 0 0 20 0 22 0 253639319 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140552670538552 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21877] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21877/stat : 21877 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253639319 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140552669485944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21878] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21878/stat : 21878 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253639319 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140552668433352 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21879] ppid=21858 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/21860/task/21879/stat : 21879 (java) R 21858 21860 20082 0 -1 4202560 41 0 0 0 112 0 0 0 20 0 22 0 253639346 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140552667378232 140553560513331 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21880] ppid=21858 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/21860/task/21880/stat : 21880 (java) R 21858 21860 20082 0 -1 4202560 82 0 0 0 111 0 0 0 20 0 22 0 253639346 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140552666323384 140553560426810 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21881] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21881/stat : 21881 (java) S 21858 21860 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253639348 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140552665273256 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21882] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21882/stat : 21882 (java) S 21858 21860 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253639348 10060460032 30410 33554432000 1073741824 1073778376 140733260146064 140552664220456 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 9824668

[startup+3.10095 s]
/proc/loadavg: 3.70 3.91 3.77 5/218 21882
/proc/meminfo: memFree=26020976/32873844 swapFree=6868/6868
[pid=21860] ppid=21858 vsize=9824668 CPUtime=7.05 cores=1,3,5,7
/proc/21860/stat : 21860 (java) S 21858 21860 20082 0 -1 4202496 13114 0 1 0 696 9 0 0 20 0 22 0 253639313 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140733260137200 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21860/statm: 2456167 36072 2272 9 0 2446860 0
[pid=21860/tid=21861] ppid=21858 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/21860/task/21861/stat : 21861 (java) S 21858 21860 20082 0 -1 4202560 2468 0 1 0 28 2 0 0 20 0 22 0 253639314 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140553724486648 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21863] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21863/stat : 21863 (java) S 21858 21860 20082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253639314 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140553685977640 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21864] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21864/stat : 21864 (java) S 21858 21860 20082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253639314 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140553684924840 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21865] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21865/stat : 21865 (java) S 21858 21860 20082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253639314 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140553683872040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21866] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21866/stat : 21866 (java) S 21858 21860 20082 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253639314 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140553682819240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21867] ppid=21858 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21860/task/21867/stat : 21867 (java) S 21858 21860 20082 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 253639314 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140553681767464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21868] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21868/stat : 21868 (java) S 21858 21860 20082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253639314 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140553680714664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21869] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21869/stat : 21869 (java) S 21858 21860 20082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253639314 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140553679661864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21870] ppid=21858 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21860/task/21870/stat : 21870 (java) S 21858 21860 20082 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253639314 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140553678609064 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21871] ppid=21858 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/21860/task/21871/stat : 21871 (java) S 21858 21860 20082 0 -1 4202560 37 0 0 0 4 0 0 0 20 0 22 0 253639315 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140553548372456 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21872] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21872/stat : 21872 (java) S 21858 21860 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253639316 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140553547318520 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21873] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21873/stat : 21873 (java) S 21858 21860 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253639316 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140553546265608 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21874] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21874/stat : 21874 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253639319 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140553545214096 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21875] ppid=21858 vsize=9824668 CPUtime=0.67 cores=1,3,5,7
/proc/21860/task/21875/stat : 21875 (java) S 21858 21860 20082 0 -1 4202560 6420 0 0 0 65 2 0 0 20 0 22 0 253639319 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140553544162232 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21876] ppid=21858 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/21860/task/21876/stat : 21876 (java) S 21858 21860 20082 0 -1 4202560 2798 0 0 0 51 0 0 0 20 0 22 0 253639319 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140552670538552 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21877] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21877/stat : 21877 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253639319 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140552669485944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21878] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21878/stat : 21878 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253639319 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140552668433352 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21879] ppid=21858 vsize=9824668 CPUtime=2.66 cores=1,3,5,7
/proc/21860/task/21879/stat : 21879 (java) R 21858 21860 20082 0 -1 4202560 42 0 0 0 266 0 0 0 20 0 22 0 253639346 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140552667378328 140553560420831 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21880] ppid=21858 vsize=9824668 CPUtime=2.65 cores=1,3,5,7
/proc/21860/task/21880/stat : 21880 (java) R 21858 21860 20082 0 -1 4202560 82 0 0 0 265 0 0 0 20 0 22 0 253639346 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140552666325280 140553560426796 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21881] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21881/stat : 21881 (java) S 21858 21860 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253639348 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140552665273256 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21882] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21882/stat : 21882 (java) S 21858 21860 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253639348 10060460032 36072 33554432000 1073741824 1073778376 140733260146064 140552664220456 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 9824668

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

[startup+4.70094 s]
/proc/loadavg: 3.80 3.92 3.78 5/218 21882
/proc/meminfo: memFree=25985664/32873844 swapFree=6868/6868
[pid=21860] ppid=21858 vsize=9824668 CPUtime=10.26 cores=1,3,5,7
/proc/21860/stat : 21860 (java) S 21858 21860 20082 0 -1 4202496 13131 0 1 0 1016 10 0 0 20 0 22 0 253639313 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140733260137200 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21860/statm: 2456167 39145 2272 9 0 2446860 0
[pid=21860/tid=21861] ppid=21858 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/21860/task/21861/stat : 21861 (java) S 21858 21860 20082 0 -1 4202560 2468 0 1 0 28 2 0 0 20 0 22 0 253639314 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140553724486648 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21863] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21863/stat : 21863 (java) S 21858 21860 20082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253639314 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140553685977640 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21864] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21864/stat : 21864 (java) S 21858 21860 20082 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253639314 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140553684924840 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21865] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21865/stat : 21865 (java) S 21858 21860 20082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253639314 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140553683872040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21866] ppid=21858 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21860/task/21866/stat : 21866 (java) S 21858 21860 20082 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 253639314 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140553682819240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21867] ppid=21858 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21860/task/21867/stat : 21867 (java) S 21858 21860 20082 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 253639314 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140553681767464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21868] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21868/stat : 21868 (java) S 21858 21860 20082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253639314 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140553680714664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21869] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21869/stat : 21869 (java) S 21858 21860 20082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253639314 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140553679661864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21870] ppid=21858 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21860/task/21870/stat : 21870 (java) S 21858 21860 20082 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253639314 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140553678609064 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21871] ppid=21858 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/21860/task/21871/stat : 21871 (java) S 21858 21860 20082 0 -1 4202560 39 0 0 0 6 0 0 0 20 0 22 0 253639315 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140553548372456 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21872] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21872/stat : 21872 (java) S 21858 21860 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253639316 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140553547318520 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21873] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21873/stat : 21873 (java) S 21858 21860 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253639316 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140553546265608 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21874] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21874/stat : 21874 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253639319 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140553545214096 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21875] ppid=21858 vsize=9824668 CPUtime=0.67 cores=1,3,5,7
/proc/21860/task/21875/stat : 21875 (java) S 21858 21860 20082 0 -1 4202560 6420 0 0 0 65 2 0 0 20 0 22 0 253639319 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140553544162232 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21876] ppid=21858 vsize=9824668 CPUtime=0.53 cores=1,3,5,7
/proc/21860/task/21876/stat : 21876 (java) S 21858 21860 20082 0 -1 4202560 2799 0 0 0 53 0 0 0 20 0 22 0 253639319 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140552670538552 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21877] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21877/stat : 21877 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253639319 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140552669485944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21878] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21878/stat : 21878 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253639319 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140552668433352 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21879] ppid=21858 vsize=9824668 CPUtime=4.23 cores=1,3,5,7
/proc/21860/task/21879/stat : 21879 (java) R 21858 21860 20082 0 -1 4202560 42 0 0 0 423 0 0 0 20 0 22 0 253639346 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140552667376256 140553560538729 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21880] ppid=21858 vsize=9824668 CPUtime=4.21 cores=1,3,5,7
/proc/21860/task/21880/stat : 21880 (java) R 21858 21860 20082 0 -1 4202560 83 0 0 0 421 0 0 0 20 0 22 0 253639346 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140552666325000 140553560426796 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21881] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21881/stat : 21881 (java) S 21858 21860 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253639348 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140552665273256 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21882] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21882/stat : 21882 (java) S 21858 21860 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253639348 10060460032 39145 33554432000 1073741824 1073778376 140733260146064 140552664220456 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 10.26
Current children cumulated vsize (KiB) 9824668

[startup+5.50761 s]
/proc/loadavg: 3.80 3.92 3.78 3/215 21882
/proc/meminfo: memFree=25979956/32873844 swapFree=6868/6868
[pid=21860] ppid=21858 vsize=9824668 CPUtime=11.65 cores=1,3,5,7
/proc/21860/stat : 21860 (java) S 21858 21860 20082 0 -1 4202496 14180 0 1 0 1152 13 0 0 20 0 19 0 253639313 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140733260137200 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21860/statm: 2456167 40622 2273 9 0 2446860 0
[pid=21860/tid=21861] ppid=21858 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/21860/task/21861/stat : 21861 (java) S 21858 21860 20082 0 -1 4202560 2468 0 1 0 28 2 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553724486648 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21863] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21863/stat : 21863 (java) S 21858 21860 20082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553685977640 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21864] ppid=21858 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21860/task/21864/stat : 21864 (java) S 21858 21860 20082 0 -1 4202560 117 0 0 0 1 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553684924840 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21865] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21865/stat : 21865 (java) S 21858 21860 20082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553683872040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21866] ppid=21858 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/21860/task/21866/stat : 21866 (java) S 21858 21860 20082 0 -1 4202560 166 0 0 0 2 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553682819240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21867] ppid=21858 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21860/task/21867/stat : 21867 (java) S 21858 21860 20082 0 -1 4202560 133 0 0 0 1 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553681767464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21868] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21868/stat : 21868 (java) S 21858 21860 20082 0 -1 4202560 120 0 0 0 0 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553680714664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21869] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21869/stat : 21869 (java) S 21858 21860 20082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553679661864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21870] ppid=21858 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21860/task/21870/stat : 21870 (java) S 21858 21860 20082 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553678609064 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21871] ppid=21858 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/21860/task/21871/stat : 21871 (java) S 21858 21860 20082 0 -1 4202560 39 0 0 0 10 0 0 0 20 0 19 0 253639315 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553548372456 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21872] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21872/stat : 21872 (java) S 21858 21860 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253639316 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553547318520 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21873] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21873/stat : 21873 (java) S 21858 21860 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253639316 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553546265608 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21874] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21874/stat : 21874 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253639319 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553545214096 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21875] ppid=21858 vsize=9824668 CPUtime=0.68 cores=1,3,5,7
/proc/21860/task/21875/stat : 21875 (java) S 21858 21860 20082 0 -1 4202560 6420 0 0 0 66 2 0 0 20 0 19 0 253639319 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553544162232 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21876] ppid=21858 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/21860/task/21876/stat : 21876 (java) S 21858 21860 20082 0 -1 4202560 3366 0 0 0 58 1 0 0 20 0 19 0 253639319 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140552670538552 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21877] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21877/stat : 21877 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253639319 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140552669485944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21878] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21878/stat : 21878 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253639319 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140552668433352 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21882] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21882/stat : 21882 (java) S 21858 21860 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253639348 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140552664220456 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 11.65
Current children cumulated vsize (KiB) 9824668

[startup+5.70073 s]
/proc/loadavg: 3.80 3.92 3.78 3/215 21882
/proc/meminfo: memFree=25979956/32873844 swapFree=6868/6868
[pid=21860] ppid=21858 vsize=9824668 CPUtime=11.65 cores=1,3,5,7
/proc/21860/stat : 21860 (java) S 21858 21860 20082 0 -1 4202496 14180 0 1 0 1152 13 0 0 20 0 19 0 253639313 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140733260137200 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21860/statm: 2456167 40622 2273 9 0 2446860 0
[pid=21860/tid=21861] ppid=21858 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/21860/task/21861/stat : 21861 (java) S 21858 21860 20082 0 -1 4202560 2468 0 1 0 28 2 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553724486648 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21863] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21863/stat : 21863 (java) S 21858 21860 20082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553685977640 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21864] ppid=21858 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21860/task/21864/stat : 21864 (java) S 21858 21860 20082 0 -1 4202560 117 0 0 0 1 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553684924840 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21865] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21865/stat : 21865 (java) S 21858 21860 20082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553683872040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21866] ppid=21858 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/21860/task/21866/stat : 21866 (java) S 21858 21860 20082 0 -1 4202560 166 0 0 0 2 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553682819240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21867] ppid=21858 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21860/task/21867/stat : 21867 (java) S 21858 21860 20082 0 -1 4202560 133 0 0 0 1 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553681767464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21868] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21868/stat : 21868 (java) S 21858 21860 20082 0 -1 4202560 120 0 0 0 0 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553680714664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21869] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21869/stat : 21869 (java) S 21858 21860 20082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553679661864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21870] ppid=21858 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21860/task/21870/stat : 21870 (java) S 21858 21860 20082 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553678609064 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21871] ppid=21858 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/21860/task/21871/stat : 21871 (java) S 21858 21860 20082 0 -1 4202560 39 0 0 0 10 0 0 0 20 0 19 0 253639315 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553548372456 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21872] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21872/stat : 21872 (java) S 21858 21860 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253639316 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553547318520 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21873] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21873/stat : 21873 (java) S 21858 21860 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253639316 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553546265608 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21874] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21874/stat : 21874 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253639319 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553545214096 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21875] ppid=21858 vsize=9824668 CPUtime=0.68 cores=1,3,5,7
/proc/21860/task/21875/stat : 21875 (java) S 21858 21860 20082 0 -1 4202560 6420 0 0 0 66 2 0 0 20 0 19 0 253639319 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553544162232 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21876] ppid=21858 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/21860/task/21876/stat : 21876 (java) S 21858 21860 20082 0 -1 4202560 3366 0 0 0 58 1 0 0 20 0 19 0 253639319 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140552670538552 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21877] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21877/stat : 21877 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253639319 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140552669485944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21878] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21878/stat : 21878 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253639319 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140552668433352 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21882] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21882/stat : 21882 (java) S 21858 21860 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253639348 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140552664220456 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 11.65
Current children cumulated vsize (KiB) 9824668

[startup+5.80072 s]
/proc/loadavg: 3.80 3.92 3.78 3/215 21882
/proc/meminfo: memFree=25979956/32873844 swapFree=6868/6868
[pid=21860] ppid=21858 vsize=9824668 CPUtime=11.65 cores=1,3,5,7
/proc/21860/stat : 21860 (java) S 21858 21860 20082 0 -1 4202496 14180 0 1 0 1152 13 0 0 20 0 19 0 253639313 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140733260137200 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21860/statm: 2456167 40622 2273 9 0 2446860 0
[pid=21860/tid=21861] ppid=21858 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/21860/task/21861/stat : 21861 (java) S 21858 21860 20082 0 -1 4202560 2468 0 1 0 28 2 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553724486648 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21863] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21863/stat : 21863 (java) S 21858 21860 20082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553685977640 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21864] ppid=21858 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21860/task/21864/stat : 21864 (java) S 21858 21860 20082 0 -1 4202560 117 0 0 0 1 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553684924840 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21865] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21865/stat : 21865 (java) S 21858 21860 20082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553683872040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21866] ppid=21858 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/21860/task/21866/stat : 21866 (java) S 21858 21860 20082 0 -1 4202560 166 0 0 0 2 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553682819240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21867] ppid=21858 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21860/task/21867/stat : 21867 (java) S 21858 21860 20082 0 -1 4202560 133 0 0 0 1 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553681767464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21868] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21868/stat : 21868 (java) S 21858 21860 20082 0 -1 4202560 120 0 0 0 0 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553680714664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21869] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21869/stat : 21869 (java) S 21858 21860 20082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553679661864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21870] ppid=21858 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/21860/task/21870/stat : 21870 (java) S 21858 21860 20082 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 253639314 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553678609064 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21871] ppid=21858 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/21860/task/21871/stat : 21871 (java) S 21858 21860 20082 0 -1 4202560 39 0 0 0 10 0 0 0 20 0 19 0 253639315 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553548372456 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21872] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21872/stat : 21872 (java) S 21858 21860 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253639316 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553547318520 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21873] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21873/stat : 21873 (java) S 21858 21860 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253639316 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553546265608 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21874] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21874/stat : 21874 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253639319 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553545214096 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21875] ppid=21858 vsize=9824668 CPUtime=0.68 cores=1,3,5,7
/proc/21860/task/21875/stat : 21875 (java) S 21858 21860 20082 0 -1 4202560 6420 0 0 0 66 2 0 0 20 0 19 0 253639319 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140553544162232 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21860/tid=21876] ppid=21858 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/21860/task/21876/stat : 21876 (java) S 21858 21860 20082 0 -1 4202560 3366 0 0 0 58 1 0 0 20 0 19 0 253639319 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140552670538552 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21860/tid=21877] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21877/stat : 21877 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253639319 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140552669485944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21860/tid=21878] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21878/stat : 21878 (java) S 21858 21860 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253639319 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140552668433352 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21860/tid=21882] ppid=21858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/21860/task/21882/stat : 21882 (java) S 21858 21860 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253639348 10060460032 40622 33554432000 1073741824 1073778376 140733260146064 140552664220456 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 11.65
Current children cumulated vsize (KiB) 9824668

Child status: 20
Real time (s): 5.87777
CPU time (s): 11.6942
CPU user time (s): 11.4993
CPU system time (s): 0.19497
CPU usage (%): 198.957
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.4993
system time used= 0.19497
maximum resident set size= 163272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14183
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= 532
involuntary context switches= 302

runsolver used 0.028995 second user time and 0.05999 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-24 18:08:43
IDJOB=3688018
IDBENCH=2584
IDSOLVER=2268
FILE ID=node105/3688018-1337875723
RUNJOBID= node105-1337871882-20099
PBS_JOBID= 14620099
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-91-90.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688018-1337875723/watcher-3688018-1337875723 -o /tmp/evaluation-result-3688018-1337875723/solver-3688018-1337875723 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688018-1337875723.opb

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

MD5SUM BENCH= fff7b3dc5d07bd6a4fd3046b5e5241f1
RANDOM SEED=1952753557

node105.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.882
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.76
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.882
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.882
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.882
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.882
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	: 5438.54
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.882
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.882
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26133676 kB
Buffers:          175880 kB
Cached:          1843592 kB
SwapCached:         6340 kB
Active:          4500392 kB
Inactive:        1470324 kB
Active(anon):    3937192 kB
Inactive(anon):    16208 kB
Active(file):     563200 kB
Inactive(file):  1454116 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67101824 kB
Dirty:               528 kB
Writeback:             0 kB
AnonPages:       3965844 kB
Mapped:            22352 kB
Shmem:                 8 kB
Slab:             623756 kB
SReclaimable:      65476 kB
SUnreclaim:       558280 kB
KernelStack:        1776 kB
PageTables:        12176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4789964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3876864 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= 71620 MiB
End job on node105 at 2012-05-24 18:08:49