Trace number 3479310

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 NameAnswerCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.23 1792.07

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ns1663818.opb
MD5SUMca0e75c55c65b2e375ac748ac3a932d9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark285
Best CPU time to get the best result obtained on this benchmark1800.49
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables124626
Total number of constraints172017
Number of constraints which are clauses58800
Number of constraints which are cardinality constraints (but not clauses)3930
Number of constraints which are nor clauses,nor cardinality constraints109287
Minimum length of a constraint1
Maximum length of a constraint15602
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2000
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 2351800
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3479310-1307449691.opb
0.09/0.11	c reading problem ... 
25.50/23.49	c ... done. Wall clock time 23.376s.
25.50/23.49	c #vars     124626
25.50/23.49	c #constraints  172646
25.50/23.49	c constraints type 
25.50/23.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 301
25.50/23.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 153029
25.50/23.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3940
25.50/23.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15374
1800.07/1791.92	c starts		: 1
1800.07/1791.92	c conflicts		: 229
1800.07/1791.92	c decisions		: 193381
1800.07/1791.92	c propagations		: 1970579
1800.07/1791.92	c inspects		: 4177535
1800.07/1791.92	c shortcuts		: 0
1800.07/1791.92	c learnt literals	: 37
1800.07/1791.92	c learnt binary clauses	: 1
1800.07/1791.92	c learnt ternary clauses	: 0
1800.07/1791.92	c learnt constraints	: 191
1800.07/1791.92	c ignored constraints	: 0
1800.07/1791.92	c root simplifications	: 0
1800.07/1791.92	c removed literals (reason simplification)	: 0
1800.07/1791.92	c reason swapping (by a shorter reason)	: 0
1800.07/1791.92	c Calls to reduceDB	: 0
1800.07/1791.92	c number of reductions to clauses (during analyze)	: 0
1800.07/1791.92	c number of learned constraints concerned by reduction	: 0
1800.07/1791.92	c number of learning phase by resolution	: 0
1800.07/1791.92	c number of learning phase by cutting planes	: 0
1800.07/1791.92	c speed (assignments/second)	: 1114.3111283015196
1800.07/1791.92	c non guided choices	61074
1800.07/1791.92	c learnt constraints type 
1800.07/1791.92	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 49
1800.07/1791.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 13
1800.07/1791.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 129
1800.07/1791.92	c constraints type 
1800.07/1791.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 301
1800.07/1791.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 153029
1800.07/1791.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3940
1800.07/1791.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15374
1800.07/1791.92	s UNKNOWN
1800.07/1791.92	c Total wall clock time (in seconds): 1791.805

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-3479310-1307449691/watcher-3479310-1307449691 -o /tmp/evaluation-result-3479310-1307449691/solver-3479310-1307449691 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3479310-1307449691.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.09 2.07 2.01 2/442 25583
/proc/meminfo: memFree=22165624/32951124 swapFree=44043516/67111528
[pid=25583] ppid=25581 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/25583/stat : 25583 (java) S 25581 25583 24324 0 -1 4202496 1316 0 0 0 0 0 0 0 23 0 2 0 856567812 36646912 1018 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/25583/statm: 8947 1018 782 9 0 386 0
[pid=25583/tid=25584] ppid=25581 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25584/stat : 25584 (java) R 25581 25583 24324 0 -1 4202560 880 0 1 0 0 0 0 0 24 0 2 0 856567813 10681323520 1696 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246516528187 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.029761 s]
/proc/loadavg: 2.09 2.07 2.01 2/442 25583
/proc/meminfo: memFree=22165624/32951124 swapFree=44043516/67111528
[pid=25583] ppid=25581 vsize=10453028 CPUtime=0.01 cores=1,3,5,7
/proc/25583/stat : 25583 (java) S 25581 25583 24324 0 -1 4202496 10089 0 1 0 0 1 0 0 23 0 10 0 856567812 10703900672 9790 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/25583/statm: 2613257 9803 1048 9 0 2604413 0
[pid=25583/tid=25584] ppid=25581 vsize=10453028 CPUtime=0.01 cores=1,3,5,7
/proc/25583/task/25584/stat : 25584 (java) R 25581 25583 24324 0 -1 4202560 8986 0 1 0 0 1 0 0 25 0 10 0 856567813 10703900672 9809 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246516830213 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10453028

