Trace number 3743412

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_20null0mast_rapportOE2.0_TMAX300_K192_cod2.opb
MD5SUMcf9128b870ef9b100d6538eb54f0c456
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-451
Best CPU time to get the best result obtained on this benchmark1800.75
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 1427
Biggest coefficient in the objective function 512
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 6807
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 65956
Number of bits of the biggest sum of numbers17
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version 2.2.0.v20100531
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		1349517296
0.00/0.10	c Max memory 		1356595200
0.00/0.10	c Total memory 		1356595200
0.00/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	
0.07/0.13	c solving HOME/instance-3743412-1338792189.opb
0.07/0.13	c reading problem ... 
11.58/7.33	c ... done. Wall clock time 7.198s.
11.58/7.33	c #vars     400896
11.58/7.33	c #constraints  402763
11.58/7.33	c constraints type 
11.58/7.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
11.58/7.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
11.58/7.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
11.58/7.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
11.58/7.33	c constraints type 
11.58/7.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
11.58/7.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
11.58/7.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
11.58/7.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
273.92/137.93	c cleaning 2488 clauses out of 5000 with flag 5000/5000
497.71/250.11	c cleaning 4243 clauses out of 8512 with flag 11000/11000
751.62/377.59	c cleaning 5596 clauses out of 11272 with flag 18003/18003
1048.80/526.50	c cleaning 6812 clauses out of 13676 with flag 26003/26003
1290.31/647.81	c cleaning 7915 clauses out of 15861 with flag 35000/35000
1613.14/809.64	c cleaning 8952 clauses out of 17954 with flag 45008/45008
1800.20/903.61	c starts		: 70
1800.20/903.61	c conflicts		: 49836
1800.20/903.61	c decisions		: 1968435
1800.20/903.61	c propagations		: 1151303309
1800.20/903.61	c inspects		: 749270134
1800.20/903.61	c learnt literals	: 0
1800.20/903.61	c learnt binary clauses	: 212
1800.20/903.61	c learnt ternary clauses	: 142
1800.20/903.61	c learnt clauses	: 49835
1800.20/903.61	c ignored clauses	: 0
1800.20/903.61	c root simplifications	: 0
1800.20/903.61	c removed literals (reason simplification)	: 5197313
1800.20/903.61	c reason swapping (by a shorter reason)	: 0
1800.20/903.61	c Calls to reduceDB	: 6
1800.20/903.61	c number of reductions to clauses (during analyze)	: 0
1800.20/903.61	c number of learned constraints concerned by reduction	: 0
1800.20/903.61	c number of learning phase by resolution	: 0
1800.20/903.61	c number of learning phase by cutting planes	: 0
1800.20/903.61	c speed (assignments/second)	: 1284531.011968318
1800.20/903.61	c non guided choices	1
1800.20/903.63	c learnt constraints type 
1800.20/903.63	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13619
1800.20/903.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 212
1800.20/903.63	c constraints type 
1800.20/903.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.20/903.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.20/903.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.20/903.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.20/903.63	c constraints type 
1800.20/903.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.20/903.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
1800.20/903.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.20/903.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.20/903.63	s UNKNOWN
1800.20/903.63	c Total wall clock time (in seconds): 903.497

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-3743412-1338792189/watcher-3743412-1338792189 -o /tmp/evaluation-result-3743412-1338792189/solver-3743412-1338792189 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743412-1338792189.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.84 3.91 3.88 4/199 25728
/proc/meminfo: memFree=27571700/32873844 swapFree=7380/7380
[pid=25728] ppid=25726 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (java6) D 25726 25728 24174 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 345343769 2560000 46 33554432000 1073741824 1073778376 140733309846384 140733309843512 215134334247 0 0 4096 0 18446744072100748580 0 0 17 3 0 0 0 0 0
/proc/25728/statm: 625 46 37 9 0 29 0

[startup+0.10346 s]
/proc/loadavg: 3.84 3.91 3.88 4/199 25728
/proc/meminfo: memFree=27571700/32873844 swapFree=7380/7380
[pid=25728] ppid=25726 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/25728/stat : 25728 (java) S 25726 25728 24174 0 -1 4202496 3901 0 1 0 6 1 0 0 20 0 18 0 345343769 2764726272 5619 33554432000 1073741824 1073778376 140734224892592 140734224883728 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25728/statm: 674982 5619 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.200234 s]
/proc/loadavg: 3.84 3.91 3.88 4/199 25728
/proc/meminfo: memFree=27571700/32873844 swapFree=7380/7380
[pid=25728] ppid=25726 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/25728/stat : 25728 (java) S 25726 25728 24174 0 -1 4202496 5437 0 1 0 23 1 0 0 20 0 18 0 345343769 2764726272 13544 33554432000 1073741824 1073778376 140734224892592 140734224883728 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25728/statm: 674982 13544 2189 9 0 665676 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 2699928

