Trace number 3456489

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.2 1795.77

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727-max.opb
MD5SUMb25c647d77a62b252fd095c10d449861
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables116401
Total number of constraints347041
Number of constraints which are clauses347040
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint115680
Number of terms in the objective function 241
Biggest coefficient in the objective function 1766847064778384329583297500742918515827483896875618958121606201292619776
Number of bits for the biggest coefficient in the objective function 241
Sum of the numbers in the objective function 3533694129556768659166595001485837031654967793751237916243212402585239551
Number of bits of the sum of numbers in the objective function 241
Biggest number in a constraint 2757826131550993649364364103715456897804056554542556176448634698108099443712107910064330000971904293916892446775667965408323532095584366159791555750475533307061324308088589961496711008293655788792731796366049346060288
Number of bits of the biggest number in a constraint 720
Biggest sum of numbers in a constraint 11031304526203974597457456414861827591216226218170224705794538792432397773599419080455434983678007791829174870181556630080792719840028524540426512506529349195716129636673848887755309378913896805578874811429516550167152
Number of bits of the biggest sum of numbers721
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3456489-1307223073.opb
0.10/0.10	c reading problem ... 
4.24/3.52	c ... done. Wall clock time 3.408s.
4.24/3.52	c #vars     116401
4.24/3.52	c #constraints  375962
4.24/3.52	c constraints type 
4.24/3.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 231360
4.24/3.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 115680
4.24/3.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/1795.62	c starts		: 1
1800.03/1795.62	c conflicts		: 5
1800.03/1795.62	c decisions		: 1712
1800.03/1795.62	c propagations		: 233605
1800.03/1795.62	c inspects		: 1120172
1800.03/1795.62	c shortcuts		: 0
1800.03/1795.62	c learnt literals	: 0
1800.03/1795.62	c learnt binary clauses	: 0
1800.03/1795.62	c learnt ternary clauses	: 0
1800.03/1795.62	c learnt constraints	: 4
1800.03/1795.62	c ignored constraints	: 0
1800.03/1795.62	c root simplifications	: 0
1800.03/1795.62	c removed literals (reason simplification)	: 0
1800.03/1795.62	c reason swapping (by a shorter reason)	: 0
1800.03/1795.62	c Calls to reduceDB	: 0
1800.03/1795.62	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.62	c number of learned constraints concerned by reduction	: 0
1800.03/1795.62	c number of learning phase by resolution	: 0
1800.03/1795.62	c number of learning phase by cutting planes	: 0
1800.03/1795.62	c speed (assignments/second)	: 130.35214973213095
1800.03/1795.62	c non guided choices	2
1800.03/1795.62	c learnt constraints type 
1800.03/1795.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4
1800.03/1795.62	c constraints type 
1800.03/1795.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 231360
1800.03/1795.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 115680
1800.03/1795.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/1795.62	s UNKNOWN
1800.03/1795.62	c Total wall clock time (in seconds): 1795.517

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 2/473 1813
/proc/meminfo: memFree=20612720/32951124 swapFree=60476376/67111528
[pid=1813] ppid=1811 vsize=9100 CPUtime=0 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 633 0 -1 4202496 235 0 0 0 0 0 0 0 22 0 1 0 814723264 9318400 171 33554432000 1073741824 1073778376 140735359297328 18446744073709551615 220816057335 0 2147483391 4096 0 18446744071699207358 0 0 17 2 0 0 0
/proc/1813/statm: 2275 171 131 9 0 67 0
[pid=1813/tid=1814] ppid=1811 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1814/stat : 1814 (java) R 1811 1813 633 0 -1 4202560 4922 0 1 0 0 0 0 0 24 0 2 0 814723265 10694979584 5737 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220815930427 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0414581 s]
/proc/loadavg: 2.00 2.01 2.00 2/473 1813
/proc/meminfo: memFree=20612720/32951124 swapFree=60476376/67111528
[pid=1813] ppid=1811 vsize=10467480 CPUtime=0.02 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 633 0 -1 4202496 11201 0 1 0 2 0 0 0 22 0 13 0 814723264 10718699520 10898 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828039141 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/1813/statm: 2616870 10898 1660 9 0 2607618 0
[pid=1813/tid=1814] ppid=1811 vsize=10467480 CPUtime=0.02 cores=0,2,4,6
/proc/1813/task/1814/stat : 1814 (java) R 1811 1813 633 0 -1 4202560 10056 0 1 0 2 0 0 0 25 0 13 0 814723265 10718699520 10899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 47059571551294 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10467480