[startup+0.100714 s]
/proc/loadavg: 2.09 2.07 2.01 2/442 25583
/proc/meminfo: memFree=22165624/32951124 swapFree=44043516/67111528
[pid=25583] ppid=25581 vsize=10539692 CPUtime=0.09 cores=1,3,5,7
/proc/25583/stat : 25583 (java) S 25581 25583 24324 0 -1 4202496 12910 0 1 0 8 1 0 0 23 0 18 0 856567812 10792644608 12607 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25583/statm: 2634923 12607 2092 9 0 2625657 0
[pid=25583/tid=25584] ppid=25581 vsize=10539692 CPUtime=0.07 cores=1,3,5,7
/proc/25583/task/25584/stat : 25584 (java) R 25581 25583 24324 0 -1 4202560 11012 0 1 0 6 1 0 0 22 0 18 0 856567813 10792644608 12607 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 46912496193992 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539692

[startup+0.300699 s]
/proc/loadavg: 2.09 2.07 2.01 2/442 25583
/proc/meminfo: memFree=22165624/32951124 swapFree=44043516/67111528
[pid=25583] ppid=25581 vsize=10541416 CPUtime=0.5 cores=1,3,5,7
/proc/25583/stat : 25583 (java) S 25581 25583 24324 0 -1 4202496 18424 0 1 0 48 2 0 0 23 0 18 0 856567812 10794409984 17775 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25583/statm: 2635354 17806 2204 9 0 2626088 0
[pid=25583/tid=25584] ppid=25581 vsize=10541416 CPUtime=0.28 cores=1,3,5,7
/proc/25583/task/25584/stat : 25584 (java) R 25581 25583 24324 0 -1 4202560 15336 0 1 0 26 2 0 0 22 0 18 0 856567813 10794409984 17822 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10541416

[startup+0.700604 s]
/proc/loadavg: 2.09 2.07 2.01 2/442 25583
/proc/meminfo: memFree=22165624/32951124 swapFree=44043516/67111528
[pid=25583] ppid=25581 vsize=10542744 CPUtime=1.1 cores=1,3,5,7
/proc/25583/stat : 25583 (java) S 25581 25583 24324 0 -1 4202496 56406 0 1 0 103 7 0 0 23 0 18 0 856567812 10795769856 54975 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25583/statm: 2635686 54975 2204 9 0 2626420 0
[pid=25583/tid=25584] ppid=25581 vsize=10542744 CPUtime=0.67 cores=1,3,5,7
/proc/25583/task/25584/stat : 25584 (java) R 25581 25583 24324 0 -1 4202560 51508 0 1 0 61 6 0 0 18 0 18 0 856567813 10795769856 54975 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 46912505217057 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 10542744

[startup+1.50149 s]
/proc/loadavg: 2.09 2.07 2.01 3/460 25601
/proc/meminfo: memFree=21856792/32951124 swapFree=44043516/67111528
[pid=25583] ppid=25581 vsize=10546228 CPUtime=2.12 cores=1,3,5,7
/proc/25583/stat : 25583 (java) S 25581 25583 24324 0 -1 4202496 120821 0 1 0 198 14 0 0 23 0 18 0 856567812 10799337472 119162 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25583/statm: 2636557 119166 2224 9 0 2627291 0
[pid=25583/tid=25584] ppid=25581 vsize=10546228 CPUtime=1.47 cores=1,3,5,7
/proc/25583/task/25584/stat : 25584 (java) R 25581 25583 24324 0 -1 4202560 114789 0 1 0 134 13 0 0 18 0 18 0 856567813 10799337472 119168 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 46912505682693 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25583/tid=25586] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25586/stat : 25586 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856567815 10799337472 119170 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25587] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25587/stat : 25587 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856567815 10799337472 119172 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25588] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25588/stat : 25588 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856567815 10799337472 119175 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25589] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25589/stat : 25589 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856567815 10799337472 119177 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25590] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25590/stat : 25590 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856567815 10799337472 119179 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25591] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25591/stat : 25591 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856567815 10799337472 119182 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25592] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25592/stat : 25592 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856567815 10799337472 119184 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25593] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25593/stat : 25593 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856567815 10799337472 119187 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25594] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25594/stat : 25594 (java) S 25581 25583 24324 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 856567816 10799337472 119189 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650752 0 0 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25595] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25595/stat : 25595 (java) S 25581 25583 24324 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 856567816 10799337472 119191 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25596] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25596/stat : 25596 (java) S 25581 25583 24324 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 856567816 10799337472 119194 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25597] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25597/stat : 25597 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 856567819 10799337472 119196 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528657841 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25598] ppid=25581 vsize=10546228 CPUtime=0.3 cores=1,3,5,7
/proc/25583/task/25598/stat : 25598 (java) S 25581 25583 24324 0 -1 4202560 2708 0 0 0 30 0 0 0 15 0 18 0 856567819 10799337472 119198 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25599] ppid=25581 vsize=10546228 CPUtime=0.33 cores=1,3,5,7
/proc/25583/task/25599/stat : 25599 (java) S 25581 25583 24324 0 -1 4202560 2178 0 0 0 33 0 0 0 15 0 18 0 856567819 10799337472 119200 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25600] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25600/stat : 25600 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856567819 10799337472 119203 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25601] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25601/stat : 25601 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 856567819 10799337472 119205 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650752 0 4 0 16800975 18446604468985730112 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 10546228

