Trace number 3455189

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 Res//CP 2.3.0UNSAT 3.37449 2.68759

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-pilot87.opb
MD5SUM5945633e92159be43fdff7baf2926f79
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.6126
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables113861
Total number of constraints3582
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3582
Minimum length of a constraint10
Maximum length of a constraint8647
Number of terms in the objective function 11587
Biggest coefficient in the objective function 1769666112389120
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 73168715037279064
Number of bits of the sum of numbers in the objective function 57
Biggest number in a constraint 536870912000000000
Number of bits of the biggest number in a constraint 59
Biggest sum of numbers in a constraint 1323519003456940521
Number of bits of the biggest sum of numbers61
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3455189-1307190815.opb
0.10/0.11	c reading problem ... 
3.28/2.65	c (trivial inconsistency)
3.28/2.65	c starts		: 0
3.28/2.65	c conflicts		: 0
3.28/2.65	c decisions		: 0
3.28/2.65	c propagations		: 0
3.28/2.65	c inspects		: 0
3.28/2.65	c shortcuts		: 0
3.28/2.65	c learnt literals	: 0
3.28/2.65	c learnt binary clauses	: 0
3.28/2.65	c learnt ternary clauses	: 0
3.28/2.65	c learnt constraints	: 0
3.28/2.65	c ignored constraints	: 0
3.28/2.65	c root simplifications	: 0
3.28/2.65	c removed literals (reason simplification)	: 0
3.28/2.65	c reason swapping (by a shorter reason)	: 0
3.28/2.65	c Calls to reduceDB	: 0
3.28/2.65	c number of reductions to clauses (during analyze)	: 0
3.28/2.65	c number of learned constraints concerned by reduction	: 0
3.28/2.65	c number of learning phase by resolution	: 0
3.28/2.65	c number of learning phase by cutting planes	: 0
3.28/2.65	c speed (assignments/second)	: 0.0
3.28/2.65	c non guided choices	0
3.28/2.65	c learnt constraints type 
3.28/2.65	c constraints type 
3.28/2.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2539
3.28/2.65	c constraints type 
3.28/2.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2539
3.28/2.65	s UNSATISFIABLE
3.28/2.65	c Total wall clock time (in seconds): 2.541

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-3455189-1307190815/watcher-3455189-1307190815 -o /tmp/evaluation-result-3455189-1307190815/solver-3455189-1307190815 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455189-1307190815.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: 1.91 2.94 3.37 3/478 24823
/proc/meminfo: memFree=28399788/32951124 swapFree=41830676/67111528
[pid=24823] ppid=24821 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/24823/stat : 24823 (java) S 24821 24823 21158 0 -1 4202496 6699 0 1 0 0 0 0 0 21 0 2 0 830679553 10694979584 6401 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/24823/statm: 2611079 6414 917 9 0 2602235 0
[pid=24823/tid=24824] ppid=24821 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24824/stat : 24824 (java) R 24821 24823 21158 0 -1 4202560 6192 0 1 0 0 0 0 0 23 0 2 0 830679554 10694979584 7008 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0413539 s]
/proc/loadavg: 1.91 2.94 3.37 3/478 24823
/proc/meminfo: memFree=28399788/32951124 swapFree=41830676/67111528
[pid=24823] ppid=24821 vsize=10533016 CPUtime=0.03 cores=1,3,5,7
/proc/24823/stat : 24823 (java) S 24821 24823 21158 0 -1 4202496 11242 0 1 0 2 1 0 0 21 0 13 0 830679553 10785808384 10939 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/24823/statm: 2633254 10940 1669 9 0 2624002 0
[pid=24823/tid=24824] ppid=24821 vsize=10533016 CPUtime=0.02 cores=1,3,5,7
/proc/24823/task/24824/stat : 24824 (java) R 24821 24823 21158 0 -1 4202560 10093 0 1 0 1 1 0 0 25 0 13 0 830679554 10785808384 10940 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 47148186306291 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10533016