[startup+0.100513 s]
/proc/loadavg: 2.00 2.01 2.00 2/473 1813
/proc/meminfo: memFree=20612720/32951124 swapFree=60476376/67111528
[pid=1813] ppid=1811 vsize=10539596 CPUtime=0.1 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 633 0 -1 4202496 13084 0 1 0 9 1 0 0 22 0 18 0 814723264 10792546304 12781 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1813/statm: 2634899 12781 2093 9 0 2625633 0
[pid=1813/tid=1814] ppid=1811 vsize=10539596 CPUtime=0.08 cores=0,2,4,6
/proc/1813/task/1814/stat : 1814 (java) R 1811 1813 633 0 -1 4202560 11168 0 1 0 7 1 0 0 18 0 18 0 814723265 10792546304 12781 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 47059568253891 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539596

[startup+0.308198 s]
/proc/loadavg: 2.00 2.01 2.00 2/473 1813
/proc/meminfo: memFree=20612720/32951124 swapFree=60476376/67111528
[pid=1813] ppid=1811 vsize=10540704 CPUtime=0.51 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 633 0 -1 4202496 16727 0 1 0 49 2 0 0 22 0 18 0 814723264 10793680896 15812 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1813/statm: 2635176 15812 2202 9 0 2625910 0
[pid=1813/tid=1814] ppid=1811 vsize=10540704 CPUtime=0.26 cores=0,2,4,6
/proc/1813/task/1814/stat : 1814 (java) R 1811 1813 633 0 -1 4202560 13401 0 1 0 25 1 0 0 18 0 18 0 814723265 10793680896 15812 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828062389 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10540704

[startup+0.70034 s]
/proc/loadavg: 2.00 2.01 2.00 2/473 1813
/proc/meminfo: memFree=20612720/32951124 swapFree=60476376/67111528
[pid=1813] ppid=1811 vsize=10544612 CPUtime=1.1 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 633 0 -1 4202496 51877 0 1 0 104 6 0 0 22 0 18 0 814723264 10797682688 49538 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1813/statm: 2636153 49540 2214 9 0 2626887 0
[pid=1813/tid=1814] ppid=1811 vsize=10544612 CPUtime=0.61 cores=0,2,4,6
/proc/1813/task/1814/stat : 1814 (java) R 1811 1813 633 0 -1 4202560 45223 0 1 0 56 5 0 0 18 0 18 0 814723265 10797682688 49542 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 46912505581572 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 10544612

