Trace number 3743698

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.59 902.036

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE2.0_TMAX60_K192_cod1.opb
MD5SUMeaab10f01ee27b0b121ba65e8f168ce4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3
Best CPU time to get the best result obtained on this benchmark1800.41
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 36017252
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 36017252
Number of bits of the biggest sum of numbers26
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.08	c version 2.2.0.v20100531
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		1349517296
0.01/0.08	c Max memory 		1356595200
0.01/0.08	c Total memory 		1356595200
0.01/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3743698-1338795780.opb
0.09/0.11	c reading problem ... 
11.73/7.42	c ... done. Wall clock time 7.314s.
11.73/7.42	c #vars     399113
11.73/7.42	c #constraints  400980
11.73/7.42	c constraints type 
11.73/7.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
11.73/7.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
11.73/7.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
11.73/7.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
11.73/7.42	c constraints type 
11.73/7.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
11.73/7.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
11.73/7.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
11.73/7.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
509.90/255.82	c cleaning 2492 clauses out of 4992 with flag 5002/5002
976.27/489.41	c cleaning 4242 clauses out of 8500 with flag 11002/11002
1466.27/734.62	c cleaning 5625 clauses out of 11257 with flag 18001/18001
1800.15/902.02	c starts		: 48
1800.15/902.02	c conflicts		: 21357
1800.15/902.02	c decisions		: 248193
1800.15/902.02	c propagations		: 901150405
1800.15/902.02	c inspects		: 129991143
1800.15/902.02	c learnt literals	: 10
1800.15/902.02	c learnt binary clauses	: 92
1800.15/902.02	c learnt ternary clauses	: 47
1800.15/902.02	c learnt clauses	: 21347
1800.15/902.02	c ignored clauses	: 0
1800.15/902.02	c root simplifications	: 0
1800.15/902.02	c removed literals (reason simplification)	: 2013566
1800.15/902.02	c reason swapping (by a shorter reason)	: 0
1800.15/902.02	c Calls to reduceDB	: 3
1800.15/902.02	c number of reductions to clauses (during analyze)	: 0
1800.15/902.02	c number of learned constraints concerned by reduction	: 0
1800.15/902.02	c number of learning phase by resolution	: 0
1800.15/902.02	c number of learning phase by cutting planes	: 0
1800.15/902.02	c speed (assignments/second)	: 1007328.9168047181
1800.15/902.02	c non guided choices	493
1800.15/902.02	c learnt constraints type 
1800.15/902.02	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 8897
1800.15/902.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 92
1800.15/902.02	c constraints type 
1800.15/902.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.15/902.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.15/902.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.15/902.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.15/902.02	c constraints type 
1800.15/902.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.15/902.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.15/902.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.15/902.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.15/902.02	s UNKNOWN
1800.15/902.02	c Total wall clock time (in seconds): 901.916

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

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

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


[startup+0 s]
/proc/loadavg: 4.00 3.97 3.84 4/197 20631
/proc/meminfo: memFree=28342056/32873648 swapFree=7116/7116
[pid=20631] ppid=20629 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (java6) D 20629 20631 17860 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 345703533 9515008 182 33554432000 1073741824 1073778376 140733257758432 140733257749464 214537420469 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/20631/statm: 2323 182 140 9 0 71 0

[startup+0.0328551 s]
/proc/loadavg: 4.00 3.97 3.84 4/197 20631
/proc/meminfo: memFree=28342056/32873648 swapFree=7116/7116
[pid=20631] ppid=20629 vsize=2158136 CPUtime=0.01 cores=1,3,5,7
/proc/20631/stat : 20631 (java) S 20629 20631 17860 0 -1 4202496 3498 0 1 0 1 0 0 0 20 0 10 0 345703533 2209931264 4198 33554432000 1073741824 1073778376 140736864628320 140736864619456 214540779581 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20631/statm: 539534 4198 1548 9 0 530235 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2158136

[startup+0.100264 s]
/proc/loadavg: 4.00 3.97 3.84 4/197 20631
/proc/meminfo: memFree=28342056/32873648 swapFree=7116/7116
[pid=20631] ppid=20629 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/20631/stat : 20631 (java) S 20629 20631 17860 0 -1 4202496 4724 0 1 0 8 1 0 0 20 0 18 0 345703533 2764726272 6430 33554432000 1073741824 1073778376 140736864628320 140736864619456 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20631/statm: 674982 6430 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300246 s]
/proc/loadavg: 4.00 3.97 3.84 4/197 20631
/proc/meminfo: memFree=28342056/32873648 swapFree=7116/7116
[pid=20631] ppid=20629 vsize=2699928 CPUtime=0.46 cores=1,3,5,7
/proc/20631/stat : 20631 (java) S 20629 20631 17860 0 -1 4202496 6091 0 1 0 45 1 0 0 20 0 18 0 345703533 2764726272 18450 33554432000 1073741824 1073778376 140736864628320 140736864619456 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20631/statm: 674982 18450 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.70025 s]
/proc/loadavg: 4.00 3.97 3.84 4/197 20631
/proc/meminfo: memFree=28342056/32873648 swapFree=7116/7116
[pid=20631] ppid=20629 vsize=2699928 CPUtime=0.91 cores=1,3,5,7
/proc/20631/stat : 20631 (java) S 20629 20631 17860 0 -1 4202496 6230 0 1 0 87 4 0 0 20 0 18 0 345703533 2764726272 55874 33554432000 1073741824 1073778376 140736864628320 140736864619456 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20631/statm: 674982 55874 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 2699928

