Trace number 3689950

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 RES // CP 2.3.2 Snapshot? (TO) 1800.56 906.547

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_20null50mast_rapportOE1.0_TMAX60_K192_cod1.opb
MD5SUM00611863005b7eeed329d02777942736
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-79206
Best CPU time to get the best result obtained on this benchmark1804.07
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 272557
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 1957472477
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 1957472477
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c ManyCore solver with 2 solvers running in parallel
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3689950-1337886563.opb
0.08/0.11	c reading problem ... 
11.68/8.41	c ... done. Wall clock time 8.295s.
11.68/8.41	c declared #vars     399113
11.68/8.41	c #constraints  400980
11.68/8.41	c constraints type 
11.68/8.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
11.68/8.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
11.68/8.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
11.68/8.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
11.68/8.41	c 400980 constraints processed.
11.68/8.41	c constraints type 
11.68/8.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
11.68/8.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
11.68/8.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
11.68/8.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
11.68/8.41	c 400980 constraints processed.
11.68/8.41	c objective function length is 272557 literals
169.48/86.83	c cleaning 2490 clauses out of 4995 with flag 5000/5000
362.97/184.41	c cleaning 4252 clauses out of 8507 with flag 11002/11002
590.23/298.64	c cleaning 5622 clauses out of 11254 with flag 18001/18001
827.44/417.90	c cleaning 6809 clauses out of 13631 with flag 26000/26000
1140.32/575.17	c cleaning 7905 clauses out of 15823 with flag 35001/35001
1480.67/746.11	c cleaning 8958 clauses out of 17918 with flag 45001/45001
1800.09/906.51	c starts		: 75
1800.09/906.51	c conflicts		: 54331
1800.09/906.51	c decisions		: 813684
1800.09/906.51	c propagations		: 1859806032
1800.09/906.51	c inspects		: 944707019
1800.09/906.51	c shortcuts		: 0
1800.09/906.51	c learnt literals	: 5
1800.09/906.51	c learnt binary clauses	: 120
1800.09/906.51	c learnt ternary clauses	: 96
1800.09/906.51	c learnt constraints	: 54326
1800.09/906.51	c ignored constraints	: 0
1800.09/906.51	c root simplifications	: 0
1800.09/906.51	c removed literals (reason simplification)	: 2643153
1800.09/906.51	c reason swapping (by a shorter reason)	: 0
1800.09/906.51	c Calls to reduceDB	: 6
1800.09/906.51	c number of reductions to clauses (during analyze)	: 0
1800.09/906.51	c number of learned constraints concerned by reduction	: 0
1800.09/906.51	c number of learning phase by resolution	: 0
1800.09/906.51	c number of learning phase by cutting planes	: 0
1800.09/906.51	c speed (assignments/second)	: 2071168.3519831796
1800.09/906.51	c non guided choices	0
1800.09/906.52	c learnt constraints type 
1800.09/906.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 120
1800.09/906.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18170
1800.09/906.52	c constraints type 
1800.09/906.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.09/906.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.09/906.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.09/906.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.09/906.52	c 400980 constraints processed.
1800.09/906.52	c constraints type 
1800.09/906.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.09/906.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.09/906.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.09/906.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.09/906.52	c 400980 constraints processed.
1800.09/906.52	s UNKNOWN
1800.09/906.52	c Total wall clock time (in seconds): 906.404

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-3689950-1337886563/watcher-3689950-1337886563 -o /tmp/evaluation-result-3689950-1337886563/solver-3689950-1337886563 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689950-1337886563.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.75 3.87 3.84 4/195 3696
/proc/meminfo: memFree=25783060/32873852 swapFree=6848/6848
[pid=3696] ppid=3694 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/3696/stat : 3696 (java) D 3694 3696 32594 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254782333 9515008 182 33554432000 1073741824 1073778376 140736194580384 140736194571416 273448517301 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/3696/statm: 2323 182 140 9 0 71 0

