Trace number 3730651

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
PB11: Sat4j Res//CP 2.3.0UNSAT 11.2323 5.21039

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.rf9.ucl.opb
MD5SUM4d33d3f14b2660aefc9b3a640617db34
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.418935
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables11476
Total number of constraints33090
Number of constraints which are clauses32382
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints708
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
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.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
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 Expensive 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 --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
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 phase appearing in latest learned clause 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 --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3730651-1338679588.opb
0.10/0.12	c reading problem ... 
1.26/0.66	c ... done. Wall clock time 0.535s.
1.26/0.66	c #vars     11476
1.26/0.66	c #constraints  33090
1.26/0.66	c constraints type 
1.26/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10465
1.26/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 21916
1.26/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 708
1.26/0.66	c constraints type 
1.26/0.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 21916
1.26/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10465
1.26/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 708
8.42/3.60	c cleaning 2497 clauses out of 4996 with flag 5000/5000
11.07/4.94	c  And the winner is Resolution
11.17/5.20	c starts		: 27
11.17/5.20	c conflicts		: 7896
11.17/5.20	c decisions		: 14019
11.17/5.20	c propagations		: 8911173
11.17/5.20	c inspects		: 25756454
11.17/5.20	c shortcuts		: 0
11.17/5.20	c learnt literals	: 11
11.17/5.20	c learnt binary clauses	: 66
11.17/5.20	c learnt ternary clauses	: 163
11.17/5.20	c learnt constraints	: 7884
11.17/5.20	c ignored constraints	: 0
11.17/5.20	c root simplifications	: 0
11.17/5.20	c removed literals (reason simplification)	: 208275
11.17/5.20	c reason swapping (by a shorter reason)	: 0
11.17/5.20	c Calls to reduceDB	: 1
11.17/5.20	c number of reductions to clauses (during analyze)	: 0
11.17/5.20	c number of learned constraints concerned by reduction	: 0
11.17/5.20	c number of learning phase by resolution	: 0
11.17/5.20	c number of learning phase by cutting planes	: 0
11.17/5.20	c speed (assignments/second)	: 1963678.4927280738
11.17/5.20	c non guided choices	342
11.17/5.20	c learnt constraints type 
11.17/5.20	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 66
11.17/5.20	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 5321
11.17/5.20	c constraints type 
11.17/5.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10465
11.17/5.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 21916
11.17/5.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 708
11.17/5.20	c constraints type 
11.17/5.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 21916
11.17/5.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10465
11.17/5.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 708
11.17/5.20	s UNSATISFIABLE
11.17/5.20	c Total wall clock time (in seconds): 5.078

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-3730651-1338679588/watcher-3730651-1338679588 -o /tmp/evaluation-result-3730651-1338679588/solver-3730651-1338679588 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3730651-1338679588.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.41 3.53 2.74 4/199 27479
/proc/meminfo: memFree=27556948/32873844 swapFree=7112/7112
[pid=27479] ppid=27477 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/27479/stat : 27479 (java) S 27477 27479 27163 0 -1 4202496 1205 0 0 0 0 0 0 0 20 0 2 0 334084171 94019584 917 33554432000 1073741824 1073778376 140736574523264 140736574514400 273592385597 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27479/statm: 22954 917 697 9 0 16769 0
[pid=27479/tid=27480] ppid=27477 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27480/stat : 27480 (java) R 27477 27479 27163 0 -1 4202560 63 0 0 0 0 0 0 0 20 0 2 0 334084172 95129600 920 33554432000 1073741824 1073778376 140736574523264 140272764698152 273579800526 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0621881 s]
/proc/loadavg: 3.41 3.53 2.74 4/199 27479
/proc/meminfo: memFree=27556948/32873844 swapFree=7112/7112
[pid=27479] ppid=27477 vsize=11253516 CPUtime=0.04 cores=1,3,5,7
/proc/27479/stat : 27479 (java) S 27477 27479 27163 0 -1 4202496 3847 0 1 0 3 1 0 0 20 0 13 0 334084171 11523600384 11699 33554432000 1073741824 1073778376 140736574523264 140736574514400 273592385597 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27479/statm: 2813379 11701 1709 9 0 2804080 0
[pid=27479/tid=27480] ppid=27477 vsize=11253516 CPUtime=0.04 cores=1,3,5,7
/proc/27479/task/27480/stat : 27480 (java) R 27477 27479 27163 0 -1 4202560 2668 0 1 0 2 2 0 0 20 0 13 0 334084172 11523600384 11701 33554432000 1073741824 1073778376 140736574523264 140272764700392 273588682768 0 4 0 16800971 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.10027 s]
/proc/loadavg: 3.41 3.53 2.74 4/199 27479
/proc/meminfo: memFree=27556948/32873844 swapFree=7112/7112
[pid=27479] ppid=27477 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/27479/stat : 27479 (java) S 27477 27479 27163 0 -1 4202496 4792 0 1 0 8 2 0 0 20 0 18 0 334084171 11864465408 13141 33554432000 1073741824 1073778376 140736574523264 140736574514400 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27479/statm: 2896598 13141 2106 9 0 2887285 0
[pid=27479/tid=27480] ppid=27477 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/27479/task/27480/stat : 27480 (java) R 27477 27479 27163 0 -1 4202560 2837 0 1 0 5 2 0 0 20 0 18 0 334084172 11864465408 13141 33554432000 1073741824 1073778376 140736574523264 140272764701616 273592411405 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300223 s]
/proc/loadavg: 3.41 3.53 2.74 4/199 27479
/proc/meminfo: memFree=27556948/32873844 swapFree=7112/7112
[pid=27479] ppid=27477 vsize=11586392 CPUtime=0.46 cores=1,3,5,7
/proc/27479/stat : 27479 (java) S 27477 27479 27163 0 -1 4202496 6009 0 1 0 44 2 0 0 20 0 18 0 334084171 11864465408 16073 33554432000 1073741824 1073778376 140736574523264 140736574514400 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27479/statm: 2896598 16073 2222 9 0 2887285 0
[pid=27479/tid=27480] ppid=27477 vsize=11586392 CPUtime=0.27 cores=1,3,5,7
/proc/27479/task/27480/stat : 27480 (java) R 27477 27479 27163 0 -1 4202560 2914 0 1 0 25 2 0 0 20 0 18 0 334084172 11864465408 16073 33554432000 1073741824 1073778376 140736574523264 140272764702856 140272636685856 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 11586392