[startup+0.300274 s]
/proc/loadavg: 3.84 3.91 3.88 4/199 25728
/proc/meminfo: memFree=27571700/32873844 swapFree=7380/7380
[pid=25728] ppid=25726 vsize=2699928 CPUtime=0.47 cores=1,3,5,7
/proc/25728/stat : 25728 (java) S 25726 25728 24174 0 -1 4202496 6242 0 1 0 45 2 0 0 20 0 18 0 345343769 2764726272 15532 33554432000 1073741824 1073778376 140734224892592 140734224883728 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25728/statm: 674982 15532 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700221 s]
/proc/loadavg: 3.84 3.91 3.88 4/199 25728
/proc/meminfo: memFree=27571700/32873844 swapFree=7380/7380
[pid=25728] ppid=25726 vsize=2699928 CPUtime=1.21 cores=1,3,5,7
/proc/25728/stat : 25728 (java) S 25726 25728 24174 0 -1 4202496 11272 0 1 0 116 5 0 0 20 0 18 0 345343769 2764726272 52953 33554432000 1073741824 1073778376 140734224892592 140734224883728 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25728/statm: 674982 52953 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 2699928

[startup+1.50086 s]
/proc/loadavg: 3.84 3.91 3.88 4/217 25746
/proc/meminfo: memFree=27147076/32873844 swapFree=7380/7380
[pid=25728] ppid=25726 vsize=2699928 CPUtime=2.48 cores=1,3,5,7
/proc/25728/stat : 25728 (java) S 25726 25728 24174 0 -1 4202496 11575 0 1 0 223 25 0 0 20 0 18 0 345343769 2764726272 121096 33554432000 1073741824 1073778376 140734224892592 140734224883728 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25728/statm: 674982 121096 2248 9 0 665676 0
[pid=25728/tid=25730] ppid=25726 vsize=2699928 CPUtime=1.31 cores=1,3,5,7
/proc/25728/task/25730/stat : 25730 (java) R 25726 25728 24174 0 -1 4202560 2956 0 1 0 123 8 0 0 20 0 18 0 345343770 2764726272 121096 33554432000 1073741824 1073778376 140734224892592 139663377633488 139663226847458 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25731] ppid=25726 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/25728/task/25731/stat : 25731 (java) S 25726 25728 24174 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 18 0 345343772 2764726272 121096 33554432000 1073741824 1073778376 140734224892592 139663361924136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25728/tid=25732] ppid=25726 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/25728/task/25732/stat : 25732 (java) S 25726 25728 24174 0 -1 4202560 27 0 0 0 4 2 0 0 20 0 18 0 345343772 2764726272 121096 33554432000 1073741824 1073778376 140734224892592 139663360871336 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25728/tid=25733] ppid=25726 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/25728/task/25733/stat : 25733 (java) S 25726 25728 24174 0 -1 4202560 16 0 0 0 2 1 0 0 20 0 18 0 345343772 2764726272 121096 33554432000 1073741824 1073778376 140734224892592 139663359818536 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25734] ppid=25726 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/25728/task/25734/stat : 25734 (java) S 25726 25728 24174 0 -1 4202560 36 0 0 0 5 3 0 0 20 0 18 0 345343772 2764726272 121096 33554432000 1073741824 1073778376 140734224892592 139663358765736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25735] ppid=25726 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/25728/task/25735/stat : 25735 (java) S 25726 25728 24174 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 18 0 345343772 2764726272 121096 33554432000 1073741824 1073778376 140734224892592 139663357712936 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25728/tid=25736] ppid=25726 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/25728/task/25736/stat : 25736 (java) S 25726 25728 24174 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 345343772 2764726272 121096 33554432000 1073741824 1073778376 140734224892592 139663356660136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25737] ppid=25726 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/25728/task/25737/stat : 25737 (java) S 25726 25728 24174 0 -1 4202560 32 0 0 0 4 3 0 0 20 0 18 0 345343772 2764726272 121096 33554432000 1073741824 1073778376 140734224892592 139663355607336 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25728/tid=25738] ppid=25726 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/25728/task/25738/stat : 25738 (java) S 25726 25728 24174 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 345343772 2764726272 121096 33554432000 1073741824 1073778376 140734224892592 139663354554536 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25728/tid=25739] ppid=25726 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25739/stat : 25739 (java) S 25726 25728 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345343773 2764726272 121096 33554432000 1073741824 1073778376 140734224892592 139663224327144 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25740] ppid=25726 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25740/stat : 25740 (java) S 25726 25728 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345343774 2764726272 121096 33554432000 1073741824 1073778376 140734224892592 139663223273208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25741] ppid=25726 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25741/stat : 25741 (java) S 25726 25728 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345343774 2764726272 121096 33554432000 1073741824 1073778376 140734224892592 139663222220296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25742] ppid=25726 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25742/stat : 25742 (java) S 25726 25728 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345343777 2764726272 121096 33554432000 1073741824 1073778376 140734224892592 139663221168784 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25743] ppid=25726 vsize=2699928 CPUtime=0.26 cores=1,3,5,7
/proc/25728/task/25743/stat : 25743 (java) S 25726 25728 24174 0 -1 4202560 3984 0 0 0 25 1 0 0 20 0 18 0 345343777 2764726272 121096 33554432000 1073741824 1073778376 140734224892592 139663220115896 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25744] ppid=25726 vsize=2699928 CPUtime=0.31 cores=1,3,5,7
/proc/25728/task/25744/stat : 25744 (java) S 25726 25728 24174 0 -1 4202560 3240 0 0 0 31 0 0 0 20 0 18 0 345343777 2764726272 121096 33554432000 1073741824 1073778376 140734224892592 139663219063096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25728/tid=25745] ppid=25726 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25745/stat : 25745 (java) S 25726 25728 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345343777 2764726272 121096 33554432000 1073741824 1073778376 140734224892592 139663218010488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25728/tid=25746] ppid=25726 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25746/stat : 25746 (java) S 25726 25728 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345343777 2764726272 121096 33554432000 1073741824 1073778376 140734224892592 139663216957896 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 2699928