[startup+3.17619 s]
/proc/loadavg: 2.09 2.07 2.01 3/460 25601
/proc/meminfo: memFree=21856792/32951124 swapFree=44043516/67111528
[pid=25583] ppid=25581 vsize=10546228 CPUtime=3.8 cores=1,3,5,7
/proc/25583/stat : 25583 (java) S 25581 25583 24324 0 -1 4202496 303877 0 1 0 344 36 0 0 23 0 18 0 856567812 10799337472 302218 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25583/statm: 2636557 302222 2225 9 0 2627291 0
[pid=25583/tid=25584] ppid=25581 vsize=10546228 CPUtime=3.15 cores=1,3,5,7
/proc/25583/task/25584/stat : 25584 (java) R 25581 25583 24324 0 -1 4202560 297844 0 1 0 280 35 0 0 19 0 18 0 856567813 10799337472 302224 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 46912505683227 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25583/tid=25586] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25586/stat : 25586 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856567815 10799337472 302227 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25587] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25587/stat : 25587 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856567815 10799337472 302230 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25588] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25588/stat : 25588 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856567815 10799337472 302232 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25589] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25589/stat : 25589 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856567815 10799337472 302235 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25590] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25590/stat : 25590 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856567815 10799337472 302238 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25591] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25591/stat : 25591 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856567815 10799337472 302240 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25592] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25592/stat : 25592 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856567815 10799337472 302240 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25593] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25593/stat : 25593 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856567815 10799337472 302242 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25594] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25594/stat : 25594 (java) S 25581 25583 24324 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 856567816 10799337472 302245 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650752 0 0 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25595] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25595/stat : 25595 (java) S 25581 25583 24324 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 856567816 10799337472 302247 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25596] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25596/stat : 25596 (java) S 25581 25583 24324 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 856567816 10799337472 302250 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25597] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25597/stat : 25597 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 856567819 10799337472 302252 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528657841 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25598] ppid=25581 vsize=10546228 CPUtime=0.3 cores=1,3,5,7
/proc/25583/task/25598/stat : 25598 (java) S 25581 25583 24324 0 -1 4202560 2708 0 0 0 30 0 0 0 15 0 18 0 856567819 10799337472 302255 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25599] ppid=25581 vsize=10546228 CPUtime=0.33 cores=1,3,5,7
/proc/25583/task/25599/stat : 25599 (java) S 25581 25583 24324 0 -1 4202560 2178 0 0 0 33 0 0 0 15 0 18 0 856567819 10799337472 302258 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25600] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25600/stat : 25600 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856567819 10799337472 302260 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25601] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25601/stat : 25601 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 856567819 10799337472 302263 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650752 0 4 0 16800975 18446604468985730112 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 10546228

