Trace number 3689834

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.38 909.54

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null20mast_rapportOE1.0_TMAX60_K192_cod2.opb
MD5SUM768b5e23d0b4ff11a666e1cea764674d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11680
Best CPU time to get the best result obtained on this benchmark1314.51
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
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 370041
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 370041
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.08/0.08	c version 2.3.2.v20120418
0.08/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.08	c java.vm.version	19.1-b02
0.08/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.08	c sun.arch.data.model	64
0.08/0.08	c java.version		1.6.0_24
0.08/0.08	c os.name		Linux
0.08/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.08	c os.arch		amd64
0.08/0.08	c Free memory 		501472288
0.08/0.08	c Max memory 		7480803328
0.08/0.08	c Total memory 		504102912
0.08/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3689834-1337885395.opb
0.10/0.11	c reading problem ... 
11.60/8.14	c ... done. Wall clock time 8.027s.
11.60/8.14	c declared #vars     400896
11.60/8.14	c #constraints  402763
11.60/8.14	c constraints type 
11.60/8.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
11.60/8.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
11.60/8.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
11.60/8.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
11.60/8.14	c 402763 constraints processed.
11.60/8.14	c constraints type 
11.60/8.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
11.60/8.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
11.60/8.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
11.60/8.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
11.60/8.14	c 402763 constraints processed.
11.60/8.14	c objective function length is 1605 literals
81.73/42.71	c cleaning 2496 clauses out of 4998 with flag 5000/5000
180.51/92.48	c cleaning 4248 clauses out of 8503 with flag 11001/11001
288.80/147.06	c cleaning 5615 clauses out of 11254 with flag 18000/18000
428.58/217.39	c cleaning 6722 clauses out of 13639 with flag 26000/26000
552.06/279.65	c cleaning 7897 clauses out of 15917 with flag 35000/35000
672.43/340.28	c cleaning 8916 clauses out of 18020 with flag 45000/45000
816.87/412.97	c cleaning 10047 clauses out of 20104 with flag 56000/56000
979.07/494.52	c cleaning 11001 clauses out of 22057 with flag 68000/68000
1172.30/591.83	c cleaning 11840 clauses out of 24056 with flag 81000/81000
1356.43/684.79	c cleaning 13061 clauses out of 26220 with flag 95004/95004
1526.70/770.81	c cleaning 14068 clauses out of 28155 with flag 110000/110000
1679.70/848.15	c cleaning 15041 clauses out of 30087 with flag 126000/126000
1800.04/909.51	c starts		: 103
1800.04/909.51	c conflicts		: 133584
1800.04/909.51	c decisions		: 4452206
1800.04/909.51	c propagations		: 2274204910
1800.04/909.51	c inspects		: 1406067920
1800.04/909.51	c shortcuts		: 0
1800.04/909.51	c learnt literals	: 2
1800.04/909.51	c learnt binary clauses	: 1967
1800.04/909.51	c learnt ternary clauses	: 837
1800.04/909.51	c learnt constraints	: 133581
1800.04/909.51	c ignored constraints	: 0
1800.04/909.51	c root simplifications	: 0
1800.04/909.51	c removed literals (reason simplification)	: 9076349
1800.04/909.51	c reason swapping (by a shorter reason)	: 0
1800.04/909.51	c Calls to reduceDB	: 12
1800.04/909.51	c number of reductions to clauses (during analyze)	: 0
1800.04/909.51	c number of learned constraints concerned by reduction	: 0
1800.04/909.51	c number of learning phase by resolution	: 0
1800.04/909.51	c number of learning phase by cutting planes	: 0
1800.04/909.51	c speed (assignments/second)	: 2523272.0472388524
1800.04/909.51	c non guided choices	14728
1800.04/909.52	c learnt constraints type 
1800.04/909.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1967
1800.04/909.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20663
1800.04/909.52	c constraints type 
1800.04/909.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.04/909.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.04/909.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.04/909.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.04/909.52	c 402763 constraints processed.
1800.04/909.52	c constraints type 
1800.04/909.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.04/909.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
1800.04/909.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.04/909.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.04/909.52	c 402763 constraints processed.
1800.04/909.52	s UNKNOWN
1800.04/909.52	c Total wall clock time (in seconds): 909.407

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

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

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


[startup+0 s]
/proc/loadavg: 4.06 4.01 3.83 4/197 28434
/proc/meminfo: memFree=26755744/32873844 swapFree=7900/7900
[pid=28434] ppid=28432 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/28434/stat : 28434 (java) R 28432 28434 23987 0 -1 4202496 833 0 0 0 0 0 0 0 20 0 1 0 254664162 23793664 560 33554432000 1073741824 1073778376 140735860109408 140735860098472 225435499059 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28434/statm: 5809 567 425 9 0 128 0

