Trace number 3688339

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.75 1788.33

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=300-sizeP=151-sizeQ=300-692949159-max.opb
MD5SUM7e6b5d1bb2d5498810142d4e4cc2c6f4
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 variables45751
Total number of constraints135901
Number of constraints which are clauses135900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint45300
Number of terms in the objective function 151
Biggest coefficient in the objective function 1427247692705959881058285969449495136382746624
Number of bits for the biggest coefficient in the objective function 151
Sum of the numbers in the objective function 2854495385411919762116571938898990272765493247
Number of bits of the sum of numbers in the objective function 151
Biggest number in a constraint 1453677448591213781098647615776009068707282721374636120562980398361278576226795846652382101427527131121525043212532355867069203257229312
Number of bits of the biggest number in a constraint 450
Biggest sum of numbers in a constraint 5814709794364855124394590463104036274829130884415680534709393500410164485780207399841635394555886269312423583179230372744812869772975784
Number of bits of the biggest sum of numbers451
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3688339-1337882677.opb
0.10/0.10	c reading problem ... 
2.45/1.50	c ... done. Wall clock time 1.4s.
2.45/1.50	c declared #vars     45751
2.45/1.50	c #constraints  135902
2.45/1.50	c constraints type 
2.45/1.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45300
2.45/1.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90600
2.45/1.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.45/1.50	c 135902 constraints processed.
2.45/1.50	c objective function length is 151 literals
1044.84/1040.61	c cleaning 2484 clauses out of 5000 with flag 5000/5000
1725.37/1713.89	c cleaning 4254 clauses out of 8516 with flag 11000/11000
1800.05/1788.31	c starts		: 35
1800.05/1788.31	c conflicts		: 11390
1800.05/1788.31	c decisions		: 158862
1800.05/1788.31	c propagations		: 6734257
1800.05/1788.31	c inspects		: 39713989
1800.05/1788.31	c shortcuts		: 0
1800.05/1788.31	c learnt literals	: 0
1800.05/1788.31	c learnt binary clauses	: 0
1800.05/1788.31	c learnt ternary clauses	: 0
1800.05/1788.31	c learnt constraints	: 11390
1800.05/1788.31	c ignored constraints	: 0
1800.05/1788.31	c root simplifications	: 0
1800.05/1788.31	c removed literals (reason simplification)	: 0
1800.05/1788.31	c reason swapping (by a shorter reason)	: 0
1800.05/1788.31	c Calls to reduceDB	: 2
1800.05/1788.31	c number of reductions to clauses (during analyze)	: 0
1800.05/1788.31	c number of learned constraints concerned by reduction	: 0
1800.05/1788.31	c number of learning phase by resolution	: 0
1800.05/1788.31	c number of learning phase by cutting planes	: 0
1800.05/1788.31	c speed (assignments/second)	: 3768.9694889756006
1800.05/1788.31	c non guided choices	124
1800.05/1788.31	c learnt constraints type 
1800.05/1788.31	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4652
1800.05/1788.31	c constraints type 
1800.05/1788.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45300
1800.05/1788.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90600
1800.05/1788.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.05/1788.31	c 135902 constraints processed.
1800.05/1788.31	s UNKNOWN
1800.05/1788.31	c Total wall clock time (in seconds): 1788.207

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-3688339-1337882677/watcher-3688339-1337882677 -o /tmp/evaluation-result-3688339-1337882677/solver-3688339-1337882677 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688339-1337882677.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: 1.92 2.00 1.99 5/194 3467
/proc/meminfo: memFree=29525084/32873844 swapFree=6848/6848
[pid=3467] ppid=3465 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/3467/stat : 3467 (java) S 3465 3467 2422 0 -1 4202496 1147 0 0 0 0 0 0 0 20 0 2 0 254392593 24780800 867 33554432000 1073741824 1073778376 140735360538896 140735360530032 223655002173 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3467/statm: 6050 867 654 9 0 385 0
[pid=3467/tid=3468] ppid=3465 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3468/stat : 3468 (java) R 3465 3467 2422 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 2 0 254392594 91889664 883 33554432000 1073741824 1073778376 140735360538896 140735360527960 223651442341 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0355761 s]
/proc/loadavg: 1.92 2.00 1.99 5/194 3467
/proc/meminfo: memFree=29525084/32873844 swapFree=6848/6848
[pid=3467] ppid=3465 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/3467/stat : 3467 (java) S 3465 3467 2422 0 -1 4202496 3018 0 1 0 2 0 0 0 20 0 13 0 254392593 9446973440 3715 33554432000 1073741824 1073778376 140735360538896 140735360530032 223655002173 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3467/statm: 2306390 3715 1695 9 0 2297091 0
[pid=3467/tid=3468] ppid=3465 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/3467/task/3468/stat : 3468 (java) R 3465 3467 2422 0 -1 4202560 1835 0 1 0 1 0 0 0 20 0 13 0 254392594 9446973440 3715 33554432000 1073741824 1073778376 140735360538896 140359889522928 223655027981 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100277 s]
/proc/loadavg: 1.92 2.00 1.99 5/194 3467
/proc/meminfo: memFree=29525084/32873844 swapFree=6848/6848
[pid=3467] ppid=3465 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/3467/stat : 3467 (java) S 3465 3467 2422 0 -1 4202496 4401 0 1 0 9 1 0 0 20 0 18 0 254392593 9787813888 6105 33554432000 1073741824 1073778376 140735360538896 140735360530032 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3467/statm: 2389603 6105 2120 9 0 2380296 0
[pid=3467/tid=3468] ppid=3465 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/3467/task/3468/stat : 3468 (java) R 3465 3467 2422 0 -1 4202560 2425 0 1 0 7 0 0 0 20 0 18 0 254392594 9787813888 6105 33554432000 1073741824 1073778376 140735360538896 140359889525680 223655027981 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300242 s]
/proc/loadavg: 1.92 2.00 1.99 5/194 3467
/proc/meminfo: memFree=29525084/32873844 swapFree=6848/6848
[pid=3467] ppid=3465 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/3467/stat : 3467 (java) S 3465 3467 2422 0 -1 4202496 5787 0 1 0 49 1 0 0 20 0 18 0 254392593 9787813888 8803 33554432000 1073741824 1073778376 140735360538896 140735360530032 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3467/statm: 2389603 8803 2217 9 0 2380296 0
[pid=3467/tid=3468] ppid=3465 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/3467/task/3468/stat : 3468 (java) R 3465 3467 2422 0 -1 4202560 2439 0 1 0 26 1 0 0 20 0 18 0 254392594 9787813888 8803 33554432000 1073741824 1073778376 140735360538896 140359889525680 140359749747389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700258 s]
/proc/loadavg: 1.92 2.00 1.99 5/194 3467
/proc/meminfo: memFree=29525084/32873844 swapFree=6848/6848
[pid=3467] ppid=3465 vsize=9558412 CPUtime=1.23 cores=0,2,4,6
/proc/3467/stat : 3467 (java) S 3465 3467 2422 0 -1 4202496 9346 0 1 0 119 4 0 0 20 0 18 0 254392593 9787813888 42135 33554432000 1073741824 1073778376 140735360538896 140735360530032 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3467/statm: 2389603 42135 2245 9 0 2380296 0
[pid=3467/tid=3468] ppid=3465 vsize=9558412 CPUtime=0.65 cores=0,2,4,6
/proc/3467/task/3468/stat : 3468 (java) R 3465 3467 2422 0 -1 4202560 2501 0 1 0 63 2 0 0 20 0 18 0 254392594 9787813888 42135 33554432000 1073741824 1073778376 140735360538896 140359889518464 140359749811240 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9558412

