Trace number 3456032

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
Sat4j CuttingPlanes 2.3.0? (TO) 1800.27 1792.8

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=509-P1=457-P2=223-P3=127-P4=431-P5=67-P6=17-P7=479-B.opb
MD5SUM0f650891245dab338bc3d2f3a3dc10c7
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.235963
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables189
Total number of constraints15
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints15
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)567
Sum of products size (including duplicates)1134
Number of different products567
Sum of products size1134

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3456032-1307661673.opb
0.11/0.10	c reading problem ... 
0.11/0.19	c ... done. Wall clock time 0.086s.
0.11/0.19	c #vars     756
0.11/0.19	c #constraints  1156
0.11/0.19	c constraints type 
0.11/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 567
0.11/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 589
21.09/19.67	c cleaning 0 clauses out of 5001 with flag 0/5001
86.66/84.70	c cleaning 0 clauses out of 11001 with flag 0/11001
239.28/236.92	c cleaning 0 clauses out of 18001 with flag 0/18001
394.09/391.14	c cleaning 0 clauses out of 26000 with flag 0/26000
858.50/854.17	c cleaning 0 clauses out of 35000 with flag 0/35000
1491.13/1484.71	c cleaning 0 clauses out of 45000 with flag 0/45000
1800.03/1792.61	c starts		: 73
1800.03/1792.61	c conflicts		: 52291
1800.03/1792.61	c decisions		: 56131
1800.03/1792.61	c propagations		: 839670
1800.03/1792.61	c inspects		: 2064811701
1800.03/1792.61	c shortcuts		: 0
1800.03/1792.61	c learnt literals	: 0
1800.03/1792.61	c learnt binary clauses	: 0
1800.03/1792.61	c learnt ternary clauses	: 0
1800.03/1792.61	c learnt constraints	: 52290
1800.03/1792.61	c ignored constraints	: 0
1800.03/1792.61	c root simplifications	: 0
1800.03/1792.61	c removed literals (reason simplification)	: 0
1800.03/1792.61	c reason swapping (by a shorter reason)	: 0
1800.03/1792.61	c Calls to reduceDB	: 6
1800.03/1792.61	c number of reductions to clauses (during analyze)	: 0
1800.03/1792.61	c number of learned constraints concerned by reduction	: 0
1800.03/1792.61	c number of learning phase by resolution	: 0
1800.03/1792.61	c number of learning phase by cutting planes	: 0
1800.03/1792.61	c speed (assignments/second)	: 468.4560538266701
1800.03/1792.61	c non guided choices	832
1800.03/1792.63	c learnt constraints type 
1800.03/1792.63	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 244
1800.03/1792.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 52047
1800.03/1792.63	c constraints type 
1800.03/1792.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 567
1800.03/1792.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 589
1800.03/1792.63	s UNKNOWN
1800.03/1792.63	c Total wall clock time (in seconds): 1792.532

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3456032-1307661673/watcher-3456032-1307661673 -o /tmp/evaluation-result-3456032-1307661673/solver-3456032-1307661673 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456032-1307661673.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.87 1.98 1.99 2/195 13261
/proc/meminfo: memFree=29442768/32951124 swapFree=67057920/67111528
[pid=13261] ppid=13259 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/13261/stat : 13261 (java) S 13259 13261 11688 0 -1 4202496 1240 0 0 0 0 0 0 0 25 0 2 0 858582583 31272960 959 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273419237 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/13261/statm: 7635 959 732 9 0 386 0
[pid=13261/tid=13262] ppid=13259 vsize=30536 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13262/stat : 13262 (java) S 13259 13261 11688 0 -1 4202560 130 0 0 0 0 0 0 0 25 0 2 0 858582583 31268864 962 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254256692871 0 2147483391 0 16784584 18446744071699207358 0 0 -1 2 0 0 0

