Trace number 3733434

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.1 895.823

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-wood1p.opb
MD5SUM360101c0d249c34bf56133c11582c641
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77820
Total number of constraints244
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints244
Minimum length of a constraint30
Maximum length of a constraint77760
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 53687091200000000
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 66413144120266880244
Number of bits of the biggest sum of numbers66
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c version 2.2.0.v20100531
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		1349517296
0.01/0.07	c Max memory 		1356595200
0.01/0.07	c Total memory 		1356595200
0.01/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3733434-1338743182.opb
0.11/0.10	c reading problem ... 
12.74/9.52	c ... done. Wall clock time 9.423s.
12.74/9.52	c #vars     77820
12.74/9.52	c #constraints  58375
12.74/9.52	c constraints type 
12.74/9.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 415
12.74/9.52	c constraints type 
12.74/9.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 415
1800.10/895.81	c starts		: 1
1800.10/895.81	c conflicts		: 33
1800.10/895.81	c decisions		: 112
1800.10/895.81	c propagations		: 90480
1800.10/895.81	c inspects		: 1809819
1800.10/895.81	c learnt literals	: 0
1800.10/895.81	c learnt binary clauses	: 0
1800.10/895.81	c learnt ternary clauses	: 0
1800.10/895.81	c learnt clauses	: 32
1800.10/895.81	c ignored clauses	: 0
1800.10/895.81	c root simplifications	: 0
1800.10/895.81	c removed literals (reason simplification)	: 259487
1800.10/895.81	c reason swapping (by a shorter reason)	: 0
1800.10/895.81	c Calls to reduceDB	: 0
1800.10/895.81	c number of reductions to clauses (during analyze)	: 0
1800.10/895.81	c number of learned constraints concerned by reduction	: 0
1800.10/895.81	c number of learning phase by resolution	: 0
1800.10/895.81	c number of learning phase by cutting planes	: 0
1800.10/895.81	c speed (assignments/second)	: 102.08882675702114
1800.10/895.81	c non guided choices	0
1800.10/895.81	c learnt constraints type 
1800.10/895.81	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 32
1800.10/895.81	c constraints type 
1800.10/895.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 415
1800.10/895.81	c constraints type 
1800.10/895.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 415
1800.10/895.81	s UNKNOWN
1800.10/895.81	c Total wall clock time (in seconds): 895.711

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-3733434-1338743182/watcher-3733434-1338743182 -o /tmp/evaluation-result-3733434-1338743182/solver-3733434-1338743182 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733434-1338743182.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.67 3.82 3.79 3/195 30356
/proc/meminfo: memFree=25888504/32873624 swapFree=7112/7112
[pid=30356] ppid=30354 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/30356/stat : 30356 (java) R 30354 30356 21196 0 -1 4202496 986 0 0 0 0 0 0 0 20 0 1 0 340443844 23793664 712 33554432000 1073741824 1073778376 140737029853952 140737029843016 227503289704 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30356/statm: 5809 712 526 9 0 128 0

[startup+0.028312 s]
/proc/loadavg: 3.67 3.82 3.79 3/195 30356
/proc/meminfo: memFree=25888504/32873624 swapFree=7112/7112
[pid=30356] ppid=30354 vsize=2233952 CPUtime=0.01 cores=0,2,4,6
/proc/30356/stat : 30356 (java) S 30354 30356 21196 0 -1 4202496 3605 0 1 0 1 0 0 0 20 0 11 0 340443844 2287566848 4814 33554432000 1073741824 1073778376 140737029853952 140737029845088 227515859005 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30356/statm: 558488 4816 1630 9 0 549189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2233952

[startup+0.100262 s]
/proc/loadavg: 3.67 3.82 3.79 3/195 30356
/proc/meminfo: memFree=25888504/32873624 swapFree=7112/7112
[pid=30356] ppid=30354 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/30356/stat : 30356 (java) S 30354 30356 21196 0 -1 4202496 4842 0 1 0 10 1 0 0 20 0 18 0 340443844 2764726272 6509 33554432000 1073741824 1073778376 140737029853952 140737029845088 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30356/statm: 674982 6509 2131 9 0 665676 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300236 s]
/proc/loadavg: 3.67 3.82 3.79 3/195 30356
/proc/meminfo: memFree=25888504/32873624 swapFree=7112/7112
[pid=30356] ppid=30354 vsize=2699928 CPUtime=0.55 cores=0,2,4,6
/proc/30356/stat : 30356 (java) S 30354 30356 21196 0 -1 4202496 7155 0 1 0 54 1 0 0 20 0 18 0 340443844 2764726272 12137 33554432000 1073741824 1073778376 140737029853952 140737029845088 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30356/statm: 674982 12137 2228 9 0 665676 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2699928