[startup+0.100341 s]
/proc/loadavg: 1.91 2.94 3.37 3/478 24823
/proc/meminfo: memFree=28399788/32951124 swapFree=41830676/67111528
[pid=24823] ppid=24821 vsize=10539980 CPUtime=0.1 cores=1,3,5,7
/proc/24823/stat : 24823 (java) S 24821 24823 21158 0 -1 4202496 13104 0 1 0 8 2 0 0 21 0 18 0 830679553 10792939520 12774 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24823/statm: 2634995 12774 2093 9 0 2625729 0
[pid=24823/tid=24824] ppid=24821 vsize=10539980 CPUtime=0.08 cores=1,3,5,7
/proc/24823/task/24824/stat : 24824 (java) R 24821 24823 21158 0 -1 4202560 11156 0 1 0 7 1 0 0 18 0 18 0 830679554 10792939520 12775 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 47148191599443 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539980

[startup+0.306332 s]
/proc/loadavg: 1.91 2.94 3.37 3/478 24823
/proc/meminfo: memFree=28399788/32951124 swapFree=41830676/67111528
[pid=24823] ppid=24821 vsize=10543760 CPUtime=0.54 cores=1,3,5,7
/proc/24823/stat : 24823 (java) S 24821 24823 21158 0 -1 4202496 20557 0 1 0 51 3 0 0 21 0 18 0 830679553 10796810240 19208 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24823/statm: 2635940 19208 2201 9 0 2626674 0
[pid=24823/tid=24824] ppid=24821 vsize=10543760 CPUtime=0.29 cores=1,3,5,7
/proc/24823/task/24824/stat : 24824 (java) R 24821 24823 21158 0 -1 4202560 15528 0 1 0 27 2 0 0 18 0 18 0 830679554 10796810240 19208 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10543760

[startup+0.700235 s]
/proc/loadavg: 1.91 2.94 3.37 3/478 24823
/proc/meminfo: memFree=28399788/32951124 swapFree=41830676/67111528
[pid=24823] ppid=24821 vsize=10545004 CPUtime=1.34 cores=1,3,5,7
/proc/24823/stat : 24823 (java) S 24821 24823 21158 0 -1 4202496 54235 0 1 0 126 8 0 0 21 0 18 0 830679553 10798084096 48880 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24823/statm: 2636251 48883 2211 9 0 2626985 0
[pid=24823/tid=24824] ppid=24821 vsize=10545004 CPUtime=0.69 cores=1,3,5,7
/proc/24823/task/24824/stat : 24824 (java) R 24821 24823 21158 0 -1 4202560 42849 0 1 0 63 6 0 0 18 0 18 0 830679554 10798084096 48885 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 46912505366294 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 10545004

[startup+1.50109 s]
/proc/loadavg: 2.07 2.95 3.37 3/496 24841
/proc/meminfo: memFree=27737680/32951124 swapFree=41830676/67111528
[pid=24823] ppid=24821 vsize=10545004 CPUtime=2.17 cores=1,3,5,7
/proc/24823/stat : 24823 (java) S 24821 24823 21158 0 -1 4202496 117292 0 1 0 203 14 0 0 21 0 18 0 830679553 10798084096 111937 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24823/statm: 2636251 111940 2211 9 0 2626985 0
[pid=24823/tid=24824] ppid=24821 vsize=10545004 CPUtime=1.48 cores=1,3,5,7
/proc/24823/task/24824/stat : 24824 (java) R 24821 24823 21158 0 -1 4202560 105875 0 1 0 136 12 0 0 19 0 18 0 830679554 10798084096 111941 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 46912505710395 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24823/tid=24826] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24826/stat : 24826 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 830679555 10798084096 111943 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 3 0 0 0
[pid=24823/tid=24827] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24827/stat : 24827 (java) S 24821 24823 21158 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 111945 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 3 0 0 0
[pid=24823/tid=24828] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24828/stat : 24828 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 111947 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 3 0 0 0
[pid=24823/tid=24829] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24829/stat : 24829 (java) S 24821 24823 21158 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 111949 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 7 0 0 0
[pid=24823/tid=24830] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24830/stat : 24830 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 111950 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 7 0 0 0
[pid=24823/tid=24831] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24831/stat : 24831 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 111952 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 7 0 0 0
[pid=24823/tid=24832] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24832/stat : 24832 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 111954 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24833] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24833/stat : 24833 (java) S 24821 24823 21158 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 111955 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24834] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24834/stat : 24834 (java) S 24821 24823 21158 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830679556 10798084096 111957 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134530560 0 0 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24835] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24835/stat : 24835 (java) S 24821 24823 21158 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830679557 10798084096 111959 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24836] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24836/stat : 24836 (java) S 24821 24823 21158 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 830679557 10798084096 111960 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24837] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24837/stat : 24837 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679559 10798084096 111962 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134537649 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24838] ppid=24821 vsize=10545004 CPUtime=0.28 cores=1,3,5,7
/proc/24823/task/24838/stat : 24838 (java) S 24821 24823 21158 0 -1 4202560 2759 0 0 0 28 0 0 0 15 0 18 0 830679559 10798084096 111964 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 3 0 0 0
[pid=24823/tid=24839] ppid=24821 vsize=10545004 CPUtime=0.39 cores=1,3,5,7
/proc/24823/task/24839/stat : 24839 (java) S 24821 24823 21158 0 -1 4202560 7509 0 0 0 38 1 0 0 15 0 18 0 830679559 10798084096 111966 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 1 0 0 0
[pid=24823/tid=24840] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24840/stat : 24840 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679559 10798084096 111967 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24841] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24841/stat : 24841 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830679559 10798084096 111969 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134530560 0 4 0 16800975 18446604470721004736 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 10545004

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