[startup+1.50119 s]
/proc/loadavg: 2.00 2.01 2.00 3/491 1831
/proc/meminfo: memFree=20292292/32951124 swapFree=60476376/67111528
[pid=1813] ppid=1811 vsize=10544612 CPUtime=1.9 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 633 0 -1 4202496 138464 0 1 0 173 17 0 0 22 0 18 0 814723264 10797682688 136125 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1813/statm: 2636153 136129 2214 9 0 2626887 0
[pid=1813/tid=1814] ppid=1811 vsize=10544612 CPUtime=1.41 cores=0,2,4,6
/proc/1813/task/1814/stat : 1814 (java) R 1811 1813 633 0 -1 4202560 131812 0 1 0 125 16 0 0 19 0 18 0 814723265 10797682688 136131 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 46912505616779 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1813/tid=1816] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1816/stat : 1816 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814723267 10797682688 136134 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1817] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1817/stat : 1817 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814723267 10797682688 136137 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1818] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1818/stat : 1818 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814723267 10797682688 136139 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1819] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1819/stat : 1819 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814723267 10797682688 136142 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1820] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1820/stat : 1820 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814723267 10797682688 136145 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1821] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1821/stat : 1821 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814723267 10797682688 136147 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1822] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1822/stat : 1822 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814723267 10797682688 136150 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1823] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1823/stat : 1823 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814723267 10797682688 136153 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1824] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1824/stat : 1824 (java) S 1811 1813 633 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 814723268 10797682688 136155 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052992 0 0 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1825] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1825/stat : 1825 (java) S 1811 1813 633 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 814723268 10797682688 136158 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1826] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1826/stat : 1826 (java) S 1811 1813 633 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 814723268 10797682688 136160 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1827] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1827/stat : 1827 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814723270 10797682688 136163 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828060081 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1828] ppid=1811 vsize=10544612 CPUtime=0.24 cores=0,2,4,6
/proc/1813/task/1828/stat : 1828 (java) S 1811 1813 633 0 -1 4202560 2589 0 0 0 24 0 0 0 17 0 18 0 814723270 10797682688 136166 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1829] ppid=1811 vsize=10544612 CPUtime=0.23 cores=0,2,4,6
/proc/1813/task/1829/stat : 1829 (java) S 1811 1813 633 0 -1 4202560 2920 0 0 0 23 0 0 0 17 0 18 0 814723270 10797682688 136169 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 0 0 0 0
[pid=1813/tid=1830] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1830/stat : 1830 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814723270 10797682688 136171 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1831] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1831/stat : 1831 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 814723270 10797682688 136174 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052992 0 4 0 16800975 18446604449642990336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 10544612

[startup+3.10089 s]
/proc/loadavg: 2.00 2.01 2.00 3/491 1831
/proc/meminfo: memFree=19899212/32951124 swapFree=60476376/67111528
[pid=1813] ppid=1811 vsize=10544612 CPUtime=3.59 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 633 0 -1 4202496 213570 0 1 0 332 27 0 0 22 0 18 0 814723264 10797682688 210975 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1813/statm: 2636153 210975 2225 9 0 2626887 0
[pid=1813/tid=1814] ppid=1811 vsize=10544612 CPUtime=3.01 cores=0,2,4,6
/proc/1813/task/1814/stat : 1814 (java) R 1811 1813 633 0 -1 4202560 206645 0 1 0 275 26 0 0 22 0 18 0 814723265 10797682688 210975 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 46912505730613 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1813/tid=1816] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1816/stat : 1816 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814723267 10797682688 210975 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1817] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1817/stat : 1817 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814723267 10797682688 210975 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1818] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1818/stat : 1818 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814723267 10797682688 210975 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1819] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1819/stat : 1819 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814723267 10797682688 210975 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1820] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1820/stat : 1820 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814723267 10797682688 210975 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1821] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1821/stat : 1821 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814723267 10797682688 210975 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1822] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1822/stat : 1822 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814723267 10797682688 210975 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1823] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1823/stat : 1823 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814723267 10797682688 210975 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1824] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1824/stat : 1824 (java) S 1811 1813 633 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 814723268 10797682688 210975 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052992 0 0 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1825] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1825/stat : 1825 (java) S 1811 1813 633 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 814723268 10797682688 210975 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1826] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1826/stat : 1826 (java) S 1811 1813 633 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 814723268 10797682688 210975 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1827] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1827/stat : 1827 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814723270 10797682688 210975 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828060081 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1828] ppid=1811 vsize=10544612 CPUtime=0.25 cores=0,2,4,6
/proc/1813/task/1828/stat : 1828 (java) S 1811 1813 633 0 -1 4202560 2592 0 0 0 25 0 0 0 15 0 18 0 814723270 10797682688 210975 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1829] ppid=1811 vsize=10544612 CPUtime=0.3 cores=0,2,4,6
/proc/1813/task/1829/stat : 1829 (java) R 1811 1813 633 0 -1 4202560 3184 0 0 0 30 0 0 0 16 0 18 0 814723270 10797682688 210975 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 47059570087663 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1813/tid=1830] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1830/stat : 1830 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814723270 10797682688 210975 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1831] ppid=1811 vsize=10544612 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1831/stat : 1831 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 814723270 10797682688 210975 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052992 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 10544612

