Trace number 3455949

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.0SAT (TO)3 1800.33 1793.7

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=17-P1=89-P2=113-P3=89-P4=67-B.opb
MD5SUM5afc409acaae7ef62c2326d33adf31bc
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.086986
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 variables84
Total number of constraints9
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 constraints9
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)196
Sum of products size (including duplicates)392
Number of different products196
Sum of products size392

Solver Data

0.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.18-164.el5
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		9996466904
0.07/0.09	c Max memory 		10048897024
0.07/0.09	c Total memory 		10048897024
0.07/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3455949-1307225641.opb
0.10/0.11	c reading problem ... 
0.10/0.15	c ... done. Wall clock time 0.039s.
0.10/0.15	c #vars     280
0.10/0.15	c #constraints  405
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 196
0.10/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 209
7.70/6.50	c SATISFIABLE
7.70/6.50	c OPTIMIZING...
7.70/6.50	c Got one! Elapsed wall clock time (in seconds):6.387
7.70/6.50	o 3
19.30/17.97	c cleaning 0 clauses out of 5787 with flag 0/5787
59.91/57.95	c cleaning 0 clauses out of 11787 with flag 0/11787
155.72/153.43	c cleaning 0 clauses out of 18789 with flag 0/18789
344.60/341.91	c cleaning 0 clauses out of 26788 with flag 0/26788
699.09/695.67	c cleaning 0 clauses out of 35788 with flag 0/35788
1103.68/1099.13	c cleaning 0 clauses out of 45787 with flag 0/45787
1800.09/1793.52	c starts		: 76
1800.09/1793.52	c conflicts		: 55595
1800.09/1793.52	c decisions		: 59018
1800.09/1793.52	c propagations		: 761970
1800.09/1793.52	c inspects		: 2489051390
1800.09/1793.52	c shortcuts		: 0
1800.09/1793.52	c learnt literals	: 0
1800.09/1793.52	c learnt binary clauses	: 0
1800.09/1793.52	c learnt ternary clauses	: 1
1800.09/1793.52	c learnt constraints	: 55595
1800.09/1793.52	c ignored constraints	: 0
1800.09/1793.52	c root simplifications	: 0
1800.09/1793.52	c removed literals (reason simplification)	: 0
1800.09/1793.52	c reason swapping (by a shorter reason)	: 0
1800.09/1793.52	c Calls to reduceDB	: 6
1800.09/1793.52	c number of reductions to clauses (during analyze)	: 0
1800.09/1793.52	c number of learned constraints concerned by reduction	: 0
1800.09/1793.52	c number of learning phase by resolution	: 0
1800.09/1793.52	c number of learning phase by cutting planes	: 0
1800.09/1793.52	c speed (assignments/second)	: 426.38975236524124
1800.09/1793.52	c non guided choices	324
1800.09/1793.55	c learnt constraints type 
1800.09/1793.55	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 274
1800.09/1793.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 55321
1800.09/1793.55	c constraints type 
1800.09/1793.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 196
1800.09/1793.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 210
1800.09/1793.55	s SATISFIABLE
1800.09/1793.55	v x1 x2 -x3 -x4 -x5 -x6 -x7 x8 x9 x10 x11 x12 -x13 x14 x15 -x16 -x17 -x18 -x19 x20 -x21 x22 x23 x24 x25 x26 x27 x28 x29 -x30 -x31 -x32 x33 x34 x35 x36 -x37 x38 x39 x40 -x41 -x42 x43 -x44 x45 x46 x47 x48 -x49 x50 x51 -x52 -x53 -x54 -x55 x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 x64 x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 x74 x75 x76 -x77 x78 x79 -x80 x81 x82 x83 -x84 
1800.09/1793.55	c objective function=3
1800.09/1793.55	c Total wall clock time (in seconds): 1793.443

Verifier Data