[startup+0.700247 s]
/proc/loadavg: 3.41 3.53 2.74 4/199 27479
/proc/meminfo: memFree=27556948/32873844 swapFree=7112/7112
[pid=27479] ppid=27477 vsize=11852648 CPUtime=1.53 cores=1,3,5,7
/proc/27479/stat : 27479 (java) S 27477 27479 27163 0 -1 4202496 14568 0 1 0 147 6 0 0 20 0 22 0 334084171 12137111552 40728 33554432000 1073741824 1073778376 140736574523264 140736574514400 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27479/statm: 2963162 40729 2258 9 0 2953849 0
[pid=27479/tid=27480] ppid=27477 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/27479/task/27480/stat : 27480 (java) S 27477 27479 27163 0 -1 4202560 2962 0 1 0 60 3 0 0 20 0 22 0 334084172 12137111552 40730 33554432000 1073741824 1073778376 140736574523264 140272764703896 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 11852648

[startup+1.50083 s]
/proc/loadavg: 3.41 3.53 2.74 7/221 27501
/proc/meminfo: memFree=27381948/32873844 swapFree=7112/7112
[pid=27479] ppid=27477 vsize=11852648 CPUtime=4 cores=1,3,5,7
/proc/27479/stat : 27479 (java) S 27477 27479 27163 0 -1 4202496 17708 0 1 0 391 9 0 0 20 0 22 0 334084171 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140736574514400 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27479/statm: 2963162 69413 2262 9 0 2953849 0
[pid=27479/tid=27480] ppid=27477 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/27479/task/27480/stat : 27480 (java) S 27477 27479 27163 0 -1 4202560 2962 0 1 0 60 3 0 0 20 0 22 0 334084172 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140272764703896 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27479/tid=27482] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27482/stat : 27482 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140272601508008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27483] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27483/stat : 27483 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140272600455464 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27484] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27484/stat : 27484 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140272599402920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27479/tid=27485] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27485/stat : 27485 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140272598350376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27479/tid=27486] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27486/stat : 27486 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140272597297832 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27487] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27487/stat : 27487 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140272596245288 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27479/tid=27488] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27488/stat : 27488 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140272595192744 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27489] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27489/stat : 27489 (java) S 27477 27479 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140272594140200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27490] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27490/stat : 27490 (java) S 27477 27479 27163 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334084175 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140272581941352 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27491] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27491/stat : 27491 (java) S 27477 27479 27163 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334084175 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140272580887672 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27492] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27492/stat : 27492 (java) S 27477 27479 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334084175 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140272579835016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27493] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27493/stat : 27493 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084178 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140272578783760 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27494] ppid=27477 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/27479/task/27494/stat : 27494 (java) R 27477 27479 27163 0 -1 4202560 7314 0 0 0 79 2 0 0 20 0 22 0 334084178 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140272577731128 140272766753921 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27495] ppid=27477 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/27479/task/27495/stat : 27495 (java) S 27477 27479 27163 0 -1 4202560 6082 0 0 0 83 1 0 0 20 0 22 0 334084178 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140272576678584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27479/tid=27496] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27496/stat : 27496 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084178 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140272575626232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27479/tid=27497] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27497/stat : 27497 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084178 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140272574573896 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27498] ppid=27477 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/27479/task/27498/stat : 27498 (java) R 27477 27479 27163 0 -1 4202560 25 0 0 0 82 0 0 0 20 0 22 0 334084237 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140272573517264 140272637483525 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27479/tid=27499] ppid=27477 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/27479/task/27499/stat : 27499 (java) R 27477 27479 27163 0 -1 4202560 124 0 0 0 80 2 0 0 20 0 22 0 334084237 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140272572464088 140272637433364 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27500] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27500/stat : 27500 (java) S 27477 27479 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334084239 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140272571413544 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27501] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27501/stat : 27501 (java) S 27477 27479 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334084239 12137111552 69413 33554432000 1073741824 1073778376 140736574523264 140272570361000 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 11852648