[startup+0.0871341 s]
/proc/loadavg: 4.06 4.01 3.83 4/197 28434
/proc/meminfo: memFree=26755744/32873844 swapFree=7900/7900
[pid=28434] ppid=28432 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/28434/stat : 28434 (java) S 28432 28434 23987 0 -1 4202496 4168 0 1 0 7 1 0 0 20 0 18 0 254664162 9787813888 5369 33554432000 1073741824 1073778376 140735860109408 140735860100544 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28434/statm: 2389603 5370 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.10024 s]
/proc/loadavg: 4.06 4.01 3.83 4/197 28434
/proc/meminfo: memFree=26755744/32873844 swapFree=7900/7900
[pid=28434] ppid=28432 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/28434/stat : 28434 (java) S 28432 28434 23987 0 -1 4202496 4304 0 1 0 9 1 0 0 20 0 18 0 254664162 9787813888 6015 33554432000 1073741824 1073778376 140735860109408 140735860100544 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28434/statm: 2389603 6017 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.30023 s]
/proc/loadavg: 4.06 4.01 3.83 4/197 28434
/proc/meminfo: memFree=26755744/32873844 swapFree=7900/7900
[pid=28434] ppid=28432 vsize=9558412 CPUtime=0.48 cores=0,2,4,6
/proc/28434/stat : 28434 (java) S 28432 28434 23987 0 -1 4202496 5814 0 1 0 46 2 0 0 20 0 18 0 254664162 9787813888 16550 33554432000 1073741824 1073778376 140735860109408 140735860100544 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28434/statm: 2389603 16550 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700233 s]
/proc/loadavg: 4.06 4.01 3.83 4/197 28434
/proc/meminfo: memFree=26755744/32873844 swapFree=7900/7900
[pid=28434] ppid=28432 vsize=9558412 CPUtime=1.46 cores=0,2,4,6
/proc/28434/stat : 28434 (java) S 28432 28434 23987 0 -1 4202496 14495 0 1 0 138 8 0 0 20 0 18 0 254664162 9787813888 51768 33554432000 1073741824 1073778376 140735860109408 140735860100544 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28434/statm: 2389603 51768 2246 9 0 2380296 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9558412

[startup+1.50079 s]
/proc/loadavg: 4.06 4.01 3.83 4/215 28452
/proc/meminfo: memFree=26470288/32873844 swapFree=7900/7900
[pid=28434] ppid=28432 vsize=9558412 CPUtime=2.69 cores=0,2,4,6
/proc/28434/stat : 28434 (java) S 28432 28434 23987 0 -1 4202496 15900 0 1 0 246 23 0 0 20 0 18 0 254664162 9787813888 157311 33554432000 1073741824 1073778376 140735860109408 140735860100544 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28434/statm: 2389603 157311 2248 9 0 2380296 0
[pid=28434/tid=28436] ppid=28432 vsize=9558412 CPUtime=1.29 cores=0,2,4,6
/proc/28434/task/28436/stat : 28436 (java) R 28432 28434 23987 0 -1 4202560 2853 0 1 0 121 8 0 0 20 0 18 0 254664163 9787813888 157311 33554432000 1073741824 1073778376 140735860109408 140303788550648 140303646772466 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28434/tid=28437] ppid=28432 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/28434/task/28437/stat : 28437 (java) S 28432 28434 23987 0 -1 4202560 116 0 0 0 6 2 0 0 20 0 18 0 254664163 9787813888 157311 33554432000 1073741824 1073778376 140735860109408 140303766653736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28434/tid=28438] ppid=28432 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/28434/task/28438/stat : 28438 (java) S 28432 28434 23987 0 -1 4202560 54 0 0 0 7 2 0 0 20 0 18 0 254664163 9787813888 157311 33554432000 1073741824 1073778376 140735860109408 140303765600936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28434/tid=28439] ppid=28432 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/28434/task/28439/stat : 28439 (java) S 28432 28434 23987 0 -1 4202560 89 0 0 0 5 2 0 0 20 0 18 0 254664163 9787813888 157311 33554432000 1073741824 1073778376 140735860109408 140303562435624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28434/tid=28440] ppid=28432 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/28434/task/28440/stat : 28440 (java) S 28432 28434 23987 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 18 0 254664163 9787813888 157311 33554432000 1073741824 1073778376 140735860109408 140303561382824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28441] ppid=28432 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/28434/task/28441/stat : 28441 (java) S 28432 28434 23987 0 -1 4202560 169 0 0 0 4 1 0 0 20 0 18 0 254664163 9787813888 157311 33554432000 1073741824 1073778376 140735860109408 140303560329512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28442] ppid=28432 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/28434/task/28442/stat : 28442 (java) S 28432 28434 23987 0 -1 4202560 122 0 0 0 7 3 0 0 20 0 18 0 254664163 9787813888 157311 33554432000 1073741824 1073778376 140735860109408 140303559276712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28434/tid=28443] ppid=28432 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/28434/task/28443/stat : 28443 (java) S 28432 28434 23987 0 -1 4202560 91 0 0 0 4 1 0 0 20 0 18 0 254664163 9787813888 157311 33554432000 1073741824 1073778376 140735860109408 140303558224424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28434/tid=28444] ppid=28432 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/28434/task/28444/stat : 28444 (java) S 28432 28434 23987 0 -1 4202560 67 0 0 0 5 0 0 0 20 0 18 0 254664163 9787813888 157311 33554432000 1073741824 1073778376 140735860109408 140303557171624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28445] ppid=28432 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28445/stat : 28445 (java) S 28432 28434 23987 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 18 0 254664165 9787813888 157311 33554432000 1073741824 1073778376 140735860109408 140303544974056 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28446] ppid=28432 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28446/stat : 28446 (java) S 28432 28434 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254664165 9787813888 157311 33554432000 1073741824 1073778376 140735860109408 140303543920120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28447] ppid=28432 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28447/stat : 28447 (java) S 28432 28434 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254664165 9787813888 157311 33554432000 1073741824 1073778376 140735860109408 140303542867720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28448] ppid=28432 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28448/stat : 28448 (java) S 28432 28434 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254664167 9787813888 157311 33554432000 1073741824 1073778376 140735860109408 140303541816208 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28449] ppid=28432 vsize=9558412 CPUtime=0.34 cores=0,2,4,6
/proc/28434/task/28449/stat : 28449 (java) S 28432 28434 23987 0 -1 4202560 5339 0 0 0 32 2 0 0 20 0 18 0 254664167 9787813888 157311 33554432000 1073741824 1073778376 140735860109408 140303540762808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28450] ppid=28432 vsize=9558412 CPUtime=0.35 cores=0,2,4,6
/proc/28434/task/28450/stat : 28450 (java) S 28432 28434 23987 0 -1 4202560 5317 0 0 0 35 0 0 0 20 0 18 0 254664167 9787813888 157311 33554432000 1073741824 1073778376 140735860109408 140303539710008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28451] ppid=28432 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28451/stat : 28451 (java) S 28432 28434 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254664167 9787813888 157311 33554432000 1073741824 1073778376 140735860109408 140303538657912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28452] ppid=28432 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28452/stat : 28452 (java) S 28432 28434 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254664167 9787813888 157311 33554432000 1073741824 1073778376 140735860109408 140303537605320 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 9558412