[startup+6.30062 s]
/proc/loadavg: 2.24 2.10 2.02 3/460 25601
/proc/meminfo: memFree=19662300/32951124 swapFree=44043516/67111528
[pid=25583] ppid=25581 vsize=10546228 CPUtime=7.13 cores=1,3,5,7
/proc/25583/stat : 25583 (java) S 25581 25583 24324 0 -1 4202496 676861 0 1 0 636 77 0 0 23 0 18 0 856567812 10799337472 675112 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25583/statm: 2636557 675112 2239 9 0 2627291 0
[pid=25583/tid=25584] ppid=25581 vsize=10546228 CPUtime=6.2 cores=1,3,5,7
/proc/25583/task/25584/stat : 25584 (java) R 25581 25583 24324 0 -1 4202560 650974 0 1 0 548 72 0 0 20 0 18 0 856567813 10799337472 675112 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 46912505506976 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25583/tid=25586] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25586/stat : 25586 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 856567815 10799337472 675112 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25587] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25587/stat : 25587 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 856567815 10799337472 675112 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25588] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25588/stat : 25588 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 856567815 10799337472 675112 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25589] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25589/stat : 25589 (java) S 25581 25583 24324 0 -1 4202560 132 0 0 0 0 0 0 0 18 0 18 0 856567815 10799337472 675112 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 7 0 0 0
[pid=25583/tid=25590] ppid=25581 vsize=10546228 CPUtime=0.04 cores=1,3,5,7
/proc/25583/task/25590/stat : 25590 (java) S 25581 25583 24324 0 -1 4202560 4151 0 0 0 4 0 0 0 18 0 18 0 856567815 10799337472 675112 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25591] ppid=25581 vsize=10546228 CPUtime=0.05 cores=1,3,5,7
/proc/25583/task/25591/stat : 25591 (java) S 25581 25583 24324 0 -1 4202560 5351 0 0 0 5 0 0 0 18 0 18 0 856567815 10799337472 675112 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 7 0 0 0
[pid=25583/tid=25592] ppid=25581 vsize=10546228 CPUtime=0.05 cores=1,3,5,7
/proc/25583/task/25592/stat : 25592 (java) S 25581 25583 24324 0 -1 4202560 5855 0 0 0 5 0 0 0 18 0 18 0 856567815 10799337472 675112 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 5 0 0 0
[pid=25583/tid=25593] ppid=25581 vsize=10546228 CPUtime=0.06 cores=1,3,5,7
/proc/25583/task/25593/stat : 25593 (java) S 25581 25583 24324 0 -1 4202560 4350 0 0 0 5 1 0 0 18 0 18 0 856567815 10799337472 675112 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25594] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25594/stat : 25594 (java) S 25581 25583 24324 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 856567816 10799337472 675112 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650752 0 0 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25595] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25595/stat : 25595 (java) S 25581 25583 24324 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 856567816 10799337472 675112 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25596] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25596/stat : 25596 (java) S 25581 25583 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 856567816 10799337472 675112 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25597] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25597/stat : 25597 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 856567819 10799337472 675112 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528657841 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25598] ppid=25581 vsize=10546228 CPUtime=0.3 cores=1,3,5,7
/proc/25583/task/25598/stat : 25598 (java) S 25581 25583 24324 0 -1 4202560 2708 0 0 0 30 0 0 0 16 0 18 0 856567819 10799337472 675112 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25599] ppid=25581 vsize=10546228 CPUtime=0.35 cores=1,3,5,7
/proc/25583/task/25599/stat : 25599 (java) S 25581 25583 24324 0 -1 4202560 2182 0 0 0 35 0 0 0 15 0 18 0 856567819 10799337472 675112 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25600] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25600/stat : 25600 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856567819 10799337472 675112 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25601] ppid=25581 vsize=10546228 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25601/stat : 25601 (java) S 25581 25583 24324 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 856567819 10799337472 675112 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650752 0 4 0 16800975 18446604468985730112 0 0 -1 5 0 0 0

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

/proc/25583/task/25595/stat : 25595 (java) S 25581 25583 24324 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 856567816 10799431680 959604 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25596] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25596/stat : 25596 (java) S 25581 25583 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 856567816 10799431680 959604 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25597] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25597/stat : 25597 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 856567819 10799431680 959604 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528657841 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25598] ppid=25581 vsize=10546320 CPUtime=0.83 cores=1,3,5,7
/proc/25583/task/25598/stat : 25598 (java) S 25581 25583 24324 0 -1 4202560 4040 0 0 0 83 0 0 0 15 0 19 0 856567819 10799431680 959604 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25599] ppid=25581 vsize=10546320 CPUtime=1.09 cores=1,3,5,7
/proc/25583/task/25599/stat : 25599 (java) S 25581 25583 24324 0 -1 4202560 3065 0 0 0 109 0 0 0 15 0 19 0 856567819 10799431680 959604 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25600] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25600/stat : 25600 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 856567819 10799431680 959604 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25601] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25601/stat : 25601 (java) S 25581 25583 24324 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 856567819 10799431680 959604 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650752 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25602] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25602/stat : 25602 (java) S 25581 25583 24324 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 856570168 10799431680 959604 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650752 0 4 0 16800975 18446604468985730112 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1670.16
Current children cumulated vsize (KiB) 10546320