[startup+3.10082 s]
/proc/loadavg: 3.46 3.54 2.75 4/221 27501
/proc/meminfo: memFree=27175412/32873844 swapFree=7112/7112
[pid=27479] ppid=27477 vsize=11852648 CPUtime=7.39 cores=1,3,5,7
/proc/27479/stat : 27479 (java) S 27477 27479 27163 0 -1 4202496 18176 0 1 0 724 15 0 0 20 0 22 0 334084171 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140736574514400 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27479/statm: 2963162 150510 2265 9 0 2953849 0
[pid=27479/tid=27480] ppid=27477 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/27479/task/27480/stat : 27480 (java) S 27477 27479 27163 0 -1 4202560 2962 0 1 0 60 4 0 0 20 0 22 0 334084172 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140272764703896 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27479/tid=27482] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27482/stat : 27482 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140272601508008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27483] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27483/stat : 27483 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140272600455464 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27484] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27484/stat : 27484 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140272599402920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27479/tid=27485] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27485/stat : 27485 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140272598350376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27479/tid=27486] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27486/stat : 27486 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140272597297832 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27487] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27487/stat : 27487 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140272596245288 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27479/tid=27488] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27488/stat : 27488 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140272595192744 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27489] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27489/stat : 27489 (java) S 27477 27479 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140272594140200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27490] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27490/stat : 27490 (java) S 27477 27479 27163 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334084175 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140272581941352 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27491] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27491/stat : 27491 (java) S 27477 27479 27163 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334084175 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140272580887672 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27492] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27492/stat : 27492 (java) S 27477 27479 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334084175 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140272579835016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27493] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27493/stat : 27493 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084178 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140272578783760 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27494] ppid=27477 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/27479/task/27494/stat : 27494 (java) S 27477 27479 27163 0 -1 4202560 7616 0 0 0 91 2 0 0 20 0 22 0 334084178 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140272577731128 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27495] ppid=27477 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/27479/task/27495/stat : 27495 (java) S 27477 27479 27163 0 -1 4202560 6085 0 0 0 90 1 0 0 20 0 22 0 334084178 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140272576678584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27479/tid=27496] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27496/stat : 27496 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084178 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140272575626232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27479/tid=27497] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27497/stat : 27497 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084178 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140272574573896 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27498] ppid=27477 vsize=11852648 CPUtime=2.41 cores=1,3,5,7
/proc/27479/task/27498/stat : 27498 (java) R 27477 27479 27163 0 -1 4202560 27 0 0 0 241 0 0 0 20 0 22 0 334084237 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140272573516248 140272637441173 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27479/tid=27499] ppid=27477 vsize=11852648 CPUtime=2.41 cores=1,3,5,7
/proc/27479/task/27499/stat : 27499 (java) R 27477 27479 27163 0 -1 4202560 285 0 0 0 234 7 0 0 20 0 22 0 334084237 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140272572463504 140272637514705 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27500] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27500/stat : 27500 (java) S 27477 27479 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334084239 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140272571413544 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27501] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27501/stat : 27501 (java) S 27477 27479 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334084239 12137111552 150510 33554432000 1073741824 1073778376 140736574523264 140272570361000 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 11852648

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