[startup+1.50069 s]
/proc/loadavg: 1.92 2.00 1.99 3/212 3485
/proc/meminfo: memFree=29342172/32873844 swapFree=6848/6848
[pid=3467] ppid=3465 vsize=9558412 CPUtime=2.45 cores=0,2,4,6
/proc/3467/stat : 3467 (java) S 3465 3467 2422 0 -1 4202496 13547 0 1 0 239 6 0 0 20 0 18 0 254392593 9787813888 49814 33554432000 1073741824 1073778376 140735360538896 140735360530032 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3467/statm: 2389603 49814 2256 9 0 2380296 0
[pid=3467/tid=3468] ppid=3465 vsize=9558412 CPUtime=1.43 cores=0,2,4,6
/proc/3467/task/3468/stat : 3468 (java) R 3465 3467 2422 0 -1 4202560 2510 0 1 0 140 3 0 0 20 0 18 0 254392594 9787813888 49819 33554432000 1073741824 1073778376 140735360538896 140359889518496 140359750048638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3470] ppid=3465 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3470/stat : 3470 (java) S 3465 3467 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 254392594 9787813888 49833 33554432000 1073741824 1073778376 140735360538896 140359732722344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3471] ppid=3465 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/3467/task/3471/stat : 3471 (java) S 3465 3467 2422 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 254392594 9787813888 49841 33554432000 1073741824 1073778376 140735360538896 140359731669800 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3467/tid=3472] ppid=3465 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3472/stat : 3472 (java) S 3465 3467 2422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 254392594 9787813888 49841 33554432000 1073741824 1073778376 140735360538896 140359730617256 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3473] ppid=3465 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/3467/task/3473/stat : 3473 (java) S 3465 3467 2422 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 254392594 9787813888 49841 33554432000 1073741824 1073778376 140735360538896 140359729564712 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3474] ppid=3465 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/3467/task/3474/stat : 3474 (java) S 3465 3467 2422 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 254392594 9787813888 49841 33554432000 1073741824 1073778376 140735360538896 140359728511144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3475] ppid=3465 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3475/stat : 3475 (java) S 3465 3467 2422 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 254392594 9787813888 49841 33554432000 1073741824 1073778376 140735360538896 140359727458600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3467/tid=3476] ppid=3465 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/3467/task/3476/stat : 3476 (java) S 3465 3467 2422 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 254392594 9787813888 49841 33554432000 1073741824 1073778376 140735360538896 140359726406056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3477] ppid=3465 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3477/stat : 3477 (java) S 3465 3467 2422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 254392594 9787813888 49841 33554432000 1073741824 1073778376 140735360538896 140359725353512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3478] ppid=3465 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3478/stat : 3478 (java) S 3465 3467 2422 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 254392595 9787813888 49841 33554432000 1073741824 1073778376 140735360538896 140359713155688 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3479] ppid=3465 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3479/stat : 3479 (java) S 3465 3467 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254392596 9787813888 49841 33554432000 1073741824 1073778376 140735360538896 140359712102008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3480] ppid=3465 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3480/stat : 3480 (java) S 3465 3467 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254392596 9787813888 49841 33554432000 1073741824 1073778376 140735360538896 140359711049352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3481] ppid=3465 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3481/stat : 3481 (java) S 3465 3467 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254392598 9787813888 49841 33554432000 1073741824 1073778376 140735360538896 140359709998096 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3482] ppid=3465 vsize=9558412 CPUtime=0.52 cores=0,2,4,6
/proc/3467/task/3482/stat : 3482 (java) R 3465 3467 2422 0 -1 4202560 6731 0 0 0 52 0 0 0 20 0 18 0 254392598 9787813888 49841 33554432000 1073741824 1073778376 140735360538896 140359708944440 140359897264953 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3483] ppid=3465 vsize=9558412 CPUtime=0.3 cores=0,2,4,6
/proc/3467/task/3483/stat : 3483 (java) R 3465 3467 2422 0 -1 4202560 3009 0 0 0 30 0 0 0 20 0 18 0 254392598 9787813888 49841 33554432000 1073741824 1073778376 140735360538896 140359707891896 140359895490226 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3484] ppid=3465 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3484/stat : 3484 (java) S 3465 3467 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254392598 9787813888 49841 33554432000 1073741824 1073778376 140735360538896 140359706839544 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3485] ppid=3465 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3485/stat : 3485 (java) S 3465 3467 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254392598 9787813888 49841 33554432000 1073741824 1073778376 140735360538896 140359705787208 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9558412