[startup+0.0793801 s]
/proc/loadavg: 3.75 3.87 3.84 4/195 3696
/proc/meminfo: memFree=25783060/32873852 swapFree=6848/6848
[pid=3696] ppid=3694 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/3696/stat : 3696 (java) S 3694 3696 32594 0 -1 4202496 3343 0 1 0 5 0 0 0 20 0 18 0 254782333 9787813888 4552 33554432000 1073741824 1073778376 140733485106512 140733485097648 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3696/statm: 2389603 4552 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100348 s]
/proc/loadavg: 3.75 3.87 3.84 4/195 3696
/proc/meminfo: memFree=25783060/32873852 swapFree=6848/6848
[pid=3696] ppid=3694 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/3696/stat : 3696 (java) S 3694 3696 32594 0 -1 4202496 4299 0 1 0 8 0 0 0 20 0 18 0 254782333 9787813888 5485 33554432000 1073741824 1073778376 140733485106512 140733485097648 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3696/statm: 2389603 5485 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300275 s]
/proc/loadavg: 3.75 3.87 3.84 4/195 3696
/proc/meminfo: memFree=25783060/32873852 swapFree=6848/6848
[pid=3696] ppid=3694 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/3696/stat : 3696 (java) S 3694 3696 32594 0 -1 4202496 5871 0 1 0 46 1 0 0 20 0 18 0 254782333 9787813888 16160 33554432000 1073741824 1073778376 140733485106512 140733485097648 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3696/statm: 2389603 16160 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700309 s]
/proc/loadavg: 3.75 3.87 3.84 4/195 3696
/proc/meminfo: memFree=25783060/32873852 swapFree=6848/6848
[pid=3696] ppid=3694 vsize=9558412 CPUtime=0.98 cores=1,3,5,7
/proc/3696/stat : 3696 (java) S 3694 3696 32594 0 -1 4202496 6096 0 1 0 91 7 0 0 20 0 18 0 254782333 9787813888 47494 33554432000 1073741824 1073778376 140733485106512 140733485097648 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3696/statm: 2389603 47494 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9558412

[startup+1.5008 s]
/proc/loadavg: 3.75 3.87 3.84 6/213 3714
/proc/meminfo: memFree=25582900/32873852 swapFree=6848/6848
[pid=3696] ppid=3694 vsize=9558412 CPUtime=2.62 cores=1,3,5,7
/proc/3696/stat : 3696 (java) S 3694 3696 32594 0 -1 4202496 14871 0 1 0 243 19 0 0 20 0 18 0 254782333 9787813888 98632 33554432000 1073741824 1073778376 140733485106512 140733485097648 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3696/statm: 2389603 98632 2248 9 0 2380296 0
[pid=3696/tid=3698] ppid=3694 vsize=9558412 CPUtime=1.32 cores=1,3,5,7
/proc/3696/task/3698/stat : 3698 (java) R 3694 3696 32594 0 -1 4202560 2558 0 1 0 126 6 0 0 20 0 18 0 254782334 9787813888 98632 33554432000 1073741824 1073778376 140733485106512 140452723235384 140452731001946 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3696/tid=3699] ppid=3694 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/3696/task/3699/stat : 3699 (java) S 3694 3696 32594 0 -1 4202560 111 0 0 0 3 2 0 0 20 0 18 0 254782335 9787813888 98632 33554432000 1073741824 1073778376 140733485106512 140452684729384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3700] ppid=3694 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/3696/task/3700/stat : 3700 (java) S 3694 3696 32594 0 -1 4202560 106 0 0 0 3 1 0 0 20 0 18 0 254782335 9787813888 98632 33554432000 1073741824 1073778376 140733485106512 140452683676584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3696/tid=3701] ppid=3694 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/3696/task/3701/stat : 3701 (java) S 3694 3696 32594 0 -1 4202560 80 0 0 0 3 1 0 0 20 0 18 0 254782335 9787813888 98632 33554432000 1073741824 1073778376 140733485106512 140452682623784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3696/tid=3702] ppid=3694 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/3696/task/3702/stat : 3702 (java) S 3694 3696 32594 0 -1 4202560 45 0 0 0 6 3 0 0 20 0 18 0 254782335 9787813888 98632 33554432000 1073741824 1073778376 140733485106512 140452681570984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3696/tid=3703] ppid=3694 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/3696/task/3703/stat : 3703 (java) S 3694 3696 32594 0 -1 4202560 133 0 0 0 5 1 0 0 20 0 18 0 254782335 9787813888 98632 33554432000 1073741824 1073778376 140733485106512 140452680518184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3704] ppid=3694 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/3696/task/3704/stat : 3704 (java) S 3694 3696 32594 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 254782335 9787813888 98632 33554432000 1073741824 1073778376 140733485106512 140452679465384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3705] ppid=3694 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/3696/task/3705/stat : 3705 (java) S 3694 3696 32594 0 -1 4202560 154 0 0 0 4 1 0 0 20 0 18 0 254782335 9787813888 98632 33554432000 1073741824 1073778376 140733485106512 140452560890152 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3706] ppid=3694 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/3696/task/3706/stat : 3706 (java) S 3694 3696 32594 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 18 0 254782335 9787813888 98632 33554432000 1073741824 1073778376 140733485106512 140452559837352 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3707] ppid=3694 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3707/stat : 3707 (java) S 3694 3696 32594 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254782336 9787813888 98632 33554432000 1073741824 1073778376 140733485106512 140452547427304 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3708] ppid=3694 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3708/stat : 3708 (java) S 3694 3696 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254782337 9787813888 98632 33554432000 1073741824 1073778376 140733485106512 140452546373368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3709] ppid=3694 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3709/stat : 3709 (java) S 3694 3696 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254782337 9787813888 98632 33554432000 1073741824 1073778376 140733485106512 140452545320456 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3710] ppid=3694 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3710/stat : 3710 (java) S 3694 3696 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254782339 9787813888 98632 33554432000 1073741824 1073778376 140733485106512 140451805915792 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3711] ppid=3694 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/3696/task/3711/stat : 3711 (java) S 3694 3696 32594 0 -1 4202560 4958 0 0 0 36 1 0 0 20 0 18 0 254782339 9787813888 98632 33554432000 1073741824 1073778376 140733485106512 140451804862904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3712] ppid=3694 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/3696/task/3712/stat : 3712 (java) S 3694 3696 32594 0 -1 4202560 5318 0 0 0 36 0 0 0 20 0 18 0 254782339 9787813888 98632 33554432000 1073741824 1073778376 140733485106512 140451803810104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3713] ppid=3694 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3713/stat : 3713 (java) S 3694 3696 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254782339 9787813888 98632 33554432000 1073741824 1073778376 140733485106512 140451802757496 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3714] ppid=3694 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3714/stat : 3714 (java) S 3694 3696 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254782339 9787813888 98632 33554432000 1073741824 1073778376 140733485106512 140451801704904 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9558412