[startup+3.90083 s]
/proc/loadavg: 3.46 3.54 2.75 5/221 27501
/proc/meminfo: memFree=26939148/32873844 swapFree=7112/7112
[pid=27479] ppid=27477 vsize=11852648 CPUtime=9.04 cores=1,3,5,7
/proc/27479/stat : 27479 (java) S 27477 27479 27163 0 -1 4202496 18309 0 1 0 886 18 0 0 20 0 22 0 334084171 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140736574514400 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27479/statm: 2963162 185372 2289 9 0 2953849 0
[pid=27479/tid=27480] ppid=27477 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/27479/task/27480/stat : 27480 (java) S 27477 27479 27163 0 -1 4202560 2962 0 1 0 60 4 0 0 20 0 22 0 334084172 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140272764703896 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27479/tid=27482] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27482/stat : 27482 (java) S 27477 27479 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140272601508008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27483] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27483/stat : 27483 (java) S 27477 27479 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140272600455464 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27484] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27484/stat : 27484 (java) S 27477 27479 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140272599402920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27485] ppid=27477 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/27479/task/27485/stat : 27485 (java) S 27477 27479 27163 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 334084174 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140272598350376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27479/tid=27486] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27486/stat : 27486 (java) S 27477 27479 27163 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140272597297832 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27487] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27487/stat : 27487 (java) S 27477 27479 27163 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140272596245288 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27488] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27488/stat : 27488 (java) S 27477 27479 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140272595192744 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27489] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27489/stat : 27489 (java) S 27477 27479 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140272594140200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27490] ppid=27477 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/27479/task/27490/stat : 27490 (java) S 27477 27479 27163 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 22 0 334084175 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140272581941352 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27491] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27491/stat : 27491 (java) S 27477 27479 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334084175 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140272580887672 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27492] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27492/stat : 27492 (java) S 27477 27479 27163 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334084175 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140272579835016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27493] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27493/stat : 27493 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084178 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140272578783760 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27494] ppid=27477 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/27479/task/27494/stat : 27494 (java) S 27477 27479 27163 0 -1 4202560 7617 0 0 0 93 2 0 0 20 0 22 0 334084178 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140272577731128 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27495] ppid=27477 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/27479/task/27495/stat : 27495 (java) S 27477 27479 27163 0 -1 4202560 6090 0 0 0 94 1 0 0 20 0 22 0 334084178 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140272576678584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27479/tid=27496] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27496/stat : 27496 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084178 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140272575626232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27479/tid=27497] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27497/stat : 27497 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084178 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140272574573896 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27498] ppid=27477 vsize=11852648 CPUtime=3.12 cores=1,3,5,7
/proc/27479/task/27498/stat : 27498 (java) R 27477 27479 27163 0 -1 4202560 28 0 0 0 312 0 0 0 20 0 22 0 334084237 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140272573517992 140272637433519 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27499] ppid=27477 vsize=11852648 CPUtime=3.12 cores=1,3,5,7
/proc/27479/task/27499/stat : 27499 (java) R 27477 27479 27163 0 -1 4202560 339 0 0 0 303 9 0 0 20 0 22 0 334084237 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140272572463608 140272637576951 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27500] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27500/stat : 27500 (java) S 27477 27479 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334084239 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140272571413544 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27501] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27501/stat : 27501 (java) S 27477 27479 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334084239 12137111552 185372 33554432000 1073741824 1073778376 140736574523264 140272570361000 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 9.04
Current children cumulated vsize (KiB) 11852648