[startup+0.0374621 s]
/proc/loadavg: 1.87 1.98 1.99 2/195 13261
/proc/meminfo: memFree=29442768/32951124 swapFree=67057920/67111528
[pid=13261] ppid=13259 vsize=10467480 CPUtime=0.03 cores=0,2,4,6
/proc/13261/stat : 13261 (java) S 13259 13261 11688 0 -1 4202496 11162 0 1 0 2 1 0 0 25 0 13 0 858582583 10718699520 10858 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273419237 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/13261/statm: 2616870 10859 1655 9 0 2607618 0
[pid=13261/tid=13262] ppid=13259 vsize=10467480 CPUtime=0.02 cores=0,2,4,6
/proc/13261/task/13262/stat : 13262 (java) R 13259 13261 11688 0 -1 4202560 10016 0 1 0 1 1 0 0 25 0 13 0 858582583 10718699520 10860 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 47759098107416 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100456 s]
/proc/loadavg: 1.87 1.98 1.99 2/195 13261
/proc/meminfo: memFree=29442768/32951124 swapFree=67057920/67111528
[pid=13261] ppid=13259 vsize=10540012 CPUtime=0.11 cores=0,2,4,6
/proc/13261/stat : 13261 (java) S 13259 13261 11688 0 -1 4202496 13113 0 1 0 9 2 0 0 25 0 18 0 858582583 10792972288 12809 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13261/statm: 2635003 12810 2092 9 0 2625737 0
[pid=13261/tid=13262] ppid=13259 vsize=10540012 CPUtime=0.08 cores=0,2,4,6
/proc/13261/task/13262/stat : 13262 (java) R 13259 13261 11688 0 -1 4202560 11213 0 1 0 7 1 0 0 18 0 18 0 858582583 10792972288 12810 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 47759095042053 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540012

[startup+0.300437 s]
/proc/loadavg: 1.87 1.98 1.99 2/195 13261
/proc/meminfo: memFree=29442768/32951124 swapFree=67057920/67111528
[pid=13261] ppid=13259 vsize=10543792 CPUtime=0.51 cores=0,2,4,6
/proc/13261/stat : 13261 (java) S 13259 13261 11688 0 -1 4202496 16836 0 1 0 49 2 0 0 25 0 19 0 858582583 10796843008 15896 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13261/statm: 2635948 15901 2200 9 0 2626682 0
[pid=13261/tid=13262] ppid=13259 vsize=10543792 CPUtime=0.29 cores=0,2,4,6
/proc/13261/task/13262/stat : 13262 (java) R 13259 13261 11688 0 -1 4202560 13137 0 1 0 27 2 0 0 18 0 19 0 858582583 10796843008 15903 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 46912505577305 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10543792

[startup+0.70038 s]
/proc/loadavg: 1.87 1.98 1.99 2/195 13261
/proc/meminfo: memFree=29442768/32951124 swapFree=67057920/67111528
[pid=13261] ppid=13259 vsize=10552216 CPUtime=1.68 cores=0,2,4,6
/proc/13261/stat : 13261 (java) S 13259 13261 11688 0 -1 4202496 43607 0 1 0 162 6 0 0 25 0 19 0 858582583 10805469184 35642 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13261/statm: 2638054 35644 2221 9 0 2628788 0
[pid=13261/tid=13262] ppid=13259 vsize=10552216 CPUtime=0.67 cores=0,2,4,6
/proc/13261/task/13262/stat : 13262 (java) R 13259 13261 11688 0 -1 4202560 28568 0 1 0 64 3 0 0 18 0 19 0 858582583 10805469184 35645 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 46912505515635 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 10552216