[startup+3.1008 s]
/proc/loadavg: 3.84 3.91 3.88 4/217 25746
/proc/meminfo: memFree=27076576/32873844 swapFree=7380/7380
[pid=25728] ppid=25726 vsize=2699928 CPUtime=4.81 cores=1,3,5,7
/proc/25728/stat : 25728 (java) S 25726 25728 24174 0 -1 4202496 11799 0 1 0 441 40 0 0 20 0 18 0 345343769 2764726272 142138 33554432000 1073741824 1073778376 140734224892592 140734224883728 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25728/statm: 674982 142138 2248 9 0 665676 0
[pid=25728/tid=25730] ppid=25726 vsize=2699928 CPUtime=2.66 cores=1,3,5,7
/proc/25728/task/25730/stat : 25730 (java) R 25726 25728 24174 0 -1 4202560 2958 0 1 0 258 8 0 0 20 0 18 0 345343770 2764726272 142138 33554432000 1073741824 1073778376 140734224892592 139663377633376 139663226925507 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25731] ppid=25726 vsize=2699928 CPUtime=0.22 cores=1,3,5,7
/proc/25728/task/25731/stat : 25731 (java) S 25726 25728 24174 0 -1 4202560 72 0 0 0 17 5 0 0 20 0 18 0 345343772 2764726272 142138 33554432000 1073741824 1073778376 140734224892592 139663361924136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25728/tid=25732] ppid=25726 vsize=2699928 CPUtime=0.13 cores=1,3,5,7
/proc/25728/task/25732/stat : 25732 (java) S 25726 25728 24174 0 -1 4202560 48 0 0 0 10 3 0 0 20 0 18 0 345343772 2764726272 142138 33554432000 1073741824 1073778376 140734224892592 139663360871336 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25728/tid=25733] ppid=25726 vsize=2699928 CPUtime=0.14 cores=1,3,5,7
/proc/25728/task/25733/stat : 25733 (java) S 25726 25728 24174 0 -1 4202560 41 0 0 0 11 3 0 0 20 0 18 0 345343772 2764726272 142138 33554432000 1073741824 1073778376 140734224892592 139663359818536 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25734] ppid=25726 vsize=2699928 CPUtime=0.18 cores=1,3,5,7
/proc/25728/task/25734/stat : 25734 (java) S 25726 25728 24174 0 -1 4202560 64 0 0 0 15 3 0 0 20 0 18 0 345343772 2764726272 142138 33554432000 1073741824 1073778376 140734224892592 139663358765736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25735] ppid=25726 vsize=2699928 CPUtime=0.21 cores=1,3,5,7
/proc/25728/task/25735/stat : 25735 (java) S 25726 25728 24174 0 -1 4202560 60 0 0 0 17 4 0 0 20 0 18 0 345343772 2764726272 142138 33554432000 1073741824 1073778376 140734224892592 139663357712936 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25728/tid=25736] ppid=25726 vsize=2699928 CPUtime=0.16 cores=1,3,5,7
/proc/25728/task/25736/stat : 25736 (java) S 25726 25728 24174 0 -1 4202560 41 0 0 0 13 3 0 0 20 0 18 0 345343772 2764726272 142138 33554432000 1073741824 1073778376 140734224892592 139663356660136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25737] ppid=25726 vsize=2699928 CPUtime=0.15 cores=1,3,5,7
/proc/25728/task/25737/stat : 25737 (java) S 25726 25728 24174 0 -1 4202560 49 0 0 0 11 4 0 0 20 0 18 0 345343772 2764726272 142138 33554432000 1073741824 1073778376 140734224892592 139663355607336 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25728/tid=25738] ppid=25726 vsize=2699928 CPUtime=0.2 cores=1,3,5,7
/proc/25728/task/25738/stat : 25738 (java) S 25726 25728 24174 0 -1 4202560 59 0 0 0 16 4 0 0 20 0 18 0 345343772 2764726272 142138 33554432000 1073741824 1073778376 140734224892592 139663354554536 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25728/tid=25739] ppid=25726 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25739/stat : 25739 (java) S 25726 25728 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345343773 2764726272 142138 33554432000 1073741824 1073778376 140734224892592 139663224327144 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25740] ppid=25726 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25740/stat : 25740 (java) S 25726 25728 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345343774 2764726272 142138 33554432000 1073741824 1073778376 140734224892592 139663223273208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25741] ppid=25726 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25741/stat : 25741 (java) S 25726 25728 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345343774 2764726272 142138 33554432000 1073741824 1073778376 140734224892592 139663222220296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25742] ppid=25726 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25742/stat : 25742 (java) S 25726 25728 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345343777 2764726272 142138 33554432000 1073741824 1073778376 140734224892592 139663221168784 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25743] ppid=25726 vsize=2699928 CPUtime=0.26 cores=1,3,5,7
/proc/25728/task/25743/stat : 25743 (java) S 25726 25728 24174 0 -1 4202560 3984 0 0 0 25 1 0 0 20 0 18 0 345343777 2764726272 142138 33554432000 1073741824 1073778376 140734224892592 139663220115896 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25744] ppid=25726 vsize=2699928 CPUtime=0.31 cores=1,3,5,7
/proc/25728/task/25744/stat : 25744 (java) S 25726 25728 24174 0 -1 4202560 3240 0 0 0 31 0 0 0 20 0 18 0 345343777 2764726272 142138 33554432000 1073741824 1073778376 140734224892592 139663219063096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25728/tid=25745] ppid=25726 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25745/stat : 25745 (java) S 25726 25728 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345343777 2764726272 142138 33554432000 1073741824 1073778376 140734224892592 139663218010488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25728/tid=25746] ppid=25726 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25746/stat : 25746 (java) S 25726 25728 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345343777 2764726272 142138 33554432000 1073741824 1073778376 140734224892592 139663216957896 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 2699928