[startup+3.10079 s]
/proc/loadavg: 3.69 3.86 3.83 4/213 3714
/proc/meminfo: memFree=25110500/32873852 swapFree=6848/6848
[pid=3696] ppid=3694 vsize=9558412 CPUtime=4.82 cores=1,3,5,7
/proc/3696/stat : 3696 (java) S 3694 3696 32594 0 -1 4202496 18088 0 1 0 427 55 0 0 20 0 18 0 254782333 9787813888 439985 33554432000 1073741824 1073778376 140733485106512 140733485097648 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3696/statm: 2389603 439985 2248 9 0 2380296 0
[pid=3696/tid=3698] ppid=3694 vsize=9558412 CPUtime=2.71 cores=1,3,5,7
/proc/3696/task/3698/stat : 3698 (java) R 3694 3696 32594 0 -1 4202560 3803 0 1 0 245 26 0 0 20 0 18 0 254782334 9787813888 439985 33554432000 1073741824 1073778376 140733485106512 140452723235640 140452731001946 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3696/tid=3699] ppid=3694 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/3696/task/3699/stat : 3699 (java) S 3694 3696 32594 0 -1 4202560 392 0 0 0 11 4 0 0 20 0 18 0 254782335 9787813888 439985 33554432000 1073741824 1073778376 140733485106512 140452684729384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3700] ppid=3694 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/3696/task/3700/stat : 3700 (java) S 3694 3696 32594 0 -1 4202560 143 0 0 0 11 3 0 0 20 0 18 0 254782335 9787813888 439985 33554432000 1073741824 1073778376 140733485106512 140452683676584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3696/tid=3701] ppid=3694 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/3696/task/3701/stat : 3701 (java) S 3694 3696 32594 0 -1 4202560 116 0 0 0 10 3 0 0 20 0 18 0 254782335 9787813888 439985 33554432000 1073741824 1073778376 140733485106512 140452682623784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3696/tid=3702] ppid=3694 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/3696/task/3702/stat : 3702 (java) S 3694 3696 32594 0 -1 4202560 128 0 0 0 14 5 0 0 20 0 18 0 254782335 9787813888 439985 33554432000 1073741824 1073778376 140733485106512 140452681570984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3703] ppid=3694 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/3696/task/3703/stat : 3703 (java) S 3694 3696 32594 0 -1 4202560 341 0 0 0 15 3 0 0 20 0 18 0 254782335 9787813888 439985 33554432000 1073741824 1073778376 140733485106512 140452680518184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3704] ppid=3694 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/3696/task/3704/stat : 3704 (java) S 3694 3696 32594 0 -1 4202560 184 0 0 0 11 3 0 0 20 0 18 0 254782335 9787813888 439985 33554432000 1073741824 1073778376 140733485106512 140452679465384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3705] ppid=3694 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/3696/task/3705/stat : 3705 (java) S 3694 3696 32594 0 -1 4202560 235 0 0 0 13 4 0 0 20 0 18 0 254782335 9787813888 439985 33554432000 1073741824 1073778376 140733485106512 140452560890152 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3696/tid=3706] ppid=3694 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/3696/task/3706/stat : 3706 (java) S 3694 3696 32594 0 -1 4202560 323 0 0 0 9 2 0 0 20 0 18 0 254782335 9787813888 439985 33554432000 1073741824 1073778376 140733485106512 140452559837352 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3707] ppid=3694 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3707/stat : 3707 (java) S 3694 3696 32594 0 -1 4202560 973 0 0 0 0 0 0 0 20 0 18 0 254782336 9787813888 439985 33554432000 1073741824 1073778376 140733485106512 140452547427304 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3696/tid=3708] ppid=3694 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3708/stat : 3708 (java) S 3694 3696 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254782337 9787813888 439985 33554432000 1073741824 1073778376 140733485106512 140452546373368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3709] ppid=3694 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3709/stat : 3709 (java) S 3694 3696 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254782337 9787813888 439985 33554432000 1073741824 1073778376 140733485106512 140452545320456 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3710] ppid=3694 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3710/stat : 3710 (java) S 3694 3696 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254782339 9787813888 439985 33554432000 1073741824 1073778376 140733485106512 140451805915792 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3711] ppid=3694 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/3696/task/3711/stat : 3711 (java) S 3694 3696 32594 0 -1 4202560 4958 0 0 0 36 1 0 0 20 0 18 0 254782339 9787813888 439985 33554432000 1073741824 1073778376 140733485106512 140451804862904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3712] ppid=3694 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/3696/task/3712/stat : 3712 (java) S 3694 3696 32594 0 -1 4202560 5318 0 0 0 36 0 0 0 20 0 18 0 254782339 9787813888 439985 33554432000 1073741824 1073778376 140733485106512 140451803810104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3713] ppid=3694 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3713/stat : 3713 (java) S 3694 3696 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254782339 9787813888 439985 33554432000 1073741824 1073778376 140733485106512 140451802757496 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3714] ppid=3694 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3714/stat : 3714 (java) S 3694 3696 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254782339 9787813888 439985 33554432000 1073741824 1073778376 140733485106512 140451801704904 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 9558412