[startup+6.30133 s]
/proc/loadavg: 2.00 2.01 2.00 3/492 1832
/proc/meminfo: memFree=19683568/32951124 swapFree=60476376/67111528
[pid=1813] ppid=1811 vsize=10549080 CPUtime=7.37 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 633 0 -1 4202496 241380 0 1 0 707 30 0 0 22 0 19 0 814723264 10802257920 236496 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1813/statm: 2637270 236496 2233 9 0 2628004 0
[pid=1813/tid=1814] ppid=1811 vsize=10549080 CPUtime=6.21 cores=0,2,4,6
/proc/1813/task/1814/stat : 1814 (java) R 1811 1813 633 0 -1 4202560 231264 0 1 0 593 28 0 0 19 0 19 0 814723265 10802257920 236496 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 46912505981742 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1813/tid=1816] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1816/stat : 1816 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814723267 10802257920 236496 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1817] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1817/stat : 1817 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814723267 10802257920 236496 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1818] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1818/stat : 1818 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814723267 10802257920 236496 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1819] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1819/stat : 1819 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814723267 10802257920 236496 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1820] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1820/stat : 1820 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814723267 10802257920 236496 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1821] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1821/stat : 1821 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814723267 10802257920 236496 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1822] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1822/stat : 1822 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814723267 10802257920 236496 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1823] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1823/stat : 1823 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814723267 10802257920 236496 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1824] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1824/stat : 1824 (java) S 1811 1813 633 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 814723268 10802257920 236496 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052992 0 0 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1825] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1825/stat : 1825 (java) S 1811 1813 633 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 814723268 10802257920 236496 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1826] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1826/stat : 1826 (java) S 1811 1813 633 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 814723268 10802257920 236496 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1827] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1827/stat : 1827 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814723270 10802257920 236496 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828060081 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1828] ppid=1811 vsize=10549080 CPUtime=0.43 cores=0,2,4,6
/proc/1813/task/1828/stat : 1828 (java) S 1811 1813 633 0 -1 4202560 2875 0 0 0 43 0 0 0 15 0 19 0 814723270 10802257920 236496 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1829] ppid=1811 vsize=10549080 CPUtime=0.7 cores=0,2,4,6
/proc/1813/task/1829/stat : 1829 (java) S 1811 1813 633 0 -1 4202560 6081 0 0 0 70 0 0 0 15 0 19 0 814723270 10802257920 236496 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 0 0 0 0
[pid=1813/tid=1830] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1830/stat : 1830 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814723270 10802257920 236496 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1831] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1831/stat : 1831 (java) S 1811 1813 633 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 814723270 10802257920 236496 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052992 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0

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