[startup+1.50123 s]
/proc/loadavg: 1.87 1.98 1.99 3/214 13280
/proc/meminfo: memFree=29189284/32951124 swapFree=67057920/67111528
[pid=13261] ppid=13259 vsize=10552216 CPUtime=2.82 cores=0,2,4,6
/proc/13261/stat : 13261 (java) S 13259 13261 11688 0 -1 4202496 124539 0 1 0 266 16 0 0 25 0 19 0 858582583 10805469184 116212 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13261/statm: 2638054 116215 2224 9 0 2628788 0
[pid=13261/tid=13262] ppid=13259 vsize=10552216 CPUtime=1.47 cores=0,2,4,6
/proc/13261/task/13262/stat : 13262 (java) R 13259 13261 11688 0 -1 4202560 109104 0 1 0 134 13 0 0 18 0 19 0 858582583 10805469184 116218 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 46912505575378 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13261/tid=13264] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13264/stat : 13264 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 116221 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13265] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13265/stat : 13265 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 116223 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 6 0 0 0
[pid=13261/tid=13266] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13266/stat : 13266 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 116226 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13267] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13267/stat : 13267 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 116229 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 6 0 0 0
[pid=13261/tid=13268] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13268/stat : 13268 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 116232 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13269] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13269/stat : 13269 (java) S 13259 13261 11688 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 116235 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13270] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13270/stat : 13270 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 116238 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 6 0 0 0
[pid=13261/tid=13271] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13271/stat : 13271 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 116241 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 6 0 0 0
[pid=13261/tid=13272] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13272/stat : 13272 (java) S 13259 13261 11688 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 858582586 10805469184 116244 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273433088 0 0 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
[pid=13261/tid=13273] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13273/stat : 13273 (java) S 13259 13261 11688 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 858582586 10805469184 116246 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13274] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13274/stat : 13274 (java) S 13259 13261 11688 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858582586 10805469184 116248 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13275] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13275/stat : 13275 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582588 10805469184 116251 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273440177 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13276] ppid=13259 vsize=10552216 CPUtime=0.64 cores=0,2,4,6
/proc/13261/task/13276/stat : 13276 (java) S 13259 13261 11688 0 -1 4202560 10784 0 0 0 62 2 0 0 17 0 19 0 858582588 10805469184 116254 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13277] ppid=13259 vsize=10552216 CPUtime=0.68 cores=0,2,4,6
/proc/13261/task/13277/stat : 13277 (java) S 13259 13261 11688 0 -1 4202560 3497 0 0 0 68 0 0 0 21 0 19 0 858582588 10805469184 116256 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
[pid=13261/tid=13278] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13278/stat : 13278 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582588 10805469184 116258 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13279] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13279/stat : 13279 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 858582588 10805469184 116261 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273433088 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
[pid=13261/tid=13280] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13280/stat : 13280 (java) S 13259 13261 11688 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858582603 10805469184 116263 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273433088 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 10552216

[startup+3.10095 s]
/proc/loadavg: 1.87 1.98 1.99 3/214 13280
/proc/meminfo: memFree=28674788/32951124 swapFree=67057920/67111528
[pid=13261] ppid=13259 vsize=10552216 CPUtime=4.45 cores=0,2,4,6
/proc/13261/stat : 13261 (java) S 13259 13261 11688 0 -1 4202496 283139 0 1 0 412 33 0 0 25 0 19 0 858582583 10805469184 274809 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13261/statm: 2638054 274813 2224 9 0 2628788 0
[pid=13261/tid=13262] ppid=13259 vsize=10552216 CPUtime=3.08 cores=0,2,4,6
/proc/13261/task/13262/stat : 13262 (java) R 13259 13261 11688 0 -1 4202560 267699 0 1 0 278 30 0 0 18 0 19 0 858582583 10805469184 274815 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 46912505560371 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13261/tid=13264] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13264/stat : 13264 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 274818 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13265] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13265/stat : 13265 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 274820 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 6 0 0 0
[pid=13261/tid=13266] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13266/stat : 13266 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 274823 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13267] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13267/stat : 13267 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 274825 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 6 0 0 0
[pid=13261/tid=13268] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13268/stat : 13268 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 274828 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13269] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13269/stat : 13269 (java) S 13259 13261 11688 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 274830 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13270] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13270/stat : 13270 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 274833 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 6 0 0 0
[pid=13261/tid=13271] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13271/stat : 13271 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 274835 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 6 0 0 0
[pid=13261/tid=13272] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13272/stat : 13272 (java) S 13259 13261 11688 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 858582586 10805469184 274838 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273433088 0 0 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
[pid=13261/tid=13273] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13273/stat : 13273 (java) S 13259 13261 11688 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 858582586 10805469184 274840 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13274] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13274/stat : 13274 (java) S 13259 13261 11688 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858582586 10805469184 274842 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13275] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13275/stat : 13275 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582588 10805469184 274845 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273440177 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13276] ppid=13259 vsize=10552216 CPUtime=0.66 cores=0,2,4,6
/proc/13261/task/13276/stat : 13276 (java) S 13259 13261 11688 0 -1 4202560 10788 0 0 0 64 2 0 0 15 0 19 0 858582588 10805469184 274847 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13277] ppid=13259 vsize=10552216 CPUtime=0.69 cores=0,2,4,6
/proc/13261/task/13277/stat : 13277 (java) S 13259 13261 11688 0 -1 4202560 3497 0 0 0 69 0 0 0 16 0 19 0 858582588 10805469184 274850 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
[pid=13261/tid=13278] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13278/stat : 13278 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582588 10805469184 274852 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13279] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13279/stat : 13279 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 858582588 10805469184 274854 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273433088 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
[pid=13261/tid=13280] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13280/stat : 13280 (java) S 13259 13261 11688 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858582603 10805469184 274857 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273433088 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 10552216