[startup+1722.3 s]
/proc/loadavg: 2.02 2.08 2.07 3/461 25695
/proc/meminfo: memFree=17831612/32951124 swapFree=44043516/67111528
[pid=25583] ppid=25581 vsize=10546320 CPUtime=1730.29 cores=1,3,5,7
/proc/25583/stat : 25583 (java) S 25581 25583 24324 0 -1 4202496 965400 0 1 0 172899 130 0 0 23 0 19 0 856567812 10799431680 959720 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25583/statm: 2636580 959720 2249 9 0 2627314 0
[pid=25583/tid=25584] ppid=25581 vsize=10546320 CPUtime=1719.45 cores=1,3,5,7
/proc/25583/task/25584/stat : 25584 (java) R 25581 25583 24324 0 -1 4202560 671585 0 1 0 171860 85 0 0 25 0 19 0 856567813 10799431680 959720 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 46912506205381 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25583/tid=25586] ppid=25581 vsize=10546320 CPUtime=0.85 cores=1,3,5,7
/proc/25583/task/25586/stat : 25586 (java) S 25581 25583 24324 0 -1 4202560 22391 0 0 0 82 3 0 0 15 0 19 0 856567815 10799431680 959720 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 7 0 0 0
[pid=25583/tid=25587] ppid=25581 vsize=10546320 CPUtime=1.14 cores=1,3,5,7
/proc/25583/task/25587/stat : 25587 (java) S 25581 25583 24324 0 -1 4202560 27175 0 0 0 110 4 0 0 15 0 19 0 856567815 10799431680 959720 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25588] ppid=25581 vsize=10546320 CPUtime=0.93 cores=1,3,5,7
/proc/25583/task/25588/stat : 25588 (java) S 25581 25583 24324 0 -1 4202560 22560 0 0 0 90 3 0 0 15 0 19 0 856567815 10799431680 959720 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 5 0 0 0
[pid=25583/tid=25589] ppid=25581 vsize=10546320 CPUtime=1.11 cores=1,3,5,7
/proc/25583/task/25589/stat : 25589 (java) S 25581 25583 24324 0 -1 4202560 38101 0 0 0 107 4 0 0 15 0 19 0 856567815 10799431680 959720 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 5 0 0 0
[pid=25583/tid=25590] ppid=25581 vsize=10546320 CPUtime=1.45 cores=1,3,5,7
/proc/25583/task/25590/stat : 25590 (java) S 25581 25583 24324 0 -1 4202560 68767 0 0 0 137 8 0 0 15 0 19 0 856567815 10799431680 959720 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25591] ppid=25581 vsize=10546320 CPUtime=1.26 cores=1,3,5,7
/proc/25583/task/25591/stat : 25591 (java) S 25581 25583 24324 0 -1 4202560 43026 0 0 0 121 5 0 0 16 0 19 0 856567815 10799431680 959720 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 5 0 0 0
[pid=25583/tid=25592] ppid=25581 vsize=10546320 CPUtime=0.96 cores=1,3,5,7
/proc/25583/task/25592/stat : 25592 (java) S 25581 25583 24324 0 -1 4202560 30507 0 0 0 92 4 0 0 16 0 19 0 856567815 10799431680 959720 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25593] ppid=25581 vsize=10546320 CPUtime=1.03 cores=1,3,5,7
/proc/25583/task/25593/stat : 25593 (java) S 25581 25583 24324 0 -1 4202560 32824 0 0 0 98 5 0 0 16 0 19 0 856567815 10799431680 959720 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 7 0 0 0
[pid=25583/tid=25594] ppid=25581 vsize=10546320 CPUtime=0.07 cores=1,3,5,7
/proc/25583/task/25594/stat : 25594 (java) S 25581 25583 24324 0 -1 4202560 108 0 0 0 4 3 0 0 15 0 19 0 856567816 10799431680 959720 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650752 0 0 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25595] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25595/stat : 25595 (java) S 25581 25583 24324 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 856567816 10799431680 959720 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25596] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25596/stat : 25596 (java) S 25581 25583 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 856567816 10799431680 959720 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25597] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25597/stat : 25597 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 856567819 10799431680 959720 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528657841 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25598] ppid=25581 vsize=10546320 CPUtime=0.83 cores=1,3,5,7
/proc/25583/task/25598/stat : 25598 (java) S 25581 25583 24324 0 -1 4202560 4040 0 0 0 83 0 0 0 15 0 19 0 856567819 10799431680 959720 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25599] ppid=25581 vsize=10546320 CPUtime=1.09 cores=1,3,5,7
/proc/25583/task/25599/stat : 25599 (java) S 25581 25583 24324 0 -1 4202560 3065 0 0 0 109 0 0 0 15 0 19 0 856567819 10799431680 959720 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25600] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25600/stat : 25600 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 856567819 10799431680 959720 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25601] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25601/stat : 25601 (java) S 25581 25583 24324 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 856567819 10799431680 959720 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650752 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25602] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25602/stat : 25602 (java) S 25581 25583 24324 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 856570168 10799431680 959720 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650752 0 4 0 16800975 18446604468985730112 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1730.29
Current children cumulated vsize (KiB) 10546320

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/461 25697
/proc/meminfo: memFree=17809356/32951124 swapFree=44043516/67111528
[pid=25583] ppid=25581 vsize=10546320 CPUtime=1790.44 cores=1,3,5,7
/proc/25583/stat : 25583 (java) S 25581 25583 24324 0 -1 4202496 965541 0 1 0 178913 131 0 0 23 0 19 0 856567812 10799431680 959839 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25583/statm: 2636580 959839 2249 9 0 2627314 0
[pid=25583/tid=25584] ppid=25581 vsize=10546320 CPUtime=1779.38 cores=1,3,5,7
/proc/25583/task/25584/stat : 25584 (java) R 25581 25583 24324 0 -1 4202560 671599 0 1 0 177853 85 0 0 25 0 19 0 856567813 10799431680 959839 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 46912506153851 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25583/tid=25586] ppid=25581 vsize=10546320 CPUtime=0.87 cores=1,3,5,7
/proc/25583/task/25586/stat : 25586 (java) S 25581 25583 24324 0 -1 4202560 22424 0 0 0 84 3 0 0 15 0 19 0 856567815 10799431680 959839 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 7 0 0 0
[pid=25583/tid=25587] ppid=25581 vsize=10546320 CPUtime=1.18 cores=1,3,5,7
/proc/25583/task/25587/stat : 25587 (java) S 25581 25583 24324 0 -1 4202560 27191 0 0 0 114 4 0 0 16 0 19 0 856567815 10799431680 959839 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25588] ppid=25581 vsize=10546320 CPUtime=0.95 cores=1,3,5,7
/proc/25583/task/25588/stat : 25588 (java) S 25581 25583 24324 0 -1 4202560 22596 0 0 0 92 3 0 0 16 0 19 0 856567815 10799431680 959839 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 5 0 0 0
[pid=25583/tid=25589] ppid=25581 vsize=10546320 CPUtime=1.14 cores=1,3,5,7
/proc/25583/task/25589/stat : 25589 (java) S 25581 25583 24324 0 -1 4202560 38101 0 0 0 110 4 0 0 16 0 19 0 856567815 10799431680 959839 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25590] ppid=25581 vsize=10546320 CPUtime=1.48 cores=1,3,5,7
/proc/25583/task/25590/stat : 25590 (java) S 25581 25583 24324 0 -1 4202560 68784 0 0 0 140 8 0 0 15 0 19 0 856567815 10799431680 959839 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 7 0 0 0
[pid=25583/tid=25591] ppid=25581 vsize=10546320 CPUtime=1.29 cores=1,3,5,7
/proc/25583/task/25591/stat : 25591 (java) S 25581 25583 24324 0 -1 4202560 43026 0 0 0 124 5 0 0 15 0 19 0 856567815 10799431680 959839 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25592] ppid=25581 vsize=10546320 CPUtime=0.98 cores=1,3,5,7
/proc/25583/task/25592/stat : 25592 (java) S 25581 25583 24324 0 -1 4202560 30507 0 0 0 94 4 0 0 16 0 19 0 856567815 10799431680 959839 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25593] ppid=25581 vsize=10546320 CPUtime=1.05 cores=1,3,5,7
/proc/25583/task/25593/stat : 25593 (java) S 25581 25583 24324 0 -1 4202560 32841 0 0 0 100 5 0 0 15 0 19 0 856567815 10799431680 959839 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 5 0 0 0
[pid=25583/tid=25594] ppid=25581 vsize=10546320 CPUtime=0.08 cores=1,3,5,7
/proc/25583/task/25594/stat : 25594 (java) S 25581 25583 24324 0 -1 4202560 112 0 0 0 5 3 0 0 15 0 19 0 856567816 10799431680 959839 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650752 0 0 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25595] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25595/stat : 25595 (java) S 25581 25583 24324 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 856567816 10799431680 959839 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25596] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25596/stat : 25596 (java) S 25581 25583 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 856567816 10799431680 959839 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25597] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25597/stat : 25597 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 856567819 10799431680 959839 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528657841 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25598] ppid=25581 vsize=10546320 CPUtime=0.83 cores=1,3,5,7
/proc/25583/task/25598/stat : 25598 (java) S 25581 25583 24324 0 -1 4202560 4040 0 0 0 83 0 0 0 15 0 19 0 856567819 10799431680 959839 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25599] ppid=25581 vsize=10546320 CPUtime=1.09 cores=1,3,5,7
/proc/25583/task/25599/stat : 25599 (java) S 25581 25583 24324 0 -1 4202560 3065 0 0 0 109 0 0 0 15 0 19 0 856567819 10799431680 959839 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25600] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25600/stat : 25600 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 856567819 10799431680 959839 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25601] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25601/stat : 25601 (java) S 25581 25583 24324 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 856567819 10799431680 959839 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650752 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25602] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25602/stat : 25602 (java) S 25581 25583 24324 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 856570168 10799431680 959839 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650752 0 4 0 16800975 18446604468985730112 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1790.44
Current children cumulated vsize (KiB) 10546320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.9 s]
/proc/loadavg: 2.00 2.06 2.06 3/461 25697
/proc/meminfo: memFree=17798672/32951124 swapFree=44043516/67111528
[pid=25583] ppid=25581 vsize=10546320 CPUtime=1800.07 cores=1,3,5,7
/proc/25583/stat : 25583 (java) S 25581 25583 24324 0 -1 4202496 965560 0 1 0 179876 131 0 0 23 0 19 0 856567812 10799431680 959856 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25583/statm: 2636580 959856 2249 9 0 2627314 0
[pid=25583/tid=25584] ppid=25581 vsize=10546320 CPUtime=1788.97 cores=1,3,5,7
/proc/25583/task/25584/stat : 25584 (java) R 25581 25583 24324 0 -1 4202560 671601 0 1 0 178812 85 0 0 25 0 19 0 856567813 10799431680 959856 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 46912506205119 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25583/tid=25586] ppid=25581 vsize=10546320 CPUtime=0.87 cores=1,3,5,7
/proc/25583/task/25586/stat : 25586 (java) S 25581 25583 24324 0 -1 4202560 22424 0 0 0 84 3 0 0 15 0 19 0 856567815 10799431680 959856 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 7 0 0 0
[pid=25583/tid=25587] ppid=25581 vsize=10546320 CPUtime=1.18 cores=1,3,5,7
/proc/25583/task/25587/stat : 25587 (java) S 25581 25583 24324 0 -1 4202560 27191 0 0 0 114 4 0 0 16 0 19 0 856567815 10799431680 959856 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25588] ppid=25581 vsize=10546320 CPUtime=0.96 cores=1,3,5,7
/proc/25583/task/25588/stat : 25588 (java) S 25581 25583 24324 0 -1 4202560 22597 0 0 0 93 3 0 0 16 0 19 0 856567815 10799431680 959856 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 7 0 0 0
[pid=25583/tid=25589] ppid=25581 vsize=10546320 CPUtime=1.15 cores=1,3,5,7
/proc/25583/task/25589/stat : 25589 (java) S 25581 25583 24324 0 -1 4202560 38117 0 0 0 111 4 0 0 16 0 19 0 856567815 10799431680 959856 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25590] ppid=25581 vsize=10546320 CPUtime=1.48 cores=1,3,5,7
/proc/25583/task/25590/stat : 25590 (java) S 25581 25583 24324 0 -1 4202560 68784 0 0 0 140 8 0 0 15 0 19 0 856567815 10799431680 959856 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 7 0 0 0
[pid=25583/tid=25591] ppid=25581 vsize=10546320 CPUtime=1.29 cores=1,3,5,7
/proc/25583/task/25591/stat : 25591 (java) S 25581 25583 24324 0 -1 4202560 43026 0 0 0 124 5 0 0 15 0 19 0 856567815 10799431680 959856 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25592] ppid=25581 vsize=10546320 CPUtime=0.98 cores=1,3,5,7
/proc/25583/task/25592/stat : 25592 (java) S 25581 25583 24324 0 -1 4202560 30507 0 0 0 94 4 0 0 15 0 19 0 856567815 10799431680 959856 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25593] ppid=25581 vsize=10546320 CPUtime=1.06 cores=1,3,5,7
/proc/25583/task/25593/stat : 25593 (java) S 25581 25583 24324 0 -1 4202560 32841 0 0 0 101 5 0 0 16 0 19 0 856567815 10799431680 959856 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 5 0 0 0
[pid=25583/tid=25594] ppid=25581 vsize=10546320 CPUtime=0.08 cores=1,3,5,7
/proc/25583/task/25594/stat : 25594 (java) S 25581 25583 24324 0 -1 4202560 112 0 0 0 5 3 0 0 15 0 19 0 856567816 10799431680 959856 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650752 0 0 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25595] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25595/stat : 25595 (java) S 25581 25583 24324 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 856567816 10799431680 959856 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25596] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25596/stat : 25596 (java) S 25581 25583 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 856567816 10799431680 959856 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25597] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25597/stat : 25597 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 856567819 10799431680 959856 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528657841 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25598] ppid=25581 vsize=10546320 CPUtime=0.83 cores=1,3,5,7
/proc/25583/task/25598/stat : 25598 (java) S 25581 25583 24324 0 -1 4202560 4040 0 0 0 83 0 0 0 15 0 19 0 856567819 10799431680 959856 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 3 0 0 0
[pid=25583/tid=25599] ppid=25581 vsize=10546320 CPUtime=1.09 cores=1,3,5,7
/proc/25583/task/25599/stat : 25599 (java) S 25581 25583 24324 0 -1 4202560 3065 0 0 0 109 0 0 0 15 0 19 0 856567819 10799431680 959856 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25600] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25600/stat : 25600 (java) S 25581 25583 24324 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 856567819 10799431680 959856 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650137 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25601] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25601/stat : 25601 (java) S 25581 25583 24324 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 856567819 10799431680 959856 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650752 0 4 0 16800975 18446604468985730112 0 0 -1 1 0 0 0
[pid=25583/tid=25602] ppid=25581 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/25583/task/25602/stat : 25602 (java) S 25581 25583 24324 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 856570168 10799431680 959856 33554432000 1073741824 1073778376 140734423804896 18446744073709551615 246528650752 0 4 0 16800975 18446604468985730112 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10546320

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

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