/proc/1813/task/1825/stat : 1825 (java) S 1811 1813 633 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 814723268 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1826] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1826/stat : 1826 (java) S 1811 1813 633 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814723268 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1827] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1827/stat : 1827 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814723270 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828060081 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1828] ppid=1811 vsize=10549080 CPUtime=0.56 cores=0,2,4,6
/proc/1813/task/1828/stat : 1828 (java) S 1811 1813 633 0 -1 4202560 2891 0 0 0 56 0 0 0 15 0 19 0 814723270 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1829] ppid=1811 vsize=10549080 CPUtime=1.11 cores=0,2,4,6
/proc/1813/task/1829/stat : 1829 (java) S 1811 1813 633 0 -1 4202560 6136 0 0 0 110 1 0 0 15 0 19 0 814723270 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 0 0 0 0
[pid=1813/tid=1830] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1830/stat : 1830 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814723270 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1831] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1831/stat : 1831 (java) S 1811 1813 633 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 814723270 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052992 0 4 0 16800975 18446604449642990336 0 0 -1 4 0 0 0
[pid=1813/tid=1832] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1832/stat : 1832 (java) S 1811 1813 633 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 814723624 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052992 0 4 0 16800975 18446604449642990336 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1666.56
Current children cumulated vsize (KiB) 10549080

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/492 1926
/proc/meminfo: memFree=16764760/32951124 swapFree=60476376/67111528
[pid=1813] ppid=1811 vsize=10549080 CPUtime=1726.61 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 633 0 -1 4202496 907001 0 1 0 172554 107 0 0 22 0 19 0 814723264 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1813/statm: 2637270 900899 2251 9 0 2628004 0
[pid=1813/tid=1814] ppid=1811 vsize=10549080 CPUtime=1720.81 cores=0,2,4,6
/proc/1813/task/1814/stat : 1814 (java) R 1811 1813 633 0 -1 4202560 809084 0 1 0 171993 88 0 0 25 0 19 0 814723265 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 46912506170311 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1813/tid=1816] ppid=1811 vsize=10549080 CPUtime=0.55 cores=0,2,4,6
/proc/1813/task/1816/stat : 1816 (java) S 1811 1813 633 0 -1 4202560 18064 0 0 0 53 2 0 0 15 0 19 0 814723267 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 4 0 0 0
[pid=1813/tid=1817] ppid=1811 vsize=10549080 CPUtime=0.46 cores=0,2,4,6
/proc/1813/task/1817/stat : 1817 (java) S 1811 1813 633 0 -1 4202560 13986 0 0 0 44 2 0 0 15 0 19 0 814723267 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1818] ppid=1811 vsize=10549080 CPUtime=0.35 cores=0,2,4,6
/proc/1813/task/1818/stat : 1818 (java) S 1811 1813 633 0 -1 4202560 3703 0 0 0 34 1 0 0 16 0 19 0 814723267 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 4 0 0 0
[pid=1813/tid=1819] ppid=1811 vsize=10549080 CPUtime=0.46 cores=0,2,4,6
/proc/1813/task/1819/stat : 1819 (java) S 1811 1813 633 0 -1 4202560 9784 0 0 0 45 1 0 0 15 0 19 0 814723267 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1820] ppid=1811 vsize=10549080 CPUtime=0.54 cores=0,2,4,6
/proc/1813/task/1820/stat : 1820 (java) S 1811 1813 633 0 -1 4202560 12054 0 0 0 53 1 0 0 16 0 19 0 814723267 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1821] ppid=1811 vsize=10549080 CPUtime=0.51 cores=0,2,4,6
/proc/1813/task/1821/stat : 1821 (java) S 1811 1813 633 0 -1 4202560 9953 0 0 0 50 1 0 0 15 0 19 0 814723267 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 4 0 0 0
[pid=1813/tid=1822] ppid=1811 vsize=10549080 CPUtime=0.5 cores=0,2,4,6
/proc/1813/task/1822/stat : 1822 (java) S 1811 1813 633 0 -1 4202560 6783 0 0 0 50 0 0 0 16 0 19 0 814723267 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1823] ppid=1811 vsize=10549080 CPUtime=0.57 cores=0,2,4,6
/proc/1813/task/1823/stat : 1823 (java) S 1811 1813 633 0 -1 4202560 13208 0 0 0 56 1 0 0 15 0 19 0 814723267 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 4 0 0 0
[pid=1813/tid=1824] ppid=1811 vsize=10549080 CPUtime=0.08 cores=0,2,4,6
/proc/1813/task/1824/stat : 1824 (java) S 1811 1813 633 0 -1 4202560 107 0 0 0 4 4 0 0 15 0 19 0 814723268 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052992 0 0 0 16800975 18446604449642990336 0 0 -1 0 0 0 0
[pid=1813/tid=1825] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1825/stat : 1825 (java) S 1811 1813 633 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 814723268 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1826] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1826/stat : 1826 (java) S 1811 1813 633 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814723268 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1827] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1827/stat : 1827 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814723270 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828060081 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1828] ppid=1811 vsize=10549080 CPUtime=0.56 cores=0,2,4,6
/proc/1813/task/1828/stat : 1828 (java) S 1811 1813 633 0 -1 4202560 2891 0 0 0 56 0 0 0 15 0 19 0 814723270 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1829] ppid=1811 vsize=10549080 CPUtime=1.11 cores=0,2,4,6
/proc/1813/task/1829/stat : 1829 (java) S 1811 1813 633 0 -1 4202560 6136 0 0 0 110 1 0 0 15 0 19 0 814723270 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 0 0 0 0
[pid=1813/tid=1830] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1830/stat : 1830 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814723270 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1831] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1831/stat : 1831 (java) S 1811 1813 633 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 814723270 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052992 0 4 0 16800975 18446604449642990336 0 0 -1 4 0 0 0
[pid=1813/tid=1832] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1832/stat : 1832 (java) S 1811 1813 633 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 814723624 10802257920 900899 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052992 0 4 0 16800975 18446604449642990336 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1726.61
Current children cumulated vsize (KiB) 10549080

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/492 1928
/proc/meminfo: memFree=16741164/32951124 swapFree=60476376/67111528
[pid=1813] ppid=1811 vsize=10549080 CPUtime=1786.71 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 633 0 -1 4202496 910710 0 1 0 178563 108 0 0 22 0 19 0 814723264 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1813/statm: 2637270 904513 2251 9 0 2628004 0
[pid=1813/tid=1814] ppid=1811 vsize=10549080 CPUtime=1780.75 cores=0,2,4,6
/proc/1813/task/1814/stat : 1814 (java) R 1811 1813 633 0 -1 4202560 809099 0 1 0 177987 88 0 0 25 0 19 0 814723265 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 46912506129446 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1813/tid=1816] ppid=1811 vsize=10549080 CPUtime=0.58 cores=0,2,4,6
/proc/1813/task/1816/stat : 1816 (java) S 1811 1813 633 0 -1 4202560 18770 0 0 0 56 2 0 0 16 0 19 0 814723267 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 0 0 0 0
[pid=1813/tid=1817] ppid=1811 vsize=10549080 CPUtime=0.47 cores=0,2,4,6
/proc/1813/task/1817/stat : 1817 (java) S 1811 1813 633 0 -1 4202560 13988 0 0 0 45 2 0 0 15 0 19 0 814723267 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1818] ppid=1811 vsize=10549080 CPUtime=0.37 cores=0,2,4,6
/proc/1813/task/1818/stat : 1818 (java) S 1811 1813 633 0 -1 4202560 4087 0 0 0 36 1 0 0 15 0 19 0 814723267 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1819] ppid=1811 vsize=10549080 CPUtime=0.48 cores=0,2,4,6
/proc/1813/task/1819/stat : 1819 (java) S 1811 1813 633 0 -1 4202560 11921 0 0 0 47 1 0 0 16 0 19 0 814723267 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1820] ppid=1811 vsize=10549080 CPUtime=0.55 cores=0,2,4,6
/proc/1813/task/1820/stat : 1820 (java) S 1811 1813 633 0 -1 4202560 12449 0 0 0 54 1 0 0 15 0 19 0 814723267 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 0 0 0 0
[pid=1813/tid=1821] ppid=1811 vsize=10549080 CPUtime=0.53 cores=0,2,4,6
/proc/1813/task/1821/stat : 1821 (java) S 1811 1813 633 0 -1 4202560 9954 0 0 0 52 1 0 0 15 0 19 0 814723267 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 4 0 0 0
[pid=1813/tid=1822] ppid=1811 vsize=10549080 CPUtime=0.51 cores=0,2,4,6
/proc/1813/task/1822/stat : 1822 (java) S 1811 1813 633 0 -1 4202560 6783 0 0 0 51 0 0 0 15 0 19 0 814723267 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 4 0 0 0
[pid=1813/tid=1823] ppid=1811 vsize=10549080 CPUtime=0.58 cores=0,2,4,6
/proc/1813/task/1823/stat : 1823 (java) S 1811 1813 633 0 -1 4202560 13265 0 0 0 57 1 0 0 15 0 19 0 814723267 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1824] ppid=1811 vsize=10549080 CPUtime=0.08 cores=0,2,4,6
/proc/1813/task/1824/stat : 1824 (java) S 1811 1813 633 0 -1 4202560 111 0 0 0 4 4 0 0 15 0 19 0 814723268 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052992 0 0 0 16800975 18446604449642990336 0 0 -1 0 0 0 0
[pid=1813/tid=1825] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1825/stat : 1825 (java) S 1811 1813 633 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 814723268 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1826] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1826/stat : 1826 (java) S 1811 1813 633 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814723268 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1827] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1827/stat : 1827 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814723270 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828060081 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1828] ppid=1811 vsize=10549080 CPUtime=0.56 cores=0,2,4,6
/proc/1813/task/1828/stat : 1828 (java) S 1811 1813 633 0 -1 4202560 2891 0 0 0 56 0 0 0 15 0 19 0 814723270 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1829] ppid=1811 vsize=10549080 CPUtime=1.13 cores=0,2,4,6
/proc/1813/task/1829/stat : 1829 (java) S 1811 1813 633 0 -1 4202560 6140 0 0 0 112 1 0 0 15 0 19 0 814723270 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 0 0 0 0
[pid=1813/tid=1830] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1830/stat : 1830 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814723270 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1831] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1831/stat : 1831 (java) S 1811 1813 633 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 814723270 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052992 0 4 0 16800975 18446604449642990336 0 0 -1 4 0 0 0
[pid=1813/tid=1832] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1832/stat : 1832 (java) S 1811 1813 633 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 814723624 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052992 0 4 0 16800975 18446604449642990336 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1786.71
Current children cumulated vsize (KiB) 10549080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 2.00 2.02 2.00 3/492 1937
/proc/meminfo: memFree=16733600/32951124 swapFree=60476376/67111528
[pid=1813] ppid=1811 vsize=10549080 CPUtime=1800.03 cores=0,2,4,6
/proc/1813/stat : 1813 (java) S 1811 1813 633 0 -1 4202496 910713 0 1 0 179895 108 0 0 22 0 19 0 814723264 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1813/statm: 2637270 904513 2251 9 0 2628004 0
[pid=1813/tid=1814] ppid=1811 vsize=10549080 CPUtime=1794.06 cores=0,2,4,6
/proc/1813/task/1814/stat : 1814 (java) R 1811 1813 633 0 -1 4202560 809102 0 1 0 179318 88 0 0 25 0 19 0 814723265 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 46912506170316 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1813/tid=1816] ppid=1811 vsize=10549080 CPUtime=0.59 cores=0,2,4,6
/proc/1813/task/1816/stat : 1816 (java) S 1811 1813 633 0 -1 4202560 18770 0 0 0 57 2 0 0 15 0 19 0 814723267 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1817] ppid=1811 vsize=10549080 CPUtime=0.47 cores=0,2,4,6
/proc/1813/task/1817/stat : 1817 (java) S 1811 1813 633 0 -1 4202560 13988 0 0 0 45 2 0 0 15 0 19 0 814723267 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1818] ppid=1811 vsize=10549080 CPUtime=0.37 cores=0,2,4,6
/proc/1813/task/1818/stat : 1818 (java) S 1811 1813 633 0 -1 4202560 4087 0 0 0 36 1 0 0 15 0 19 0 814723267 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1819] ppid=1811 vsize=10549080 CPUtime=0.48 cores=0,2,4,6
/proc/1813/task/1819/stat : 1819 (java) S 1811 1813 633 0 -1 4202560 11921 0 0 0 47 1 0 0 15 0 19 0 814723267 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 4 0 0 0
[pid=1813/tid=1820] ppid=1811 vsize=10549080 CPUtime=0.55 cores=0,2,4,6
/proc/1813/task/1820/stat : 1820 (java) S 1811 1813 633 0 -1 4202560 12449 0 0 0 54 1 0 0 16 0 19 0 814723267 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 0 0 0 0
[pid=1813/tid=1821] ppid=1811 vsize=10549080 CPUtime=0.53 cores=0,2,4,6
/proc/1813/task/1821/stat : 1821 (java) S 1811 1813 633 0 -1 4202560 9954 0 0 0 52 1 0 0 15 0 19 0 814723267 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 4 0 0 0
[pid=1813/tid=1822] ppid=1811 vsize=10549080 CPUtime=0.51 cores=0,2,4,6
/proc/1813/task/1822/stat : 1822 (java) S 1811 1813 633 0 -1 4202560 6783 0 0 0 51 0 0 0 15 0 19 0 814723267 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 4 0 0 0
[pid=1813/tid=1823] ppid=1811 vsize=10549080 CPUtime=0.58 cores=0,2,4,6
/proc/1813/task/1823/stat : 1823 (java) S 1811 1813 633 0 -1 4202560 13265 0 0 0 57 1 0 0 15 0 19 0 814723267 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1824] ppid=1811 vsize=10549080 CPUtime=0.08 cores=0,2,4,6
/proc/1813/task/1824/stat : 1824 (java) S 1811 1813 633 0 -1 4202560 111 0 0 0 4 4 0 0 15 0 19 0 814723268 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052992 0 0 0 16800975 18446604449642990336 0 0 -1 0 0 0 0
[pid=1813/tid=1825] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1825/stat : 1825 (java) S 1811 1813 633 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 814723268 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1826] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1826/stat : 1826 (java) S 1811 1813 633 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814723268 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1827] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1827/stat : 1827 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814723270 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828060081 0 4 0 16800975 18446604449642990336 0 0 -1 2 0 0 0
[pid=1813/tid=1828] ppid=1811 vsize=10549080 CPUtime=0.56 cores=0,2,4,6
/proc/1813/task/1828/stat : 1828 (java) S 1811 1813 633 0 -1 4202560 2891 0 0 0 56 0 0 0 15 0 19 0 814723270 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1829] ppid=1811 vsize=10549080 CPUtime=1.13 cores=0,2,4,6
/proc/1813/task/1829/stat : 1829 (java) S 1811 1813 633 0 -1 4202560 6140 0 0 0 112 1 0 0 15 0 19 0 814723270 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 0 0 0 0
[pid=1813/tid=1830] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1830/stat : 1830 (java) S 1811 1813 633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814723270 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052377 0 4 0 16800975 18446604449642990336 0 0 -1 6 0 0 0
[pid=1813/tid=1831] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1831/stat : 1831 (java) S 1811 1813 633 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 814723270 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052992 0 4 0 16800975 18446604449642990336 0 0 -1 4 0 0 0
[pid=1813/tid=1832] ppid=1811 vsize=10549080 CPUtime=0 cores=0,2,4,6
/proc/1813/task/1832/stat : 1832 (java) S 1811 1813 633 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 814723624 10802257920 904513 33554432000 1073741824 1073778376 140735823098448 18446744073709551615 220828052992 0 4 0 16800975 18446604449642990336 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 10549080

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

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