[startup+6.30138 s]
/proc/loadavg: 1.88 1.98 1.99 3/214 13280
/proc/meminfo: memFree=27379388/32951124 swapFree=67057920/67111528
[pid=13261] ppid=13259 vsize=10552216 CPUtime=7.65 cores=0,2,4,6
/proc/13261/stat : 13261 (java) S 13259 13261 11688 0 -1 4202496 588150 0 1 0 703 62 0 0 25 0 19 0 858582583 10805469184 579770 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13261/statm: 2638054 579773 2225 9 0 2628788 0
[pid=13261/tid=13262] ppid=13259 vsize=10552216 CPUtime=6.28 cores=0,2,4,6
/proc/13261/task/13262/stat : 13262 (java) R 13259 13261 11688 0 -1 4202560 572707 0 1 0 568 60 0 0 25 0 19 0 858582583 10805469184 579774 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 46912505582996 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13261/tid=13264] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13264/stat : 13264 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 579776 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13265] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13265/stat : 13265 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 579778 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 6 0 0 0
[pid=13261/tid=13266] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13266/stat : 13266 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 579780 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13267] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13267/stat : 13267 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 579782 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 6 0 0 0
[pid=13261/tid=13268] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13268/stat : 13268 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 579784 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13269] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13269/stat : 13269 (java) S 13259 13261 11688 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 579786 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13270] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13270/stat : 13270 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 579788 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 6 0 0 0
[pid=13261/tid=13271] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13271/stat : 13271 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582585 10805469184 579790 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 6 0 0 0
[pid=13261/tid=13272] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13272/stat : 13272 (java) S 13259 13261 11688 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 858582586 10805469184 579794 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273433088 0 0 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
[pid=13261/tid=13273] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13273/stat : 13273 (java) S 13259 13261 11688 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 858582586 10805469184 579798 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13274] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13274/stat : 13274 (java) S 13259 13261 11688 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858582586 10805469184 579799 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13275] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13275/stat : 13275 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582588 10805469184 579801 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273440177 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13276] ppid=13259 vsize=10552216 CPUtime=0.67 cores=0,2,4,6
/proc/13261/task/13276/stat : 13276 (java) S 13259 13261 11688 0 -1 4202560 10788 0 0 0 65 2 0 0 15 0 19 0 858582588 10805469184 579802 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13277] ppid=13259 vsize=10552216 CPUtime=0.69 cores=0,2,4,6
/proc/13261/task/13277/stat : 13277 (java) S 13259 13261 11688 0 -1 4202560 3497 0 0 0 69 0 0 0 16 0 19 0 858582588 10805469184 579803 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0

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

/proc/13261/task/13274/stat : 13274 (java) S 13259 13261 11688 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858582586 10805469184 965305 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13275] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13275/stat : 13275 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582588 10805469184 965305 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273440177 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13276] ppid=13259 vsize=10552216 CPUtime=0.83 cores=0,2,4,6
/proc/13261/task/13276/stat : 13276 (java) S 13259 13261 11688 0 -1 4202560 10841 0 0 0 81 2 0 0 15 0 19 0 858582588 10805469184 965305 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13277] ppid=13259 vsize=10552216 CPUtime=0.71 cores=0,2,4,6
/proc/13261/task/13277/stat : 13277 (java) S 13259 13261 11688 0 -1 4202560 3500 0 0 0 71 0 0 0 16 0 19 0 858582588 10805469184 965305 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
[pid=13261/tid=13278] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13278/stat : 13278 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582588 10805469184 965305 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13279] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13279/stat : 13279 (java) S 13259 13261 11688 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 858582588 10805469184 965305 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273433088 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13280] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13280/stat : 13280 (java) S 13259 13261 11688 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858582603 10805469184 965305 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273433088 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1669.35
Current children cumulated vsize (KiB) 10552216