[startup+0.700236 s]
/proc/loadavg: 3.67 3.82 3.79 3/195 30356
/proc/meminfo: memFree=25888504/32873624 swapFree=7112/7112
[pid=30356] ppid=30354 vsize=2699928 CPUtime=1.02 cores=0,2,4,6
/proc/30356/stat : 30356 (java) S 30354 30356 21196 0 -1 4202496 7306 0 1 0 99 3 0 0 20 0 18 0 340443844 2764726272 39266 33554432000 1073741824 1073778376 140737029853952 140737029845088 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30356/statm: 674982 39266 2229 9 0 665676 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 2699928

[startup+1.50067 s]
/proc/loadavg: 3.67 3.82 3.79 4/213 30374
/proc/meminfo: memFree=25655568/32873624 swapFree=7112/7112
[pid=30356] ppid=30354 vsize=2699928 CPUtime=1.86 cores=0,2,4,6
/proc/30356/stat : 30356 (java) S 30354 30356 21196 0 -1 4202496 7469 0 1 0 180 6 0 0 20 0 18 0 340443844 2764726272 93538 33554432000 1073741824 1073778376 140737029853952 140737029845088 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30356/statm: 674982 93538 2229 9 0 665676 0
[pid=30356/tid=30358] ppid=30354 vsize=2699928 CPUtime=1.47 cores=0,2,4,6
/proc/30356/task/30358/stat : 30358 (java) R 30354 30356 21196 0 -1 4202560 2959 0 1 0 142 5 0 0 20 0 18 0 340443845 2764726272 93538 33554432000 1073741824 1073778376 140737029853952 140625864061008 140625702303455 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30359] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30359/stat : 30359 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340443846 2764726272 93538 33554432000 1073741824 1073778376 140737029853952 140625848351272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30360] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30360/stat : 30360 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340443846 2764726272 93538 33554432000 1073741824 1073778376 140737029853952 140625847298472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30361] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30361/stat : 30361 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340443846 2764726272 93538 33554432000 1073741824 1073778376 140737029853952 140625846245672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30356/tid=30362] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30362/stat : 30362 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340443846 2764726272 93538 33554432000 1073741824 1073778376 140737029853952 140625845192872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30363] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30363/stat : 30363 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340443846 2764726272 93538 33554432000 1073741824 1073778376 140737029853952 140625844141096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30364] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30364/stat : 30364 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340443846 2764726272 93538 33554432000 1073741824 1073778376 140737029853952 140625843088296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30365] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30365/stat : 30365 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340443846 2764726272 93538 33554432000 1073741824 1073778376 140737029853952 140625842035496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30366] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30366/stat : 30366 (java) S 30354 30356 21196 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 340443846 2764726272 93538 33554432000 1073741824 1073778376 140737029853952 140625840982696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30367] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30367/stat : 30367 (java) S 30354 30356 21196 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 340443847 2764726272 93538 33554432000 1073741824 1073778376 140737029853952 140625828571624 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30368] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30368/stat : 30368 (java) S 30354 30356 21196 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 340443847 2764726272 93538 33554432000 1073741824 1073778376 140737029853952 140625827517688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30369] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30369/stat : 30369 (java) S 30354 30356 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340443847 2764726272 93538 33554432000 1073741824 1073778376 140737029853952 140625826464776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30370] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30370/stat : 30370 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340443850 2764726272 93538 33554432000 1073741824 1073778376 140737029853952 140625825413264 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30371] ppid=30354 vsize=2699928 CPUtime=0.16 cores=0,2,4,6
/proc/30356/task/30371/stat : 30371 (java) S 30354 30356 21196 0 -1 4202560 1233 0 0 0 16 0 0 0 20 0 18 0 340443850 2764726272 93538 33554432000 1073741824 1073778376 140737029853952 140625824361400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30372] ppid=30354 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/30356/task/30372/stat : 30372 (java) S 30354 30356 21196 0 -1 4202560 2091 0 0 0 19 0 0 0 20 0 18 0 340443850 2764726272 93538 33554432000 1073741824 1073778376 140737029853952 140625823308600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30373] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30373/stat : 30373 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340443850 2764726272 93538 33554432000 1073741824 1073778376 140737029853952 140625822255992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30374] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30374/stat : 30374 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340443850 2764726272 93538 33554432000 1073741824 1073778376 140737029853952 140625821203400 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 2699928