OK	3

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-3455949-1307225641/watcher-3455949-1307225641 -o /tmp/evaluation-result-3455949-1307225641/solver-3455949-1307225641 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455949-1307225641.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: 2.01 2.06 2.02 2/532 21815
/proc/meminfo: memFree=15608304/32950940 swapFree=67111364/67111528
[pid=21815] ppid=21812 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/21815/stat : 21815 (java) S 21812 21815 19289 0 -1 4202496 1648 0 1 0 0 0 0 0 25 0 2 0 912794897 10681323520 1350 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/21815/statm: 2607745 1364 906 9 0 2598901 0
[pid=21815/tid=21816] ppid=21812 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21816/stat : 21816 (java) R 21812 21815 19289 0 -1 4202560 5524 0 1 0 0 0 0 0 25 0 2 0 912794898 10694979584 6339 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 215988286523 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0825651 s]
/proc/loadavg: 2.01 2.06 2.02 2/532 21815
/proc/meminfo: memFree=15608304/32950940 swapFree=67111364/67111528
[pid=21815] ppid=21812 vsize=10473088 CPUtime=0.07 cores=1,3,5,7
/proc/21815/stat : 21815 (java) S 21812 21815 19289 0 -1 4202496 12018 0 1 0 5 2 0 0 25 0 18 0 912794897 10724442112 11715 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21815/statm: 2618305 11728 1766 9 0 2609039 0
[pid=21815/tid=21816] ppid=21812 vsize=10473220 CPUtime=0.06 cores=1,3,5,7
/proc/21815/task/21816/stat : 21816 (java) R 21812 21815 19289 0 -1 4202560 10839 0 1 0 5 1 0 0 25 0 18 0 912794898 10724577280 11735 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 46912504008179 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10473088

[startup+0.104564 s]
/proc/loadavg: 2.01 2.06 2.02 2/532 21815
/proc/meminfo: memFree=15608304/32950940 swapFree=67111364/67111528
[pid=21815] ppid=21812 vsize=10474892 CPUtime=0.1 cores=1,3,5,7
/proc/21815/stat : 21815 (java) S 21812 21815 19289 0 -1 4202496 13045 0 1 0 8 2 0 0 25 0 18 0 912794897 10726289408 12742 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21815/statm: 2618723 12742 2093 9 0 2609457 0
[pid=21815/tid=21816] ppid=21812 vsize=10474892 CPUtime=0.08 cores=1,3,5,7
/proc/21815/task/21816/stat : 21816 (java) R 21812 21815 19289 0 -1 4202560 11128 0 1 0 7 1 0 0 25 0 18 0 912794898 10726289408 12742 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 46912505099412 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10474892

[startup+0.300529 s]
/proc/loadavg: 2.01 2.06 2.02 2/532 21815
/proc/meminfo: memFree=15608304/32950940 swapFree=67111364/67111528
[pid=21815] ppid=21812 vsize=10547824 CPUtime=0.51 cores=1,3,5,7
/proc/21815/stat : 21815 (java) S 21812 21815 19289 0 -1 4202496 19036 0 1 0 48 3 0 0 25 0 19 0 912794897 10800971776 17234 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21815/statm: 2636956 17235 2189 9 0 2627690 0
[pid=21815/tid=21816] ppid=21812 vsize=10547824 CPUtime=0.28 cores=1,3,5,7
/proc/21815/task/21816/stat : 21816 (java) R 21812 21815 19289 0 -1 4202560 13452 0 1 0 26 2 0 0 25 0 19 0 912794898 10800971776 17235 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 46912505541000 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10547824

[startup+0.700461 s]
/proc/loadavg: 2.01 2.06 2.02 2/532 21815
/proc/meminfo: memFree=15608304/32950940 swapFree=67111364/67111528
[pid=21815] ppid=21812 vsize=10554648 CPUtime=1.67 cores=1,3,5,7
/proc/21815/stat : 21815 (java) S 21812 21815 19289 0 -1 4202496 46936 0 1 0 160 7 0 0 25 0 19 0 912794897 10807959552 39293 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21815/statm: 2638662 39295 2216 9 0 2629396 0
[pid=21815/tid=21816] ppid=21812 vsize=10554648 CPUtime=0.67 cores=1,3,5,7
/proc/21815/task/21816/stat : 21816 (java) R 21812 21815 19289 0 -1 4202560 31388 0 1 0 63 4 0 0 25 0 19 0 912794898 10807959552 39296 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 46912505540866 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 10554648