[startup+2.30095 s]
/proc/loadavg: 2.07 2.95 3.37 5/496 24888
/proc/meminfo: memFree=27881448/32951124 swapFree=41830676/67111528
[pid=24823] ppid=24821 vsize=10545004 CPUtime=2.98 cores=1,3,5,7
/proc/24823/stat : 24823 (java) S 24821 24823 21158 0 -1 4202496 181936 0 1 0 277 21 0 0 21 0 18 0 830679553 10798084096 176582 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24823/statm: 2636251 176582 2211 9 0 2626985 0
[pid=24823/tid=24824] ppid=24821 vsize=10545004 CPUtime=2.28 cores=1,3,5,7
/proc/24823/task/24824/stat : 24824 (java) R 24821 24823 21158 0 -1 4202560 170518 0 1 0 209 19 0 0 21 0 18 0 830679554 10798084096 176584 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 46912505591540 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24823/tid=24826] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24826/stat : 24826 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 830679555 10798084096 176586 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 3 0 0 0
[pid=24823/tid=24827] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24827/stat : 24827 (java) S 24821 24823 21158 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 176587 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 3 0 0 0
[pid=24823/tid=24828] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24828/stat : 24828 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 176589 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 3 0 0 0
[pid=24823/tid=24829] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24829/stat : 24829 (java) S 24821 24823 21158 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 176591 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 7 0 0 0
[pid=24823/tid=24830] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24830/stat : 24830 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 176593 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 7 0 0 0
[pid=24823/tid=24831] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24831/stat : 24831 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 176595 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 7 0 0 0
[pid=24823/tid=24832] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24832/stat : 24832 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 176596 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24833] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24833/stat : 24833 (java) S 24821 24823 21158 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 176598 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24834] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24834/stat : 24834 (java) S 24821 24823 21158 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830679556 10798084096 176600 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134530560 0 0 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24835] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24835/stat : 24835 (java) S 24821 24823 21158 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830679557 10798084096 176602 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24836] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24836/stat : 24836 (java) S 24821 24823 21158 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 830679557 10798084096 176603 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24837] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24837/stat : 24837 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679559 10798084096 176605 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134537649 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24838] ppid=24821 vsize=10545004 CPUtime=0.28 cores=1,3,5,7
/proc/24823/task/24838/stat : 24838 (java) S 24821 24823 21158 0 -1 4202560 2759 0 0 0 28 0 0 0 15 0 18 0 830679559 10798084096 176607 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 3 0 0 0
[pid=24823/tid=24839] ppid=24821 vsize=10545004 CPUtime=0.39 cores=1,3,5,7
/proc/24823/task/24839/stat : 24839 (java) S 24821 24823 21158 0 -1 4202560 7509 0 0 0 38 1 0 0 15 0 18 0 830679559 10798084096 176609 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 1 0 0 0
[pid=24823/tid=24840] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24840/stat : 24840 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679559 10798084096 176611 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24841] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24841/stat : 24841 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830679559 10798084096 176612 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134530560 0 4 0 16800975 18446604470721004736 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 10545004