[startup+3.10068 s]
/proc/loadavg: 3.67 3.82 3.79 4/213 30374
/proc/meminfo: memFree=25454252/32873624 swapFree=7112/7112
[pid=30356] ppid=30354 vsize=2699928 CPUtime=4.19 cores=0,2,4,6
/proc/30356/stat : 30356 (java) S 30354 30356 21196 0 -1 4202496 7915 0 1 0 392 27 0 0 20 0 18 0 340443844 2764726272 140710 33554432000 1073741824 1073778376 140737029853952 140737029845088 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30356/statm: 674982 140710 2245 9 0 665676 0
[pid=30356/tid=30358] ppid=30354 vsize=2699928 CPUtime=2.82 cores=0,2,4,6
/proc/30356/task/30358/stat : 30358 (java) R 30354 30356 21196 0 -1 4202560 2964 0 1 0 277 5 0 0 20 0 18 0 340443845 2764726272 140710 33554432000 1073741824 1073778376 140737029853952 140625864068568 140625702323090 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30359] ppid=30354 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/30356/task/30359/stat : 30359 (java) S 30354 30356 21196 0 -1 4202560 63 0 0 0 8 3 0 0 20 0 18 0 340443846 2764726272 140710 33554432000 1073741824 1073778376 140737029853952 140625848351272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30360] ppid=30354 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/30356/task/30360/stat : 30360 (java) S 30354 30356 21196 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 18 0 340443846 2764726272 140710 33554432000 1073741824 1073778376 140737029853952 140625847298472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30361] ppid=30354 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/30356/task/30361/stat : 30361 (java) S 30354 30356 21196 0 -1 4202560 40 0 0 0 6 2 0 0 20 0 18 0 340443846 2764726272 140710 33554432000 1073741824 1073778376 140737029853952 140625846245672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30362] ppid=30354 vsize=2699928 CPUtime=0.15 cores=0,2,4,6
/proc/30356/task/30362/stat : 30362 (java) S 30354 30356 21196 0 -1 4202560 78 0 0 0 12 3 0 0 20 0 18 0 340443846 2764726272 140710 33554432000 1073741824 1073778376 140737029853952 140625845192872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30356/tid=30363] ppid=30354 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/30356/task/30363/stat : 30363 (java) S 30354 30356 21196 0 -1 4202560 47 0 0 0 6 2 0 0 20 0 18 0 340443846 2764726272 140710 33554432000 1073741824 1073778376 140737029853952 140625844141096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30364] ppid=30354 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/30356/task/30364/stat : 30364 (java) S 30354 30356 21196 0 -1 4202560 51 0 0 0 8 3 0 0 20 0 18 0 340443846 2764726272 140710 33554432000 1073741824 1073778376 140737029853952 140625843088296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30365] ppid=30354 vsize=2699928 CPUtime=0.17 cores=0,2,4,6
/proc/30356/task/30365/stat : 30365 (java) S 30354 30356 21196 0 -1 4202560 75 0 0 0 12 5 0 0 20 0 18 0 340443846 2764726272 140710 33554432000 1073741824 1073778376 140737029853952 140625842035496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30366] ppid=30354 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/30356/task/30366/stat : 30366 (java) S 30354 30356 21196 0 -1 4202560 45 0 0 0 7 2 0 0 20 0 18 0 340443846 2764726272 140710 33554432000 1073741824 1073778376 140737029853952 140625840982696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30356/tid=30367] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30367/stat : 30367 (java) S 30354 30356 21196 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340443847 2764726272 140710 33554432000 1073741824 1073778376 140737029853952 140625828571624 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30368] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30368/stat : 30368 (java) S 30354 30356 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340443847 2764726272 140710 33554432000 1073741824 1073778376 140737029853952 140625827517688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30369] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30369/stat : 30369 (java) S 30354 30356 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340443847 2764726272 140710 33554432000 1073741824 1073778376 140737029853952 140625826464776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30370] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30370/stat : 30370 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340443850 2764726272 140710 33554432000 1073741824 1073778376 140737029853952 140625825413264 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30371] ppid=30354 vsize=2699928 CPUtime=0.16 cores=0,2,4,6
/proc/30356/task/30371/stat : 30371 (java) S 30354 30356 21196 0 -1 4202560 1233 0 0 0 16 0 0 0 20 0 18 0 340443850 2764726272 140710 33554432000 1073741824 1073778376 140737029853952 140625824361400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30372] ppid=30354 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/30356/task/30372/stat : 30372 (java) S 30354 30356 21196 0 -1 4202560 2091 0 0 0 19 0 0 0 20 0 18 0 340443850 2764726272 140710 33554432000 1073741824 1073778376 140737029853952 140625823308600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30373] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30373/stat : 30373 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340443850 2764726272 140710 33554432000 1073741824 1073778376 140737029853952 140625822255992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30374] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30374/stat : 30374 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340443850 2764726272 140710 33554432000 1073741824 1073778376 140737029853952 140625821203400 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 2699928