[startup+6.3008 s]
/proc/loadavg: 3.69 3.86 3.83 5/213 3714
/proc/meminfo: memFree=22841608/32873852 swapFree=6848/6848
[pid=3696] ppid=3694 vsize=9558412 CPUtime=9.41 cores=1,3,5,7
/proc/3696/stat : 3696 (java) S 3694 3696 32594 0 -1 4202496 21574 0 1 0 851 90 0 0 20 0 18 0 254782333 9787813888 736016 33554432000 1073741824 1073778376 140733485106512 140733485097648 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3696/statm: 2389603 736016 2248 9 0 2380296 0
[pid=3696/tid=3698] ppid=3694 vsize=9558412 CPUtime=5.42 cores=1,3,5,7
/proc/3696/task/3698/stat : 3698 (java) R 3694 3696 32594 0 -1 4202560 4271 0 1 0 501 41 0 0 20 0 18 0 254782334 9787813888 736016 33554432000 1073741824 1073778376 140733485106512 140452723236344 273451902221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3696/tid=3699] ppid=3694 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/3696/task/3699/stat : 3699 (java) S 3694 3696 32594 0 -1 4202560 674 0 0 0 31 6 0 0 20 0 18 0 254782335 9787813888 736016 33554432000 1073741824 1073778376 140733485106512 140452684729384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3700] ppid=3694 vsize=9558412 CPUtime=0.33 cores=1,3,5,7
/proc/3696/task/3700/stat : 3700 (java) S 3694 3696 32594 0 -1 4202560 805 0 0 0 27 6 0 0 20 0 18 0 254782335 9787813888 736016 33554432000 1073741824 1073778376 140733485106512 140452683676584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3701] ppid=3694 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/3696/task/3701/stat : 3701 (java) S 3694 3696 32594 0 -1 4202560 373 0 0 0 33 6 0 0 20 0 18 0 254782335 9787813888 736016 33554432000 1073741824 1073778376 140733485106512 140452682623784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3702] ppid=3694 vsize=9558412 CPUtime=0.4 cores=1,3,5,7
/proc/3696/task/3702/stat : 3702 (java) S 3694 3696 32594 0 -1 4202560 433 0 0 0 33 7 0 0 20 0 18 0 254782335 9787813888 736016 33554432000 1073741824 1073778376 140733485106512 140452681570984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3703] ppid=3694 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/3696/task/3703/stat : 3703 (java) S 3694 3696 32594 0 -1 4202560 641 0 0 0 42 6 0 0 20 0 18 0 254782335 9787813888 736016 33554432000 1073741824 1073778376 140733485106512 140452680518184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3704] ppid=3694 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/3696/task/3704/stat : 3704 (java) S 3694 3696 32594 0 -1 4202560 559 0 0 0 31 5 0 0 20 0 18 0 254782335 9787813888 736016 33554432000 1073741824 1073778376 140733485106512 140452679465384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3705] ppid=3694 vsize=9558412 CPUtime=0.38 cores=1,3,5,7
/proc/3696/task/3705/stat : 3705 (java) S 3694 3696 32594 0 -1 4202560 716 0 0 0 32 6 0 0 20 0 18 0 254782335 9787813888 736016 33554432000 1073741824 1073778376 140733485106512 140452560890152 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3706] ppid=3694 vsize=9558412 CPUtime=0.38 cores=1,3,5,7
/proc/3696/task/3706/stat : 3706 (java) S 3694 3696 32594 0 -1 4202560 389 0 0 0 33 5 0 0 20 0 18 0 254782335 9787813888 736016 33554432000 1073741824 1073778376 140733485106512 140452559837352 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3707] ppid=3694 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3707/stat : 3707 (java) S 3694 3696 32594 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 18 0 254782336 9787813888 736016 33554432000 1073741824 1073778376 140733485106512 140452547427304 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3696/tid=3708] ppid=3694 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3708/stat : 3708 (java) S 3694 3696 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254782337 9787813888 736016 33554432000 1073741824 1073778376 140733485106512 140452546373368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3709] ppid=3694 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3709/stat : 3709 (java) S 3694 3696 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254782337 9787813888 736016 33554432000 1073741824 1073778376 140733485106512 140452545320456 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3710] ppid=3694 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3710/stat : 3710 (java) S 3694 3696 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254782339 9787813888 736016 33554432000 1073741824 1073778376 140733485106512 140451805915792 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3711] ppid=3694 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/3696/task/3711/stat : 3711 (java) S 3694 3696 32594 0 -1 4202560 4958 0 0 0 37 2 0 0 20 0 18 0 254782339 9787813888 736016 33554432000 1073741824 1073778376 140733485106512 140451804862904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3712] ppid=3694 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/3696/task/3712/stat : 3712 (java) S 3694 3696 32594 0 -1 4202560 5318 0 0 0 36 0 0 0 20 0 18 0 254782339 9787813888 736016 33554432000 1073741824 1073778376 140733485106512 140451803810104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3713] ppid=3694 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3713/stat : 3713 (java) S 3694 3696 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254782339 9787813888 736016 33554432000 1073741824 1073778376 140733485106512 140451802757496 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3714] ppid=3694 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3714/stat : 3714 (java) S 3694 3696 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254782339 9787813888 736016 33554432000 1073741824 1073778376 140733485106512 140451801704904 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.41
Current children cumulated vsize (KiB) 9558412