[startup+1.50132 s]
/proc/loadavg: 2.01 2.06 2.02 3/551 21838
/proc/meminfo: memFree=15339180/32950940 swapFree=67111364/67111528
[pid=21815] ppid=21812 vsize=10554648 CPUtime=2.8 cores=1,3,5,7
/proc/21815/stat : 21815 (java) S 21812 21815 19289 0 -1 4202496 131780 0 1 0 262 18 0 0 25 0 19 0 912794897 10807959552 123342 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21815/statm: 2638662 123346 2219 9 0 2629396 0
[pid=21815/tid=21816] ppid=21812 vsize=10554648 CPUtime=1.47 cores=1,3,5,7
/proc/21815/task/21816/stat : 21816 (java) R 21812 21815 19289 0 -1 4202560 115400 0 1 0 132 15 0 0 18 0 19 0 912794898 10807959552 123348 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 46912505583487 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21815/tid=21818] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21818/stat : 21818 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 123350 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21819] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21819/stat : 21819 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 123353 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21821] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21821/stat : 21821 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 123355 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21822] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21822/stat : 21822 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 123357 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21823] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21823/stat : 21823 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 123360 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21825] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21825/stat : 21825 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 123362 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21826] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21826/stat : 21826 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 123365 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21827] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21827/stat : 21827 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 123367 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21828] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21828/stat : 21828 (java) S 21812 21815 19289 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 912794901 10807959552 123370 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000409088 0 0 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21829] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21829/stat : 21829 (java) S 21812 21815 19289 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912794901 10807959552 123372 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21830] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21830/stat : 21830 (java) S 21812 21815 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912794901 10807959552 123374 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21831] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21831/stat : 21831 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794903 10807959552 123376 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000416177 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21833] ppid=21812 vsize=10554648 CPUtime=0.63 cores=1,3,5,7
/proc/21815/task/21833/stat : 21833 (java) S 21812 21815 19289 0 -1 4202560 5885 0 0 0 62 1 0 0 20 0 19 0 912794903 10807959552 123379 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21834] ppid=21812 vsize=10554648 CPUtime=0.67 cores=1,3,5,7
/proc/21815/task/21834/stat : 21834 (java) S 21812 21815 19289 0 -1 4202560 9342 0 0 0 66 1 0 0 22 0 19 0 912794903 10807959552 123382 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21835] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21835/stat : 21835 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794903 10807959552 123386 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21837] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21837/stat : 21837 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912794903 10807959552 123390 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000409088 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21838] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21838/stat : 21838 (java) S 21812 21815 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912794913 10807959552 123394 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000409088 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 10554648

[startup+3.10104 s]
/proc/loadavg: 2.01 2.06 2.02 3/551 21838
/proc/meminfo: memFree=14865968/32950940 swapFree=67111364/67111528
[pid=21815] ppid=21812 vsize=10554648 CPUtime=4.4 cores=1,3,5,7
/proc/21815/stat : 21815 (java) S 21812 21815 19289 0 -1 4202496 292361 0 1 0 405 35 0 0 25 0 19 0 912794897 10807959552 283922 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21815/statm: 2638662 283926 2219 9 0 2629396 0
[pid=21815/tid=21816] ppid=21812 vsize=10554648 CPUtime=3.08 cores=1,3,5,7
/proc/21815/task/21816/stat : 21816 (java) R 21812 21815 19289 0 -1 4202560 275982 0 1 0 275 33 0 0 21 0 19 0 912794898 10807959552 283929 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 46912505581431 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21815/tid=21818] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21818/stat : 21818 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 283931 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21819] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21819/stat : 21819 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 283934 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21821] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21821/stat : 21821 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 283936 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21822] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21822/stat : 21822 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 283939 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21823] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21823/stat : 21823 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 283941 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21825] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21825/stat : 21825 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 283943 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21826] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21826/stat : 21826 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 283946 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21827] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21827/stat : 21827 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 283949 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21828] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21828/stat : 21828 (java) S 21812 21815 19289 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 912794901 10807959552 283951 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000409088 0 0 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21829] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21829/stat : 21829 (java) S 21812 21815 19289 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912794901 10807959552 283954 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21830] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21830/stat : 21830 (java) S 21812 21815 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912794901 10807959552 283957 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21831] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21831/stat : 21831 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794903 10807959552 283959 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000416177 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21833] ppid=21812 vsize=10554648 CPUtime=0.63 cores=1,3,5,7
/proc/21815/task/21833/stat : 21833 (java) S 21812 21815 19289 0 -1 4202560 5885 0 0 0 62 1 0 0 20 0 19 0 912794903 10807959552 283962 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21834] ppid=21812 vsize=10554648 CPUtime=0.67 cores=1,3,5,7
/proc/21815/task/21834/stat : 21834 (java) S 21812 21815 19289 0 -1 4202560 9342 0 0 0 66 1 0 0 22 0 19 0 912794903 10807959552 283964 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21835] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21835/stat : 21835 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794903 10807959552 283967 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21837] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21837/stat : 21837 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912794903 10807959552 283969 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000409088 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21838] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21838/stat : 21838 (java) S 21812 21815 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912794913 10807959552 283971 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000409088 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 10554648