[startup+6.30084 s]
/proc/loadavg: 3.77 3.90 3.87 4/217 25746
/proc/meminfo: memFree=26844844/32873844 swapFree=7380/7380
[pid=25728] ppid=25726 vsize=2699928 CPUtime=10.33 cores=1,3,5,7
/proc/25728/stat : 25728 (java) S 25726 25728 24174 0 -1 4202496 12721 0 1 0 967 66 0 0 20 0 18 0 345343769 2764726272 184040 33554432000 1073741824 1073778376 140734224892592 140734224883728 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25728/statm: 674982 184040 2248 9 0 665676 0
[pid=25728/tid=25730] ppid=25726 vsize=2699928 CPUtime=5 cores=1,3,5,7
/proc/25728/task/25730/stat : 25730 (java) R 25726 25728 24174 0 -1 4202560 2980 0 1 0 491 9 0 0 20 0 18 0 345343770 2764726272 184040 33554432000 1073741824 1073778376 140734224892592 139663377640440 215146882317 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25731] ppid=25726 vsize=2699928 CPUtime=0.64 cores=1,3,5,7
/proc/25728/task/25731/stat : 25731 (java) S 25726 25728 24174 0 -1 4202560 125 0 0 0 56 8 0 0 20 0 18 0 345343772 2764726272 184040 33554432000 1073741824 1073778376 140734224892592 139663361924136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25732] ppid=25726 vsize=2699928 CPUtime=0.47 cores=1,3,5,7
/proc/25728/task/25732/stat : 25732 (java) S 25726 25728 24174 0 -1 4202560 234 0 0 0 41 6 0 0 20 0 18 0 345343772 2764726272 184040 33554432000 1073741824 1073778376 140734224892592 139663360871336 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25728/tid=25733] ppid=25726 vsize=2699928 CPUtime=0.61 cores=1,3,5,7
/proc/25728/task/25733/stat : 25733 (java) S 25726 25728 24174 0 -1 4202560 86 0 0 0 54 7 0 0 20 0 18 0 345343772 2764726272 184040 33554432000 1073741824 1073778376 140734224892592 139663359818536 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25734] ppid=25726 vsize=2699928 CPUtime=0.58 cores=1,3,5,7
/proc/25728/task/25734/stat : 25734 (java) S 25726 25728 24174 0 -1 4202560 272 0 0 0 50 8 0 0 20 0 18 0 345343772 2764726272 184040 33554432000 1073741824 1073778376 140734224892592 139663358765736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25735] ppid=25726 vsize=2699928 CPUtime=0.63 cores=1,3,5,7
/proc/25728/task/25735/stat : 25735 (java) S 25726 25728 24174 0 -1 4202560 126 0 0 0 55 8 0 0 20 0 18 0 345343772 2764726272 184040 33554432000 1073741824 1073778376 140734224892592 139663357712936 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25736] ppid=25726 vsize=2699928 CPUtime=0.57 cores=1,3,5,7
/proc/25728/task/25736/stat : 25736 (java) S 25726 25728 24174 0 -1 4202560 107 0 0 0 50 7 0 0 20 0 18 0 345343772 2764726272 184040 33554432000 1073741824 1073778376 140734224892592 139663356660136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25737] ppid=25726 vsize=2699928 CPUtime=0.63 cores=1,3,5,7
/proc/25728/task/25737/stat : 25737 (java) S 25726 25728 24174 0 -1 4202560 276 0 0 0 55 8 0 0 20 0 18 0 345343772 2764726272 184040 33554432000 1073741824 1073778376 140734224892592 139663355607336 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25738] ppid=25726 vsize=2699928 CPUtime=0.49 cores=1,3,5,7
/proc/25728/task/25738/stat : 25738 (java) S 25726 25728 24174 0 -1 4202560 108 0 0 0 42 7 0 0 20 0 18 0 345343772 2764726272 184040 33554432000 1073741824 1073778376 140734224892592 139663354554536 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25728/tid=25739] ppid=25726 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25739/stat : 25739 (java) S 25726 25728 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345343773 2764726272 184040 33554432000 1073741824 1073778376 140734224892592 139663224327144 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25740] ppid=25726 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25740/stat : 25740 (java) S 25726 25728 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345343774 2764726272 184040 33554432000 1073741824 1073778376 140734224892592 139663223273208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25741] ppid=25726 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25741/stat : 25741 (java) S 25726 25728 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345343774 2764726272 184040 33554432000 1073741824 1073778376 140734224892592 139663222220296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25742] ppid=25726 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25742/stat : 25742 (java) S 25726 25728 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345343777 2764726272 184040 33554432000 1073741824 1073778376 140734224892592 139663221168784 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25743] ppid=25726 vsize=2699928 CPUtime=0.26 cores=1,3,5,7
/proc/25728/task/25743/stat : 25743 (java) S 25726 25728 24174 0 -1 4202560 3984 0 0 0 25 1 0 0 20 0 18 0 345343777 2764726272 184040 33554432000 1073741824 1073778376 140734224892592 139663220115896 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25744] ppid=25726 vsize=2699928 CPUtime=0.31 cores=1,3,5,7
/proc/25728/task/25744/stat : 25744 (java) S 25726 25728 24174 0 -1 4202560 3240 0 0 0 31 0 0 0 20 0 18 0 345343777 2764726272 184040 33554432000 1073741824 1073778376 140734224892592 139663219063096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25728/tid=25745] ppid=25726 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25745/stat : 25745 (java) S 25726 25728 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345343777 2764726272 184040 33554432000 1073741824 1073778376 140734224892592 139663218010488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25728/tid=25746] ppid=25726 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25746/stat : 25746 (java) S 25726 25728 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345343777 2764726272 184040 33554432000 1073741824 1073778376 140734224892592 139663216957896 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10.33
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 3.87 3.91 3.88 5/221 25750
/proc/meminfo: memFree=26839004/32873844 swapFree=7380/7380
[pid=25728] ppid=25726 vsize=2966184 CPUtime=23.17 cores=1,3,5,7
/proc/25728/stat : 25728 (java) S 25726 25728 24174 0 -1 4202496 14789 0 1 0 2249 68 0 0 20 0 22 0 345343769 3037372416 184838 33554432000 1073741824 1073778376 140734224892592 140734224883728 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25728/statm: 741546 184838 2271 9 0 732240 0
[pid=25728/tid=25730] ppid=25726 vsize=2966184 CPUtime=5.95 cores=1,3,5,7

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