[startup+1.50068 s]
/proc/loadavg: 3.92 3.95 3.83 4/215 20649
/proc/meminfo: memFree=28013408/32873648 swapFree=7116/7116
[pid=20631] ppid=20629 vsize=2699928 CPUtime=2.45 cores=1,3,5,7
/proc/20631/stat : 20631 (java) S 20629 20631 17860 0 -1 4202496 11798 0 1 0 225 20 0 0 20 0 18 0 345703533 2764726272 129429 33554432000 1073741824 1073778376 140736864628320 140736864619456 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20631/statm: 674982 129429 2248 9 0 665676 0
[pid=20631/tid=20633] ppid=20629 vsize=2699928 CPUtime=1.33 cores=1,3,5,7
/proc/20631/task/20633/stat : 20633 (java) R 20629 20631 17860 0 -1 4202560 2960 0 1 0 127 6 0 0 20 0 18 0 345703534 2764726272 129429 33554432000 1073741824 1073778376 140736864628320 140639187659816 140639195425882 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20634] ppid=20629 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/20631/task/20634/stat : 20634 (java) S 20629 20631 17860 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 18 0 345703535 2764726272 129429 33554432000 1073741824 1073778376 140736864628320 140639054411944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20635] ppid=20629 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/20631/task/20635/stat : 20635 (java) S 20629 20631 17860 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 18 0 345703535 2764726272 129429 33554432000 1073741824 1073778376 140736864628320 140639053359400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20636] ppid=20629 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/20631/task/20636/stat : 20636 (java) S 20629 20631 17860 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 18 0 345703535 2764726272 129429 33554432000 1073741824 1073778376 140736864628320 140639052306856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20631/tid=20637] ppid=20629 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/20631/task/20637/stat : 20637 (java) S 20629 20631 17860 0 -1 4202560 57 0 0 0 7 2 0 0 20 0 18 0 345703535 2764726272 129429 33554432000 1073741824 1073778376 140736864628320 140639051254312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20631/tid=20638] ppid=20629 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/20631/task/20638/stat : 20638 (java) S 20629 20631 17860 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 345703535 2764726272 129429 33554432000 1073741824 1073778376 140736864628320 140639050201768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20639] ppid=20629 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/20631/task/20639/stat : 20639 (java) S 20629 20631 17860 0 -1 4202560 49 0 0 0 5 3 0 0 20 0 18 0 345703535 2764726272 129429 33554432000 1073741824 1073778376 140736864628320 140639049149224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20640] ppid=20629 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/20631/task/20640/stat : 20640 (java) S 20629 20631 17860 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 18 0 345703535 2764726272 129429 33554432000 1073741824 1073778376 140736864628320 140639048096680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20641] ppid=20629 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/20631/task/20641/stat : 20641 (java) S 20629 20631 17860 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 18 0 345703535 2764726272 129429 33554432000 1073741824 1073778376 140736864628320 140639047044136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20642] ppid=20629 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20642/stat : 20642 (java) S 20629 20631 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345703536 2764726272 129429 33554432000 1073741824 1073778376 140736864628320 140638564620392 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20643] ppid=20629 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20643/stat : 20643 (java) S 20629 20631 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345703536 2764726272 129429 33554432000 1073741824 1073778376 140736864628320 140638563566712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20644] ppid=20629 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20644/stat : 20644 (java) S 20629 20631 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345703537 2764726272 129429 33554432000 1073741824 1073778376 140736864628320 140638562514056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20645] ppid=20629 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20645/stat : 20645 (java) S 20629 20631 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345703539 2764726272 129429 33554432000 1073741824 1073778376 140736864628320 140638561462800 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20646] ppid=20629 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/20631/task/20646/stat : 20646 (java) S 20629 20631 17860 0 -1 4202560 2738 0 0 0 27 0 0 0 20 0 18 0 345703539 2764726272 129429 33554432000 1073741824 1073778376 140736864628320 140638560410168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20647] ppid=20629 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/20631/task/20647/stat : 20647 (java) S 20629 20631 17860 0 -1 4202560 4650 0 0 0 30 0 0 0 20 0 18 0 345703539 2764726272 129429 33554432000 1073741824 1073778376 140736864628320 140638559357624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20648] ppid=20629 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20648/stat : 20648 (java) S 20629 20631 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345703539 2764726272 129429 33554432000 1073741824 1073778376 140736864628320 140638558305272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20649] ppid=20629 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20649/stat : 20649 (java) S 20629 20631 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345703539 2764726272 129429 33554432000 1073741824 1073778376 140736864628320 140638557252936 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 2699928