[startup+6.30148 s]
/proc/loadavg: 2.01 2.06 2.02 3/551 21838
/proc/meminfo: memFree=13608272/32950940 swapFree=67111364/67111528
[pid=21815] ppid=21812 vsize=10554648 CPUtime=7.6 cores=1,3,5,7
/proc/21815/stat : 21815 (java) S 21812 21815 19289 0 -1 4202496 592922 0 1 0 692 68 0 0 25 0 19 0 912794897 10807959552 584330 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21815/statm: 2638662 584334 2220 9 0 2629396 0
[pid=21815/tid=21816] ppid=21812 vsize=10554648 CPUtime=6.28 cores=1,3,5,7
/proc/21815/task/21816/stat : 21816 (java) R 21812 21815 19289 0 -1 4202560 576541 0 1 0 562 66 0 0 25 0 19 0 912794898 10807959552 584336 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 46912505581958 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21815/tid=21818] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21818/stat : 21818 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 584337 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21819] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21819/stat : 21819 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 584339 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21821] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21821/stat : 21821 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 584342 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21822] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21822/stat : 21822 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 584343 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21823] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21823/stat : 21823 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 584346 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21825] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21825/stat : 21825 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 584349 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21826] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21826/stat : 21826 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 584351 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21827] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21827/stat : 21827 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794900 10807959552 584353 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21828] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21828/stat : 21828 (java) S 21812 21815 19289 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 912794901 10807959552 584356 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000409088 0 0 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21829] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21829/stat : 21829 (java) S 21812 21815 19289 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912794901 10807959552 584357 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21830] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21830/stat : 21830 (java) S 21812 21815 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912794901 10807959552 584360 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21831] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21831/stat : 21831 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794903 10807959552 584362 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000416177 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21833] ppid=21812 vsize=10554648 CPUtime=0.64 cores=1,3,5,7
/proc/21815/task/21833/stat : 21833 (java) S 21812 21815 19289 0 -1 4202560 5885 0 0 0 63 1 0 0 16 0 19 0 912794903 10807959552 584364 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21834] ppid=21812 vsize=10554648 CPUtime=0.67 cores=1,3,5,7
/proc/21815/task/21834/stat : 21834 (java) S 21812 21815 19289 0 -1 4202560 9342 0 0 0 66 1 0 0 22 0 19 0 912794903 10807959552 584367 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0

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

[pid=21815/tid=21835] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21835/stat : 21835 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794903 10807959552 933307 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21837] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21837/stat : 21837 (java) S 21812 21815 19289 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 912794903 10807959552 933307 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000409088 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21838] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21838/stat : 21838 (java) S 21812 21815 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912794913 10807959552 933307 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000409088 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1668.48
Current children cumulated vsize (KiB) 10554648