[pid=25728/tid=25748] ppid=25726 vsize=2966184 CPUtime=808.14 cores=1,3,5,7
/proc/25728/task/25748/stat : 25748 (java) R 25726 25728 24174 0 -1 4202560 73 0 0 0 80802 12 0 0 20 0 22 0 345344502 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663214848864 139663227304811 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25749] ppid=25726 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25749/stat : 25749 (java) S 25726 25728 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345344513 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663213798824 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25728/tid=25750] ppid=25726 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25750/stat : 25750 (java) S 25726 25728 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345344513 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663212746024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1637.54
Current children cumulated vsize (KiB) 2966184

[startup+882.308 s]
/proc/loadavg: 4.05 4.01 3.93 5/221 25820
/proc/meminfo: memFree=26685920/32873844 swapFree=7380/7380
[pid=25728] ppid=25726 vsize=2966184 CPUtime=1757.59 cores=1,3,5,7
/proc/25728/stat : 25728 (java) S 25726 25728 24174 0 -1 4202496 15208 0 1 0 175644 115 0 0 20 0 22 0 345343769 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 140734224883728 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25728/statm: 741546 237155 2284 9 0 732240 0
[pid=25728/tid=25730] ppid=25726 vsize=2966184 CPUtime=5.98 cores=1,3,5,7
/proc/25728/task/25730/stat : 25730 (java) S 25726 25728 24174 0 -1 4202560 3003 0 1 0 588 10 0 0 20 0 22 0 345343770 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663377642648 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25731] ppid=25726 vsize=2966184 CPUtime=0.86 cores=1,3,5,7
/proc/25728/task/25731/stat : 25731 (java) S 25726 25728 24174 0 -1 4202560 165 0 0 0 77 9 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663361924136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25732] ppid=25726 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/25728/task/25732/stat : 25732 (java) S 25726 25728 24174 0 -1 4202560 250 0 0 0 60 8 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663360871336 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25733] ppid=25726 vsize=2966184 CPUtime=0.86 cores=1,3,5,7
/proc/25728/task/25733/stat : 25733 (java) S 25726 25728 24174 0 -1 4202560 110 0 0 0 79 7 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663359818536 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25734] ppid=25726 vsize=2966184 CPUtime=0.75 cores=1,3,5,7
/proc/25728/task/25734/stat : 25734 (java) S 25726 25728 24174 0 -1 4202560 291 0 0 0 66 9 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663358765736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25735] ppid=25726 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/25728/task/25735/stat : 25735 (java) S 25726 25728 24174 0 -1 4202560 160 0 0 0 75 10 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663357712936 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25736] ppid=25726 vsize=2966184 CPUtime=0.88 cores=1,3,5,7
/proc/25728/task/25736/stat : 25736 (java) S 25726 25728 24174 0 -1 4202560 150 0 0 0 77 11 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663356660136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25728/tid=25737] ppid=25726 vsize=2966184 CPUtime=0.87 cores=1,3,5,7
/proc/25728/task/25737/stat : 25737 (java) S 25726 25728 24174 0 -1 4202560 301 0 0 0 78 9 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663355607336 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25738] ppid=25726 vsize=2966184 CPUtime=0.74 cores=1,3,5,7
/proc/25728/task/25738/stat : 25738 (java) S 25726 25728 24174 0 -1 4202560 152 0 0 0 66 8 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663354554536 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25739] ppid=25726 vsize=2966184 CPUtime=6.31 cores=1,3,5,7
/proc/25728/task/25739/stat : 25739 (java) S 25726 25728 24174 0 -1 4202560 89 0 0 0 627 4 0 0 20 0 22 0 345343773 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663224327144 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25740] ppid=25726 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25740/stat : 25740 (java) S 25726 25728 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345343774 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663223273208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25741] ppid=25726 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25741/stat : 25741 (java) S 25726 25728 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345343774 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663222220296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25742] ppid=25726 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25742/stat : 25742 (java) S 25726 25728 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345343777 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663221168784 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25743] ppid=25726 vsize=2966184 CPUtime=1.12 cores=1,3,5,7
/proc/25728/task/25743/stat : 25743 (java) S 25726 25728 24174 0 -1 4202560 4152 0 0 0 110 2 0 0 20 0 22 0 345343777 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663220115896 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25744] ppid=25726 vsize=2966184 CPUtime=1.13 cores=1,3,5,7
/proc/25728/task/25744/stat : 25744 (java) S 25726 25728 24174 0 -1 4202560 5022 0 0 0 111 2 0 0 20 0 22 0 345343777 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663219063096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25728/tid=25745] ppid=25726 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25745/stat : 25745 (java) S 25726 25728 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345343777 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663218010488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25728/tid=25746] ppid=25726 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/25728/task/25746/stat : 25746 (java) S 25726 25728 24174 0 -1 4202560 51 0 0 0 24 24 0 0 20 0 22 0 345343777 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663216957896 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25747] ppid=25726 vsize=2966184 CPUtime=868.04 cores=1,3,5,7
/proc/25728/task/25747/stat : 25747 (java) R 25726 25728 24174 0 -1 4202560 50 0 0 0 86791 13 0 0 20 0 22 0 345344502 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663215903696 139663227453519 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25728/tid=25748] ppid=25726 vsize=2966184 CPUtime=868.15 cores=1,3,5,7
/proc/25728/task/25748/stat : 25748 (java) R 25726 25728 24174 0 -1 4202560 73 0 0 0 86802 13 0 0 20 0 22 0 345344502 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663214848864 139663227304799 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25749] ppid=25726 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25749/stat : 25749 (java) S 25726 25728 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345344513 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663213798824 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25728/tid=25750] ppid=25726 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25750/stat : 25750 (java) S 25726 25728 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345344513 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663212746024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1757.59
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.601 s]
/proc/loadavg: 4.09 4.02 3.93 5/221 25820
/proc/meminfo: memFree=26685920/32873844 swapFree=7380/7380
[pid=25728] ppid=25726 vsize=2966184 CPUtime=1800.2 cores=1,3,5,7
/proc/25728/stat : 25728 (java) S 25726 25728 24174 0 -1 4202496 15210 0 1 0 179905 115 0 0 20 0 22 0 345343769 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 140734224883728 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25728/statm: 741546 237155 2284 9 0 732240 0
[pid=25728/tid=25730] ppid=25726 vsize=2966184 CPUtime=5.98 cores=1,3,5,7
/proc/25728/task/25730/stat : 25730 (java) S 25726 25728 24174 0 -1 4202560 3003 0 1 0 588 10 0 0 20 0 22 0 345343770 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663377642648 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25731] ppid=25726 vsize=2966184 CPUtime=0.86 cores=1,3,5,7
/proc/25728/task/25731/stat : 25731 (java) S 25726 25728 24174 0 -1 4202560 165 0 0 0 77 9 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663361924136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25732] ppid=25726 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/25728/task/25732/stat : 25732 (java) S 25726 25728 24174 0 -1 4202560 250 0 0 0 60 8 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663360871336 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25733] ppid=25726 vsize=2966184 CPUtime=0.86 cores=1,3,5,7
/proc/25728/task/25733/stat : 25733 (java) S 25726 25728 24174 0 -1 4202560 110 0 0 0 79 7 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663359818536 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25734] ppid=25726 vsize=2966184 CPUtime=0.75 cores=1,3,5,7
/proc/25728/task/25734/stat : 25734 (java) S 25726 25728 24174 0 -1 4202560 291 0 0 0 66 9 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663358765736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25735] ppid=25726 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/25728/task/25735/stat : 25735 (java) S 25726 25728 24174 0 -1 4202560 160 0 0 0 75 10 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663357712936 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25736] ppid=25726 vsize=2966184 CPUtime=0.88 cores=1,3,5,7
/proc/25728/task/25736/stat : 25736 (java) S 25726 25728 24174 0 -1 4202560 150 0 0 0 77 11 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663356660136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25728/tid=25737] ppid=25726 vsize=2966184 CPUtime=0.87 cores=1,3,5,7
/proc/25728/task/25737/stat : 25737 (java) S 25726 25728 24174 0 -1 4202560 301 0 0 0 78 9 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663355607336 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25738] ppid=25726 vsize=2966184 CPUtime=0.74 cores=1,3,5,7
/proc/25728/task/25738/stat : 25738 (java) S 25726 25728 24174 0 -1 4202560 152 0 0 0 66 8 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663354554536 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25739] ppid=25726 vsize=2966184 CPUtime=6.31 cores=1,3,5,7
/proc/25728/task/25739/stat : 25739 (java) S 25726 25728 24174 0 -1 4202560 89 0 0 0 627 4 0 0 20 0 22 0 345343773 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663224327144 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25740] ppid=25726 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25740/stat : 25740 (java) S 25726 25728 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345343774 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663223273208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25741] ppid=25726 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25741/stat : 25741 (java) S 25726 25728 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345343774 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663222220296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25742] ppid=25726 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25742/stat : 25742 (java) S 25726 25728 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345343777 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663221168784 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25743] ppid=25726 vsize=2966184 CPUtime=1.12 cores=1,3,5,7
/proc/25728/task/25743/stat : 25743 (java) S 25726 25728 24174 0 -1 4202560 4152 0 0 0 110 2 0 0 20 0 22 0 345343777 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663220115896 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25744] ppid=25726 vsize=2966184 CPUtime=1.13 cores=1,3,5,7
/proc/25728/task/25744/stat : 25744 (java) S 25726 25728 24174 0 -1 4202560 5022 0 0 0 111 2 0 0 20 0 22 0 345343777 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663219063096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25728/tid=25745] ppid=25726 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25745/stat : 25745 (java) S 25726 25728 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345343777 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663218010488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25728/tid=25746] ppid=25726 vsize=2966184 CPUtime=0.5 cores=1,3,5,7
/proc/25728/task/25746/stat : 25746 (java) S 25726 25728 24174 0 -1 4202560 53 0 0 0 25 25 0 0 20 0 22 0 345343777 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663216957896 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25747] ppid=25726 vsize=2966184 CPUtime=889.34 cores=1,3,5,7
/proc/25728/task/25747/stat : 25747 (java) R 25726 25728 24174 0 -1 4202560 50 0 0 0 88921 13 0 0 20 0 22 0 345344502 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663215903696 139663227331053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25728/tid=25748] ppid=25726 vsize=2966184 CPUtime=889.45 cores=1,3,5,7
/proc/25728/task/25748/stat : 25748 (java) R 25726 25728 24174 0 -1 4202560 73 0 0 0 88932 13 0 0 20 0 22 0 345344502 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663214848864 139663227304725 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25749] ppid=25726 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25749/stat : 25749 (java) S 25726 25728 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345344513 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663213798824 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25728/tid=25750] ppid=25726 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25750/stat : 25750 (java) S 25726 25728 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345344513 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663212746024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 2966184

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

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