[startup+1722.3 s]
/proc/loadavg: 2.15 2.07 2.02 3/214 13329
/proc/meminfo: memFree=24366360/32951124 swapFree=67057920/67111528
[pid=13261] ppid=13259 vsize=10552216 CPUtime=1729.5 cores=0,2,4,6
/proc/13261/stat : 13261 (java) S 13259 13261 11688 0 -1 4202496 977217 0 1 0 172840 110 0 0 25 0 19 0 858582583 10805469184 966656 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13261/statm: 2638054 966656 2256 9 0 2628788 0
[pid=13261/tid=13262] ppid=13259 vsize=10552216 CPUtime=1718.31 cores=0,2,4,6
/proc/13261/task/13262/stat : 13262 (java) R 13259 13261 11688 0 -1 4202560 827584 0 1 0 171744 87 0 0 25 0 19 0 858582583 10805469184 966656 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 46912505575390 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13261/tid=13264] ppid=13259 vsize=10552216 CPUtime=0.84 cores=0,2,4,6
/proc/13261/task/13264/stat : 13264 (java) S 13259 13261 11688 0 -1 4202560 14840 0 0 0 82 2 0 0 15 0 19 0 858582585 10805469184 966656 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
[pid=13261/tid=13265] ppid=13259 vsize=10552216 CPUtime=1 cores=0,2,4,6
/proc/13261/task/13265/stat : 13265 (java) S 13259 13261 11688 0 -1 4202560 13231 0 0 0 99 1 0 0 16 0 19 0 858582585 10805469184 966656 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
[pid=13261/tid=13266] ppid=13259 vsize=10552216 CPUtime=1.08 cores=0,2,4,6
/proc/13261/task/13266/stat : 13266 (java) S 13259 13261 11688 0 -1 4202560 20846 0 0 0 106 2 0 0 16 0 19 0 858582585 10805469184 966656 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 6 0 0 0
[pid=13261/tid=13267] ppid=13259 vsize=10552216 CPUtime=0.87 cores=0,2,4,6
/proc/13261/task/13267/stat : 13267 (java) S 13259 13261 11688 0 -1 4202560 12573 0 0 0 86 1 0 0 16 0 19 0 858582585 10805469184 966656 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13268] ppid=13259 vsize=10552216 CPUtime=1.01 cores=0,2,4,6
/proc/13261/task/13268/stat : 13268 (java) S 13259 13261 11688 0 -1 4202560 17616 0 0 0 99 2 0 0 15 0 19 0 858582585 10805469184 966656 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
[pid=13261/tid=13269] ppid=13259 vsize=10552216 CPUtime=1 cores=0,2,4,6
/proc/13261/task/13269/stat : 13269 (java) S 13259 13261 11688 0 -1 4202560 14659 0 0 0 98 2 0 0 16 0 19 0 858582585 10805469184 966656 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13270] ppid=13259 vsize=10552216 CPUtime=0.95 cores=0,2,4,6
/proc/13261/task/13270/stat : 13270 (java) S 13259 13261 11688 0 -1 4202560 14963 0 0 0 93 2 0 0 15 0 19 0 858582585 10805469184 966656 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13271] ppid=13259 vsize=10552216 CPUtime=0.94 cores=0,2,4,6
/proc/13261/task/13271/stat : 13271 (java) S 13259 13261 11688 0 -1 4202560 15229 0 0 0 92 2 0 0 15 0 19 0 858582585 10805469184 966656 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13272] ppid=13259 vsize=10552216 CPUtime=1.84 cores=0,2,4,6
/proc/13261/task/13272/stat : 13272 (java) S 13259 13261 11688 0 -1 4202560 10085 0 0 0 183 1 0 0 15 0 19 0 858582586 10805469184 966656 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273433088 0 0 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13273] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13273/stat : 13273 (java) S 13259 13261 11688 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858582586 10805469184 966656 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13274] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13274/stat : 13274 (java) S 13259 13261 11688 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858582586 10805469184 966656 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13275] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13275/stat : 13275 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582588 10805469184 966656 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273440177 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13276] ppid=13259 vsize=10552216 CPUtime=0.83 cores=0,2,4,6
/proc/13261/task/13276/stat : 13276 (java) S 13259 13261 11688 0 -1 4202560 10841 0 0 0 81 2 0 0 15 0 19 0 858582588 10805469184 966656 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13277] ppid=13259 vsize=10552216 CPUtime=0.71 cores=0,2,4,6
/proc/13261/task/13277/stat : 13277 (java) S 13259 13261 11688 0 -1 4202560 3500 0 0 0 71 0 0 0 16 0 19 0 858582588 10805469184 966656 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
[pid=13261/tid=13278] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13278/stat : 13278 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582588 10805469184 966656 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13279] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13279/stat : 13279 (java) S 13259 13261 11688 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 858582588 10805469184 966656 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273433088 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13280] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13280/stat : 13280 (java) S 13259 13261 11688 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858582603 10805469184 966656 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273433088 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1729.5
Current children cumulated vsize (KiB) 10552216