[startup+3.10069 s]
/proc/loadavg: 4.06 4.01 3.83 11/215 28452
/proc/meminfo: memFree=26083968/32873844 swapFree=7900/7900
[pid=28434] ppid=28432 vsize=9558412 CPUtime=4.58 cores=0,2,4,6
/proc/28434/stat : 28434 (java) S 28432 28434 23987 0 -1 4202496 16914 0 1 0 428 30 0 0 20 0 18 0 254664162 9787813888 174598 33554432000 1073741824 1073778376 140735860109408 140735860100544 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28434/statm: 2389603 174598 2248 9 0 2380296 0
[pid=28434/tid=28436] ppid=28432 vsize=9558412 CPUtime=2.79 cores=0,2,4,6
/proc/28434/task/28436/stat : 28436 (java) R 28432 28434 23987 0 -1 4202560 2854 0 1 0 270 9 0 0 20 0 18 0 254664163 9787813888 174598 33554432000 1073741824 1073778376 140735860109408 140303788543888 140303646431546 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28434/tid=28437] ppid=28432 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/28434/task/28437/stat : 28437 (java) S 28432 28434 23987 0 -1 4202560 321 0 0 0 9 3 0 0 20 0 18 0 254664163 9787813888 174598 33554432000 1073741824 1073778376 140735860109408 140303766653736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28434/tid=28438] ppid=28432 vsize=9558412 CPUtime=0.15 cores=0,2,4,6
/proc/28434/task/28438/stat : 28438 (java) S 28432 28434 23987 0 -1 4202560 295 0 0 0 11 4 0 0 20 0 18 0 254664163 9787813888 174598 33554432000 1073741824 1073778376 140735860109408 140303765600936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28434/tid=28439] ppid=28432 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/28434/task/28439/stat : 28439 (java) S 28432 28434 23987 0 -1 4202560 368 0 0 0 9 2 0 0 20 0 18 0 254664163 9787813888 174598 33554432000 1073741824 1073778376 140735860109408 140303562435624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28434/tid=28440] ppid=28432 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/28434/task/28440/stat : 28440 (java) S 28432 28434 23987 0 -1 4202560 134 0 0 0 10 3 0 0 20 0 18 0 254664163 9787813888 174598 33554432000 1073741824 1073778376 140735860109408 140303561382824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28441] ppid=28432 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/28434/task/28441/stat : 28441 (java) S 28432 28434 23987 0 -1 4202560 176 0 0 0 6 1 0 0 20 0 18 0 254664163 9787813888 174598 33554432000 1073741824 1073778376 140735860109408 140303560329512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28442] ppid=28432 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/28434/task/28442/stat : 28442 (java) S 28432 28434 23987 0 -1 4202560 262 0 0 0 13 4 0 0 20 0 18 0 254664163 9787813888 174598 33554432000 1073741824 1073778376 140735860109408 140303559276712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28443] ppid=28432 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/28434/task/28443/stat : 28443 (java) S 28432 28434 23987 0 -1 4202560 111 0 0 0 7 3 0 0 20 0 18 0 254664163 9787813888 174598 33554432000 1073741824 1073778376 140735860109408 140303558224424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28434/tid=28444] ppid=28432 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/28434/task/28444/stat : 28444 (java) S 28432 28434 23987 0 -1 4202560 79 0 0 0 9 1 0 0 20 0 18 0 254664163 9787813888 174598 33554432000 1073741824 1073778376 140735860109408 140303557171624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28445] ppid=28432 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28445/stat : 28445 (java) S 28432 28434 23987 0 -1 4202560 484 0 0 0 0 0 0 0 20 0 18 0 254664165 9787813888 174598 33554432000 1073741824 1073778376 140735860109408 140303544974056 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28434/tid=28446] ppid=28432 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28446/stat : 28446 (java) S 28432 28434 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254664165 9787813888 174598 33554432000 1073741824 1073778376 140735860109408 140303543920120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28447] ppid=28432 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28447/stat : 28447 (java) S 28432 28434 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254664165 9787813888 174598 33554432000 1073741824 1073778376 140735860109408 140303542867720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28448] ppid=28432 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28448/stat : 28448 (java) S 28432 28434 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254664167 9787813888 174598 33554432000 1073741824 1073778376 140735860109408 140303541816208 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28449] ppid=28432 vsize=9558412 CPUtime=0.34 cores=0,2,4,6
/proc/28434/task/28449/stat : 28449 (java) S 28432 28434 23987 0 -1 4202560 5339 0 0 0 32 2 0 0 20 0 18 0 254664167 9787813888 174598 33554432000 1073741824 1073778376 140735860109408 140303540762808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28450] ppid=28432 vsize=9558412 CPUtime=0.35 cores=0,2,4,6
/proc/28434/task/28450/stat : 28450 (java) S 28432 28434 23987 0 -1 4202560 5317 0 0 0 35 0 0 0 20 0 18 0 254664167 9787813888 174598 33554432000 1073741824 1073778376 140735860109408 140303539710008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28451] ppid=28432 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28451/stat : 28451 (java) S 28432 28434 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254664167 9787813888 174598 33554432000 1073741824 1073778376 140735860109408 140303538657912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28452] ppid=28432 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28452/stat : 28452 (java) S 28432 28434 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254664167 9787813888 174598 33554432000 1073741824 1073778376 140735860109408 140303537605320 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 9558412