[startup+3.10064 s]
/proc/loadavg: 3.92 3.95 3.83 4/215 20649
/proc/meminfo: memFree=27762304/32873648 swapFree=7116/7116
[pid=20631] ppid=20629 vsize=2699928 CPUtime=5.63 cores=1,3,5,7
/proc/20631/stat : 20631 (java) S 20629 20631 17860 0 -1 4202496 13865 0 1 0 531 32 0 0 20 0 18 0 345703533 2764726272 163544 33554432000 1073741824 1073778376 140736864628320 140736864619456 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20631/statm: 674982 163544 2248 9 0 665676 0
[pid=20631/tid=20633] ppid=20629 vsize=2699928 CPUtime=2.37 cores=1,3,5,7
/proc/20631/task/20633/stat : 20633 (java) S 20629 20631 17860 0 -1 4202560 2972 0 1 0 230 7 0 0 20 0 18 0 345703534 2764726272 163544 33554432000 1073741824 1073778376 140736864628320 140639187659816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20631/tid=20634] ppid=20629 vsize=2699928 CPUtime=0.29 cores=1,3,5,7
/proc/20631/task/20634/stat : 20634 (java) R 20629 20631 17860 0 -1 4202560 192 0 0 0 27 2 0 0 20 0 18 0 345703535 2764726272 163544 33554432000 1073741824 1073778376 140736864628320 140639054411944 214537374855 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20635] ppid=20629 vsize=2699928 CPUtime=0.36 cores=1,3,5,7
/proc/20631/task/20635/stat : 20635 (java) R 20629 20631 17860 0 -1 4202560 289 0 0 0 33 3 0 0 20 0 18 0 345703535 2764726272 163544 33554432000 1073741824 1073778376 140736864628320 140639053359576 140639195156222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20636] ppid=20629 vsize=2699928 CPUtime=0.32 cores=1,3,5,7
/proc/20631/task/20636/stat : 20636 (java) R 20629 20631 17860 0 -1 4202560 323 0 0 0 30 2 0 0 20 0 18 0 345703535 2764726272 163544 33554432000 1073741824 1073778376 140736864628320 140639052307032 140639194559731 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20637] ppid=20629 vsize=2699928 CPUtime=0.28 cores=1,3,5,7
/proc/20631/task/20637/stat : 20637 (java) R 20629 20631 17860 0 -1 4202560 206 0 0 0 24 4 0 0 20 0 18 0 345703535 2764726272 163544 33554432000 1073741824 1073778376 140736864628320 140639051254440 214537374855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20638] ppid=20629 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/20631/task/20638/stat : 20638 (java) R 20629 20631 17860 0 -1 4202560 295 0 0 0 25 2 0 0 20 0 18 0 345703535 2764726272 163544 33554432000 1073741824 1073778376 140736864628320 140639050201896 140639195706530 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20631/tid=20639] ppid=20629 vsize=2699928 CPUtime=0.39 cores=1,3,5,7
/proc/20631/task/20639/stat : 20639 (java) R 20629 20631 17860 0 -1 4202560 417 0 0 0 33 6 0 0 20 0 18 0 345703535 2764726272 163544 33554432000 1073741824 1073778376 140736864628320 140639049149400 140639194169743 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20640] ppid=20629 vsize=2699928 CPUtime=0.31 cores=1,3,5,7
/proc/20631/task/20640/stat : 20640 (java) R 20629 20631 17860 0 -1 4202560 343 0 0 0 29 2 0 0 20 0 18 0 345703535 2764726272 163544 33554432000 1073741824 1073778376 140736864628320 140639048096680 214537374855 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20641] ppid=20629 vsize=2699928 CPUtime=0.32 cores=1,3,5,7
/proc/20631/task/20641/stat : 20641 (java) R 20629 20631 17860 0 -1 4202560 260 0 0 0 29 3 0 0 20 0 18 0 345703535 2764726272 163544 33554432000 1073741824 1073778376 140736864628320 140639047044136 214537374855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20642] ppid=20629 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20642/stat : 20642 (java) S 20629 20631 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345703536 2764726272 163544 33554432000 1073741824 1073778376 140736864628320 140638564619272 214540792892 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20643] ppid=20629 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20643/stat : 20643 (java) S 20629 20631 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345703536 2764726272 163544 33554432000 1073741824 1073778376 140736864628320 140638563566712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20644] ppid=20629 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20644/stat : 20644 (java) S 20629 20631 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345703537 2764726272 163544 33554432000 1073741824 1073778376 140736864628320 140638562514056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20645] ppid=20629 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20645/stat : 20645 (java) S 20629 20631 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345703539 2764726272 163544 33554432000 1073741824 1073778376 140736864628320 140638561462800 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20646] ppid=20629 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/20631/task/20646/stat : 20646 (java) S 20629 20631 17860 0 -1 4202560 2738 0 0 0 27 0 0 0 20 0 18 0 345703539 2764726272 163544 33554432000 1073741824 1073778376 140736864628320 140638560410168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20647] ppid=20629 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/20631/task/20647/stat : 20647 (java) S 20629 20631 17860 0 -1 4202560 4650 0 0 0 30 0 0 0 20 0 18 0 345703539 2764726272 163544 33554432000 1073741824 1073778376 140736864628320 140638559357624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20648] ppid=20629 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20648/stat : 20648 (java) S 20629 20631 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345703539 2764726272 163544 33554432000 1073741824 1073778376 140736864628320 140638558305272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20649] ppid=20629 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20649/stat : 20649 (java) S 20629 20631 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345703539 2764726272 163544 33554432000 1073741824 1073778376 140736864628320 140638557252936 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 2699928