[startup+6.30067 s]
/proc/loadavg: 3.62 3.81 3.79 4/213 30374
/proc/meminfo: memFree=25272352/32873624 swapFree=7112/7112
[pid=30356] ppid=30354 vsize=2699928 CPUtime=8.22 cores=0,2,4,6
/proc/30356/stat : 30356 (java) S 30354 30356 21196 0 -1 4202496 8302 0 1 0 780 42 0 0 20 0 18 0 340443844 2764726272 171350 33554432000 1073741824 1073778376 140737029853952 140737029845088 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30356/statm: 674982 171350 2245 9 0 665676 0
[pid=30356/tid=30358] ppid=30354 vsize=2699928 CPUtime=5.73 cores=0,2,4,6
/proc/30356/task/30358/stat : 30358 (java) R 30354 30356 21196 0 -1 4202560 2967 0 1 0 567 6 0 0 20 0 18 0 340443845 2764726272 171350 33554432000 1073741824 1073778376 140737029853952 140625864060896 227515884813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30359] ppid=30354 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/30356/task/30359/stat : 30359 (java) S 30354 30356 21196 0 -1 4202560 125 0 0 0 20 5 0 0 20 0 18 0 340443846 2764726272 171350 33554432000 1073741824 1073778376 140737029853952 140625848351272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30360] ppid=30354 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/30356/task/30360/stat : 30360 (java) S 30354 30356 21196 0 -1 4202560 102 0 0 0 19 3 0 0 20 0 18 0 340443846 2764726272 171350 33554432000 1073741824 1073778376 140737029853952 140625847298472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30361] ppid=30354 vsize=2699928 CPUtime=0.21 cores=0,2,4,6
/proc/30356/task/30361/stat : 30361 (java) S 30354 30356 21196 0 -1 4202560 96 0 0 0 17 4 0 0 20 0 18 0 340443846 2764726272 171350 33554432000 1073741824 1073778376 140737029853952 140625846245672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30362] ppid=30354 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/30356/task/30362/stat : 30362 (java) S 30354 30356 21196 0 -1 4202560 109 0 0 0 22 5 0 0 20 0 18 0 340443846 2764726272 171350 33554432000 1073741824 1073778376 140737029853952 140625845192872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30356/tid=30363] ppid=30354 vsize=2699928 CPUtime=0.2 cores=0,2,4,6
/proc/30356/task/30363/stat : 30363 (java) S 30354 30356 21196 0 -1 4202560 100 0 0 0 16 4 0 0 20 0 18 0 340443846 2764726272 171350 33554432000 1073741824 1073778376 140737029853952 140625844141096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30364] ppid=30354 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/30356/task/30364/stat : 30364 (java) S 30354 30356 21196 0 -1 4202560 98 0 0 0 22 5 0 0 20 0 18 0 340443846 2764726272 171350 33554432000 1073741824 1073778376 140737029853952 140625843088296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30365] ppid=30354 vsize=2699928 CPUtime=0.32 cores=0,2,4,6
/proc/30356/task/30365/stat : 30365 (java) S 30354 30356 21196 0 -1 4202560 115 0 0 0 26 6 0 0 20 0 18 0 340443846 2764726272 171350 33554432000 1073741824 1073778376 140737029853952 140625842035496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30356/tid=30366] ppid=30354 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/30356/task/30366/stat : 30366 (java) S 30354 30356 21196 0 -1 4202560 81 0 0 0 18 4 0 0 20 0 18 0 340443846 2764726272 171350 33554432000 1073741824 1073778376 140737029853952 140625840982696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30367] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30367/stat : 30367 (java) S 30354 30356 21196 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340443847 2764726272 171350 33554432000 1073741824 1073778376 140737029853952 140625828571624 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30368] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30368/stat : 30368 (java) S 30354 30356 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340443847 2764726272 171350 33554432000 1073741824 1073778376 140737029853952 140625827517688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30369] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30369/stat : 30369 (java) S 30354 30356 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340443847 2764726272 171350 33554432000 1073741824 1073778376 140737029853952 140625826464776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30370] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30370/stat : 30370 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340443850 2764726272 171350 33554432000 1073741824 1073778376 140737029853952 140625825413264 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30371] ppid=30354 vsize=2699928 CPUtime=0.16 cores=0,2,4,6
/proc/30356/task/30371/stat : 30371 (java) S 30354 30356 21196 0 -1 4202560 1233 0 0 0 16 0 0 0 20 0 18 0 340443850 2764726272 171350 33554432000 1073741824 1073778376 140737029853952 140625824361400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30372] ppid=30354 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/30356/task/30372/stat : 30372 (java) S 30354 30356 21196 0 -1 4202560 2091 0 0 0 19 0 0 0 20 0 18 0 340443850 2764726272 171350 33554432000 1073741824 1073778376 140737029853952 140625823308600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30373] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30373/stat : 30373 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340443850 2764726272 171350 33554432000 1073741824 1073778376 140737029853952 140625822255992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30374] ppid=30354 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30374/stat : 30374 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340443850 2764726272 171350 33554432000 1073741824 1073778376 140737029853952 140625821203400 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.22
Current children cumulated vsize (KiB) 2699928

[startup+12.7007 s]
/proc/loadavg: 3.57 3.79 3.78 5/215 30376
/proc/meminfo: memFree=25040640/32873624 swapFree=7112/7112
[pid=30356] ppid=30354 vsize=2833056 CPUtime=19.4 cores=0,2,4,6
/proc/30356/stat : 30356 (java) S 30354 30356 21196 0 -1 4202496 10133 0 1 0 1880 60 0 0 20 0 20 0 340443844 2901049344 213758 33554432000 1073741824 1073778376 140737029853952 140737029845088 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30356/statm: 708264 213758 2249 9 0 698958 0
[pid=30356/tid=30358] ppid=30354 vsize=2833056 CPUtime=8.5 cores=0,2,4,6

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