[startup+3.10059 s]
/proc/loadavg: 1.92 2.00 1.99 3/213 3486
/proc/meminfo: memFree=29331004/32873844 swapFree=6848/6848
[pid=3467] ppid=3465 vsize=9624976 CPUtime=4.35 cores=0,2,4,6
/proc/3467/stat : 3467 (java) S 3465 3467 2422 0 -1 4202496 14685 0 1 0 428 7 0 0 20 0 19 0 254392593 9855975424 49921 33554432000 1073741824 1073778376 140735360538896 140735360530032 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3467/statm: 2406244 49921 2266 9 0 2396937 0
[pid=3467/tid=3468] ppid=3465 vsize=9624976 CPUtime=3.03 cores=0,2,4,6
/proc/3467/task/3468/stat : 3468 (java) R 3465 3467 2422 0 -1 4202560 2514 0 1 0 300 3 0 0 20 0 19 0 254392594 9855975424 49921 33554432000 1073741824 1073778376 140735360538896 140359889525184 140359750232961 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3470] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3470/stat : 3470 (java) S 3465 3467 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254392594 9855975424 49921 33554432000 1073741824 1073778376 140735360538896 140359732722344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3471] ppid=3465 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/3467/task/3471/stat : 3471 (java) S 3465 3467 2422 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 254392594 9855975424 49921 33554432000 1073741824 1073778376 140735360538896 140359731669800 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3467/tid=3472] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3472/stat : 3472 (java) S 3465 3467 2422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254392594 9855975424 49921 33554432000 1073741824 1073778376 140735360538896 140359730617256 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3473] ppid=3465 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/3467/task/3473/stat : 3473 (java) S 3465 3467 2422 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 254392594 9855975424 49921 33554432000 1073741824 1073778376 140735360538896 140359729564712 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3474] ppid=3465 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/3467/task/3474/stat : 3474 (java) S 3465 3467 2422 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254392594 9855975424 49921 33554432000 1073741824 1073778376 140735360538896 140359728511144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3475] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3475/stat : 3475 (java) S 3465 3467 2422 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254392594 9855975424 49921 33554432000 1073741824 1073778376 140735360538896 140359727458600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3467/tid=3476] ppid=3465 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/3467/task/3476/stat : 3476 (java) S 3465 3467 2422 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 254392594 9855975424 49921 33554432000 1073741824 1073778376 140735360538896 140359726406056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3477] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3477/stat : 3477 (java) S 3465 3467 2422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254392594 9855975424 49921 33554432000 1073741824 1073778376 140735360538896 140359725353512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3478] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3478/stat : 3478 (java) S 3465 3467 2422 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 254392595 9855975424 49921 33554432000 1073741824 1073778376 140735360538896 140359713155688 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3479] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3479/stat : 3479 (java) S 3465 3467 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254392596 9855975424 49921 33554432000 1073741824 1073778376 140735360538896 140359712102008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3480] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3480/stat : 3480 (java) S 3465 3467 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254392596 9855975424 49921 33554432000 1073741824 1073778376 140735360538896 140359711049352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3481] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3481/stat : 3481 (java) S 3465 3467 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392598 9855975424 49921 33554432000 1073741824 1073778376 140735360538896 140359709998096 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3482] ppid=3465 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/3467/task/3482/stat : 3482 (java) S 3465 3467 2422 0 -1 4202560 6731 0 0 0 64 0 0 0 20 0 19 0 254392598 9855975424 49921 33554432000 1073741824 1073778376 140735360538896 140359708944440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3483] ppid=3465 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/3467/task/3483/stat : 3483 (java) S 3465 3467 2422 0 -1 4202560 4102 0 0 0 48 0 0 0 20 0 19 0 254392598 9855975424 49921 33554432000 1073741824 1073778376 140735360538896 140359707891896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3484] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3484/stat : 3484 (java) S 3465 3467 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392598 9855975424 49921 33554432000 1073741824 1073778376 140735360538896 140359706839544 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3485] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3485/stat : 3485 (java) S 3465 3467 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392598 9855975424 49921 33554432000 1073741824 1073778376 140735360538896 140359705787208 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3486] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3486/stat : 3486 (java) S 3465 3467 2422 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254392748 9855975424 49921 33554432000 1073741824 1073778376 140735360538896 140359704732968 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 9624976