[startup+1722.3 s]
/proc/loadavg: 2.12 2.12 2.04 3/551 22153
/proc/meminfo: memFree=11947000/32950940 swapFree=67111364/67111528
[pid=21815] ppid=21812 vsize=10554648 CPUtime=1728.65 cores=1,3,5,7
/proc/21815/stat : 21815 (java) S 21812 21815 19289 0 -1 4202496 949837 0 1 0 172755 110 0 0 25 0 19 0 912794897 10807959552 934260 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21815/statm: 2638662 934260 2257 9 0 2629396 0
[pid=21815/tid=21816] ppid=21812 vsize=10554648 CPUtime=1718.67 cores=1,3,5,7
/proc/21815/task/21816/stat : 21816 (java) R 21812 21815 19289 0 -1 4202560 838060 0 1 0 171772 95 0 0 25 0 19 0 912794898 10807959552 934260 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 46912505719416 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21815/tid=21818] ppid=21812 vsize=10554648 CPUtime=0.99 cores=1,3,5,7
/proc/21815/task/21818/stat : 21818 (java) S 21812 21815 19289 0 -1 4202560 12282 0 0 0 98 1 0 0 16 0 19 0 912794900 10807959552 934260 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21819] ppid=21812 vsize=10554648 CPUtime=0.85 cores=1,3,5,7
/proc/21815/task/21819/stat : 21819 (java) S 21812 21815 19289 0 -1 4202560 10886 0 0 0 84 1 0 0 16 0 19 0 912794900 10807959552 934260 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 3 0 0 0
[pid=21815/tid=21821] ppid=21812 vsize=10554648 CPUtime=0.83 cores=1,3,5,7
/proc/21815/task/21821/stat : 21821 (java) S 21812 21815 19289 0 -1 4202560 10435 0 0 0 82 1 0 0 15 0 19 0 912794900 10807959552 934260 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 3 0 0 0
[pid=21815/tid=21822] ppid=21812 vsize=10554648 CPUtime=0.82 cores=1,3,5,7
/proc/21815/task/21822/stat : 21822 (java) S 21812 21815 19289 0 -1 4202560 7327 0 0 0 81 1 0 0 16 0 19 0 912794900 10807959552 934260 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 5 0 0 0
[pid=21815/tid=21823] ppid=21812 vsize=10554648 CPUtime=0.86 cores=1,3,5,7
/proc/21815/task/21823/stat : 21823 (java) S 21812 21815 19289 0 -1 4202560 8086 0 0 0 85 1 0 0 16 0 19 0 912794900 10807959552 934260 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21825] ppid=21812 vsize=10554648 CPUtime=0.88 cores=1,3,5,7
/proc/21815/task/21825/stat : 21825 (java) S 21812 21815 19289 0 -1 4202560 11676 0 0 0 87 1 0 0 15 0 19 0 912794900 10807959552 934260 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 5 0 0 0
[pid=21815/tid=21826] ppid=21812 vsize=10554648 CPUtime=0.71 cores=1,3,5,7
/proc/21815/task/21826/stat : 21826 (java) S 21812 21815 19289 0 -1 4202560 9818 0 0 0 70 1 0 0 15 0 19 0 912794900 10807959552 934260 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 3 0 0 0
[pid=21815/tid=21827] ppid=21812 vsize=10554648 CPUtime=0.75 cores=1,3,5,7
/proc/21815/task/21827/stat : 21827 (java) S 21812 21815 19289 0 -1 4202560 7692 0 0 0 75 0 0 0 15 0 19 0 912794900 10807959552 934260 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21828] ppid=21812 vsize=10554648 CPUtime=1.23 cores=1,3,5,7
/proc/21815/task/21828/stat : 21828 (java) S 21812 21815 19289 0 -1 4202560 11306 0 0 0 122 1 0 0 15 0 19 0 912794901 10807959552 934260 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000409088 0 0 0 16800975 18446604468330823936 0 0 -1 5 0 0 0
[pid=21815/tid=21829] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21829/stat : 21829 (java) S 21812 21815 19289 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912794901 10807959552 934260 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21830] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21830/stat : 21830 (java) S 21812 21815 19289 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912794901 10807959552 934260 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21831] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21831/stat : 21831 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794903 10807959552 934260 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000416177 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21833] ppid=21812 vsize=10554648 CPUtime=0.7 cores=1,3,5,7
/proc/21815/task/21833/stat : 21833 (java) S 21812 21815 19289 0 -1 4202560 5907 0 0 0 69 1 0 0 16 0 19 0 912794903 10807959552 934260 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21834] ppid=21812 vsize=10554648 CPUtime=1.24 cores=1,3,5,7
/proc/21815/task/21834/stat : 21834 (java) S 21812 21815 19289 0 -1 4202560 15112 0 0 0 123 1 0 0 15 0 19 0 912794903 10807959552 934260 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21835] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21835/stat : 21835 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794903 10807959552 934260 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21837] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21837/stat : 21837 (java) S 21812 21815 19289 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 912794903 10807959552 934260 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000409088 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21838] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21838/stat : 21838 (java) S 21812 21815 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912794913 10807959552 934260 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000409088 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1728.65
Current children cumulated vsize (KiB) 10554648