[startup+2.50091 s]
/proc/loadavg: 2.07 2.95 3.37 5/496 24888
/proc/meminfo: memFree=27881448/32951124 swapFree=41830676/67111528
[pid=24823] ppid=24821 vsize=10545004 CPUtime=3.18 cores=1,3,5,7
/proc/24823/stat : 24823 (java) S 24821 24823 21158 0 -1 4202496 199139 0 1 0 295 23 0 0 21 0 18 0 830679553 10798084096 193784 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24823/statm: 2636251 193786 2211 9 0 2626985 0
[pid=24823/tid=24824] ppid=24821 vsize=10545004 CPUtime=2.49 cores=1,3,5,7
/proc/24823/task/24824/stat : 24824 (java) R 24821 24823 21158 0 -1 4202560 187722 0 1 0 228 21 0 0 22 0 18 0 830679554 10798084096 193788 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 46912505574516 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24823/tid=24826] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24826/stat : 24826 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 830679555 10798084096 193790 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 3 0 0 0
[pid=24823/tid=24827] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24827/stat : 24827 (java) S 24821 24823 21158 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 193792 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 3 0 0 0
[pid=24823/tid=24828] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24828/stat : 24828 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 193792 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 3 0 0 0
[pid=24823/tid=24829] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24829/stat : 24829 (java) S 24821 24823 21158 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 193792 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 7 0 0 0
[pid=24823/tid=24830] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24830/stat : 24830 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 193794 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 7 0 0 0
[pid=24823/tid=24831] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24831/stat : 24831 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 193796 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 7 0 0 0
[pid=24823/tid=24832] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24832/stat : 24832 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 193798 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24833] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24833/stat : 24833 (java) S 24821 24823 21158 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 193800 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24834] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24834/stat : 24834 (java) S 24821 24823 21158 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830679556 10798084096 193801 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134530560 0 0 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24835] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24835/stat : 24835 (java) S 24821 24823 21158 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830679557 10798084096 193803 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24836] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24836/stat : 24836 (java) S 24821 24823 21158 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 830679557 10798084096 193805 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24837] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24837/stat : 24837 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679559 10798084096 193807 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134537649 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24838] ppid=24821 vsize=10545004 CPUtime=0.28 cores=1,3,5,7
/proc/24823/task/24838/stat : 24838 (java) S 24821 24823 21158 0 -1 4202560 2759 0 0 0 28 0 0 0 15 0 18 0 830679559 10798084096 193809 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 3 0 0 0
[pid=24823/tid=24839] ppid=24821 vsize=10545004 CPUtime=0.39 cores=1,3,5,7
/proc/24823/task/24839/stat : 24839 (java) S 24821 24823 21158 0 -1 4202560 7509 0 0 0 38 1 0 0 15 0 18 0 830679559 10798084096 193811 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 1 0 0 0
[pid=24823/tid=24840] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24840/stat : 24840 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679559 10798084096 193813 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24841] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24841/stat : 24841 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830679559 10798084096 193816 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134530560 0 4 0 16800975 18446604470721004736 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 10545004