[startup+6.30061 s]
/proc/loadavg: 2.01 2.02 2.00 4/213 3486
/proc/meminfo: memFree=29328212/32873844 swapFree=6848/6848
[pid=3467] ppid=3465 vsize=9624976 CPUtime=7.57 cores=0,2,4,6
/proc/3467/stat : 3467 (java) S 3465 3467 2422 0 -1 4202496 14690 0 1 0 750 7 0 0 20 0 19 0 254392593 9855975424 49888 33554432000 1073741824 1073778376 140735360538896 140735360530032 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3467/statm: 2406244 49888 2267 9 0 2396937 0
[pid=3467/tid=3468] ppid=3465 vsize=9624976 CPUtime=6.23 cores=0,2,4,6
/proc/3467/task/3468/stat : 3468 (java) R 3465 3467 2422 0 -1 4202560 2515 0 1 0 620 3 0 0 20 0 19 0 254392594 9855975424 49888 33554432000 1073741824 1073778376 140735360538896 140359889527192 140359749450530 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3470] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3470/stat : 3470 (java) S 3465 3467 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254392594 9855975424 49888 33554432000 1073741824 1073778376 140735360538896 140359732722344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3471] ppid=3465 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/3467/task/3471/stat : 3471 (java) S 3465 3467 2422 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 254392594 9855975424 49888 33554432000 1073741824 1073778376 140735360538896 140359731669800 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3467/tid=3472] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3472/stat : 3472 (java) S 3465 3467 2422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254392594 9855975424 49888 33554432000 1073741824 1073778376 140735360538896 140359730617256 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3473] ppid=3465 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/3467/task/3473/stat : 3473 (java) S 3465 3467 2422 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 254392594 9855975424 49888 33554432000 1073741824 1073778376 140735360538896 140359729564712 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3474] ppid=3465 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/3467/task/3474/stat : 3474 (java) S 3465 3467 2422 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254392594 9855975424 49888 33554432000 1073741824 1073778376 140735360538896 140359728511144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3475] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3475/stat : 3475 (java) S 3465 3467 2422 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254392594 9855975424 49888 33554432000 1073741824 1073778376 140735360538896 140359727458600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3467/tid=3476] ppid=3465 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/3467/task/3476/stat : 3476 (java) S 3465 3467 2422 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 254392594 9855975424 49888 33554432000 1073741824 1073778376 140735360538896 140359726406056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3477] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3477/stat : 3477 (java) S 3465 3467 2422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254392594 9855975424 49888 33554432000 1073741824 1073778376 140735360538896 140359725353512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3478] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3478/stat : 3478 (java) S 3465 3467 2422 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 254392595 9855975424 49888 33554432000 1073741824 1073778376 140735360538896 140359713155688 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3479] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3479/stat : 3479 (java) S 3465 3467 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254392596 9855975424 49888 33554432000 1073741824 1073778376 140735360538896 140359712102008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3480] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3480/stat : 3480 (java) S 3465 3467 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254392596 9855975424 49888 33554432000 1073741824 1073778376 140735360538896 140359711049352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3481] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3481/stat : 3481 (java) S 3465 3467 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392598 9855975424 49888 33554432000 1073741824 1073778376 140735360538896 140359709998096 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3482] ppid=3465 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/3467/task/3482/stat : 3482 (java) S 3465 3467 2422 0 -1 4202560 6735 0 0 0 65 0 0 0 20 0 19 0 254392598 9855975424 49888 33554432000 1073741824 1073778376 140735360538896 140359708944440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3483] ppid=3465 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/3467/task/3483/stat : 3483 (java) R 3465 3467 2422 0 -1 4202560 4102 0 0 0 50 0 0 0 20 0 19 0 254392598 9855975424 49888 33554432000 1073741824 1073778376 140735360538896 140359707891776 140359893051925 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3484] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3484/stat : 3484 (java) S 3465 3467 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392598 9855975424 49888 33554432000 1073741824 1073778376 140735360538896 140359706839544 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=3467/tid=3475] ppid=3465 vsize=9624976 CPUtime=1.91 cores=0,2,4,6
/proc/3467/task/3475/stat : 3475 (java) S 3465 3467 2422 0 -1 4202560 396 0 0 0 175 16 0 0 20 0 19 0 254392594 9855975424 435970 33554432000 1073741824 1073778376 140735360538896 140359727458600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3476] ppid=3465 vsize=9624976 CPUtime=1.87 cores=0,2,4,6
/proc/3467/task/3476/stat : 3476 (java) S 3465 3467 2422 0 -1 4202560 343 0 0 0 172 15 0 0 20 0 19 0 254392594 9855975424 435970 33554432000 1073741824 1073778376 140735360538896 140359726406056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3467/tid=3477] ppid=3465 vsize=9624976 CPUtime=1.95 cores=0,2,4,6
/proc/3467/task/3477/stat : 3477 (java) S 3465 3467 2422 0 -1 4202560 448 0 0 0 180 15 0 0 20 0 19 0 254392594 9855975424 435970 33554432000 1073741824 1073778376 140735360538896 140359725353512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3478] ppid=3465 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/3467/task/3478/stat : 3478 (java) S 3465 3467 2422 0 -1 4202560 5968 0 0 0 93 11 0 0 20 0 19 0 254392595 9855975424 435970 33554432000 1073741824 1073778376 140735360538896 140359713155688 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3479] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3479/stat : 3479 (java) S 3465 3467 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254392596 9855975424 435970 33554432000 1073741824 1073778376 140735360538896 140359712102008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3480] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3480/stat : 3480 (java) S 3465 3467 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254392596 9855975424 435970 33554432000 1073741824 1073778376 140735360538896 140359711049352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3481] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3481/stat : 3481 (java) S 3465 3467 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392598 9855975424 435970 33554432000 1073741824 1073778376 140735360538896 140359709998096 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3482] ppid=3465 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/3467/task/3482/stat : 3482 (java) S 3465 3467 2422 0 -1 4202560 6739 0 0 0 72 0 0 0 20 0 19 0 254392598 9855975424 435970 33554432000 1073741824 1073778376 140735360538896 140359708944440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3483] ppid=3465 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/3467/task/3483/stat : 3483 (java) S 3465 3467 2422 0 -1 4202560 4118 0 0 0 60 0 0 0 20 0 19 0 254392598 9855975424 435970 33554432000 1073741824 1073778376 140735360538896 140359707891896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3484] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3484/stat : 3484 (java) S 3465 3467 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392598 9855975424 435970 33554432000 1073741824 1073778376 140735360538896 140359706839544 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3485] ppid=3465 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/3467/task/3485/stat : 3485 (java) S 3465 3467 2422 0 -1 4202560 98 0 0 0 14 15 0 0 20 0 19 0 254392598 9855975424 435970 33554432000 1073741824 1073778376 140735360538896 140359705787208 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3486] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3486/stat : 3486 (java) S 3465 3467 2422 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254392748 9855975424 435970 33554432000 1073741824 1073778376 140735360538896 140359704732968 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1733.88
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.98 2.00 2.00 3/213 3562
/proc/meminfo: memFree=28216368/32873844 swapFree=6848/6848
[pid=3467] ppid=3465 vsize=9624976 CPUtime=1794 cores=0,2,4,6
/proc/3467/stat : 3467 (java) S 3465 3467 2422 0 -1 4202496 24666 0 1 0 179246 154 0 0 20 0 19 0 254392593 9855975424 428868 33554432000 1073741824 1073778376 140735360538896 140735360530032 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3467/statm: 2406244 428868 2282 9 0 2396937 0
[pid=3467/tid=3468] ppid=3465 vsize=9624976 CPUtime=1776.36 cores=0,2,4,6
/proc/3467/task/3468/stat : 3468 (java) R 3465 3467 2422 0 -1 4202560 3887 0 1 0 177592 44 0 0 20 0 19 0 254392594 9855975424 428868 33554432000 1073741824 1073778376 140735360538896 140359889525984 140359749876122 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3470] ppid=3465 vsize=9624976 CPUtime=1.9 cores=0,2,4,6
/proc/3467/task/3470/stat : 3470 (java) S 3465 3467 2422 0 -1 4202560 297 0 0 0 178 12 0 0 20 0 19 0 254392594 9855975424 428868 33554432000 1073741824 1073778376 140735360538896 140359732722344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3471] ppid=3465 vsize=9624976 CPUtime=2.02 cores=0,2,4,6
/proc/3467/task/3471/stat : 3471 (java) S 3465 3467 2422 0 -1 4202560 271 0 0 0 186 16 0 0 20 0 19 0 254392594 9855975424 428868 33554432000 1073741824 1073778376 140735360538896 140359731669800 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3472] ppid=3465 vsize=9624976 CPUtime=1.84 cores=0,2,4,6
/proc/3467/task/3472/stat : 3472 (java) S 3465 3467 2422 0 -1 4202560 374 0 0 0 169 15 0 0 20 0 19 0 254392594 9855975424 428868 33554432000 1073741824 1073778376 140735360538896 140359730617256 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3473] ppid=3465 vsize=9624976 CPUtime=2.01 cores=0,2,4,6
/proc/3467/task/3473/stat : 3473 (java) S 3465 3467 2422 0 -1 4202560 295 0 0 0 186 15 0 0 20 0 19 0 254392594 9855975424 428868 33554432000 1073741824 1073778376 140735360538896 140359729564712 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3474] ppid=3465 vsize=9624976 CPUtime=1.83 cores=0,2,4,6
/proc/3467/task/3474/stat : 3474 (java) S 3465 3467 2422 0 -1 4202560 238 0 0 0 170 13 0 0 20 0 19 0 254392594 9855975424 428868 33554432000 1073741824 1073778376 140735360538896 140359728511144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3475] ppid=3465 vsize=9624976 CPUtime=1.93 cores=0,2,4,6
/proc/3467/task/3475/stat : 3475 (java) S 3465 3467 2422 0 -1 4202560 396 0 0 0 177 16 0 0 20 0 19 0 254392594 9855975424 428868 33554432000 1073741824 1073778376 140735360538896 140359727458600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3476] ppid=3465 vsize=9624976 CPUtime=1.89 cores=0,2,4,6
/proc/3467/task/3476/stat : 3476 (java) S 3465 3467 2422 0 -1 4202560 343 0 0 0 174 15 0 0 20 0 19 0 254392594 9855975424 428868 33554432000 1073741824 1073778376 140735360538896 140359726406056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3467/tid=3477] ppid=3465 vsize=9624976 CPUtime=1.98 cores=0,2,4,6
/proc/3467/task/3477/stat : 3477 (java) S 3465 3467 2422 0 -1 4202560 448 0 0 0 183 15 0 0 20 0 19 0 254392594 9855975424 428868 33554432000 1073741824 1073778376 140735360538896 140359725353512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3478] ppid=3465 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/3467/task/3478/stat : 3478 (java) S 3465 3467 2422 0 -1 4202560 5972 0 0 0 93 11 0 0 20 0 19 0 254392595 9855975424 428868 33554432000 1073741824 1073778376 140735360538896 140359713155688 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3479] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3479/stat : 3479 (java) S 3465 3467 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254392596 9855975424 428868 33554432000 1073741824 1073778376 140735360538896 140359712102008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3480] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3480/stat : 3480 (java) S 3465 3467 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254392596 9855975424 428868 33554432000 1073741824 1073778376 140735360538896 140359711049352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3481] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3481/stat : 3481 (java) S 3465 3467 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392598 9855975424 428868 33554432000 1073741824 1073778376 140735360538896 140359709998096 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3482] ppid=3465 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/3467/task/3482/stat : 3482 (java) S 3465 3467 2422 0 -1 4202560 6739 0 0 0 72 0 0 0 20 0 19 0 254392598 9855975424 428868 33554432000 1073741824 1073778376 140735360538896 140359708944440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3483] ppid=3465 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/3467/task/3483/stat : 3483 (java) S 3465 3467 2422 0 -1 4202560 4118 0 0 0 60 0 0 0 20 0 19 0 254392598 9855975424 428868 33554432000 1073741824 1073778376 140735360538896 140359707891896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3484] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3484/stat : 3484 (java) S 3465 3467 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392598 9855975424 428868 33554432000 1073741824 1073778376 140735360538896 140359706839544 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3485] ppid=3465 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/3467/task/3485/stat : 3485 (java) S 3465 3467 2422 0 -1 4202560 102 0 0 0 15 15 0 0 20 0 19 0 254392598 9855975424 428868 33554432000 1073741824 1073778376 140735360538896 140359705787208 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3486] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3486/stat : 3486 (java) S 3465 3467 2422 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254392748 9855975424 428868 33554432000 1073741824 1073778376 140735360538896 140359704732968 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1794
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.3 s]
/proc/loadavg: 1.98 2.00 2.00 3/213 3562
/proc/meminfo: memFree=28224184/32873844 swapFree=6848/6848
[pid=3467] ppid=3465 vsize=9624976 CPUtime=1800.05 cores=0,2,4,6
/proc/3467/stat : 3467 (java) S 3465 3467 2422 0 -1 4202496 24668 0 1 0 179851 154 0 0 20 0 19 0 254392593 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140735360530032 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3467/statm: 2406244 426880 2282 9 0 2396937 0
[pid=3467/tid=3468] ppid=3465 vsize=9624976 CPUtime=1782.34 cores=0,2,4,6
/proc/3467/task/3468/stat : 3468 (java) R 3465 3467 2422 0 -1 4202560 3889 0 1 0 178189 45 0 0 20 0 19 0 254392594 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359889525920 140359750232971 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3470] ppid=3465 vsize=9624976 CPUtime=1.9 cores=0,2,4,6
/proc/3467/task/3470/stat : 3470 (java) S 3465 3467 2422 0 -1 4202560 297 0 0 0 178 12 0 0 20 0 19 0 254392594 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359732722344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3471] ppid=3465 vsize=9624976 CPUtime=2.03 cores=0,2,4,6
/proc/3467/task/3471/stat : 3471 (java) S 3465 3467 2422 0 -1 4202560 271 0 0 0 187 16 0 0 20 0 19 0 254392594 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359731669800 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3472] ppid=3465 vsize=9624976 CPUtime=1.85 cores=0,2,4,6
/proc/3467/task/3472/stat : 3472 (java) S 3465 3467 2422 0 -1 4202560 374 0 0 0 170 15 0 0 20 0 19 0 254392594 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359730617256 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3473] ppid=3465 vsize=9624976 CPUtime=2.02 cores=0,2,4,6
/proc/3467/task/3473/stat : 3473 (java) S 3465 3467 2422 0 -1 4202560 295 0 0 0 187 15 0 0 20 0 19 0 254392594 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359729564712 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3474] ppid=3465 vsize=9624976 CPUtime=1.84 cores=0,2,4,6
/proc/3467/task/3474/stat : 3474 (java) S 3465 3467 2422 0 -1 4202560 238 0 0 0 171 13 0 0 20 0 19 0 254392594 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359728511144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3467/tid=3475] ppid=3465 vsize=9624976 CPUtime=1.94 cores=0,2,4,6
/proc/3467/task/3475/stat : 3475 (java) S 3465 3467 2422 0 -1 4202560 396 0 0 0 178 16 0 0 20 0 19 0 254392594 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359727458600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3476] ppid=3465 vsize=9624976 CPUtime=1.9 cores=0,2,4,6
/proc/3467/task/3476/stat : 3476 (java) S 3465 3467 2422 0 -1 4202560 343 0 0 0 175 15 0 0 20 0 19 0 254392594 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359726406056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3477] ppid=3465 vsize=9624976 CPUtime=1.99 cores=0,2,4,6
/proc/3467/task/3477/stat : 3477 (java) S 3465 3467 2422 0 -1 4202560 448 0 0 0 184 15 0 0 20 0 19 0 254392594 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359725353512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3478] ppid=3465 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/3467/task/3478/stat : 3478 (java) S 3465 3467 2422 0 -1 4202560 5972 0 0 0 93 11 0 0 20 0 19 0 254392595 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359713155688 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3479] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3479/stat : 3479 (java) S 3465 3467 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254392596 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359712102008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3480] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3480/stat : 3480 (java) S 3465 3467 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254392596 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359711049352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3481] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3481/stat : 3481 (java) S 3465 3467 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392598 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359709998096 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3482] ppid=3465 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/3467/task/3482/stat : 3482 (java) S 3465 3467 2422 0 -1 4202560 6739 0 0 0 72 0 0 0 20 0 19 0 254392598 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359708944440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3483] ppid=3465 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/3467/task/3483/stat : 3483 (java) S 3465 3467 2422 0 -1 4202560 4118 0 0 0 60 0 0 0 20 0 19 0 254392598 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359707891896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3484] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3484/stat : 3484 (java) S 3465 3467 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392598 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359706839544 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3485] ppid=3465 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/3467/task/3485/stat : 3485 (java) S 3465 3467 2422 0 -1 4202560 102 0 0 0 15 15 0 0 20 0 19 0 254392598 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359705787208 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3486] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3486/stat : 3486 (java) S 3465 3467 2422 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254392748 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359704732968 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1788.3 s]
/proc/loadavg: 1.98 2.00 2.00 3/213 3562
/proc/meminfo: memFree=28224184/32873844 swapFree=6848/6848
[pid=3467] ppid=3465 vsize=9624976 CPUtime=1800.05 cores=0,2,4,6
/proc/3467/stat : 3467 (java) S 3465 3467 2422 0 -1 4202496 24668 0 1 0 179851 154 0 0 20 0 19 0 254392593 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140735360530032 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3467/statm: 2406244 426880 2282 9 0 2396937 0
[pid=3467/tid=3468] ppid=3465 vsize=9624976 CPUtime=1782.34 cores=0,2,4,6
/proc/3467/task/3468/stat : 3468 (java) R 3465 3467 2422 0 -1 4202560 3889 0 1 0 178189 45 0 0 20 0 19 0 254392594 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359889525920 140359750232971 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3470] ppid=3465 vsize=9624976 CPUtime=1.9 cores=0,2,4,6
/proc/3467/task/3470/stat : 3470 (java) S 3465 3467 2422 0 -1 4202560 297 0 0 0 178 12 0 0 20 0 19 0 254392594 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359732722344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3471] ppid=3465 vsize=9624976 CPUtime=2.03 cores=0,2,4,6
/proc/3467/task/3471/stat : 3471 (java) S 3465 3467 2422 0 -1 4202560 271 0 0 0 187 16 0 0 20 0 19 0 254392594 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359731669800 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3472] ppid=3465 vsize=9624976 CPUtime=1.85 cores=0,2,4,6
/proc/3467/task/3472/stat : 3472 (java) S 3465 3467 2422 0 -1 4202560 374 0 0 0 170 15 0 0 20 0 19 0 254392594 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359730617256 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3473] ppid=3465 vsize=9624976 CPUtime=2.02 cores=0,2,4,6
/proc/3467/task/3473/stat : 3473 (java) S 3465 3467 2422 0 -1 4202560 295 0 0 0 187 15 0 0 20 0 19 0 254392594 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359729564712 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3474] ppid=3465 vsize=9624976 CPUtime=1.84 cores=0,2,4,6
/proc/3467/task/3474/stat : 3474 (java) S 3465 3467 2422 0 -1 4202560 238 0 0 0 171 13 0 0 20 0 19 0 254392594 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359728511144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3467/tid=3475] ppid=3465 vsize=9624976 CPUtime=1.94 cores=0,2,4,6
/proc/3467/task/3475/stat : 3475 (java) S 3465 3467 2422 0 -1 4202560 396 0 0 0 178 16 0 0 20 0 19 0 254392594 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359727458600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3476] ppid=3465 vsize=9624976 CPUtime=1.9 cores=0,2,4,6
/proc/3467/task/3476/stat : 3476 (java) S 3465 3467 2422 0 -1 4202560 343 0 0 0 175 15 0 0 20 0 19 0 254392594 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359726406056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3477] ppid=3465 vsize=9624976 CPUtime=1.99 cores=0,2,4,6
/proc/3467/task/3477/stat : 3477 (java) S 3465 3467 2422 0 -1 4202560 448 0 0 0 184 15 0 0 20 0 19 0 254392594 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359725353512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3478] ppid=3465 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/3467/task/3478/stat : 3478 (java) S 3465 3467 2422 0 -1 4202560 5972 0 0 0 93 11 0 0 20 0 19 0 254392595 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359713155688 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3479] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3479/stat : 3479 (java) S 3465 3467 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254392596 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359712102008 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3480] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3480/stat : 3480 (java) S 3465 3467 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254392596 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359711049352 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3481] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3481/stat : 3481 (java) S 3465 3467 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392598 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359709998096 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3482] ppid=3465 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/3467/task/3482/stat : 3482 (java) S 3465 3467 2422 0 -1 4202560 6739 0 0 0 72 0 0 0 20 0 19 0 254392598 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359708944440 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3467/tid=3483] ppid=3465 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/3467/task/3483/stat : 3483 (java) S 3465 3467 2422 0 -1 4202560 4118 0 0 0 60 0 0 0 20 0 19 0 254392598 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359707891896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3484] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3484/stat : 3484 (java) S 3465 3467 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254392598 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359706839544 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3467/tid=3485] ppid=3465 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/3467/task/3485/stat : 3485 (java) S 3465 3467 2422 0 -1 4202560 102 0 0 0 15 15 0 0 20 0 19 0 254392598 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359705787208 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3467/tid=3486] ppid=3465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3467/task/3486/stat : 3486 (java) S 3465 3467 2422 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254392748 9855975424 426880 33554432000 1073741824 1073778376 140735360538896 140359704732968 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1788.33
CPU time (s): 1800.75
CPU user time (s): 1798.73
CPU system time (s): 2.02369
CPU usage (%): 100.695
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.73
system time used= 2.02369
maximum resident set size= 1757164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24698
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53910
involuntary context switches= 56655