[startup+1782.3 s]
/proc/loadavg: 2.09 2.11 2.04 3/551 22155
/proc/meminfo: memFree=11937164/32950940 swapFree=67111364/67111528
[pid=21815] ppid=21812 vsize=10554648 CPUtime=1788.83 cores=1,3,5,7
/proc/21815/stat : 21815 (java) S 21812 21815 19289 0 -1 4202496 950448 0 1 0 178772 111 0 0 25 0 19 0 912794897 10807959552 934853 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21815/statm: 2638662 934853 2257 9 0 2629396 0
[pid=21815/tid=21816] ppid=21812 vsize=10554648 CPUtime=1778.6 cores=1,3,5,7
/proc/21815/task/21816/stat : 21816 (java) R 21812 21815 19289 0 -1 4202560 838064 0 1 0 177765 95 0 0 25 0 19 0 912794898 10807959552 934853 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 46912505719616 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21815/tid=21818] ppid=21812 vsize=10554648 CPUtime=1.04 cores=1,3,5,7
/proc/21815/task/21818/stat : 21818 (java) S 21812 21815 19289 0 -1 4202560 12391 0 0 0 103 1 0 0 16 0 19 0 912794900 10807959552 934853 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21819] ppid=21812 vsize=10554648 CPUtime=0.87 cores=1,3,5,7
/proc/21815/task/21819/stat : 21819 (java) S 21812 21815 19289 0 -1 4202560 10888 0 0 0 86 1 0 0 15 0 19 0 912794900 10807959552 934853 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 3 0 0 0
[pid=21815/tid=21821] ppid=21812 vsize=10554648 CPUtime=0.89 cores=1,3,5,7
/proc/21815/task/21821/stat : 21821 (java) S 21812 21815 19289 0 -1 4202560 10573 0 0 0 88 1 0 0 16 0 19 0 912794900 10807959552 934853 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 3 0 0 0
[pid=21815/tid=21822] ppid=21812 vsize=10554648 CPUtime=0.85 cores=1,3,5,7
/proc/21815/task/21822/stat : 21822 (java) S 21812 21815 19289 0 -1 4202560 7406 0 0 0 84 1 0 0 15 0 19 0 912794900 10807959552 934853 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 3 0 0 0
[pid=21815/tid=21823] ppid=21812 vsize=10554648 CPUtime=0.9 cores=1,3,5,7
/proc/21815/task/21823/stat : 21823 (java) S 21812 21815 19289 0 -1 4202560 8195 0 0 0 89 1 0 0 16 0 19 0 912794900 10807959552 934853 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 3 0 0 0
[pid=21815/tid=21825] ppid=21812 vsize=10554648 CPUtime=0.91 cores=1,3,5,7
/proc/21815/task/21825/stat : 21825 (java) S 21812 21815 19289 0 -1 4202560 11790 0 0 0 90 1 0 0 15 0 19 0 912794900 10807959552 934853 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 5 0 0 0
[pid=21815/tid=21826] ppid=21812 vsize=10554648 CPUtime=0.71 cores=1,3,5,7
/proc/21815/task/21826/stat : 21826 (java) S 21812 21815 19289 0 -1 4202560 9818 0 0 0 70 1 0 0 15 0 19 0 912794900 10807959552 934853 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 3 0 0 0
[pid=21815/tid=21827] ppid=21812 vsize=10554648 CPUtime=0.78 cores=1,3,5,7
/proc/21815/task/21827/stat : 21827 (java) S 21812 21815 19289 0 -1 4202560 7742 0 0 0 78 0 0 0 15 0 19 0 912794900 10807959552 934853 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21828] ppid=21812 vsize=10554648 CPUtime=1.23 cores=1,3,5,7
/proc/21815/task/21828/stat : 21828 (java) S 21812 21815 19289 0 -1 4202560 11310 0 0 0 122 1 0 0 15 0 19 0 912794901 10807959552 934853 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000409088 0 0 0 16800975 18446604468330823936 0 0 -1 5 0 0 0
[pid=21815/tid=21829] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21829/stat : 21829 (java) S 21812 21815 19289 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912794901 10807959552 934853 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21830] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21830/stat : 21830 (java) S 21812 21815 19289 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912794901 10807959552 934853 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21831] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21831/stat : 21831 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794903 10807959552 934853 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000416177 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21833] ppid=21812 vsize=10554648 CPUtime=0.7 cores=1,3,5,7
/proc/21815/task/21833/stat : 21833 (java) S 21812 21815 19289 0 -1 4202560 5907 0 0 0 69 1 0 0 16 0 19 0 912794903 10807959552 934853 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21834] ppid=21812 vsize=10554648 CPUtime=1.24 cores=1,3,5,7
/proc/21815/task/21834/stat : 21834 (java) S 21812 21815 19289 0 -1 4202560 15112 0 0 0 123 1 0 0 15 0 19 0 912794903 10807959552 934853 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21835] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21835/stat : 21835 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794903 10807959552 934853 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21837] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21837/stat : 21837 (java) S 21812 21815 19289 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 912794903 10807959552 934853 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000409088 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21838] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21838/stat : 21838 (java) S 21812 21815 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912794913 10807959552 934853 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000409088 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1788.83
Current children cumulated vsize (KiB) 10554648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 2.08 2.11 2.04 3/551 22155
/proc/meminfo: memFree=11935424/32950940 swapFree=67111364/67111528
[pid=21815] ppid=21812 vsize=10554648 CPUtime=1800.09 cores=1,3,5,7
/proc/21815/stat : 21815 (java) S 21812 21815 19289 0 -1 4202496 951054 0 1 0 179898 111 0 0 25 0 19 0 912794897 10807959552 935454 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21815/statm: 2638662 935454 2257 9 0 2629396 0
[pid=21815/tid=21816] ppid=21812 vsize=10554648 CPUtime=1789.78 cores=1,3,5,7
/proc/21815/task/21816/stat : 21816 (java) R 21812 21815 19289 0 -1 4202560 838065 0 1 0 178883 95 0 0 25 0 19 0 912794898 10807959552 935454 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 46912505581032 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21815/tid=21818] ppid=21812 vsize=10554648 CPUtime=1.05 cores=1,3,5,7
/proc/21815/task/21818/stat : 21818 (java) S 21812 21815 19289 0 -1 4202560 12424 0 0 0 104 1 0 0 16 0 19 0 912794900 10807959552 935454 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21819] ppid=21812 vsize=10554648 CPUtime=0.87 cores=1,3,5,7
/proc/21815/task/21819/stat : 21819 (java) S 21812 21815 19289 0 -1 4202560 10888 0 0 0 86 1 0 0 15 0 19 0 912794900 10807959552 935454 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21821] ppid=21812 vsize=10554648 CPUtime=0.89 cores=1,3,5,7
/proc/21815/task/21821/stat : 21821 (java) S 21812 21815 19289 0 -1 4202560 10579 0 0 0 88 1 0 0 16 0 19 0 912794900 10807959552 935454 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 3 0 0 0
[pid=21815/tid=21822] ppid=21812 vsize=10554648 CPUtime=0.86 cores=1,3,5,7
/proc/21815/task/21822/stat : 21822 (java) S 21812 21815 19289 0 -1 4202560 7440 0 0 0 85 1 0 0 16 0 19 0 912794900 10807959552 935454 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 5 0 0 0
[pid=21815/tid=21823] ppid=21812 vsize=10554648 CPUtime=0.93 cores=1,3,5,7
/proc/21815/task/21823/stat : 21823 (java) S 21812 21815 19289 0 -1 4202560 8409 0 0 0 92 1 0 0 16 0 19 0 912794900 10807959552 935454 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21825] ppid=21812 vsize=10554648 CPUtime=0.91 cores=1,3,5,7
/proc/21815/task/21825/stat : 21825 (java) S 21812 21815 19289 0 -1 4202560 11796 0 0 0 90 1 0 0 16 0 19 0 912794900 10807959552 935454 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 5 0 0 0
[pid=21815/tid=21826] ppid=21812 vsize=10554648 CPUtime=0.75 cores=1,3,5,7
/proc/21815/task/21826/stat : 21826 (java) S 21812 21815 19289 0 -1 4202560 10122 0 0 0 74 1 0 0 16 0 19 0 912794900 10807959552 935454 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 3 0 0 0
[pid=21815/tid=21827] ppid=21812 vsize=10554648 CPUtime=0.78 cores=1,3,5,7
/proc/21815/task/21827/stat : 21827 (java) S 21812 21815 19289 0 -1 4202560 7748 0 0 0 78 0 0 0 16 0 19 0 912794900 10807959552 935454 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21828] ppid=21812 vsize=10554648 CPUtime=1.23 cores=1,3,5,7
/proc/21815/task/21828/stat : 21828 (java) S 21812 21815 19289 0 -1 4202560 11310 0 0 0 122 1 0 0 15 0 19 0 912794901 10807959552 935454 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000409088 0 0 0 16800975 18446604468330823936 0 0 -1 5 0 0 0
[pid=21815/tid=21829] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21829/stat : 21829 (java) S 21812 21815 19289 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912794901 10807959552 935454 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21830] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21830/stat : 21830 (java) S 21812 21815 19289 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912794901 10807959552 935454 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21831] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21831/stat : 21831 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794903 10807959552 935454 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000416177 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21833] ppid=21812 vsize=10554648 CPUtime=0.7 cores=1,3,5,7
/proc/21815/task/21833/stat : 21833 (java) S 21812 21815 19289 0 -1 4202560 5907 0 0 0 69 1 0 0 16 0 19 0 912794903 10807959552 935454 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21834] ppid=21812 vsize=10554648 CPUtime=1.24 cores=1,3,5,7
/proc/21815/task/21834/stat : 21834 (java) S 21812 21815 19289 0 -1 4202560 15112 0 0 0 123 1 0 0 15 0 19 0 912794903 10807959552 935454 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
[pid=21815/tid=21835] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21835/stat : 21835 (java) S 21812 21815 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912794903 10807959552 935454 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000408473 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21837] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21837/stat : 21837 (java) S 21812 21815 19289 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 912794903 10807959552 935454 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000409088 0 4 0 16800975 18446604468330823936 0 0 -1 1 0 0 0
[pid=21815/tid=21838] ppid=21812 vsize=10554648 CPUtime=0 cores=1,3,5,7
/proc/21815/task/21838/stat : 21838 (java) S 21812 21815 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912794913 10807959552 935454 33554432000 1073741824 1073778376 140734884548560 18446744073709551615 216000409088 0 4 0 16800975 18446604468330823936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10554648

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

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