[startup+6.30081 s]
/proc/loadavg: 3.97 3.99 3.83 4/216 28455
/proc/meminfo: memFree=24395988/32873844 swapFree=7900/7900
[pid=28434] ppid=28432 vsize=9558412 CPUtime=9.52 cores=0,2,4,6
/proc/28434/stat : 28434 (java) S 28432 28434 23987 0 -1 4202496 21092 0 1 0 867 85 0 0 20 0 18 0 254664162 9787813888 604613 33554432000 1073741824 1073778376 140735860109408 140735860100544 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28434/statm: 2389603 604613 2248 9 0 2380296 0
[pid=28434/tid=28436] ppid=28432 vsize=9558412 CPUtime=5.37 cores=0,2,4,6
/proc/28434/task/28436/stat : 28436 (java) R 28432 28434 23987 0 -1 4202560 4040 0 1 0 504 33 0 0 20 0 18 0 254664163 9787813888 604613 33554432000 1073741824 1073778376 140735860109408 140303788543872 140303796317274 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28434/tid=28437] ppid=28432 vsize=9558412 CPUtime=0.39 cores=0,2,4,6
/proc/28434/task/28437/stat : 28437 (java) S 28432 28434 23987 0 -1 4202560 457 0 0 0 32 7 0 0 20 0 18 0 254664163 9787813888 604613 33554432000 1073741824 1073778376 140735860109408 140303766653736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28438] ppid=28432 vsize=9558412 CPUtime=0.62 cores=0,2,4,6
/proc/28434/task/28438/stat : 28438 (java) S 28432 28434 23987 0 -1 4202560 454 0 0 0 52 10 0 0 20 0 18 0 254664163 9787813888 604613 33554432000 1073741824 1073778376 140735860109408 140303765600936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28439] ppid=28432 vsize=9558412 CPUtime=0.35 cores=0,2,4,6
/proc/28434/task/28439/stat : 28439 (java) S 28432 28434 23987 0 -1 4202560 440 0 0 0 30 5 0 0 20 0 18 0 254664163 9787813888 604613 33554432000 1073741824 1073778376 140735860109408 140303562435624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28440] ppid=28432 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/28434/task/28440/stat : 28440 (java) S 28432 28434 23987 0 -1 4202560 418 0 0 0 32 5 0 0 20 0 18 0 254664163 9787813888 604613 33554432000 1073741824 1073778376 140735860109408 140303561382824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28441] ppid=28432 vsize=9558412 CPUtime=0.44 cores=0,2,4,6
/proc/28434/task/28441/stat : 28441 (java) S 28432 28434 23987 0 -1 4202560 428 0 0 0 38 6 0 0 20 0 18 0 254664163 9787813888 604613 33554432000 1073741824 1073778376 140735860109408 140303560329512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28442] ppid=28432 vsize=9558412 CPUtime=0.48 cores=0,2,4,6
/proc/28434/task/28442/stat : 28442 (java) S 28432 28434 23987 0 -1 4202560 391 0 0 0 40 8 0 0 20 0 18 0 254664163 9787813888 604613 33554432000 1073741824 1073778376 140735860109408 140303559276712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28443] ppid=28432 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/28434/task/28443/stat : 28443 (java) S 28432 28434 23987 0 -1 4202560 724 0 0 0 24 5 0 0 20 0 18 0 254664163 9787813888 604613 33554432000 1073741824 1073778376 140735860109408 140303558224424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28444] ppid=28432 vsize=9558412 CPUtime=0.39 cores=0,2,4,6
/proc/28434/task/28444/stat : 28444 (java) S 28432 28434 23987 0 -1 4202560 643 0 0 0 33 6 0 0 20 0 18 0 254664163 9787813888 604613 33554432000 1073741824 1073778376 140735860109408 140303557171624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28434/tid=28445] ppid=28432 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28445/stat : 28445 (java) S 28432 28434 23987 0 -1 4202560 1267 0 0 0 0 0 0 0 20 0 18 0 254664165 9787813888 604613 33554432000 1073741824 1073778376 140735860109408 140303544974056 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28434/tid=28446] ppid=28432 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28446/stat : 28446 (java) S 28432 28434 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254664165 9787813888 604613 33554432000 1073741824 1073778376 140735860109408 140303543920120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28447] ppid=28432 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28447/stat : 28447 (java) S 28432 28434 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254664165 9787813888 604613 33554432000 1073741824 1073778376 140735860109408 140303542867720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28448] ppid=28432 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28448/stat : 28448 (java) S 28432 28434 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254664167 9787813888 604613 33554432000 1073741824 1073778376 140735860109408 140303541816208 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28449] ppid=28432 vsize=9558412 CPUtime=0.34 cores=0,2,4,6
/proc/28434/task/28449/stat : 28449 (java) S 28432 28434 23987 0 -1 4202560 5339 0 0 0 32 2 0 0 20 0 18 0 254664167 9787813888 604613 33554432000 1073741824 1073778376 140735860109408 140303540762808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28450] ppid=28432 vsize=9558412 CPUtime=0.35 cores=0,2,4,6
/proc/28434/task/28450/stat : 28450 (java) S 28432 28434 23987 0 -1 4202560 5317 0 0 0 35 0 0 0 20 0 18 0 254664167 9787813888 604613 33554432000 1073741824 1073778376 140735860109408 140303539710008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28451] ppid=28432 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28451/stat : 28451 (java) S 28432 28434 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254664167 9787813888 604613 33554432000 1073741824 1073778376 140735860109408 140303538657912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28452] ppid=28432 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28452/stat : 28452 (java) S 28432 28434 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254664167 9787813888 604613 33554432000 1073741824 1073778376 140735860109408 140303537605320 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.52
Current children cumulated vsize (KiB) 9558412