[startup+4.70083 s]
/proc/loadavg: 3.46 3.54 2.75 5/221 27501
/proc/meminfo: memFree=26772888/32873844 swapFree=7112/7112
[pid=27479] ppid=27477 vsize=11852648 CPUtime=10.64 cores=1,3,5,7
/proc/27479/stat : 27479 (java) S 27477 27479 27163 0 -1 4202496 18333 0 1 0 1045 19 0 0 20 0 22 0 334084171 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140736574514400 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27479/statm: 2963162 197148 2289 9 0 2953849 0
[pid=27479/tid=27480] ppid=27477 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/27479/task/27480/stat : 27480 (java) S 27477 27479 27163 0 -1 4202560 2962 0 1 0 60 4 0 0 20 0 22 0 334084172 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140272764703896 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27479/tid=27482] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27482/stat : 27482 (java) S 27477 27479 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140272601508008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27483] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27483/stat : 27483 (java) S 27477 27479 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140272600455464 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27484] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27484/stat : 27484 (java) S 27477 27479 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140272599402920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27485] ppid=27477 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/27479/task/27485/stat : 27485 (java) S 27477 27479 27163 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 334084174 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140272598350376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27479/tid=27486] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27486/stat : 27486 (java) S 27477 27479 27163 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140272597297832 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27487] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27487/stat : 27487 (java) S 27477 27479 27163 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140272596245288 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27488] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27488/stat : 27488 (java) S 27477 27479 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140272595192744 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27489] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27489/stat : 27489 (java) S 27477 27479 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334084174 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140272594140200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27490] ppid=27477 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/27479/task/27490/stat : 27490 (java) S 27477 27479 27163 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 22 0 334084175 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140272581941352 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27491] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27491/stat : 27491 (java) S 27477 27479 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334084175 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140272580887672 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27492] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27492/stat : 27492 (java) S 27477 27479 27163 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334084175 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140272579835016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27493] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27493/stat : 27493 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084178 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140272578783760 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27494] ppid=27477 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/27479/task/27494/stat : 27494 (java) S 27477 27479 27163 0 -1 4202560 7617 0 0 0 93 2 0 0 20 0 22 0 334084178 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140272577731128 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27495] ppid=27477 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/27479/task/27495/stat : 27495 (java) S 27477 27479 27163 0 -1 4202560 6090 0 0 0 95 1 0 0 20 0 22 0 334084178 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140272576678584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27479/tid=27496] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27496/stat : 27496 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084178 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140272575626232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27479/tid=27497] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27497/stat : 27497 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334084178 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140272574573896 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27498] ppid=27477 vsize=11852648 CPUtime=3.91 cores=1,3,5,7
/proc/27479/task/27498/stat : 27498 (java) R 27477 27479 27163 0 -1 4202560 28 0 0 0 391 0 0 0 20 0 22 0 334084237 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140272573516128 140272637433482 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27479/tid=27499] ppid=27477 vsize=11852648 CPUtime=3.91 cores=1,3,5,7
/proc/27479/task/27499/stat : 27499 (java) R 27477 27479 27163 0 -1 4202560 363 0 0 0 381 10 0 0 20 0 22 0 334084237 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140272572463688 140272637697894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27500] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27500/stat : 27500 (java) S 27477 27479 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334084239 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140272571413544 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27501] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27501/stat : 27501 (java) S 27477 27479 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334084239 12137111552 197148 33554432000 1073741824 1073778376 140736574523264 140272570361000 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 10.64
Current children cumulated vsize (KiB) 11852648