[startup+6.30066 s]
/proc/loadavg: 3.92 3.95 3.83 4/215 20649
/proc/meminfo: memFree=27619164/32873648 swapFree=7116/7116
[pid=20631] ppid=20629 vsize=2699928 CPUtime=10.2 cores=1,3,5,7
/proc/20631/stat : 20631 (java) S 20629 20631 17860 0 -1 4202496 14334 0 1 0 978 42 0 0 20 0 18 0 345703533 2764726272 186721 33554432000 1073741824 1073778376 140736864628320 140736864619456 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20631/statm: 674982 186721 2248 9 0 665676 0
[pid=20631/tid=20633] ppid=20629 vsize=2699928 CPUtime=5.07 cores=1,3,5,7
/proc/20631/task/20633/stat : 20633 (java) R 20629 20631 17860 0 -1 4202560 2985 0 1 0 499 8 0 0 20 0 18 0 345703534 2764726272 186721 33554432000 1073741824 1073778376 140736864628320 140639187660976 140639056953542 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20634] ppid=20629 vsize=2699928 CPUtime=0.48 cores=1,3,5,7
/proc/20631/task/20634/stat : 20634 (java) S 20629 20631 17860 0 -1 4202560 319 0 0 0 45 3 0 0 20 0 18 0 345703535 2764726272 186721 33554432000 1073741824 1073778376 140736864628320 140639054411944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20631/tid=20635] ppid=20629 vsize=2699928 CPUtime=0.57 cores=1,3,5,7
/proc/20631/task/20635/stat : 20635 (java) S 20629 20631 17860 0 -1 4202560 335 0 0 0 52 5 0 0 20 0 18 0 345703535 2764726272 186721 33554432000 1073741824 1073778376 140736864628320 140639053359400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20636] ppid=20629 vsize=2699928 CPUtime=0.58 cores=1,3,5,7
/proc/20631/task/20636/stat : 20636 (java) S 20629 20631 17860 0 -1 4202560 345 0 0 0 54 4 0 0 20 0 18 0 345703535 2764726272 186721 33554432000 1073741824 1073778376 140736864628320 140639052306856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20637] ppid=20629 vsize=2699928 CPUtime=0.5 cores=1,3,5,7
/proc/20631/task/20637/stat : 20637 (java) S 20629 20631 17860 0 -1 4202560 342 0 0 0 45 5 0 0 20 0 18 0 345703535 2764726272 186721 33554432000 1073741824 1073778376 140736864628320 140639051254312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20638] ppid=20629 vsize=2699928 CPUtime=0.48 cores=1,3,5,7
/proc/20631/task/20638/stat : 20638 (java) S 20629 20631 17860 0 -1 4202560 307 0 0 0 45 3 0 0 20 0 18 0 345703535 2764726272 186721 33554432000 1073741824 1073778376 140736864628320 140639050201768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20639] ppid=20629 vsize=2699928 CPUtime=0.6 cores=1,3,5,7
/proc/20631/task/20639/stat : 20639 (java) S 20629 20631 17860 0 -1 4202560 433 0 0 0 54 6 0 0 20 0 18 0 345703535 2764726272 186721 33554432000 1073741824 1073778376 140736864628320 140639049149224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20640] ppid=20629 vsize=2699928 CPUtime=0.52 cores=1,3,5,7
/proc/20631/task/20640/stat : 20640 (java) S 20629 20631 17860 0 -1 4202560 362 0 0 0 49 3 0 0 20 0 18 0 345703535 2764726272 186721 33554432000 1073741824 1073778376 140736864628320 140639048096680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20641] ppid=20629 vsize=2699928 CPUtime=0.66 cores=1,3,5,7
/proc/20631/task/20641/stat : 20641 (java) S 20629 20631 17860 0 -1 4202560 338 0 0 0 62 4 0 0 20 0 18 0 345703535 2764726272 186721 33554432000 1073741824 1073778376 140736864628320 140639047044136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20642] ppid=20629 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20642/stat : 20642 (java) S 20629 20631 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345703536 2764726272 186721 33554432000 1073741824 1073778376 140736864628320 140638564620392 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20631/tid=20643] ppid=20629 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20643/stat : 20643 (java) S 20629 20631 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345703536 2764726272 186721 33554432000 1073741824 1073778376 140736864628320 140638563566712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20644] ppid=20629 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20644/stat : 20644 (java) S 20629 20631 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345703537 2764726272 186721 33554432000 1073741824 1073778376 140736864628320 140638562514056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20645] ppid=20629 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20645/stat : 20645 (java) S 20629 20631 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345703539 2764726272 186721 33554432000 1073741824 1073778376 140736864628320 140638561462800 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20646] ppid=20629 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/20631/task/20646/stat : 20646 (java) S 20629 20631 17860 0 -1 4202560 2738 0 0 0 27 0 0 0 20 0 18 0 345703539 2764726272 186721 33554432000 1073741824 1073778376 140736864628320 140638560410168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20647] ppid=20629 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/20631/task/20647/stat : 20647 (java) S 20629 20631 17860 0 -1 4202560 4650 0 0 0 30 0 0 0 20 0 18 0 345703539 2764726272 186721 33554432000 1073741824 1073778376 140736864628320 140638559357624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20648] ppid=20629 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20648/stat : 20648 (java) S 20629 20631 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345703539 2764726272 186721 33554432000 1073741824 1073778376 140736864628320 140638558305272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20649] ppid=20629 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20649/stat : 20649 (java) S 20629 20631 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345703539 2764726272 186721 33554432000 1073741824 1073778376 140736864628320 140638557252936 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10.2
Current children cumulated vsize (KiB) 2699928