[startup+12.7008 s]
/proc/loadavg: 3.74 3.86 3.84 6/217 3718
/proc/meminfo: memFree=22839296/32873852 swapFree=6848/6848
[pid=3696] ppid=3694 vsize=9824668 CPUtime=21.22 cores=1,3,5,7
/proc/3696/stat : 3696 (java) S 3694 3696 32594 0 -1 4202496 21804 0 1 0 2030 92 0 0 20 0 22 0 254782333 10060460032 736732 33554432000 1073741824 1073778376 140733485106512 140733485097648 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3696/statm: 2456167 736732 2270 9 0 2446860 0
[pid=3696/tid=3698] ppid=3694 vsize=9824668 CPUtime=7.54 cores=1,3,5,7

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

[pid=3696/tid=3716] ppid=3694 vsize=9824668 CPUtime=803.58 cores=1,3,5,7
/proc/3696/task/3716/stat : 3716 (java) R 3694 3696 32594 0 -1 4202560 69 0 0 0 80344 14 0 0 20 0 22 0 254783175 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451799595888 140452562137733 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3696/tid=3717] ppid=3694 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3717/stat : 3717 (java) S 3694 3696 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254783189 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451798545832 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3696/tid=3718] ppid=3694 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3718/stat : 3718 (java) S 3694 3696 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254783189 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451797493032 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1631.7
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.39 4.11 3.95 5/217 3790
/proc/meminfo: memFree=20335596/32873852 swapFree=6848/6848
[pid=3696] ppid=3694 vsize=9824668 CPUtime=1751.69 cores=1,3,5,7
/proc/3696/stat : 3696 (java) S 3694 3696 32594 0 -1 4202496 52941 0 1 0 175017 152 0 0 20 0 22 0 254782333 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140733485097648 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3696/statm: 2456167 806017 2282 9 0 2446860 0
[pid=3696/tid=3698] ppid=3694 vsize=9824668 CPUtime=7.58 cores=1,3,5,7
/proc/3696/task/3698/stat : 3698 (java) S 3694 3696 32594 0 -1 4202560 4289 0 1 0 714 44 0 0 20 0 22 0 254782334 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452723237880 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3696/tid=3699] ppid=3694 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/3696/task/3699/stat : 3699 (java) S 3694 3696 32594 0 -1 4202560 4755 0 0 0 50 9 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452684729384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3700] ppid=3694 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/3696/task/3700/stat : 3700 (java) S 3694 3696 32594 0 -1 4202560 1996 0 0 0 42 9 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452683676584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3701] ppid=3694 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/3696/task/3701/stat : 3701 (java) S 3694 3696 32594 0 -1 4202560 991 0 0 0 48 8 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452682623784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3702] ppid=3694 vsize=9824668 CPUtime=0.57 cores=1,3,5,7
/proc/3696/task/3702/stat : 3702 (java) S 3694 3696 32594 0 -1 4202560 1274 0 0 0 48 9 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452681570984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3703] ppid=3694 vsize=9824668 CPUtime=0.72 cores=1,3,5,7
/proc/3696/task/3703/stat : 3703 (java) S 3694 3696 32594 0 -1 4202560 4944 0 0 0 63 9 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452680518184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3704] ppid=3694 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/3696/task/3704/stat : 3704 (java) S 3694 3696 32594 0 -1 4202560 4807 0 0 0 52 9 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452679465384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3696/tid=3705] ppid=3694 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/3696/task/3705/stat : 3705 (java) S 3694 3696 32594 0 -1 4202560 5149 0 0 0 46 9 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452560890152 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3706] ppid=3694 vsize=9824668 CPUtime=0.6 cores=1,3,5,7
/proc/3696/task/3706/stat : 3706 (java) S 3694 3696 32594 0 -1 4202560 3940 0 0 0 52 8 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452559837352 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3696/tid=3707] ppid=3694 vsize=9824668 CPUtime=9.48 cores=1,3,5,7
/proc/3696/task/3707/stat : 3707 (java) S 3694 3696 32594 0 -1 4202560 9047 0 0 0 942 6 0 0 20 0 22 0 254782336 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452547427304 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3708] ppid=3694 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3708/stat : 3708 (java) S 3694 3696 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254782337 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452546373368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3709] ppid=3694 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3709/stat : 3709 (java) S 3694 3696 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254782337 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452545320456 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3710] ppid=3694 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3710/stat : 3710 (java) S 3694 3696 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254782339 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451805915792 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3711] ppid=3694 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/3696/task/3711/stat : 3711 (java) S 3694 3696 32594 0 -1 4202560 5008 0 0 0 86 2 0 0 20 0 22 0 254782339 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451804862904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3712] ppid=3694 vsize=9824668 CPUtime=1.31 cores=1,3,5,7
/proc/3696/task/3712/stat : 3712 (java) S 3694 3696 32594 0 -1 4202560 5398 0 0 0 131 0 0 0 20 0 22 0 254782339 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451803810104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3713] ppid=3694 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3713/stat : 3713 (java) S 3694 3696 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254782339 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451802757496 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3714] ppid=3694 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/3696/task/3714/stat : 3714 (java) S 3694 3696 32594 0 -1 4202560 51 0 0 0 17 21 0 0 20 0 22 0 254782339 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451801704904 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3696/tid=3715] ppid=3694 vsize=9824668 CPUtime=863.91 cores=1,3,5,7
/proc/3696/task/3715/stat : 3715 (java) R 3694 3696 32594 0 -1 4202560 36 0 0 0 86378 13 0 0 20 0 22 0 254783175 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451800650720 140452561925897 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3716] ppid=3694 vsize=9824668 CPUtime=863.55 cores=1,3,5,7
/proc/3696/task/3716/stat : 3716 (java) R 3694 3696 32594 0 -1 4202560 69 0 0 0 86339 16 0 0 20 0 22 0 254783175 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451799595888 140452562137733 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3696/tid=3717] ppid=3694 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3717/stat : 3717 (java) S 3694 3696 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254783189 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451798545832 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3696/tid=3718] ppid=3694 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3718/stat : 3718 (java) S 3694 3696 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254783189 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451797493032 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1751.69
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.501 s]
/proc/loadavg: 4.26 4.10 3.95 5/217 3790
/proc/meminfo: memFree=20335472/32873852 swapFree=6848/6848
[pid=3696] ppid=3694 vsize=9824668 CPUtime=1800.09 cores=1,3,5,7
/proc/3696/stat : 3696 (java) S 3694 3696 32594 0 -1 4202496 52943 0 1 0 179856 153 0 0 20 0 22 0 254782333 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140733485097648 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3696/statm: 2456167 806017 2282 9 0 2446860 0
[pid=3696/tid=3698] ppid=3694 vsize=9824668 CPUtime=7.58 cores=1,3,5,7
/proc/3696/task/3698/stat : 3698 (java) S 3694 3696 32594 0 -1 4202560 4289 0 1 0 714 44 0 0 20 0 22 0 254782334 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452723237880 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3696/tid=3699] ppid=3694 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/3696/task/3699/stat : 3699 (java) S 3694 3696 32594 0 -1 4202560 4755 0 0 0 50 9 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452684729384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3700] ppid=3694 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/3696/task/3700/stat : 3700 (java) S 3694 3696 32594 0 -1 4202560 1996 0 0 0 42 9 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452683676584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3701] ppid=3694 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/3696/task/3701/stat : 3701 (java) S 3694 3696 32594 0 -1 4202560 991 0 0 0 48 8 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452682623784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3702] ppid=3694 vsize=9824668 CPUtime=0.57 cores=1,3,5,7
/proc/3696/task/3702/stat : 3702 (java) S 3694 3696 32594 0 -1 4202560 1274 0 0 0 48 9 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452681570984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3703] ppid=3694 vsize=9824668 CPUtime=0.72 cores=1,3,5,7
/proc/3696/task/3703/stat : 3703 (java) S 3694 3696 32594 0 -1 4202560 4944 0 0 0 63 9 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452680518184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3704] ppid=3694 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/3696/task/3704/stat : 3704 (java) S 3694 3696 32594 0 -1 4202560 4807 0 0 0 52 9 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452679465384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3696/tid=3705] ppid=3694 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/3696/task/3705/stat : 3705 (java) S 3694 3696 32594 0 -1 4202560 5149 0 0 0 46 9 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452560890152 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3706] ppid=3694 vsize=9824668 CPUtime=0.6 cores=1,3,5,7
/proc/3696/task/3706/stat : 3706 (java) S 3694 3696 32594 0 -1 4202560 3940 0 0 0 52 8 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452559837352 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3696/tid=3707] ppid=3694 vsize=9824668 CPUtime=9.48 cores=1,3,5,7
/proc/3696/task/3707/stat : 3707 (java) S 3694 3696 32594 0 -1 4202560 9047 0 0 0 942 6 0 0 20 0 22 0 254782336 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452547427304 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3708] ppid=3694 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3708/stat : 3708 (java) S 3694 3696 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254782337 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452546373368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3709] ppid=3694 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3709/stat : 3709 (java) S 3694 3696 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254782337 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452545320456 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3710] ppid=3694 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3710/stat : 3710 (java) S 3694 3696 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254782339 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451805915792 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3711] ppid=3694 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/3696/task/3711/stat : 3711 (java) S 3694 3696 32594 0 -1 4202560 5008 0 0 0 86 2 0 0 20 0 22 0 254782339 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451804862904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3712] ppid=3694 vsize=9824668 CPUtime=1.31 cores=1,3,5,7
/proc/3696/task/3712/stat : 3712 (java) S 3694 3696 32594 0 -1 4202560 5398 0 0 0 131 0 0 0 20 0 22 0 254782339 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451803810104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3713] ppid=3694 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3713/stat : 3713 (java) S 3694 3696 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254782339 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451802757496 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3714] ppid=3694 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/3696/task/3714/stat : 3714 (java) S 3694 3696 32594 0 -1 4202560 53 0 0 0 17 22 0 0 20 0 22 0 254782339 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451801704904 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3696/tid=3715] ppid=3694 vsize=9824668 CPUtime=888.12 cores=1,3,5,7
/proc/3696/task/3715/stat : 3715 (java) R 3694 3696 32594 0 -1 4202560 36 0 0 0 88799 13 0 0 20 0 22 0 254783175 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451800650720 140452561840813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3716] ppid=3694 vsize=9824668 CPUtime=887.74 cores=1,3,5,7
/proc/3696/task/3716/stat : 3716 (java) R 3694 3696 32594 0 -1 4202560 69 0 0 0 88758 16 0 0 20 0 22 0 254783175 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451799595888 140452562138011 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3696/tid=3717] ppid=3694 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3717/stat : 3717 (java) S 3694 3696 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254783189 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451798545832 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3696/tid=3718] ppid=3694 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3718/stat : 3718 (java) S 3694 3696 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254783189 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451797493032 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824668

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

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