[startup+5.10077 s]
/proc/loadavg: 3.46 3.54 2.75 5/221 27501
/proc/meminfo: memFree=26772888/32873844 swapFree=7112/7112
[pid=27479] ppid=27477 vsize=11852648 CPUtime=11.17 cores=1,3,5,7
/proc/27479/stat : 27479 (java) S 27477 27479 27163 0 -1 4202496 18335 0 1 0 1096 21 0 0 20 0 19 0 334084171 12137111552 196192 33554432000 1073741824 1073778376 140736574523264 140736574514400 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27479/statm: 2963162 196192 2290 9 0 2953849 0
[pid=27479/tid=27480] ppid=27477 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/27479/task/27480/stat : 27480 (java) S 27477 27479 27163 0 -1 4202560 2962 0 1 0 60 4 0 0 20 0 19 0 334084172 12137111552 196192 33554432000 1073741824 1073778376 140736574523264 140272764703896 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27479/tid=27482] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27482/stat : 27482 (java) S 27477 27479 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334084174 12137111552 196192 33554432000 1073741824 1073778376 140736574523264 140272601508008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27483] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27483/stat : 27483 (java) S 27477 27479 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334084174 12137111552 196192 33554432000 1073741824 1073778376 140736574523264 140272600455464 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27484] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27484/stat : 27484 (java) S 27477 27479 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334084174 12137111552 196192 33554432000 1073741824 1073778376 140736574523264 140272599402920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27485] ppid=27477 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/27479/task/27485/stat : 27485 (java) S 27477 27479 27163 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 334084174 12137111552 196192 33554432000 1073741824 1073778376 140736574523264 140272598350376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27479/tid=27486] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27486/stat : 27486 (java) S 27477 27479 27163 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334084174 12137111552 196192 33554432000 1073741824 1073778376 140736574523264 140272597297832 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27487] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27487/stat : 27487 (java) S 27477 27479 27163 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 334084174 12137111552 196192 33554432000 1073741824 1073778376 140736574523264 140272596245288 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27488] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27488/stat : 27488 (java) S 27477 27479 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334084174 12137111552 196192 33554432000 1073741824 1073778376 140736574523264 140272595192744 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27489] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27489/stat : 27489 (java) S 27477 27479 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334084174 12137111552 196192 33554432000 1073741824 1073778376 140736574523264 140272594140200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27490] ppid=27477 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/27479/task/27490/stat : 27490 (java) S 27477 27479 27163 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 19 0 334084175 12137111552 196192 33554432000 1073741824 1073778376 140736574523264 140272581941352 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27491] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27491/stat : 27491 (java) S 27477 27479 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334084175 12137111552 196192 33554432000 1073741824 1073778376 140736574523264 140272580887672 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27492] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27492/stat : 27492 (java) S 27477 27479 27163 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 334084175 12137111552 196192 33554432000 1073741824 1073778376 140736574523264 140272579835016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27493] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27493/stat : 27493 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334084178 12137111552 196192 33554432000 1073741824 1073778376 140736574523264 140272578783760 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27494] ppid=27477 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/27479/task/27494/stat : 27494 (java) S 27477 27479 27163 0 -1 4202560 7617 0 0 0 94 2 0 0 20 0 19 0 334084178 12137111552 196192 33554432000 1073741824 1073778376 140736574523264 140272577731128 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27495] ppid=27477 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/27479/task/27495/stat : 27495 (java) S 27477 27479 27163 0 -1 4202560 6090 0 0 0 96 1 0 0 20 0 19 0 334084178 12137111552 196192 33554432000 1073741824 1073778376 140736574523264 140272576678584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27479/tid=27496] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27496/stat : 27496 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334084178 12137111552 196192 33554432000 1073741824 1073778376 140736574523264 140272575626232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27479/tid=27497] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27497/stat : 27497 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334084178 12137111552 196192 33554432000 1073741824 1073778376 140736574523264 140272574573896 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27500] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27500/stat : 27500 (java) S 27477 27479 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334084239 12137111552 196192 33554432000 1073741824 1073778376 140736574523264 140272571413544 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (KiB) 11852648