[startup+2.6009 s]
/proc/loadavg: 2.07 2.95 3.37 5/496 24888
/proc/meminfo: memFree=27881448/32951124 swapFree=41830676/67111528
[pid=24823] ppid=24821 vsize=10545004 CPUtime=3.28 cores=1,3,5,7
/proc/24823/stat : 24823 (java) S 24821 24823 21158 0 -1 4202496 207649 0 1 0 304 24 0 0 21 0 18 0 830679553 10798084096 202295 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24823/statm: 2636251 202304 2211 9 0 2626985 0
[pid=24823/tid=24824] ppid=24821 vsize=10545004 CPUtime=2.59 cores=1,3,5,7
/proc/24823/task/24824/stat : 24824 (java) R 24821 24823 21158 0 -1 4202560 196242 0 1 0 237 22 0 0 22 0 18 0 830679554 10798084096 202308 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 46912505631010 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24823/tid=24826] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24826/stat : 24826 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 830679555 10798084096 202313 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 3 0 0 0
[pid=24823/tid=24827] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24827/stat : 24827 (java) S 24821 24823 21158 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 202319 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 3 0 0 0
[pid=24823/tid=24828] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24828/stat : 24828 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 202325 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 3 0 0 0
[pid=24823/tid=24829] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24829/stat : 24829 (java) S 24821 24823 21158 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 202331 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 7 0 0 0
[pid=24823/tid=24830] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24830/stat : 24830 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 202339 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 7 0 0 0
[pid=24823/tid=24831] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24831/stat : 24831 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 202339 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 7 0 0 0
[pid=24823/tid=24832] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24832/stat : 24832 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 202339 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24833] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24833/stat : 24833 (java) S 24821 24823 21158 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830679555 10798084096 202339 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24834] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24834/stat : 24834 (java) S 24821 24823 21158 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830679556 10798084096 202339 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134530560 0 0 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24835] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24835/stat : 24835 (java) S 24821 24823 21158 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830679557 10798084096 202339 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24836] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24836/stat : 24836 (java) S 24821 24823 21158 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 830679557 10798084096 202339 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24837] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24837/stat : 24837 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679559 10798084096 202339 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134537649 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24838] ppid=24821 vsize=10545004 CPUtime=0.28 cores=1,3,5,7
/proc/24823/task/24838/stat : 24838 (java) S 24821 24823 21158 0 -1 4202560 2759 0 0 0 28 0 0 0 15 0 18 0 830679559 10798084096 202339 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 3 0 0 0
[pid=24823/tid=24839] ppid=24821 vsize=10545004 CPUtime=0.39 cores=1,3,5,7
/proc/24823/task/24839/stat : 24839 (java) S 24821 24823 21158 0 -1 4202560 7509 0 0 0 38 1 0 0 15 0 18 0 830679559 10798084096 202339 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 1 0 0 0
[pid=24823/tid=24840] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24840/stat : 24840 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830679559 10798084096 202339 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134529945 0 4 0 16800975 18446604470721004736 0 0 -1 5 0 0 0
[pid=24823/tid=24841] ppid=24821 vsize=10545004 CPUtime=0 cores=1,3,5,7
/proc/24823/task/24841/stat : 24841 (java) S 24821 24823 21158 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830679559 10798084096 202341 33554432000 1073741824 1073778376 140735493482832 18446744073709551615 228134530560 0 4 0 16800975 18446604470721004736 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 10545004

Child status: 20
Real time (s): 2.68759
CPU time (s): 3.37449
CPU user time (s): 3.09353
CPU system time (s): 0.280957
CPU usage (%): 125.558
Max. virtual memory (cumulated for all children) (KiB): 10545004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.09353
system time used= 0.280957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211785
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= 260
involuntary context switches= 18

runsolver used 0.012998 second user time and 0.038994 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-04 14:33:36
IDJOB=3455189
IDBENCH=2398
IDSOLVER=1950
FILE ID=node138/3455189-1307190815
RUNJOBID= node138-1307190815-24787
PBS_JOBID= 13508833
Free space on /tmp= 73636 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-pilot87.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455189-1307190815/watcher-3455189-1307190815 -o /tmp/evaluation-result-3455189-1307190815/solver-3455189-1307190815 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455189-1307190815.opb

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

MD5SUM BENCH= 5945633e92159be43fdff7baf2926f79
RANDOM SEED=465513109

node138.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.854
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.70
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.854
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.854
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.854
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.854
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.854
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.75
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.854
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.854
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:      28400812 kB
Buffers:        318876 kB
Cached:        1127832 kB
SwapCached:      44568 kB
Active:        2460336 kB
Inactive:      1797524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28400812 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:           33012 kB
Writeback:           0 kB
AnonPages:     2777660 kB
Mapped:          24084 kB
Slab:           130708 kB
PageTables:      93084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 140984208 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= 73644 MiB
End job on node138 at 2011-06-04 14:33:39