[startup+12.7009 s]
/proc/loadavg: 3.86 3.94 3.83 5/219 20653
/proc/meminfo: memFree=27479700/32873648 swapFree=7116/7116
[pid=20631] ppid=20629 vsize=2966184 CPUtime=23.64 cores=1,3,5,7
/proc/20631/stat : 20631 (java) S 20629 20631 17860 0 -1 4202496 15714 0 1 0 2314 50 0 0 20 0 22 0 345703533 3037372416 217292 33554432000 1073741824 1073778376 140736864628320 140736864619456 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20631/statm: 741546 217292 2273 9 0 732240 0
[pid=20631/tid=20633] ppid=20629 vsize=2966184 CPUtime=6.08 cores=1,3,5,7

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

[pid=20631/tid=20651] ppid=20629 vsize=2966184 CPUtime=811.55 cores=1,3,5,7
/proc/20631/task/20651/stat : 20651 (java) R 20629 20631 17860 0 -1 4202560 66 0 0 0 81140 15 0 0 20 0 22 0 345704276 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638555142568 140639057559528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20652] ppid=20629 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20652/stat : 20652 (java) S 20629 20631 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345704321 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638554092584 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20653] ppid=20629 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20653/stat : 20653 (java) S 20629 20631 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345704321 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638553040040 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1640.76
Current children cumulated vsize (KiB) 2966184