[startup+906.501 s]
/proc/loadavg: 4.26 4.10 3.95 5/217 3790
/proc/meminfo: memFree=20335472/32873852 swapFree=6848/6848
[pid=3696] ppid=3694 vsize=9824668 CPUtime=1800.09 cores=1,3,5,7
/proc/3696/stat : 3696 (java) S 3694 3696 32594 0 -1 4202496 52943 0 1 0 179856 153 0 0 20 0 22 0 254782333 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140733485097648 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3696/statm: 2456167 806017 2282 9 0 2446860 0
[pid=3696/tid=3698] ppid=3694 vsize=9824668 CPUtime=7.58 cores=1,3,5,7
/proc/3696/task/3698/stat : 3698 (java) S 3694 3696 32594 0 -1 4202560 4289 0 1 0 714 44 0 0 20 0 22 0 254782334 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452723237880 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3696/tid=3699] ppid=3694 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/3696/task/3699/stat : 3699 (java) S 3694 3696 32594 0 -1 4202560 4755 0 0 0 50 9 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452684729384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3700] ppid=3694 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/3696/task/3700/stat : 3700 (java) S 3694 3696 32594 0 -1 4202560 1996 0 0 0 42 9 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452683676584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3701] ppid=3694 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/3696/task/3701/stat : 3701 (java) S 3694 3696 32594 0 -1 4202560 991 0 0 0 48 8 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452682623784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3702] ppid=3694 vsize=9824668 CPUtime=0.57 cores=1,3,5,7
/proc/3696/task/3702/stat : 3702 (java) S 3694 3696 32594 0 -1 4202560 1274 0 0 0 48 9 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452681570984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3703] ppid=3694 vsize=9824668 CPUtime=0.72 cores=1,3,5,7
/proc/3696/task/3703/stat : 3703 (java) S 3694 3696 32594 0 -1 4202560 4944 0 0 0 63 9 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452680518184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3704] ppid=3694 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/3696/task/3704/stat : 3704 (java) S 3694 3696 32594 0 -1 4202560 4807 0 0 0 52 9 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452679465384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3696/tid=3705] ppid=3694 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/3696/task/3705/stat : 3705 (java) S 3694 3696 32594 0 -1 4202560 5149 0 0 0 46 9 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452560890152 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3706] ppid=3694 vsize=9824668 CPUtime=0.6 cores=1,3,5,7
/proc/3696/task/3706/stat : 3706 (java) S 3694 3696 32594 0 -1 4202560 3940 0 0 0 52 8 0 0 20 0 22 0 254782335 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452559837352 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3696/tid=3707] ppid=3694 vsize=9824668 CPUtime=9.48 cores=1,3,5,7
/proc/3696/task/3707/stat : 3707 (java) S 3694 3696 32594 0 -1 4202560 9047 0 0 0 942 6 0 0 20 0 22 0 254782336 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452547427304 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3708] ppid=3694 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3708/stat : 3708 (java) S 3694 3696 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254782337 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452546373368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3709] ppid=3694 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3709/stat : 3709 (java) S 3694 3696 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254782337 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140452545320456 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3710] ppid=3694 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3710/stat : 3710 (java) S 3694 3696 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254782339 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451805915792 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3711] ppid=3694 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/3696/task/3711/stat : 3711 (java) S 3694 3696 32594 0 -1 4202560 5008 0 0 0 86 2 0 0 20 0 22 0 254782339 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451804862904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3712] ppid=3694 vsize=9824668 CPUtime=1.31 cores=1,3,5,7
/proc/3696/task/3712/stat : 3712 (java) S 3694 3696 32594 0 -1 4202560 5398 0 0 0 131 0 0 0 20 0 22 0 254782339 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451803810104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3713] ppid=3694 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3713/stat : 3713 (java) S 3694 3696 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254782339 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451802757496 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3696/tid=3714] ppid=3694 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/3696/task/3714/stat : 3714 (java) S 3694 3696 32594 0 -1 4202560 53 0 0 0 17 22 0 0 20 0 22 0 254782339 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451801704904 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3696/tid=3715] ppid=3694 vsize=9824668 CPUtime=888.12 cores=1,3,5,7
/proc/3696/task/3715/stat : 3715 (java) R 3694 3696 32594 0 -1 4202560 36 0 0 0 88799 13 0 0 20 0 22 0 254783175 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451800650720 140452561840813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3696/tid=3716] ppid=3694 vsize=9824668 CPUtime=887.74 cores=1,3,5,7
/proc/3696/task/3716/stat : 3716 (java) R 3694 3696 32594 0 -1 4202560 69 0 0 0 88758 16 0 0 20 0 22 0 254783175 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451799595888 140452562138011 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3696/tid=3717] ppid=3694 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3717/stat : 3717 (java) S 3694 3696 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254783189 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451798545832 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3696/tid=3718] ppid=3694 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3696/task/3718/stat : 3718 (java) S 3694 3696 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254783189 10060460032 806017 33554432000 1073741824 1073778376 140733485106512 140451797493032 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 906.547
CPU time (s): 1800.56
CPU user time (s): 1798.66
CPU system time (s): 1.90071
CPU usage (%): 198.617
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 1.90071
maximum resident set size= 3254564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52978
page faults= 1
swaps= 0
block input operations= 0
block output operations= 720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28890
involuntary context switches= 21258