[startup+1782.3 s]
/proc/loadavg: 2.05 2.06 2.01 2/194 13333
/proc/meminfo: memFree=28162864/32951124 swapFree=67057920/67111528
[pid=13261] ppid=13259 vsize=10552216 CPUtime=1789.68 cores=0,2,4,6
/proc/13261/stat : 13261 (java) S 13259 13261 11688 0 -1 4202496 979176 0 1 0 178858 110 0 0 25 0 19 0 858582583 10805469184 968568 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13261/statm: 2638054 968568 2256 9 0 2628788 0
[pid=13261/tid=13262] ppid=13259 vsize=10552216 CPUtime=1778.23 cores=0,2,4,6
/proc/13261/task/13262/stat : 13262 (java) R 13259 13261 11688 0 -1 4202560 827589 0 1 0 177736 87 0 0 25 0 19 0 858582583 10805469184 968568 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 46912505557530 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13261/tid=13264] ppid=13259 vsize=10552216 CPUtime=0.86 cores=0,2,4,6
/proc/13261/task/13264/stat : 13264 (java) S 13259 13261 11688 0 -1 4202560 15099 0 0 0 84 2 0 0 15 0 19 0 858582585 10805469184 968568 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
[pid=13261/tid=13265] ppid=13259 vsize=10552216 CPUtime=1.03 cores=0,2,4,6
/proc/13261/task/13265/stat : 13265 (java) S 13259 13261 11688 0 -1 4202560 13353 0 0 0 102 1 0 0 16 0 19 0 858582585 10805469184 968568 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13266] ppid=13259 vsize=10552216 CPUtime=1.12 cores=0,2,4,6
/proc/13261/task/13266/stat : 13266 (java) S 13259 13261 11688 0 -1 4202560 21118 0 0 0 109 3 0 0 15 0 19 0 858582585 10805469184 968568 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13267] ppid=13259 vsize=10552216 CPUtime=0.91 cores=0,2,4,6
/proc/13261/task/13267/stat : 13267 (java) S 13259 13261 11688 0 -1 4202560 12810 0 0 0 90 1 0 0 16 0 19 0 858582585 10805469184 968568 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13268] ppid=13259 vsize=10552216 CPUtime=1.06 cores=0,2,4,6
/proc/13261/task/13268/stat : 13268 (java) S 13259 13261 11688 0 -1 4202560 17884 0 0 0 104 2 0 0 16 0 19 0 858582585 10805469184 968568 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 6 0 0 0
[pid=13261/tid=13269] ppid=13259 vsize=10552216 CPUtime=1.03 cores=0,2,4,6
/proc/13261/task/13269/stat : 13269 (java) S 13259 13261 11688 0 -1 4202560 14822 0 0 0 101 2 0 0 15 0 19 0 858582585 10805469184 968568 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
[pid=13261/tid=13270] ppid=13259 vsize=10552216 CPUtime=0.99 cores=0,2,4,6
/proc/13261/task/13270/stat : 13270 (java) S 13259 13261 11688 0 -1 4202560 15289 0 0 0 97 2 0 0 16 0 19 0 858582585 10805469184 968568 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
[pid=13261/tid=13271] ppid=13259 vsize=10552216 CPUtime=0.97 cores=0,2,4,6
/proc/13261/task/13271/stat : 13271 (java) S 13259 13261 11688 0 -1 4202560 15528 0 0 0 95 2 0 0 15 0 19 0 858582585 10805469184 968568 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13272] ppid=13259 vsize=10552216 CPUtime=1.84 cores=0,2,4,6
/proc/13261/task/13272/stat : 13272 (java) S 13259 13261 11688 0 -1 4202560 10089 0 0 0 183 1 0 0 15 0 19 0 858582586 10805469184 968568 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273433088 0 0 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13273] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13273/stat : 13273 (java) S 13259 13261 11688 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858582586 10805469184 968568 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13274] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13274/stat : 13274 (java) S 13259 13261 11688 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858582586 10805469184 968568 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13275] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13275/stat : 13275 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582588 10805469184 968568 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273440177 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13276] ppid=13259 vsize=10552216 CPUtime=0.83 cores=0,2,4,6
/proc/13261/task/13276/stat : 13276 (java) S 13259 13261 11688 0 -1 4202560 10841 0 0 0 81 2 0 0 15 0 19 0 858582588 10805469184 968568 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13277] ppid=13259 vsize=10552216 CPUtime=0.71 cores=0,2,4,6
/proc/13261/task/13277/stat : 13277 (java) S 13259 13261 11688 0 -1 4202560 3500 0 0 0 71 0 0 0 16 0 19 0 858582588 10805469184 968568 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
[pid=13261/tid=13278] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13278/stat : 13278 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582588 10805469184 968568 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13279] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13279/stat : 13279 (java) S 13259 13261 11688 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 858582588 10805469184 968568 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273433088 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13280] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13280/stat : 13280 (java) S 13259 13261 11688 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858582603 10805469184 968568 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273433088 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1789.68
Current children cumulated vsize (KiB) 10552216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.6 s]
/proc/loadavg: 1.97 2.04 2.01 3/214 13560
/proc/meminfo: memFree=27208060/32951124 swapFree=67057920/67111528
[pid=13261] ppid=13259 vsize=10552216 CPUtime=1800.03 cores=0,2,4,6
/proc/13261/stat : 13261 (java) S 13259 13261 11688 0 -1 4202496 979632 0 1 0 179892 111 0 0 25 0 19 0 858582583 10805469184 969001 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13261/statm: 2638054 969001 2256 9 0 2628788 0
[pid=13261/tid=13262] ppid=13259 vsize=10552216 CPUtime=1788.52 cores=0,2,4,6
/proc/13261/task/13262/stat : 13262 (java) R 13259 13261 11688 0 -1 4202560 827590 0 1 0 178765 87 0 0 25 0 19 0 858582583 10805469184 969001 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 46912505878268 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13261/tid=13264] ppid=13259 vsize=10552216 CPUtime=0.86 cores=0,2,4,6
/proc/13261/task/13264/stat : 13264 (java) S 13259 13261 11688 0 -1 4202560 15099 0 0 0 84 2 0 0 15 0 19 0 858582585 10805469184 969001 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
[pid=13261/tid=13265] ppid=13259 vsize=10552216 CPUtime=1.03 cores=0,2,4,6
/proc/13261/task/13265/stat : 13265 (java) S 13259 13261 11688 0 -1 4202560 13353 0 0 0 102 1 0 0 15 0 19 0 858582585 10805469184 969001 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13266] ppid=13259 vsize=10552216 CPUtime=1.12 cores=0,2,4,6
/proc/13261/task/13266/stat : 13266 (java) S 13259 13261 11688 0 -1 4202560 21118 0 0 0 109 3 0 0 15 0 19 0 858582585 10805469184 969001 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13267] ppid=13259 vsize=10552216 CPUtime=0.92 cores=0,2,4,6
/proc/13261/task/13267/stat : 13267 (java) S 13259 13261 11688 0 -1 4202560 12982 0 0 0 91 1 0 0 16 0 19 0 858582585 10805469184 969001 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13268] ppid=13259 vsize=10552216 CPUtime=1.06 cores=0,2,4,6
/proc/13261/task/13268/stat : 13268 (java) S 13259 13261 11688 0 -1 4202560 17884 0 0 0 104 2 0 0 15 0 19 0 858582585 10805469184 969001 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 6 0 0 0
[pid=13261/tid=13269] ppid=13259 vsize=10552216 CPUtime=1.04 cores=0,2,4,6
/proc/13261/task/13269/stat : 13269 (java) S 13259 13261 11688 0 -1 4202560 14861 0 0 0 102 2 0 0 16 0 19 0 858582585 10805469184 969001 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
[pid=13261/tid=13270] ppid=13259 vsize=10552216 CPUtime=1 cores=0,2,4,6
/proc/13261/task/13270/stat : 13270 (java) S 13259 13261 11688 0 -1 4202560 15384 0 0 0 98 2 0 0 16 0 19 0 858582585 10805469184 969001 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 6 0 0 0
[pid=13261/tid=13271] ppid=13259 vsize=10552216 CPUtime=0.98 cores=0,2,4,6
/proc/13261/task/13271/stat : 13271 (java) S 13259 13261 11688 0 -1 4202560 15677 0 0 0 96 2 0 0 16 0 19 0 858582585 10805469184 969001 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13272] ppid=13259 vsize=10552216 CPUtime=1.84 cores=0,2,4,6
/proc/13261/task/13272/stat : 13272 (java) S 13259 13261 11688 0 -1 4202560 10089 0 0 0 183 1 0 0 15 0 19 0 858582586 10805469184 969001 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273433088 0 0 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13273] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13273/stat : 13273 (java) S 13259 13261 11688 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858582586 10805469184 969001 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13274] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13274/stat : 13274 (java) S 13259 13261 11688 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858582586 10805469184 969001 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13275] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13275/stat : 13275 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582588 10805469184 969001 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273440177 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13276] ppid=13259 vsize=10552216 CPUtime=0.83 cores=0,2,4,6
/proc/13261/task/13276/stat : 13276 (java) S 13259 13261 11688 0 -1 4202560 10841 0 0 0 81 2 0 0 15 0 19 0 858582588 10805469184 969001 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 4 0 0 0
[pid=13261/tid=13277] ppid=13259 vsize=10552216 CPUtime=0.71 cores=0,2,4,6
/proc/13261/task/13277/stat : 13277 (java) S 13259 13261 11688 0 -1 4202560 3500 0 0 0 71 0 0 0 16 0 19 0 858582588 10805469184 969001 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
[pid=13261/tid=13278] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13278/stat : 13278 (java) S 13259 13261 11688 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858582588 10805469184 969001 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273432473 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13279] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13279/stat : 13279 (java) S 13259 13261 11688 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 858582588 10805469184 969001 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273433088 0 4 0 16800975 18446604440922126144 0 0 -1 2 0 0 0
[pid=13261/tid=13280] ppid=13259 vsize=10552216 CPUtime=0 cores=0,2,4,6
/proc/13261/task/13280/stat : 13280 (java) S 13259 13261 11688 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858582603 10805469184 969001 33554432000 1073741824 1073778376 140737218790000 18446744073709551615 254273433088 0 4 0 16800975 18446604440922126144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 10552216

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

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