[startup+882.308 s]
/proc/loadavg: 3.94 4.02 3.91 5/219 20723
/proc/meminfo: memFree=27457808/32873648 swapFree=7116/7116
[pid=20631] ppid=20629 vsize=2966184 CPUtime=1760.75 cores=1,3,5,7
/proc/20631/stat : 20631 (java) S 20629 20631 17860 0 -1 4202496 23014 0 1 0 176002 73 0 0 20 0 22 0 345703533 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140736864619456 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20631/statm: 741546 237094 2285 9 0 732240 0
[pid=20631/tid=20633] ppid=20629 vsize=2966184 CPUtime=6.1 cores=1,3,5,7
/proc/20631/task/20633/stat : 20633 (java) S 20629 20631 17860 0 -1 4202560 3000 0 1 0 600 10 0 0 20 0 22 0 345703534 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639187661976 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20634] ppid=20629 vsize=2966184 CPUtime=0.66 cores=1,3,5,7
/proc/20631/task/20634/stat : 20634 (java) S 20629 20631 17860 0 -1 4202560 340 0 0 0 62 4 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639054411944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20631/tid=20635] ppid=20629 vsize=2966184 CPUtime=0.76 cores=1,3,5,7
/proc/20631/task/20635/stat : 20635 (java) S 20629 20631 17860 0 -1 4202560 356 0 0 0 70 6 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639053359400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20636] ppid=20629 vsize=2966184 CPUtime=0.7 cores=1,3,5,7
/proc/20631/task/20636/stat : 20636 (java) S 20629 20631 17860 0 -1 4202560 369 0 0 0 65 5 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639052306856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20637] ppid=20629 vsize=2966184 CPUtime=0.69 cores=1,3,5,7
/proc/20631/task/20637/stat : 20637 (java) S 20629 20631 17860 0 -1 4202560 406 0 0 0 64 5 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639051254312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20638] ppid=20629 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/20631/task/20638/stat : 20638 (java) S 20629 20631 17860 0 -1 4202560 329 0 0 0 59 4 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639050201768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20639] ppid=20629 vsize=2966184 CPUtime=0.81 cores=1,3,5,7
/proc/20631/task/20639/stat : 20639 (java) S 20629 20631 17860 0 -1 4202560 505 0 0 0 73 8 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639049149224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20640] ppid=20629 vsize=2966184 CPUtime=0.66 cores=1,3,5,7
/proc/20631/task/20640/stat : 20640 (java) S 20629 20631 17860 0 -1 4202560 380 0 0 0 62 4 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639048096680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20641] ppid=20629 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/20631/task/20641/stat : 20641 (java) S 20629 20631 17860 0 -1 4202560 367 0 0 0 79 6 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639047044136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20642] ppid=20629 vsize=2966184 CPUtime=2.82 cores=1,3,5,7
/proc/20631/task/20642/stat : 20642 (java) S 20629 20631 17860 0 -1 4202560 90 0 0 0 279 3 0 0 20 0 22 0 345703536 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638564620392 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20643] ppid=20629 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20643/stat : 20643 (java) S 20629 20631 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345703536 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638563566712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20644] ppid=20629 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20644/stat : 20644 (java) S 20629 20631 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345703537 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638562514056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20645] ppid=20629 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20645/stat : 20645 (java) S 20629 20631 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345703539 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638561462800 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20646] ppid=20629 vsize=2966184 CPUtime=0.99 cores=1,3,5,7
/proc/20631/task/20646/stat : 20646 (java) S 20629 20631 17860 0 -1 4202560 3714 0 0 0 99 0 0 0 20 0 22 0 345703539 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638560410168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20631/tid=20647] ppid=20629 vsize=2966184 CPUtime=1.58 cores=1,3,5,7
/proc/20631/task/20647/stat : 20647 (java) S 20629 20631 17860 0 -1 4202560 11816 0 0 0 155 3 0 0 20 0 22 0 345703539 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638559357624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20648] ppid=20629 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20648/stat : 20648 (java) S 20629 20631 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345703539 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638558305272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20649] ppid=20629 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/20631/task/20649/stat : 20649 (java) S 20629 20631 17860 0 -1 4202560 51 0 0 0 14 22 0 0 20 0 22 0 345703539 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638557252936 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20650] ppid=20629 vsize=2966184 CPUtime=871.7 cores=1,3,5,7
/proc/20631/task/20650/stat : 20650 (java) R 20629 20631 17860 0 -1 4202560 39 0 0 0 87155 15 0 0 20 0 22 0 345704276 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638556195120 140639057382828 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20651] ppid=20629 vsize=2966184 CPUtime=871.52 cores=1,3,5,7
/proc/20631/task/20651/stat : 20651 (java) R 20629 20631 17860 0 -1 4202560 66 0 0 0 87136 16 0 0 20 0 22 0 345704276 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638555142568 140639057559516 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20652] ppid=20629 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20652/stat : 20652 (java) S 20629 20631 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345704321 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638554092584 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20653] ppid=20629 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20653/stat : 20653 (java) S 20629 20631 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345704321 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638553040040 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1760.75
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.001 s]
/proc/loadavg: 3.96 4.01 3.91 6/219 20723
/proc/meminfo: memFree=27457812/32873648 swapFree=7116/7116
[pid=20631] ppid=20629 vsize=2966184 CPUtime=1800.15 cores=1,3,5,7
/proc/20631/stat : 20631 (java) S 20629 20631 17860 0 -1 4202496 23016 0 1 0 179942 73 0 0 20 0 22 0 345703533 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140736864619456 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20631/statm: 741546 237094 2285 9 0 732240 0
[pid=20631/tid=20633] ppid=20629 vsize=2966184 CPUtime=6.11 cores=1,3,5,7
/proc/20631/task/20633/stat : 20633 (java) S 20629 20631 17860 0 -1 4202560 3000 0 1 0 601 10 0 0 20 0 22 0 345703534 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639187661976 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20634] ppid=20629 vsize=2966184 CPUtime=0.66 cores=1,3,5,7
/proc/20631/task/20634/stat : 20634 (java) S 20629 20631 17860 0 -1 4202560 340 0 0 0 62 4 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639054411944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20631/tid=20635] ppid=20629 vsize=2966184 CPUtime=0.76 cores=1,3,5,7
/proc/20631/task/20635/stat : 20635 (java) S 20629 20631 17860 0 -1 4202560 356 0 0 0 70 6 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639053359400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20636] ppid=20629 vsize=2966184 CPUtime=0.7 cores=1,3,5,7
/proc/20631/task/20636/stat : 20636 (java) S 20629 20631 17860 0 -1 4202560 369 0 0 0 65 5 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639052306856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20637] ppid=20629 vsize=2966184 CPUtime=0.69 cores=1,3,5,7
/proc/20631/task/20637/stat : 20637 (java) S 20629 20631 17860 0 -1 4202560 406 0 0 0 64 5 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639051254312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20638] ppid=20629 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/20631/task/20638/stat : 20638 (java) S 20629 20631 17860 0 -1 4202560 329 0 0 0 59 4 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639050201768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20639] ppid=20629 vsize=2966184 CPUtime=0.81 cores=1,3,5,7
/proc/20631/task/20639/stat : 20639 (java) S 20629 20631 17860 0 -1 4202560 505 0 0 0 73 8 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639049149224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20640] ppid=20629 vsize=2966184 CPUtime=0.66 cores=1,3,5,7
/proc/20631/task/20640/stat : 20640 (java) S 20629 20631 17860 0 -1 4202560 380 0 0 0 62 4 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639048096680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20641] ppid=20629 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/20631/task/20641/stat : 20641 (java) S 20629 20631 17860 0 -1 4202560 367 0 0 0 79 6 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639047044136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20642] ppid=20629 vsize=2966184 CPUtime=2.82 cores=1,3,5,7
/proc/20631/task/20642/stat : 20642 (java) S 20629 20631 17860 0 -1 4202560 90 0 0 0 279 3 0 0 20 0 22 0 345703536 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638564620392 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20643] ppid=20629 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20643/stat : 20643 (java) S 20629 20631 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345703536 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638563566712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20644] ppid=20629 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20644/stat : 20644 (java) S 20629 20631 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345703537 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638562514056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20645] ppid=20629 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20645/stat : 20645 (java) S 20629 20631 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345703539 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638561462800 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20646] ppid=20629 vsize=2966184 CPUtime=0.99 cores=1,3,5,7
/proc/20631/task/20646/stat : 20646 (java) S 20629 20631 17860 0 -1 4202560 3714 0 0 0 99 0 0 0 20 0 22 0 345703539 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638560410168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20631/tid=20647] ppid=20629 vsize=2966184 CPUtime=1.58 cores=1,3,5,7
/proc/20631/task/20647/stat : 20647 (java) S 20629 20631 17860 0 -1 4202560 11816 0 0 0 155 3 0 0 20 0 22 0 345703539 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638559357624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20648] ppid=20629 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20648/stat : 20648 (java) S 20629 20631 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345703539 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638558305272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20649] ppid=20629 vsize=2966184 CPUtime=0.37 cores=1,3,5,7
/proc/20631/task/20649/stat : 20649 (java) S 20629 20631 17860 0 -1 4202560 53 0 0 0 15 22 0 0 20 0 22 0 345703539 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638557252936 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20650] ppid=20629 vsize=2966184 CPUtime=891.41 cores=1,3,5,7
/proc/20631/task/20650/stat : 20650 (java) R 20629 20631 17860 0 -1 4202560 39 0 0 0 89126 15 0 0 20 0 22 0 345704276 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638556195120 140639057382504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20651] ppid=20629 vsize=2966184 CPUtime=891.22 cores=1,3,5,7
/proc/20631/task/20651/stat : 20651 (java) R 20629 20631 17860 0 -1 4202560 66 0 0 0 89106 16 0 0 20 0 22 0 345704276 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638555142568 140639057559516 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20652] ppid=20629 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20652/stat : 20652 (java) S 20629 20631 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345704321 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638554092584 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20653] ppid=20629 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20653/stat : 20653 (java) S 20629 20631 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345704321 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638553040040 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
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