[startup+1795.72 s]
/proc/loadavg: 2.00 2.02 2.00 3/492 1937
/proc/meminfo: memFree=16733600/32951124 swapFree=60476376/67111528
[pid=1813] ppid=1811 vsize=0 CPUtime=1800.15 cores=0,2,4,6
/proc/1813/stat : 1813 (java) Z 1811 1813 633 0 -1 4203548 910740 0 1 0 179897 118 0 0 17 0 2 0 814723264 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1813/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.77
CPU time (s): 1800.2
CPU user time (s): 1798.98
CPU system time (s): 1.22581
CPU usage (%): 100.247
Max. virtual memory (cumulated for all children) (KiB): 10552228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 1.22581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 910740
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= 47748
involuntary context switches= 21762

runsolver used 9.03363 second user time and 18.7262 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-04 23:31:14
IDJOB=3456489
IDBENCH=3006
IDSOLVER=1951
FILE ID=node147/3456489-1307223073
RUNJOBID= node147-1307215865-651
PBS_JOBID= 13509077
Free space on /tmp= 73676 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727-max.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456489-1307223073/watcher-3456489-1307223073 -o /tmp/evaluation-result-3456489-1307223073/solver-3456489-1307223073 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456489-1307223073.opb

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

MD5SUM BENCH= b25c647d77a62b252fd095c10d449861
RANDOM SEED=1589104868

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20612884 kB
Buffers:        335764 kB
Cached:        1626796 kB
SwapCached:      11188 kB
Active:       10605024 kB
Inactive:      1464696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20612884 kB
SwapTotal:    67111528 kB
SwapFree:     60476376 kB
Dirty:           22860 kB
Writeback:           0 kB
AnonPages:    10104560 kB
Mapped:          30908 kB
Slab:           135808 kB
PageTables:      66040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 131127572 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= 73676 MiB
End job on node147 at 2011-06-05 00:01:11