[startup+12.7008 s]
/proc/loadavg: 3.97 3.99 3.83 5/219 28459
/proc/meminfo: memFree=23730792/32873844 swapFree=7900/7900
[pid=28434] ppid=28432 vsize=9824668 CPUtime=21.66 cores=0,2,4,6
/proc/28434/stat : 28434 (java) S 28432 28434 23987 0 -1 4202496 21470 0 1 0 2071 95 0 0 20 0 22 0 254664162 10060460032 699966 33554432000 1073741824 1073778376 140735860109408 140735860100544 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28434/statm: 2456167 699966 2266 9 0 2446860 0
[pid=28434/tid=28436] ppid=28432 vsize=9824668 CPUtime=7.13 cores=0,2,4,6

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

[pid=28434/tid=28457] ppid=28432 vsize=9824668 CPUtime=800.35 cores=0,2,4,6
/proc/28434/task/28457/stat : 28457 (java) R 28432 28434 23987 0 -1 4202560 83 0 0 0 80023 12 0 0 20 0 22 0 254664977 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303535497496 140303647309587 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28434/tid=28458] ppid=28432 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28458/stat : 28458 (java) S 28432 28434 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254664984 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303534446248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28459] ppid=28432 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28459/stat : 28459 (java) S 28432 28434 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254664984 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303533393448 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1628.08
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.29 4.03 3.89 4/219 28554
/proc/meminfo: memFree=23204156/32873844 swapFree=7900/7900
[pid=28434] ppid=28432 vsize=9824668 CPUtime=1745.62 cores=0,2,4,6
/proc/28434/stat : 28434 (java) S 28432 28434 23987 0 -1 4202496 21938 0 1 0 174429 133 0 0 20 0 22 0 254664162 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140735860100544 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28434/statm: 2456167 755946 2282 9 0 2446860 0
[pid=28434/tid=28436] ppid=28432 vsize=9824668 CPUtime=7.17 cores=0,2,4,6
/proc/28434/task/28436/stat : 28436 (java) S 28432 28434 23987 0 -1 4202560 4254 0 1 0 673 44 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303788553208 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28437] ppid=28432 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/28434/task/28437/stat : 28437 (java) S 28432 28434 23987 0 -1 4202560 469 0 0 0 37 8 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303766653736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28438] ppid=28432 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/28434/task/28438/stat : 28438 (java) S 28432 28434 23987 0 -1 4202560 471 0 0 0 59 11 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303765600936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28434/tid=28439] ppid=28432 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/28434/task/28439/stat : 28439 (java) S 28432 28434 23987 0 -1 4202560 468 0 0 0 39 6 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303562435624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28440] ppid=28432 vsize=9824668 CPUtime=0.42 cores=0,2,4,6
/proc/28434/task/28440/stat : 28440 (java) S 28432 28434 23987 0 -1 4202560 429 0 0 0 36 6 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303561382824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28441] ppid=28432 vsize=9824668 CPUtime=0.48 cores=0,2,4,6
/proc/28434/task/28441/stat : 28441 (java) S 28432 28434 23987 0 -1 4202560 435 0 0 0 41 7 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303560329512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28442] ppid=28432 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/28434/task/28442/stat : 28442 (java) S 28432 28434 23987 0 -1 4202560 405 0 0 0 43 9 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303559276712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28443] ppid=28432 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/28434/task/28443/stat : 28443 (java) S 28432 28434 23987 0 -1 4202560 731 0 0 0 31 5 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303558224424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28444] ppid=28432 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/28434/task/28444/stat : 28444 (java) S 28432 28434 23987 0 -1 4202560 653 0 0 0 39 6 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303557171624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28434/tid=28445] ppid=28432 vsize=9824668 CPUtime=16.08 cores=0,2,4,6
/proc/28434/task/28445/stat : 28445 (java) S 28432 28434 23987 0 -1 4202560 1516 0 0 0 1602 6 0 0 20 0 22 0 254664165 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303544974056 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28446] ppid=28432 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28446/stat : 28446 (java) S 28432 28434 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254664165 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303543920120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28447] ppid=28432 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28447/stat : 28447 (java) S 28432 28434 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254664165 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303542867720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28448] ppid=28432 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28448/stat : 28448 (java) S 28432 28434 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254664167 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303541816208 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28449] ppid=28432 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/28434/task/28449/stat : 28449 (java) S 28432 28434 23987 0 -1 4202560 5370 0 0 0 107 2 0 0 20 0 22 0 254664167 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303540762808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28450] ppid=28432 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/28434/task/28450/stat : 28450 (java) S 28432 28434 23987 0 -1 4202560 5383 0 0 0 123 0 0 0 20 0 22 0 254664167 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303539710008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28434/tid=28451] ppid=28432 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28451/stat : 28451 (java) S 28432 28434 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254664167 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303538657912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28452] ppid=28432 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/28434/task/28452/stat : 28452 (java) S 28432 28434 23987 0 -1 4202560 51 0 0 0 19 19 0 0 20 0 22 0 254664167 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303537605320 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28456] ppid=28432 vsize=9824668 CPUtime=857.92 cores=0,2,4,6
/proc/28434/task/28456/stat : 28456 (java) R 28432 28434 23987 0 -1 4202560 32 0 0 0 85776 16 0 0 20 0 22 0 254664977 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303536550624 140303647403567 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28457] ppid=28432 vsize=9824668 CPUtime=857.9 cores=0,2,4,6
/proc/28434/task/28457/stat : 28457 (java) R 28432 28434 23987 0 -1 4202560 83 0 0 0 85777 13 0 0 20 0 22 0 254664977 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303535495808 140303647489426 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28434/tid=28458] ppid=28432 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28458/stat : 28458 (java) S 28432 28434 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254664984 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303534446248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28459] ppid=28432 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28459/stat : 28459 (java) S 28432 28434 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254664984 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303533393448 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1745.62
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+909.501 s]
/proc/loadavg: 4.12 4.01 3.89 5/219 28557
/proc/meminfo: memFree=23232924/32873844 swapFree=7900/7900
[pid=28434] ppid=28432 vsize=9824668 CPUtime=1800.04 cores=0,2,4,6
/proc/28434/stat : 28434 (java) S 28432 28434 23987 0 -1 4202496 21940 0 1 0 179870 134 0 0 20 0 22 0 254664162 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140735860100544 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28434/statm: 2456167 755946 2282 9 0 2446860 0
[pid=28434/tid=28436] ppid=28432 vsize=9824668 CPUtime=7.17 cores=0,2,4,6
/proc/28434/task/28436/stat : 28436 (java) S 28432 28434 23987 0 -1 4202560 4254 0 1 0 673 44 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303788553208 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28434/tid=28437] ppid=28432 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/28434/task/28437/stat : 28437 (java) S 28432 28434 23987 0 -1 4202560 469 0 0 0 37 8 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303766653736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28438] ppid=28432 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/28434/task/28438/stat : 28438 (java) S 28432 28434 23987 0 -1 4202560 471 0 0 0 59 11 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303765600936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28434/tid=28439] ppid=28432 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/28434/task/28439/stat : 28439 (java) S 28432 28434 23987 0 -1 4202560 468 0 0 0 39 6 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303562435624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28440] ppid=28432 vsize=9824668 CPUtime=0.42 cores=0,2,4,6
/proc/28434/task/28440/stat : 28440 (java) S 28432 28434 23987 0 -1 4202560 429 0 0 0 36 6 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303561382824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28441] ppid=28432 vsize=9824668 CPUtime=0.48 cores=0,2,4,6
/proc/28434/task/28441/stat : 28441 (java) S 28432 28434 23987 0 -1 4202560 435 0 0 0 41 7 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303560329512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28442] ppid=28432 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/28434/task/28442/stat : 28442 (java) S 28432 28434 23987 0 -1 4202560 405 0 0 0 43 9 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303559276712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28443] ppid=28432 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/28434/task/28443/stat : 28443 (java) S 28432 28434 23987 0 -1 4202560 731 0 0 0 31 5 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303558224424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28444] ppid=28432 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/28434/task/28444/stat : 28444 (java) S 28432 28434 23987 0 -1 4202560 653 0 0 0 39 6 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303557171624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28434/tid=28445] ppid=28432 vsize=9824668 CPUtime=16.08 cores=0,2,4,6
/proc/28434/task/28445/stat : 28445 (java) S 28432 28434 23987 0 -1 4202560 1516 0 0 0 1602 6 0 0 20 0 22 0 254664165 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303544974056 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28434/tid=28446] ppid=28432 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28446/stat : 28446 (java) S 28432 28434 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254664165 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303543920120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28447] ppid=28432 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28447/stat : 28447 (java) S 28432 28434 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254664165 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303542867720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28448] ppid=28432 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28448/stat : 28448 (java) S 28432 28434 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254664167 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303541816208 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28449] ppid=28432 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/28434/task/28449/stat : 28449 (java) S 28432 28434 23987 0 -1 4202560 5370 0 0 0 107 2 0 0 20 0 22 0 254664167 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303540762808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28450] ppid=28432 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/28434/task/28450/stat : 28450 (java) S 28432 28434 23987 0 -1 4202560 5383 0 0 0 123 0 0 0 20 0 22 0 254664167 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303539710008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28434/tid=28451] ppid=28432 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28451/stat : 28451 (java) S 28432 28434 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254664167 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303538657912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28452] ppid=28432 vsize=9824668 CPUtime=0.39 cores=0,2,4,6
/proc/28434/task/28452/stat : 28452 (java) S 28432 28434 23987 0 -1 4202560 53 0 0 0 20 19 0 0 20 0 22 0 254664167 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303537605320 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28434/tid=28456] ppid=28432 vsize=9824668 CPUtime=885.13 cores=0,2,4,6
/proc/28434/task/28456/stat : 28456 (java) R 28432 28434 23987 0 -1 4202560 32 0 0 0 88497 16 0 0 20 0 22 0 254664977 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303536550624 140303647391665 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28457] ppid=28432 vsize=9824668 CPUtime=885.1 cores=0,2,4,6
/proc/28434/task/28457/stat : 28457 (java) R 28432 28434 23987 0 -1 4202560 83 0 0 0 88497 13 0 0 20 0 22 0 254664977 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303535495808 140303647338540 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28458] ppid=28432 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28458/stat : 28458 (java) S 28432 28434 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254664984 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303534446248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28459] ppid=28432 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28459/stat : 28459 (java) S 28432 28434 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254664984 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303533393448 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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+909.501 s]
/proc/loadavg: 4.12 4.01 3.89 5/219 28557
/proc/meminfo: memFree=23232924/32873844 swapFree=7900/7900
[pid=28434] ppid=28432 vsize=9824668 CPUtime=1800.04 cores=0,2,4,6
/proc/28434/stat : 28434 (java) S 28432 28434 23987 0 -1 4202496 21940 0 1 0 179870 134 0 0 20 0 22 0 254664162 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140735860100544 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28434/statm: 2456167 755946 2282 9 0 2446860 0
[pid=28434/tid=28436] ppid=28432 vsize=9824668 CPUtime=7.17 cores=0,2,4,6
/proc/28434/task/28436/stat : 28436 (java) S 28432 28434 23987 0 -1 4202560 4254 0 1 0 673 44 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303788553208 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28434/tid=28437] ppid=28432 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/28434/task/28437/stat : 28437 (java) S 28432 28434 23987 0 -1 4202560 469 0 0 0 37 8 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303766653736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28438] ppid=28432 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/28434/task/28438/stat : 28438 (java) S 28432 28434 23987 0 -1 4202560 471 0 0 0 59 11 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303765600936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28434/tid=28439] ppid=28432 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/28434/task/28439/stat : 28439 (java) S 28432 28434 23987 0 -1 4202560 468 0 0 0 39 6 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303562435624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28440] ppid=28432 vsize=9824668 CPUtime=0.42 cores=0,2,4,6
/proc/28434/task/28440/stat : 28440 (java) S 28432 28434 23987 0 -1 4202560 429 0 0 0 36 6 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303561382824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28441] ppid=28432 vsize=9824668 CPUtime=0.48 cores=0,2,4,6
/proc/28434/task/28441/stat : 28441 (java) S 28432 28434 23987 0 -1 4202560 435 0 0 0 41 7 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303560329512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28442] ppid=28432 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/28434/task/28442/stat : 28442 (java) S 28432 28434 23987 0 -1 4202560 405 0 0 0 43 9 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303559276712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28443] ppid=28432 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/28434/task/28443/stat : 28443 (java) S 28432 28434 23987 0 -1 4202560 731 0 0 0 31 5 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303558224424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28444] ppid=28432 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/28434/task/28444/stat : 28444 (java) S 28432 28434 23987 0 -1 4202560 653 0 0 0 39 6 0 0 20 0 22 0 254664163 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303557171624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28434/tid=28445] ppid=28432 vsize=9824668 CPUtime=16.08 cores=0,2,4,6
/proc/28434/task/28445/stat : 28445 (java) S 28432 28434 23987 0 -1 4202560 1516 0 0 0 1602 6 0 0 20 0 22 0 254664165 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303544974056 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28434/tid=28446] ppid=28432 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28446/stat : 28446 (java) S 28432 28434 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254664165 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303543920120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28447] ppid=28432 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28447/stat : 28447 (java) S 28432 28434 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254664165 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303542867720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28448] ppid=28432 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28448/stat : 28448 (java) S 28432 28434 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254664167 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303541816208 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28449] ppid=28432 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/28434/task/28449/stat : 28449 (java) S 28432 28434 23987 0 -1 4202560 5370 0 0 0 107 2 0 0 20 0 22 0 254664167 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303540762808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28450] ppid=28432 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/28434/task/28450/stat : 28450 (java) S 28432 28434 23987 0 -1 4202560 5383 0 0 0 123 0 0 0 20 0 22 0 254664167 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303539710008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28434/tid=28451] ppid=28432 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28451/stat : 28451 (java) S 28432 28434 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254664167 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303538657912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28452] ppid=28432 vsize=9824668 CPUtime=0.39 cores=0,2,4,6
/proc/28434/task/28452/stat : 28452 (java) S 28432 28434 23987 0 -1 4202560 53 0 0 0 20 19 0 0 20 0 22 0 254664167 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303537605320 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28434/tid=28456] ppid=28432 vsize=9824668 CPUtime=885.13 cores=0,2,4,6
/proc/28434/task/28456/stat : 28456 (java) R 28432 28434 23987 0 -1 4202560 32 0 0 0 88497 16 0 0 20 0 22 0 254664977 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303536550624 140303647391665 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28457] ppid=28432 vsize=9824668 CPUtime=885.1 cores=0,2,4,6
/proc/28434/task/28457/stat : 28457 (java) R 28432 28434 23987 0 -1 4202560 83 0 0 0 88497 13 0 0 20 0 22 0 254664977 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303535495808 140303647338540 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28434/tid=28458] ppid=28432 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28458/stat : 28458 (java) S 28432 28434 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254664984 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303534446248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28434/tid=28459] ppid=28432 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28434/task/28459/stat : 28459 (java) S 28432 28434 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254664984 10060460032 755946 33554432000 1073741824 1073778376 140735860109408 140303533393448 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 909.54
CPU time (s): 1800.38
CPU user time (s): 1798.61
CPU system time (s): 1.77073
CPU usage (%): 197.944
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 1.77073
maximum resident set size= 3023908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21975
page faults= 1
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22555
involuntary context switches= 10826

runsolver used 3.48147 second user time and 8.58269 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-24 20:49:56
IDJOB=3689834
IDBENCH=91029
IDSOLVER=2268
FILE ID=node137/3689834-1337885395
RUNJOBID= node137-1337871881-24003
PBS_JOBID= 14620067
Free space on /tmp= 71464 MiB

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

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

MD5SUM BENCH= 768b5e23d0b4ff11a666e1cea764674d
RANDOM SEED=639782131

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26756008 kB
Buffers:          224188 kB
Cached:          2283028 kB
SwapCached:        22060 kB
Active:          3583404 kB
Inactive:        1745496 kB
Active(anon):    2801604 kB
Inactive(anon):    22680 kB
Active(file):     781800 kB
Inactive(file):  1722816 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:             27964 kB
Writeback:             4 kB
AnonPages:       2809340 kB
Mapped:            17804 kB
Shmem:                 0 kB
Slab:             641108 kB
SReclaimable:      82016 kB
SUnreclaim:       559092 kB
KernelStack:        1632 kB
PageTables:         9676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3277704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2748416 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= 71460 MiB
End job on node137 at 2012-05-24 21:05:08