runsolver used 6.35103 second user time and 13.084 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-24 20:04:37
IDJOB=3688339
IDBENCH=3012
IDSOLVER=2269
FILE ID=node144/3688339-1337882677
RUNJOBID= node144-1337871880-2438
PBS_JOBID= 14620060
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=300-sizeP=151-sizeQ=300-692949159-max.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688339-1337882677/watcher-3688339-1337882677 -o /tmp/evaluation-result-3688339-1337882677/solver-3688339-1337882677 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688339-1337882677.opb

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

MD5SUM BENCH= 7e6b5d1bb2d5498810142d4e4cc2c6f4
RANDOM SEED=975435953

node144.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.196
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	: 5332.39
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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.90
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.196
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.92
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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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.196
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:       32873844 kB
MemFree:        29525596 kB
Buffers:          223748 kB
Cached:          1880800 kB
SwapCached:            0 kB
Active:           897456 kB
Inactive:        1661776 kB
Active(anon):     456488 kB
Inactive(anon):        0 kB
Active(file):     440968 kB
Inactive(file):  1661776 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7384 kB
Writeback:            16 kB
AnonPages:        485144 kB
Mapped:            22352 kB
Shmem:               200 kB
Slab:             626952 kB
SReclaimable:      69344 kB
SUnreclaim:       557608 kB
KernelStack:        1592 kB
PageTables:         5336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1082408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    448512 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= 71720 MiB
End job on node144 at 2012-05-24 20:34:27