[startup+1792.02 s]
/proc/loadavg: 2.00 2.06 2.06 3/461 25697
/proc/meminfo: memFree=17798672/32951124 swapFree=44043516/67111528
[pid=25583] ppid=25581 vsize=0 CPUtime=1800.17 cores=1,3,5,7
/proc/25583/stat : 25583 (java) Z 25581 25583 24324 0 -1 4203548 965588 0 1 0 179877 140 0 0 17 0 2 0 856567812 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25583/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.07
CPU time (s): 1800.23
CPU user time (s): 1798.78
CPU system time (s): 1.45478
CPU usage (%): 100.456
Max. virtual memory (cumulated for all children) (KiB): 10549596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 1.45478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 965588
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= 47007
involuntary context switches= 18718

runsolver used 7.30489 second user time and 17.5053 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-07 14:28:16
IDJOB=3479310
IDBENCH=89883
IDSOLVER=1951
FILE ID=node134/3479310-1307449691
RUNJOBID= node134-1307436784-24343
PBS_JOBID= 13519954
Free space on /tmp= 73812 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ns1663818.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3479310-1307449691/watcher-3479310-1307449691 -o /tmp/evaluation-result-3479310-1307449691/solver-3479310-1307449691 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3479310-1307449691.opb

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

MD5SUM BENCH= ca0e75c55c65b2e375ac748ac3a932d9
RANDOM SEED=921585957

node134.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.831
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22165664 kB
Buffers:        337120 kB
Cached:        1275008 kB
SwapCached:       9536 kB
Active:        9553944 kB
Inactive:       925892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22165664 kB
SwapTotal:    67111528 kB
SwapFree:     44043516 kB
Dirty:          214796 kB
Writeback:           0 kB
AnonPages:     8866100 kB
Mapped:          29336 kB
Slab:           144388 kB
PageTables:      95208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121119096 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73816 MiB
End job on node134 at 2011-06-07 14:58:10