[startup+903.601 s]
/proc/loadavg: 4.09 4.02 3.93 5/221 25820
/proc/meminfo: memFree=26685920/32873844 swapFree=7380/7380
[pid=25728] ppid=25726 vsize=2966184 CPUtime=1800.2 cores=1,3,5,7
/proc/25728/stat : 25728 (java) S 25726 25728 24174 0 -1 4202496 15210 0 1 0 179905 115 0 0 20 0 22 0 345343769 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 140734224883728 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25728/statm: 741546 237155 2284 9 0 732240 0
[pid=25728/tid=25730] ppid=25726 vsize=2966184 CPUtime=5.98 cores=1,3,5,7
/proc/25728/task/25730/stat : 25730 (java) S 25726 25728 24174 0 -1 4202560 3003 0 1 0 588 10 0 0 20 0 22 0 345343770 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663377642648 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25731] ppid=25726 vsize=2966184 CPUtime=0.86 cores=1,3,5,7
/proc/25728/task/25731/stat : 25731 (java) S 25726 25728 24174 0 -1 4202560 165 0 0 0 77 9 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663361924136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25732] ppid=25726 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/25728/task/25732/stat : 25732 (java) S 25726 25728 24174 0 -1 4202560 250 0 0 0 60 8 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663360871336 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25733] ppid=25726 vsize=2966184 CPUtime=0.86 cores=1,3,5,7
/proc/25728/task/25733/stat : 25733 (java) S 25726 25728 24174 0 -1 4202560 110 0 0 0 79 7 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663359818536 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25734] ppid=25726 vsize=2966184 CPUtime=0.75 cores=1,3,5,7
/proc/25728/task/25734/stat : 25734 (java) S 25726 25728 24174 0 -1 4202560 291 0 0 0 66 9 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663358765736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25735] ppid=25726 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/25728/task/25735/stat : 25735 (java) S 25726 25728 24174 0 -1 4202560 160 0 0 0 75 10 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663357712936 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25736] ppid=25726 vsize=2966184 CPUtime=0.88 cores=1,3,5,7
/proc/25728/task/25736/stat : 25736 (java) S 25726 25728 24174 0 -1 4202560 150 0 0 0 77 11 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663356660136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25728/tid=25737] ppid=25726 vsize=2966184 CPUtime=0.87 cores=1,3,5,7
/proc/25728/task/25737/stat : 25737 (java) S 25726 25728 24174 0 -1 4202560 301 0 0 0 78 9 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663355607336 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25738] ppid=25726 vsize=2966184 CPUtime=0.74 cores=1,3,5,7
/proc/25728/task/25738/stat : 25738 (java) S 25726 25728 24174 0 -1 4202560 152 0 0 0 66 8 0 0 20 0 22 0 345343772 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663354554536 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25739] ppid=25726 vsize=2966184 CPUtime=6.31 cores=1,3,5,7
/proc/25728/task/25739/stat : 25739 (java) S 25726 25728 24174 0 -1 4202560 89 0 0 0 627 4 0 0 20 0 22 0 345343773 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663224327144 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25740] ppid=25726 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25740/stat : 25740 (java) S 25726 25728 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345343774 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663223273208 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25741] ppid=25726 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25741/stat : 25741 (java) S 25726 25728 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345343774 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663222220296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25742] ppid=25726 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25742/stat : 25742 (java) S 25726 25728 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345343777 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663221168784 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25743] ppid=25726 vsize=2966184 CPUtime=1.12 cores=1,3,5,7
/proc/25728/task/25743/stat : 25743 (java) S 25726 25728 24174 0 -1 4202560 4152 0 0 0 110 2 0 0 20 0 22 0 345343777 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663220115896 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25744] ppid=25726 vsize=2966184 CPUtime=1.13 cores=1,3,5,7
/proc/25728/task/25744/stat : 25744 (java) S 25726 25728 24174 0 -1 4202560 5022 0 0 0 111 2 0 0 20 0 22 0 345343777 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663219063096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25728/tid=25745] ppid=25726 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25745/stat : 25745 (java) S 25726 25728 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345343777 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663218010488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25728/tid=25746] ppid=25726 vsize=2966184 CPUtime=0.5 cores=1,3,5,7
/proc/25728/task/25746/stat : 25746 (java) S 25726 25728 24174 0 -1 4202560 53 0 0 0 25 25 0 0 20 0 22 0 345343777 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663216957896 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25728/tid=25747] ppid=25726 vsize=2966184 CPUtime=889.34 cores=1,3,5,7
/proc/25728/task/25747/stat : 25747 (java) R 25726 25728 24174 0 -1 4202560 50 0 0 0 88921 13 0 0 20 0 22 0 345344502 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663215903696 139663227331053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25728/tid=25748] ppid=25726 vsize=2966184 CPUtime=889.45 cores=1,3,5,7
/proc/25728/task/25748/stat : 25748 (java) R 25726 25728 24174 0 -1 4202560 73 0 0 0 88932 13 0 0 20 0 22 0 345344502 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663214848864 139663227304725 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25728/tid=25749] ppid=25726 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25749/stat : 25749 (java) S 25726 25728 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345344513 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663213798824 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25728/tid=25750] ppid=25726 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25728/task/25750/stat : 25750 (java) S 25726 25728 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345344513 3037372416 237155 33554432000 1073741824 1073778376 140734224892592 139663212746024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 903.639
CPU time (s): 1800.7
CPU user time (s): 1799.14
CPU system time (s): 1.56076
CPU usage (%): 199.272
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 1.56076
maximum resident set size= 950796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15247
page faults= 1
swaps= 0
block input operations= 0
block output operations= 800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21684
involuntary context switches= 12033

runsolver used 4.82127 second user time and 8.10377 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-04 08:43:10
IDJOB=3743412
IDBENCH=91092
IDSOLVER=2324
FILE ID=node133/3743412-1338792189
RUNJOBID= node133-1338782189-24191
PBS_JOBID= 14636833
Free space on /tmp= 70432 MiB

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

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

MD5SUM BENCH= cf9128b870ef9b100d6538eb54f0c456
RANDOM SEED=257933707

node133.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.540
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.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.540
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.92
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.540
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.540
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.540
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.540
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.540
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.540
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:        27571972 kB
Buffers:          502844 kB
Cached:          2916960 kB
SwapCached:          676 kB
Active:          2545124 kB
Inactive:        1851844 kB
Active(anon):     968344 kB
Inactive(anon):    10220 kB
Active(file):    1576780 kB
Inactive(file):  1841624 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:             28020 kB
Writeback:             0 kB
AnonPages:        987016 kB
Mapped:            18588 kB
Shmem:                 0 kB
Slab:             761060 kB
SReclaimable:     202516 kB
SUnreclaim:       558544 kB
KernelStack:        1664 kB
PageTables:         6600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1575900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    921600 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= 70432 MiB
End job on node133 at 2012-06-04 08:58:15