[startup+5.20071 s]
/proc/loadavg: 3.46 3.54 2.75 5/221 27501
/proc/meminfo: memFree=26772888/32873844 swapFree=7112/7112
[pid=27479] ppid=27477 vsize=11852648 CPUtime=11.17 cores=1,3,5,7
/proc/27479/stat : 27479 (java) S 27477 27479 27163 0 -1 4202496 18338 0 1 0 1096 21 0 0 20 0 20 0 334084171 12137111552 196194 33554432000 1073741824 1073778376 140736574523264 140736574514400 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27479/statm: 2963162 196194 2290 9 0 2953849 0
[pid=27479/tid=27480] ppid=27477 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/27479/task/27480/stat : 27480 (java) S 27477 27479 27163 0 -1 4202560 2963 0 1 0 60 4 0 0 20 0 20 0 334084172 12137111552 196194 33554432000 1073741824 1073778376 140736574523264 140272764703448 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27482] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27482/stat : 27482 (java) S 27477 27479 27163 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 334084174 12137111552 196194 33554432000 1073741824 1073778376 140736574523264 140272601508008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27483] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27483/stat : 27483 (java) S 27477 27479 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 334084174 12137111552 196194 33554432000 1073741824 1073778376 140736574523264 140272600455464 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27484] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27484/stat : 27484 (java) S 27477 27479 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 334084174 12137111552 196194 33554432000 1073741824 1073778376 140736574523264 140272599402920 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27485] ppid=27477 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/27479/task/27485/stat : 27485 (java) S 27477 27479 27163 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 20 0 334084174 12137111552 196194 33554432000 1073741824 1073778376 140736574523264 140272598350376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27479/tid=27486] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27486/stat : 27486 (java) S 27477 27479 27163 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 334084174 12137111552 196194 33554432000 1073741824 1073778376 140736574523264 140272597297832 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27487] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27487/stat : 27487 (java) S 27477 27479 27163 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 334084174 12137111552 196194 33554432000 1073741824 1073778376 140736574523264 140272596245288 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27488] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27488/stat : 27488 (java) S 27477 27479 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 334084174 12137111552 196194 33554432000 1073741824 1073778376 140736574523264 140272595192744 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27489] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27489/stat : 27489 (java) S 27477 27479 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 334084174 12137111552 196194 33554432000 1073741824 1073778376 140736574523264 140272594140200 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27490] ppid=27477 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/27479/task/27490/stat : 27490 (java) S 27477 27479 27163 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 20 0 334084175 12137111552 196194 33554432000 1073741824 1073778376 140736574523264 140272581941352 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27491] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27491/stat : 27491 (java) S 27477 27479 27163 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 334084175 12137111552 196194 33554432000 1073741824 1073778376 140736574523264 140272580887672 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27492] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27492/stat : 27492 (java) S 27477 27479 27163 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 334084175 12137111552 196194 33554432000 1073741824 1073778376 140736574523264 140272579835016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27493] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27493/stat : 27493 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334084178 12137111552 196194 33554432000 1073741824 1073778376 140736574523264 140272578783760 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27494] ppid=27477 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/27479/task/27494/stat : 27494 (java) S 27477 27479 27163 0 -1 4202560 7617 0 0 0 94 2 0 0 20 0 20 0 334084178 12137111552 196194 33554432000 1073741824 1073778376 140736574523264 140272577731128 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27479/tid=27495] ppid=27477 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/27479/task/27495/stat : 27495 (java) S 27477 27479 27163 0 -1 4202560 6090 0 0 0 96 1 0 0 20 0 20 0 334084178 12137111552 196194 33554432000 1073741824 1073778376 140736574523264 140272576678584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27479/tid=27496] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27496/stat : 27496 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334084178 12137111552 196194 33554432000 1073741824 1073778376 140736574523264 140272575626232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27479/tid=27497] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27497/stat : 27497 (java) S 27477 27479 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 334084178 12137111552 196194 33554432000 1073741824 1073778376 140736574523264 140272574573896 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27479/tid=27500] ppid=27477 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27479/task/27500/stat : 27500 (java) S 27477 27479 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 334084239 12137111552 196194 33554432000 1073741824 1073778376 140736574523264 140272571413544 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (KiB) 11852648

Child status: 20
Real time (s): 5.21039
CPU time (s): 11.2323
CPU user time (s): 10.9303
CPU system time (s): 0.301954
CPU usage (%): 215.575
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.9303
system time used= 0.301954
maximum resident set size= 788596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18339
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= 549
involuntary context switches= 442

runsolver used 0.020996 second user time and 0.054991 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-03 01:26:28
IDJOB=3730651
IDBENCH=1459
IDSOLVER=2328
FILE ID=node132/3730651-1338679588
RUNJOBID= node132-1338678626-27183
PBS_JOBID= 14636681
Free space on /tmp= 71216 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.rf9.ucl.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730651-1338679588/watcher-3730651-1338679588 -o /tmp/evaluation-result-3730651-1338679588/solver-3730651-1338679588 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3730651-1338679588.opb

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

MD5SUM BENCH= 4d33d3f14b2660aefc9b3a640617db34
RANDOM SEED=1025129868

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:        27556856 kB
Buffers:          596308 kB
Cached:          3060480 kB
SwapCached:         2292 kB
Active:          2293844 kB
Inactive:        2108032 kB
Active(anon):     737484 kB
Inactive(anon):     7120 kB
Active(file):    1556360 kB
Inactive(file):  2100912 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102708 kB
Dirty:              1232 kB
Writeback:             0 kB
AnonPages:        745372 kB
Mapped:            19264 kB
Shmem:                 8 kB
Slab:             774304 kB
SReclaimable:     215676 kB
SUnreclaim:       558628 kB
KernelStack:        1776 kB
PageTables:         5644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10456668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    688128 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= 71216 MiB
End job on node132 at 2012-06-03 01:26:34