/proc/30356/statm: 741546 280352 2258 9 0 732240 0
[pid=30356/tid=30358] ppid=30354 vsize=2966184 CPUtime=8.52 cores=0,2,4,6
/proc/30356/task/30358/stat : 30358 (java) S 30354 30356 21196 0 -1 4202560 2983 0 1 0 845 7 0 0 20 0 22 0 340443845 3037372416 280352 33554432000 1073741824 1073778376 140737029853952 140625864070296 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30359] ppid=30354 vsize=2966184 CPUtime=4.54 cores=0,2,4,6
/proc/30356/task/30359/stat : 30359 (java) S 30354 30356 21196 0 -1 4202560 459 0 0 0 441 13 0 0 20 0 22 0 340443846 3037372416 280352 33554432000 1073741824 1073778376 140737029853952 140625848351272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30360] ppid=30354 vsize=2966184 CPUtime=4.49 cores=0,2,4,6
/proc/30356/task/30360/stat : 30360 (java) S 30354 30356 21196 0 -1 4202560 400 0 0 0 435 14 0 0 20 0 22 0 340443846 3037372416 280352 33554432000 1073741824 1073778376 140737029853952 140625847298472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30356/tid=30361] ppid=30354 vsize=2966184 CPUtime=4.33 cores=0,2,4,6
/proc/30356/task/30361/stat : 30361 (java) S 30354 30356 21196 0 -1 4202560 400 0 0 0 422 11 0 0 20 0 22 0 340443846 3037372416 280352 33554432000 1073741824 1073778376 140737029853952 140625846245672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30362] ppid=30354 vsize=2966184 CPUtime=4.37 cores=0,2,4,6
/proc/30356/task/30362/stat : 30362 (java) S 30354 30356 21196 0 -1 4202560 427 0 0 0 424 13 0 0 20 0 22 0 340443846 3037372416 280352 33554432000 1073741824 1073778376 140737029853952 140625845192872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30363] ppid=30354 vsize=2966184 CPUtime=4.61 cores=0,2,4,6
/proc/30356/task/30363/stat : 30363 (java) S 30354 30356 21196 0 -1 4202560 420 0 0 0 447 14 0 0 20 0 22 0 340443846 3037372416 280352 33554432000 1073741824 1073778376 140737029853952 140625844141096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30364] ppid=30354 vsize=2966184 CPUtime=4.61 cores=0,2,4,6
/proc/30356/task/30364/stat : 30364 (java) S 30354 30356 21196 0 -1 4202560 425 0 0 0 447 14 0 0 20 0 22 0 340443846 3037372416 280352 33554432000 1073741824 1073778376 140737029853952 140625843088296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30365] ppid=30354 vsize=2966184 CPUtime=4.44 cores=0,2,4,6
/proc/30356/task/30365/stat : 30365 (java) S 30354 30356 21196 0 -1 4202560 435 0 0 0 429 15 0 0 20 0 22 0 340443846 3037372416 280352 33554432000 1073741824 1073778376 140737029853952 140625842035496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30366] ppid=30354 vsize=2966184 CPUtime=4.64 cores=0,2,4,6
/proc/30356/task/30366/stat : 30366 (java) S 30354 30356 21196 0 -1 4202560 407 0 0 0 451 13 0 0 20 0 22 0 340443846 3037372416 280352 33554432000 1073741824 1073778376 140737029853952 140625840982696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30356/tid=30367] ppid=30354 vsize=2966184 CPUtime=0.41 cores=0,2,4,6
/proc/30356/task/30367/stat : 30367 (java) S 30354 30356 21196 0 -1 4202560 46 0 0 0 18 23 0 0 20 0 22 0 340443847 3037372416 280352 33554432000 1073741824 1073778376 140737029853952 140625828571624 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30356/tid=30368] ppid=30354 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30368/stat : 30368 (java) S 30354 30356 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340443847 3037372416 280352 33554432000 1073741824 1073778376 140737029853952 140625827517688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30369] ppid=30354 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30369/stat : 30369 (java) S 30354 30356 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340443847 3037372416 280352 33554432000 1073741824 1073778376 140737029853952 140625826464776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30370] ppid=30354 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30370/stat : 30370 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340443850 3037372416 280352 33554432000 1073741824 1073778376 140737029853952 140625825413264 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30371] ppid=30354 vsize=2966184 CPUtime=1.03 cores=0,2,4,6
/proc/30356/task/30371/stat : 30371 (java) S 30354 30356 21196 0 -1 4202560 6091 0 0 0 103 0 0 0 20 0 22 0 340443850 3037372416 280352 33554432000 1073741824 1073778376 140737029853952 140625824361400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30372] ppid=30354 vsize=2966184 CPUtime=0.75 cores=0,2,4,6
/proc/30356/task/30372/stat : 30372 (java) S 30354 30356 21196 0 -1 4202560 6921 0 0 0 75 0 0 0 20 0 22 0 340443850 3037372416 280352 33554432000 1073741824 1073778376 140737029853952 140625823308600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30373] ppid=30354 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30373/stat : 30373 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340443850 3037372416 280352 33554432000 1073741824 1073778376 140737029853952 140625822255992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30374] ppid=30354 vsize=2966184 CPUtime=0.23 cores=0,2,4,6
/proc/30356/task/30374/stat : 30374 (java) S 30354 30356 21196 0 -1 4202560 46 0 0 0 12 11 0 0 20 0 22 0 340443850 3037372416 280352 33554432000 1073741824 1073778376 140737029853952 140625821203400 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30375] ppid=30354 vsize=2966184 CPUtime=800.38 cores=0,2,4,6
/proc/30356/task/30375/stat : 30375 (java) R 30354 30356 21196 0 -1 4202560 129 0 0 0 80024 14 0 0 20 0 22 0 340444797 3037372416 280352 33554432000 1073741824 1073778376 140737029853952 140625701755136 140625702830981 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30376] ppid=30354 vsize=2966184 CPUtime=800.38 cores=0,2,4,6
/proc/30356/task/30376/stat : 30376 (java) R 30354 30356 21196 0 -1 4202560 809 0 0 0 80023 15 0 0 20 0 22 0 340444797 3037372416 280352 33554432000 1073741824 1073778376 140737029853952 140625700703200 140625702671821 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30377] ppid=30354 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30377/stat : 30377 (java) S 30354 30356 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340448443 3037372416 280352 33554432000 1073741824 1073778376 140737029853952 140625699652520 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30356/tid=30378] ppid=30354 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30378/stat : 30378 (java) S 30354 30356 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340448443 3037372416 280352 33554432000 1073741824 1073778376 140737029853952 140625698599720 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1651.6
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.77 3.75 3.76 4/217 30689
/proc/meminfo: memFree=25052156/32873624 swapFree=7112/7112
[pid=30356] ppid=30354 vsize=2966184 CPUtime=1772.78 cores=0,2,4,6
/proc/30356/stat : 30356 (java) S 30354 30356 21196 0 -1 4202496 21757 0 1 0 177112 166 0 0 20 0 22 0 340443844 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140737029845088 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30356/statm: 741546 284488 2258 9 0 732240 0
[pid=30356/tid=30358] ppid=30354 vsize=2966184 CPUtime=8.52 cores=0,2,4,6
/proc/30356/task/30358/stat : 30358 (java) S 30354 30356 21196 0 -1 4202560 2984 0 1 0 845 7 0 0 20 0 22 0 340443845 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625864070296 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30359] ppid=30354 vsize=2966184 CPUtime=4.95 cores=0,2,4,6
/proc/30356/task/30359/stat : 30359 (java) S 30354 30356 21196 0 -1 4202560 464 0 0 0 481 14 0 0 20 0 22 0 340443846 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625848351272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30360] ppid=30354 vsize=2966184 CPUtime=4.89 cores=0,2,4,6
/proc/30356/task/30360/stat : 30360 (java) S 30354 30356 21196 0 -1 4202560 444 0 0 0 474 15 0 0 20 0 22 0 340443846 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625847298472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30356/tid=30361] ppid=30354 vsize=2966184 CPUtime=4.68 cores=0,2,4,6
/proc/30356/task/30361/stat : 30361 (java) S 30354 30356 21196 0 -1 4202560 402 0 0 0 457 11 0 0 20 0 22 0 340443846 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625846245672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30362] ppid=30354 vsize=2966184 CPUtime=4.74 cores=0,2,4,6
/proc/30356/task/30362/stat : 30362 (java) S 30354 30356 21196 0 -1 4202560 429 0 0 0 461 13 0 0 20 0 22 0 340443846 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625845192872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30356/tid=30363] ppid=30354 vsize=2966184 CPUtime=5.02 cores=0,2,4,6
/proc/30356/task/30363/stat : 30363 (java) S 30354 30356 21196 0 -1 4202560 422 0 0 0 488 14 0 0 20 0 22 0 340443846 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625844141096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30364] ppid=30354 vsize=2966184 CPUtime=5.06 cores=0,2,4,6
/proc/30356/task/30364/stat : 30364 (java) S 30354 30356 21196 0 -1 4202560 428 0 0 0 492 14 0 0 20 0 22 0 340443846 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625843088296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30365] ppid=30354 vsize=2966184 CPUtime=4.83 cores=0,2,4,6
/proc/30356/task/30365/stat : 30365 (java) S 30354 30356 21196 0 -1 4202560 441 0 0 0 467 16 0 0 20 0 22 0 340443846 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625842035496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30366] ppid=30354 vsize=2966184 CPUtime=5.05 cores=0,2,4,6
/proc/30356/task/30366/stat : 30366 (java) S 30354 30356 21196 0 -1 4202560 415 0 0 0 491 14 0 0 20 0 22 0 340443846 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625840982696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30367] ppid=30354 vsize=2966184 CPUtime=0.45 cores=0,2,4,6
/proc/30356/task/30367/stat : 30367 (java) S 30354 30356 21196 0 -1 4202560 50 0 0 0 20 25 0 0 20 0 22 0 340443847 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625828571624 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30368] ppid=30354 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30368/stat : 30368 (java) S 30354 30356 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340443847 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625827517688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30369] ppid=30354 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30369/stat : 30369 (java) S 30354 30356 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340443847 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625826464776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30370] ppid=30354 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30370/stat : 30370 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340443850 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625825413264 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30371] ppid=30354 vsize=2966184 CPUtime=1.03 cores=0,2,4,6
/proc/30356/task/30371/stat : 30371 (java) S 30354 30356 21196 0 -1 4202560 6091 0 0 0 103 0 0 0 20 0 22 0 340443850 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625824361400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30372] ppid=30354 vsize=2966184 CPUtime=0.75 cores=0,2,4,6
/proc/30356/task/30372/stat : 30372 (java) S 30354 30356 21196 0 -1 4202560 6921 0 0 0 75 0 0 0 20 0 22 0 340443850 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625823308600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30373] ppid=30354 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30373/stat : 30373 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340443850 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625822255992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30374] ppid=30354 vsize=2966184 CPUtime=0.25 cores=0,2,4,6
/proc/30356/task/30374/stat : 30374 (java) S 30354 30356 21196 0 -1 4202560 50 0 0 0 13 12 0 0 20 0 22 0 340443850 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625821203400 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30375] ppid=30354 vsize=2966184 CPUtime=859.24 cores=0,2,4,6
/proc/30356/task/30375/stat : 30375 (java) R 30354 30356 21196 0 -1 4202560 129 0 0 0 85909 15 0 0 20 0 22 0 340444797 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625701755136 140625702831025 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30376] ppid=30354 vsize=2966184 CPUtime=859.23 cores=0,2,4,6
/proc/30356/task/30376/stat : 30376 (java) R 30354 30356 21196 0 -1 4202560 896 0 0 0 85907 16 0 0 20 0 22 0 340444797 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625700703120 140625702671704 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30377] ppid=30354 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30377/stat : 30377 (java) S 30354 30356 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340448443 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625699652520 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30356/tid=30378] ppid=30354 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30378/stat : 30378 (java) S 30354 30356 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340448443 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625698599720 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1772.78
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.801 s]
/proc/loadavg: 3.82 3.76 3.76 5/217 30689
/proc/meminfo: memFree=25049740/32873624 swapFree=7112/7112
[pid=30356] ppid=30354 vsize=2966184 CPUtime=1800.1 cores=0,2,4,6
/proc/30356/stat : 30356 (java) S 30354 30356 21196 0 -1 4202496 21783 0 1 0 179843 167 0 0 20 0 22 0 340443844 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140737029845088 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30356/statm: 741546 284488 2258 9 0 732240 0
[pid=30356/tid=30358] ppid=30354 vsize=2966184 CPUtime=8.52 cores=0,2,4,6
/proc/30356/task/30358/stat : 30358 (java) S 30354 30356 21196 0 -1 4202560 2984 0 1 0 845 7 0 0 20 0 22 0 340443845 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625864070296 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30359] ppid=30354 vsize=2966184 CPUtime=5.06 cores=0,2,4,6
/proc/30356/task/30359/stat : 30359 (java) S 30354 30356 21196 0 -1 4202560 464 0 0 0 491 15 0 0 20 0 22 0 340443846 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625848351272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30360] ppid=30354 vsize=2966184 CPUtime=5 cores=0,2,4,6
/proc/30356/task/30360/stat : 30360 (java) S 30354 30356 21196 0 -1 4202560 444 0 0 0 485 15 0 0 20 0 22 0 340443846 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625847298472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30356/tid=30361] ppid=30354 vsize=2966184 CPUtime=4.81 cores=0,2,4,6
/proc/30356/task/30361/stat : 30361 (java) S 30354 30356 21196 0 -1 4202560 402 0 0 0 470 11 0 0 20 0 22 0 340443846 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625846245672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30362] ppid=30354 vsize=2966184 CPUtime=4.84 cores=0,2,4,6
/proc/30356/task/30362/stat : 30362 (java) S 30354 30356 21196 0 -1 4202560 429 0 0 0 471 13 0 0 20 0 22 0 340443846 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625845192872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30363] ppid=30354 vsize=2966184 CPUtime=5.11 cores=0,2,4,6
/proc/30356/task/30363/stat : 30363 (java) S 30354 30356 21196 0 -1 4202560 422 0 0 0 496 15 0 0 20 0 22 0 340443846 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625844141096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30364] ppid=30354 vsize=2966184 CPUtime=5.16 cores=0,2,4,6
/proc/30356/task/30364/stat : 30364 (java) S 30354 30356 21196 0 -1 4202560 428 0 0 0 502 14 0 0 20 0 22 0 340443846 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625843088296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30356/tid=30365] ppid=30354 vsize=2966184 CPUtime=4.95 cores=0,2,4,6
/proc/30356/task/30365/stat : 30365 (java) S 30354 30356 21196 0 -1 4202560 441 0 0 0 479 16 0 0 20 0 22 0 340443846 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625842035496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30356/tid=30366] ppid=30354 vsize=2966184 CPUtime=5.15 cores=0,2,4,6
/proc/30356/task/30366/stat : 30366 (java) S 30354 30356 21196 0 -1 4202560 415 0 0 0 501 14 0 0 20 0 22 0 340443846 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625840982696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30367] ppid=30354 vsize=2966184 CPUtime=0.46 cores=0,2,4,6
/proc/30356/task/30367/stat : 30367 (java) S 30354 30356 21196 0 -1 4202560 50 0 0 0 20 26 0 0 20 0 22 0 340443847 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625828571624 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30368] ppid=30354 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30368/stat : 30368 (java) S 30354 30356 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340443847 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625827517688 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30369] ppid=30354 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30369/stat : 30369 (java) S 30354 30356 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340443847 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625826464776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30370] ppid=30354 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30370/stat : 30370 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340443850 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625825413264 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30371] ppid=30354 vsize=2966184 CPUtime=1.03 cores=0,2,4,6
/proc/30356/task/30371/stat : 30371 (java) S 30354 30356 21196 0 -1 4202560 6091 0 0 0 103 0 0 0 20 0 22 0 340443850 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625824361400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30372] ppid=30354 vsize=2966184 CPUtime=0.75 cores=0,2,4,6
/proc/30356/task/30372/stat : 30372 (java) S 30354 30356 21196 0 -1 4202560 6921 0 0 0 75 0 0 0 20 0 22 0 340443850 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625823308600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30373] ppid=30354 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30373/stat : 30373 (java) S 30354 30356 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340443850 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625822255992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30356/tid=30374] ppid=30354 vsize=2966184 CPUtime=0.25 cores=0,2,4,6
/proc/30356/task/30374/stat : 30374 (java) S 30354 30356 21196 0 -1 4202560 50 0 0 0 13 12 0 0 20 0 22 0 340443850 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625821203400 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30375] ppid=30354 vsize=2966184 CPUtime=872.44 cores=0,2,4,6
/proc/30356/task/30375/stat : 30375 (java) R 30354 30356 21196 0 -1 4202560 129 0 0 0 87229 15 0 0 20 0 22 0 340444797 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625701755256 140625702831025 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30356/tid=30376] ppid=30354 vsize=2966184 CPUtime=872.43 cores=0,2,4,6
/proc/30356/task/30376/stat : 30376 (java) R 30354 30356 21196 0 -1 4202560 922 0 0 0 87227 16 0 0 20 0 22 0 340444797 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625700703184 140625702672550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30356/tid=30377] ppid=30354 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30377/stat : 30377 (java) S 30354 30356 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340448443 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625699652520 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30356/tid=30378] ppid=30354 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30356/task/30378/stat : 30378 (java) S 30354 30356 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340448443 3037372416 284488 33554432000 1073741824 1073778376 140737029853952 140625698599720 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 2966184

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30356 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=218237
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=53687
# CPU time returned by wait4() is 1796.27
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.823
CPU time (s): 1800.1
CPU user time (s): 1798.43
CPU system time (s): 1.67
CPU usage (%): 200.944
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.22
system time used= 2.05369
maximum resident set size= 1138072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21814
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52583
involuntary context switches= 92576