runsolver used 3.48147 second user time and 8.90365 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-24 21:09:24
IDJOB=3689950
IDBENCH=92244
IDSOLVER=2268
FILE ID=node128/3689950-1337886563
RUNJOBID= node128-1337871881-32612
PBS_JOBID= 14620076
Free space on /tmp= 71516 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_20null50mast_rapportOE1.0_TMAX60_K192_cod1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689950-1337886563/watcher-3689950-1337886563 -o /tmp/evaluation-result-3689950-1337886563/solver-3689950-1337886563 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689950-1337886563.opb

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

MD5SUM BENCH= 00611863005b7eeed329d02777942736
RANDOM SEED=602273443

node128.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.389
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.77
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.389
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.389
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        25783076 kB
Buffers:          251332 kB
Cached:          2994732 kB
SwapCached:            0 kB
Active:          3595964 kB
Inactive:        2716204 kB
Active(anon):    3068544 kB
Inactive(anon):        0 kB
Active(file):     527420 kB
Inactive(file):  2716204 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31532 kB
Writeback:             0 kB
AnonPages:       3076640 kB
Mapped:            22652 kB
Shmem:               204 kB
Slab:             635908 kB
SReclaimable:      78008 kB
SUnreclaim:       557900 kB
KernelStack:        1600 kB
PageTables:        10120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    3281156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3002368 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= 71328 MiB
End job on node128 at 2012-05-24 21:24:33