[startup+902.001 s]
/proc/loadavg: 3.96 4.01 3.91 6/219 20723
/proc/meminfo: memFree=27457812/32873648 swapFree=7116/7116
[pid=20631] ppid=20629 vsize=2966184 CPUtime=1800.15 cores=1,3,5,7
/proc/20631/stat : 20631 (java) S 20629 20631 17860 0 -1 4202496 23016 0 1 0 179942 73 0 0 20 0 22 0 345703533 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140736864619456 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20631/statm: 741546 237094 2285 9 0 732240 0
[pid=20631/tid=20633] ppid=20629 vsize=2966184 CPUtime=6.11 cores=1,3,5,7
/proc/20631/task/20633/stat : 20633 (java) S 20629 20631 17860 0 -1 4202560 3000 0 1 0 601 10 0 0 20 0 22 0 345703534 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639187661976 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20634] ppid=20629 vsize=2966184 CPUtime=0.66 cores=1,3,5,7
/proc/20631/task/20634/stat : 20634 (java) S 20629 20631 17860 0 -1 4202560 340 0 0 0 62 4 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639054411944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20631/tid=20635] ppid=20629 vsize=2966184 CPUtime=0.76 cores=1,3,5,7
/proc/20631/task/20635/stat : 20635 (java) S 20629 20631 17860 0 -1 4202560 356 0 0 0 70 6 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639053359400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20636] ppid=20629 vsize=2966184 CPUtime=0.7 cores=1,3,5,7
/proc/20631/task/20636/stat : 20636 (java) S 20629 20631 17860 0 -1 4202560 369 0 0 0 65 5 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639052306856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20637] ppid=20629 vsize=2966184 CPUtime=0.69 cores=1,3,5,7
/proc/20631/task/20637/stat : 20637 (java) S 20629 20631 17860 0 -1 4202560 406 0 0 0 64 5 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639051254312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20638] ppid=20629 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/20631/task/20638/stat : 20638 (java) S 20629 20631 17860 0 -1 4202560 329 0 0 0 59 4 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639050201768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20639] ppid=20629 vsize=2966184 CPUtime=0.81 cores=1,3,5,7
/proc/20631/task/20639/stat : 20639 (java) S 20629 20631 17860 0 -1 4202560 505 0 0 0 73 8 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639049149224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20640] ppid=20629 vsize=2966184 CPUtime=0.66 cores=1,3,5,7
/proc/20631/task/20640/stat : 20640 (java) S 20629 20631 17860 0 -1 4202560 380 0 0 0 62 4 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639048096680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20641] ppid=20629 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/20631/task/20641/stat : 20641 (java) S 20629 20631 17860 0 -1 4202560 367 0 0 0 79 6 0 0 20 0 22 0 345703535 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140639047044136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20642] ppid=20629 vsize=2966184 CPUtime=2.82 cores=1,3,5,7
/proc/20631/task/20642/stat : 20642 (java) S 20629 20631 17860 0 -1 4202560 90 0 0 0 279 3 0 0 20 0 22 0 345703536 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638564620392 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20643] ppid=20629 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20643/stat : 20643 (java) S 20629 20631 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345703536 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638563566712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20644] ppid=20629 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20644/stat : 20644 (java) S 20629 20631 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345703537 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638562514056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20645] ppid=20629 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20645/stat : 20645 (java) S 20629 20631 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345703539 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638561462800 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20646] ppid=20629 vsize=2966184 CPUtime=0.99 cores=1,3,5,7
/proc/20631/task/20646/stat : 20646 (java) S 20629 20631 17860 0 -1 4202560 3714 0 0 0 99 0 0 0 20 0 22 0 345703539 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638560410168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20631/tid=20647] ppid=20629 vsize=2966184 CPUtime=1.58 cores=1,3,5,7
/proc/20631/task/20647/stat : 20647 (java) S 20629 20631 17860 0 -1 4202560 11816 0 0 0 155 3 0 0 20 0 22 0 345703539 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638559357624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20648] ppid=20629 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20648/stat : 20648 (java) S 20629 20631 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345703539 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638558305272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20649] ppid=20629 vsize=2966184 CPUtime=0.37 cores=1,3,5,7
/proc/20631/task/20649/stat : 20649 (java) S 20629 20631 17860 0 -1 4202560 53 0 0 0 15 22 0 0 20 0 22 0 345703539 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638557252936 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20650] ppid=20629 vsize=2966184 CPUtime=891.41 cores=1,3,5,7
/proc/20631/task/20650/stat : 20650 (java) R 20629 20631 17860 0 -1 4202560 39 0 0 0 89126 15 0 0 20 0 22 0 345704276 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638556195120 140639057382504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20631/tid=20651] ppid=20629 vsize=2966184 CPUtime=891.22 cores=1,3,5,7
/proc/20631/task/20651/stat : 20651 (java) R 20629 20631 17860 0 -1 4202560 66 0 0 0 89106 16 0 0 20 0 22 0 345704276 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638555142568 140639057559516 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20631/tid=20652] ppid=20629 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20652/stat : 20652 (java) S 20629 20631 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345704321 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638554092584 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20631/tid=20653] ppid=20629 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20631/task/20653/stat : 20653 (java) S 20629 20631 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345704321 3037372416 237094 33554432000 1073741824 1073778376 140736864628320 140638553040040 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 902.036
CPU time (s): 1800.59
CPU user time (s): 1799.32
CPU system time (s): 1.27381
CPU usage (%): 199.614
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.32
system time used= 1.27381
maximum resident set size= 961552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23050
page faults= 1
swaps= 0
block input operations= 0
block output operations= 736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21463
involuntary context switches= 23998