[startup+1793.63 s]
/proc/loadavg: 2.08 2.11 2.04 3/551 22155
/proc/meminfo: memFree=11935424/32950940 swapFree=67111364/67111528
[pid=21815] ppid=21812 vsize=0 CPUtime=1800.25 cores=1,3,5,7
/proc/21815/stat : 21815 (java) Z 21812 21815 19289 0 -1 4203548 951096 0 1 0 179907 118 0 0 17 0 2 0 912794897 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21815/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

[startup+1793.7 s]
/proc/loadavg: 2.08 2.11 2.04 3/551 22155
/proc/meminfo: memFree=11935424/32950940 swapFree=67111364/67111528
[pid=21815] ppid=21812 vsize=0 CPUtime=1800.32 cores=1,3,5,7
/proc/21815/stat : 21815 (java) Z 21812 21815 19289 0 -1 4203548 951096 0 1 0 179907 125 0 0 17 0 2 0 912794897 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21815/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.7
CPU time (s): 1800.33
CPU user time (s): 1799.07
CPU system time (s): 1.25881
CPU usage (%): 100.37
Max. virtual memory (cumulated for all children) (KiB): 10554648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.25881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 951096
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= 40635
involuntary context switches= 9636

runsolver used 9.28159 second user time and 21.7547 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-05 00:14:01
IDJOB=3455949
IDBENCH=47961
IDSOLVER=1951
FILE ID=node117/3455949-1307225641
RUNJOBID= node117-1307225397-21708
PBS_JOBID= 13509044
Free space on /tmp= 73632 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=17-P1=89-P2=113-P3=89-P4=67-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455949-1307225641/watcher-3455949-1307225641 -o /tmp/evaluation-result-3455949-1307225641/solver-3455949-1307225641 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455949-1307225641.opb

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

MD5SUM BENCH= 5afc409acaae7ef62c2326d33adf31bc
RANDOM SEED=1039193426

node117.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.849
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.69
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.849
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	: 5332.75
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.849
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.74
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.849
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.75
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.849
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.849
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      15608584 kB
Buffers:        380304 kB
Cached:        3208656 kB
SwapCached:          0 kB
Active:       13839980 kB
Inactive:      3098760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      15608584 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:             488 kB
Writeback:           0 kB
AnonPages:    13350044 kB
Mapped:          50236 kB
Slab:           270224 kB
PageTables:      65336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 159865488 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= 73628 MiB
End job on node117 at 2011-06-05 00:43:57