[startup+1792.8 s]
/proc/loadavg: 1.97 2.04 2.01 3/214 13560
/proc/meminfo: memFree=27208060/32951124 swapFree=67057920/67111528
[pid=13261] ppid=13259 vsize=0 CPUtime=1800.26 cores=0,2,4,6
/proc/13261/stat : 13261 (java) Z 13259 13261 11688 0 -1 4203548 979672 0 1 0 179900 126 0 0 17 0 2 0 858582583 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13261/statm: 0 0 0 0 0 0 0
[pid=13261/tid=13262] ppid=13259 vsize=0 CPUtime=1788.7 cores=0,2,4,6
/proc/13261/task/13262/stat : 13262 (java) R 13259 13261 11688 0 -1 4203588 827590 0 1 0 178768 102 0 0 25 0 2 0 858582583 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.8
CPU time (s): 1800.27
CPU user time (s): 1799.01
CPU system time (s): 1.26381
CPU usage (%): 100.417
Max. virtual memory (cumulated for all children) (KiB): 10552216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.01
system time used= 1.26381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 979672
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40699
involuntary context switches= 9042

runsolver used 3.36849 second user time and 6.43202 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-10 01:21:13
IDJOB=3456032
IDBENCH=48044
IDSOLVER=1951
FILE ID=node140/3456032-1307661673
RUNJOBID= node140-1307656277-12526
PBS_JOBID= 13549412
Free space on /tmp= 73924 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=509-P1=457-P2=223-P3=127-P4=431-P5=67-P6=17-P7=479-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456032-1307661673/watcher-3456032-1307661673 -o /tmp/evaluation-result-3456032-1307661673/solver-3456032-1307661673 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456032-1307661673.opb

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

MD5SUM BENCH= 0f650891245dab338bc3d2f3a3dc10c7
RANDOM SEED=1786427827

node140.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29443304 kB
Buffers:        232640 kB
Cached:         460364 kB
SwapCached:       7060 kB
Active:        2948588 kB
Inactive:       356480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29443304 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:             764 kB
Writeback:           0 kB
AnonPages:     2610040 kB
Mapped:          21484 kB
Slab:           133652 kB
PageTables:       9856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10566400 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73920 MiB
End job on node140 at 2011-06-10 01:51:07