runsolver used 3.05054 second user time and 7.73382 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-03 19:06:24
IDJOB=3733434
IDBENCH=2441
IDSOLVER=2324
FILE ID=node121/3733434-1338743182
RUNJOBID= node121-1338736511-28118
PBS_JOBID= 14636757
Free space on /tmp= 71220 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-wood1p.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733434-1338743182/watcher-3733434-1338743182 -o /tmp/evaluation-result-3733434-1338743182/solver-3733434-1338743182 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733434-1338743182.opb

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

MD5SUM BENCH= 360101c0d249c34bf56133c11582c641
RANDOM SEED=762232208

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873624 kB
MemFree:        25888776 kB
Buffers:          661668 kB
Cached:          4541968 kB
SwapCached:            0 kB
Active:          2788616 kB
Inactive:        3303928 kB
Active(anon):     876944 kB
Inactive(anon):    10760 kB
Active(file):    1911672 kB
Inactive(file):  3293168 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             34296 kB
Writeback:            12 kB
AnonPages:        840972 kB
Mapped:            22484 kB
Shmem:               200 kB
Slab:             745288 kB
SReclaimable:     188564 kB
SUnreclaim:       556724 kB
KernelStack:        1688 kB
PageTables:         5792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    1562136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    770048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71220 MiB
End job on node121 at 2012-06-03 19:21:22