runsolver used 3.65144 second user time and 8.41272 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-04 09:43:01
IDJOB=3743698
IDBENCH=92171
IDSOLVER=2324
FILE ID=node127/3743698-1338795780
RUNJOBID= node127-1338781344-17877
PBS_JOBID= 14636831
Free space on /tmp= 70424 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null10mast_rapportOE2.0_TMAX60_K192_cod1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743698-1338795780/watcher-3743698-1338795780 -o /tmp/evaluation-result-3743698-1338795780/solver-3743698-1338795780 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743698-1338795780.opb

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

MD5SUM BENCH= eaab10f01ee27b0b121ba65e8f168ce4
RANDOM SEED=1862439165

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.348
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:       32873648 kB
MemFree:        28342064 kB
Buffers:          432204 kB
Cached:          2202280 kB
SwapCached:         1428 kB
Active:          2101480 kB
Inactive:        1518572 kB
Active(anon):     979840 kB
Inactive(anon):     7952 kB
Active(file):    1121640 kB
Inactive(file):  1510620 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:             31148 kB
Writeback:             0 kB
AnonPages:       1017964 kB
Mapped:            19020 kB
Shmem:                92 kB
Slab:             748564 kB
SReclaimable:     192348 kB
SUnreclaim:       556216 kB
KernelStack:        1616 kB
PageTables:         6084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1576612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    956416 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= 70428 MiB
End job on node127 at 2012-06-04 09:58:05