Trace number 351014

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, and are wall clock time (not CPU 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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.22 1788

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-adlittle.opb
MD5SUM6a8d837851671f69c34bdd14861bc7ba
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark1782.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables2910
Total number of constraints56
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 constraints56
Minimum length of a constraint30
Maximum length of a constraint810
Number of terms in the objective function 2460
Biggest coefficient in the objective function 12627
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 526152
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 526152
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.13/0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.13/0.34	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.13/0.34	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.13/0.35	c no version file found!!!
0.13/0.35	c sun.arch.data.model	32
0.13/0.35	c java.version	1.6.0
0.13/0.35	c os.name	Linux
0.13/0.35	c os.version	2.6.9-22.EL.rootsmp
0.13/0.35	c os.arch	i386
0.13/0.35	c Free memory 1651659224
0.13/0.35	c Max memory 1654456320
0.13/0.35	c Total memory 1654456320
0.13/0.35	c Number of processors 2
0.24/0.41	--- Begin Solver configuration ---
0.24/0.41	c Stops conflict analysis at the first Unique Implication Point
0.24/0.41	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.24/0.41	c Learn all clauses as in MiniSAT
0.24/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.41	c VSIDS like heuristics from MiniSAT using a heap
0.24/0.41	c No reason simplification
0.24/0.41	c --- End Solver configuration ---
0.24/0.41	c solving /tmp/evaluation/351014-1176573844/instance-351014-1176573844.opb
0.24/0.41	c reading problem ... 
1.62/1.21	c ... done. Wall clock time 0.801s.
1.62/1.21	c CPU time (experimental) 0.62s.
1.62/1.21	c #vars     2910
1.62/1.21	c #constraints  70
1800.01/1787.81	c starts		: 22
1800.01/1787.81	c conflicts		: 1363827
1800.01/1787.81	c decisions		: 1403206
1800.01/1787.81	c propagations		: 52001494
1800.01/1787.81	c inspects		: 1492630758
1800.01/1787.81	c learnt literals	: 0
1800.01/1787.81	c learnt binary clauses	: 1
1800.01/1787.81	c learnt ternary clauses	: 0
1800.01/1787.81	c learnt clauses	: 1363828
1800.01/1787.81	c root simplifications	: 0
1800.01/1787.81	c removed literals (reason simplification)	: 0
1800.01/1787.81	c reason swapping (by a shorter reason)	: 0
1800.01/1787.81	c Calls to reduceDB	: 0
1800.01/1787.81	c speed (decisions/second)	: 785.4343743615434
1800.01/1787.81	c non guided choices	989
1800.01/1787.81	s UNKNOWN
1800.01/1787.81	c Total wall clock time (ms): 1787.405

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node50/watcher-351014-1176573844 -o ROOT/results/node50/solver-351014-1176573844 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351014-1176573844/sat4jPseudoResolution.jar /tmp/evaluation/351014-1176573844/instance-351014-1176573844.opb 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 26648
/proc/meminfo: memFree=1784496/2055920 swapFree=4192956/4192956
[pid=26648] ppid=26646 vsize=152 CPUtime=0
/proc/26648/stat : 26648 (java) D 26646 26648 25679 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 12229576 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7918372 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/26648/statm: 38 26 19 9 0 4 0

[startup+0.0740319 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 26648
/proc/meminfo: memFree=1784496/2055920 swapFree=4192956/4192956
[pid=26648] ppid=26646 vsize=12536 CPUtime=0.02
/proc/26648/stat : 26648 (java) S 26646 26648 25679 0 -1 0 766 0 25 0 0 2 0 0 18 0 2 0 12229576 12836864 565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/26648/statm: 3134 565 252 9 0 1243 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12536

[startup+0.101031 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 26648
/proc/meminfo: memFree=1784496/2055920 swapFree=4192956/4192956
[pid=26648] ppid=26646 vsize=12620 CPUtime=0.02
/proc/26648/stat : 26648 (java) S 26646 26648 25679 0 -1 0 822 0 25 0 0 2 0 0 18 0 2 0 12229576 12922880 603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/26648/statm: 3155 603 286 9 0 1243 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12620

[startup+0.301053 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 26648
/proc/meminfo: memFree=1784496/2055920 swapFree=4192956/4192956
[pid=26648] ppid=26646 vsize=1780256 CPUtime=0.13
/proc/26648/stat : 26648 (java) S 26646 26648 25679 0 -1 0 4020 0 33 0 7 6 0 0 18 0 12 0 12229576 1822982144 3793 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26648/statm: 445064 3793 1123 9 0 442683 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 1780256

[startup+0.70109 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 26648
/proc/meminfo: memFree=1784496/2055920 swapFree=4192956/4192956
[pid=26648] ppid=26646 vsize=1783852 CPUtime=0.65
/proc/26648/stat : 26648 (java) S 26646 26648 25679 0 -1 0 6060 0 33 0 57 8 0 0 18 0 12 0 12229576 1826664448 5691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26648/statm: 445963 5691 1288 9 0 443575 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 1783852

[startup+1.50216 s]
/proc/loadavg: 1.15 1.02 1.01 4/76 26660
/proc/meminfo: memFree=1746384/2055920 swapFree=4192956/4192956
[pid=26648] ppid=26646 vsize=1796864 CPUtime=2.22
/proc/26648/stat : 26648 (java) S 26646 26648 25679 0 -1 0 14459 0 33 0 210 12 0 0 18 0 13 0 12229576 1839988736 11286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26648/statm: 449216 11286 1322 9 0 446828 0
[pid=26648/tid=26650] ppid=26646 vsize=1796864 CPUtime=0.73
/proc/26648/task/26650/stat : 26650 (java) R 26646 26648 25679 0 -1 64 6892 0 8 0 67 6 0 0 19 0 13 0 12229583 1839988736 11286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109188325 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26651] ppid=26646 vsize=1796864 CPUtime=0
/proc/26648/task/26651/stat : 26651 (java) S 26646 26648 25679 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 12229590 1839988736 11286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26652] ppid=26646 vsize=1796864 CPUtime=0
/proc/26648/task/26652/stat : 26652 (java) S 26646 26648 25679 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 12229590 1839988736 11286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26653] ppid=26646 vsize=1796864 CPUtime=0
/proc/26648/task/26653/stat : 26653 (java) S 26646 26648 25679 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 12229594 1839988736 11286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26654] ppid=26646 vsize=1796864 CPUtime=0
/proc/26648/task/26654/stat : 26654 (java) S 26646 26648 25679 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 12229595 1839988736 11286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26655] ppid=26646 vsize=1796864 CPUtime=0
/proc/26648/task/26655/stat : 26655 (java) S 26646 26648 25679 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 12229595 1839988736 11286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26656] ppid=26646 vsize=1796864 CPUtime=0
/proc/26648/task/26656/stat : 26656 (java) S 26646 26648 25679 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 12229602 1839988736 11286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26657] ppid=26646 vsize=1796864 CPUtime=0.73
/proc/26648/task/26657/stat : 26657 (java) R 26646 26648 25679 0 -1 64 2479 0 0 0 72 1 0 0 17 0 13 0 12229602 1839988736 11286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336912 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26658] ppid=26646 vsize=1796864 CPUtime=0.71
/proc/26648/task/26658/stat : 26658 (java) R 26646 26648 25679 0 -1 64 4389 0 0 0 70 1 0 0 19 0 13 0 12229602 1839988736 11286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103314059 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26659] ppid=26646 vsize=1796864 CPUtime=0
/proc/26648/task/26659/stat : 26659 (java) S 26646 26648 25679 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 12229602 1839988736 11286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26660] ppid=26646 vsize=1796864 CPUtime=0
/proc/26648/task/26660/stat : 26660 (java) S 26646 26648 25679 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12229602 1839988736 11286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 1796864

[startup+3.1023 s]
/proc/loadavg: 1.15 1.02 1.01 2/77 26661
/proc/meminfo: memFree=1726472/2055920 swapFree=4192956/4192956
[pid=26648] ppid=26646 vsize=1794532 CPUtime=4.11
/proc/26648/stat : 26648 (java) S 26646 26648 25679 0 -1 0 23266 0 33 0 395 16 0 0 18 0 13 0 12229576 1837600768 18238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26648/statm: 448633 18238 1322 9 0 446245 0
[pid=26648/tid=26650] ppid=26646 vsize=1794532 CPUtime=2.18
/proc/26648/task/26650/stat : 26650 (java) R 26646 26648 25679 0 -1 64 14227 0 8 0 209 9 0 0 25 0 13 0 12229583 1837600768 18238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109658160 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26651] ppid=26646 vsize=1794532 CPUtime=0
/proc/26648/task/26651/stat : 26651 (java) S 26646 26648 25679 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 12229590 1837600768 18238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26652] ppid=26646 vsize=1794532 CPUtime=0
/proc/26648/task/26652/stat : 26652 (java) S 26646 26648 25679 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 12229590 1837600768 18238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26653] ppid=26646 vsize=1794532 CPUtime=0
/proc/26648/task/26653/stat : 26653 (java) S 26646 26648 25679 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 12229594 1837600768 18238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26654] ppid=26646 vsize=1794532 CPUtime=0
/proc/26648/task/26654/stat : 26654 (java) S 26646 26648 25679 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 12229595 1837600768 18238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26655] ppid=26646 vsize=1794532 CPUtime=0
/proc/26648/task/26655/stat : 26655 (java) S 26646 26648 25679 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 12229595 1837600768 18238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26656] ppid=26646 vsize=1794532 CPUtime=0
/proc/26648/task/26656/stat : 26656 (java) S 26646 26648 25679 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 12229602 1837600768 18238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26657] ppid=26646 vsize=1794532 CPUtime=0.87
/proc/26648/task/26657/stat : 26657 (java) S 26646 26648 25679 0 -1 64 2491 0 0 0 86 1 0 0 16 0 13 0 12229602 1837600768 18238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26658] ppid=26646 vsize=1794532 CPUtime=1
/proc/26648/task/26658/stat : 26658 (java) S 26646 26648 25679 0 -1 64 5849 0 0 0 98 2 0 0 16 0 13 0 12229602 1837600768 18238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26659] ppid=26646 vsize=1794532 CPUtime=0
/proc/26648/task/26659/stat : 26659 (java) S 26646 26648 25679 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 12229602 1837600768 18238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26660] ppid=26646 vsize=1794532 CPUtime=0
/proc/26648/task/26660/stat : 26660 (java) S 26646 26648 25679 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12229602 1837600768 18238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26661] ppid=26646 vsize=1794532 CPUtime=0
/proc/26648/task/26661/stat : 26661 (java) S 26646 26648 25679 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 12229710 1837600768 18238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 1794532

[startup+6.30158 s]
/proc/loadavg: 1.15 1.02 1.01 2/77 26661
/proc/meminfo: memFree=1663824/2055920 swapFree=4192956/4192956
[pid=26648] ppid=26646 vsize=1794312 CPUtime=7.33
/proc/26648/stat : 26648 (java) S 26646 26648 25679 0 -1 0 37279 0 33 0 712 21 0 0 18 0 13 0 12229576 1837375488 32139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26648/statm: 448578 32139 1322 9 0 446190 0
[pid=26648/tid=26650] ppid=26646 vsize=1794312 CPUtime=5.37
/proc/26648/task/26650/stat : 26650 (java) R 26646 26648 25679 0 -1 64 28239 0 8 0 523 14 0 0 25 0 13 0 12229583 1837375488 32139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109658622 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26651] ppid=26646 vsize=1794312 CPUtime=0
/proc/26648/task/26651/stat : 26651 (java) S 26646 26648 25679 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 12229590 1837375488 32139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26652] ppid=26646 vsize=1794312 CPUtime=0
/proc/26648/task/26652/stat : 26652 (java) S 26646 26648 25679 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 12229590 1837375488 32139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26653] ppid=26646 vsize=1794312 CPUtime=0
/proc/26648/task/26653/stat : 26653 (java) S 26646 26648 25679 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 12229594 1837375488 32139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26654] ppid=26646 vsize=1794312 CPUtime=0
/proc/26648/task/26654/stat : 26654 (java) S 26646 26648 25679 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 12229595 1837375488 32139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26655] ppid=26646 vsize=1794312 CPUtime=0
/proc/26648/task/26655/stat : 26655 (java) S 26646 26648 25679 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 12229595 1837375488 32139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26656] ppid=26646 vsize=1794312 CPUtime=0
/proc/26648/task/26656/stat : 26656 (java) S 26646 26648 25679 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 12229602 1837375488 32139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26657] ppid=26646 vsize=1794312 CPUtime=0.89
/proc/26648/task/26657/stat : 26657 (java) S 26646 26648 25679 0 -1 64 2491 0 0 0 88 1 0 0 16 0 13 0 12229602 1837375488 32139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26658] ppid=26646 vsize=1794312 CPUtime=1.02
/proc/26648/task/26658/stat : 26658 (java) S 26646 26648 25679 0 -1 64 5850 0 0 0 100 2 0 0 16 0 13 0 12229602 1837375488 32139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26659] ppid=26646 vsize=1794312 CPUtime=0
/proc/26648/task/26659/stat : 26659 (java) S 26646 26648 25679 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 12229602 1837375488 32139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26660] ppid=26646 vsize=1794312 CPUtime=0
/proc/26648/task/26660/stat : 26660 (java) S 26646 26648 25679 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12229602 1837375488 32139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26661] ppid=26646 vsize=1794312 CPUtime=0
/proc/26648/task/26661/stat : 26661 (java) S 26646 26648 25679 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 12229710 1837375488 32139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 1794312

[startup+12.7021 s]
/proc/loadavg: 1.13 1.02 1.00 2/77 26661
/proc/meminfo: memFree=1607504/2055920 swapFree=4192956/4192956
[pid=26648] ppid=26646 vsize=1794280 CPUtime=13.81
/proc/26648/stat : 26648 (java) S 26646 26648 25679 0 -1 0 48259 0 33 0 1356 25 0 0 18 0 13 0 12229576 1837342720 43098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26648/statm: 448570 43098 1333 9 0 446182 0
[pid=26648/tid=26650] ppid=26646 vsize=1794280 CPUtime=11.71
/proc/26648/task/26650/stat : 26650 (java) R 26646 26648 25679 0 -1 64 37717 0 8 0 1153 18 0 0 25 0 13 0 12229583 1837342720 43098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109676877 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26651] ppid=26646 vsize=1794280 CPUtime=0.01
/proc/26648/task/26651/stat : 26651 (java) S 26646 26648 25679 0 -1 64 918 0 0 0 1 0 0 0 16 0 13 0 12229590 1837342720 43098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26652] ppid=26646 vsize=1794280 CPUtime=0.01
/proc/26648/task/26652/stat : 26652 (java) S 26646 26648 25679 0 -1 64 562 0 0 0 1 0 0 0 16 0 13 0 12229590 1837342720 43098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26653] ppid=26646 vsize=1794280 CPUtime=0
/proc/26648/task/26653/stat : 26653 (java) S 26646 26648 25679 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 12229594 1837342720 43098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26654] ppid=26646 vsize=1794280 CPUtime=0
/proc/26648/task/26654/stat : 26654 (java) S 26646 26648 25679 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 12229595 1837342720 43098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26655] ppid=26646 vsize=1794280 CPUtime=0
/proc/26648/task/26655/stat : 26655 (java) S 26646 26648 25679 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 12229595 1837342720 43098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26656] ppid=26646 vsize=1794280 CPUtime=0
/proc/26648/task/26656/stat : 26656 (java) S 26646 26648 25679 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 12229602 1837342720 43098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26657] ppid=26646 vsize=1794280 CPUtime=0.93
/proc/26648/task/26657/stat : 26657 (java) S 26646 26648 25679 0 -1 64 2495 0 0 0 92 1 0 0 16 0 13 0 12229602 1837342720 43098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26658] ppid=26646 vsize=1794280 CPUtime=1.09
/proc/26648/task/26658/stat : 26658 (java) S 26646 26648 25679 0 -1 64 5863 0 0 0 107 2 0 0 16 0 13 0 12229602 1837342720 43098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26659] ppid=26646 vsize=1794280 CPUtime=0
/proc/26648/task/26659/stat : 26659 (java) S 26646 26648 25679 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 12229602 1837342720 43098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26660] ppid=26646 vsize=1794280 CPUtime=0
/proc/26648/task/26660/stat : 26660 (java) S 26646 26648 25679 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12229602 1837342720 43098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26661] ppid=26646 vsize=1794280 CPUtime=0
/proc/26648/task/26661/stat : 26661 (java) S 26646 26648 25679 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 12229710 1837342720 43098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.81
Current children cumulated vsize (KiB) 1794280

[startup+25.5013 s]
/proc/loadavg: 1.11 1.01 1.00 2/77 26661
/proc/meminfo: memFree=1597328/2055920 swapFree=4192956/4192956
[pid=26648] ppid=26646 vsize=1791968 CPUtime=26.66
/proc/26648/stat : 26648 (java) S 26646 26648 25679 0 -1 0 51551 0 33 0 2639 27 0 0 18 0 13 0 12229576 1834975232 45723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26648/statm: 447992 45723 1333 9 0 445604 0
[pid=26648/tid=26650] ppid=26646 vsize=1791968 CPUtime=24.46
/proc/26648/task/26650/stat : 26650 (java) R 26646 26648 25679 0 -1 64 37719 0 8 0 2428 18 0 0 25 0 13 0 12229583 1834975232 45723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109658170 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26651] ppid=26646 vsize=1791968 CPUtime=0.03
/proc/26648/task/26651/stat : 26651 (java) S 26646 26648 25679 0 -1 64 2471 0 0 0 3 0 0 0 16 0 13 0 12229590 1834975232 45723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26652] ppid=26646 vsize=1791968 CPUtime=0.04
/proc/26648/task/26652/stat : 26652 (java) S 26646 26648 25679 0 -1 64 2293 0 0 0 3 1 0 0 16 0 13 0 12229590 1834975232 45723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26653] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26653/stat : 26653 (java) S 26646 26648 25679 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 12229594 1834975232 45723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=26648/tid=26653] ppid=26646 vsize=1791968 CPUtime=0.15
/proc/26648/task/26653/stat : 26653 (java) S 26646 26648 25679 0 -1 64 127 0 0 0 6 9 0 0 16 0 13 0 12229594 1834975232 229482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26654] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26654/stat : 26654 (java) S 26646 26648 25679 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 12229595 1834975232 229482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26655] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26655/stat : 26655 (java) S 26646 26648 25679 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 12229595 1834975232 229482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26656] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26656/stat : 26656 (java) S 26646 26648 25679 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 12229602 1834975232 229482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26657] ppid=26646 vsize=1791968 CPUtime=0.96
/proc/26648/task/26657/stat : 26657 (java) S 26646 26648 25679 0 -1 64 2498 0 0 0 95 1 0 0 16 0 13 0 12229602 1834975232 229482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26658] ppid=26646 vsize=1791968 CPUtime=1.12
/proc/26648/task/26658/stat : 26658 (java) S 26646 26648 25679 0 -1 64 5863 0 0 0 110 2 0 0 16 0 13 0 12229602 1834975232 229482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26659] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26659/stat : 26659 (java) S 26646 26648 25679 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 12229602 1834975232 229482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26660] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26660/stat : 26660 (java) S 26646 26648 25679 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12229602 1834975232 229482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26661] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26661/stat : 26661 (java) S 26646 26648 25679 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 12229710 1834975232 229482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1613.13
Current children cumulated vsize (KiB) 1791968

[startup+1662.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 26663
/proc/meminfo: memFree=792528/2055920 swapFree=4192956/4192956
[pid=26648] ppid=26646 vsize=1791968 CPUtime=1673.55
/proc/26648/stat : 26648 (java) S 26646 26648 25679 0 -1 0 345504 0 33 0 167179 176 0 0 18 0 13 0 12229576 1834975232 246497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26648/statm: 447992 246497 1333 9 0 445604 0
[pid=26648/tid=26650] ppid=26646 vsize=1791968 CPUtime=1649.17
/proc/26648/task/26650/stat : 26650 (java) R 26646 26648 25679 0 -1 64 71094 0 8 0 164882 35 0 0 25 0 13 0 12229583 1834975232 246497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109658088 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26651] ppid=26646 vsize=1791968 CPUtime=11.06
/proc/26648/task/26651/stat : 26651 (java) S 26646 26648 25679 0 -1 64 132241 0 0 0 1045 61 0 0 17 0 13 0 12229590 1834975232 246497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26652] ppid=26646 vsize=1791968 CPUtime=11
/proc/26648/task/26652/stat : 26652 (java) S 26646 26648 25679 0 -1 64 132971 0 0 0 1038 62 0 0 17 0 13 0 12229590 1834975232 246497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26653] ppid=26646 vsize=1791968 CPUtime=0.15
/proc/26648/task/26653/stat : 26653 (java) S 26646 26648 25679 0 -1 64 140 0 0 0 6 9 0 0 16 0 13 0 12229594 1834975232 246497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26654] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26654/stat : 26654 (java) S 26646 26648 25679 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 12229595 1834975232 246497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26655] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26655/stat : 26655 (java) S 26646 26648 25679 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 12229595 1834975232 246497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26656] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26656/stat : 26656 (java) S 26646 26648 25679 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 12229602 1834975232 246497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26657] ppid=26646 vsize=1791968 CPUtime=0.96
/proc/26648/task/26657/stat : 26657 (java) S 26646 26648 25679 0 -1 64 2498 0 0 0 95 1 0 0 16 0 13 0 12229602 1834975232 246497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26658] ppid=26646 vsize=1791968 CPUtime=1.12
/proc/26648/task/26658/stat : 26658 (java) S 26646 26648 25679 0 -1 64 5863 0 0 0 110 2 0 0 16 0 13 0 12229602 1834975232 246497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26659] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26659/stat : 26659 (java) S 26646 26648 25679 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 12229602 1834975232 246497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26660] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26660/stat : 26660 (java) S 26646 26648 25679 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12229602 1834975232 246497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26661] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26661/stat : 26661 (java) S 26646 26648 25679 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 12229710 1834975232 246497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1673.55
Current children cumulated vsize (KiB) 1791968

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 26663
/proc/meminfo: memFree=772944/2055920 swapFree=4192956/4192956
[pid=26648] ppid=26646 vsize=1791968 CPUtime=1734.03
/proc/26648/stat : 26648 (java) S 26646 26648 25679 0 -1 0 356281 0 33 0 173221 182 0 0 18 0 13 0 12229576 1834975232 251336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26648/statm: 447992 251336 1333 9 0 445604 0
[pid=26648/tid=26650] ppid=26646 vsize=1791968 CPUtime=1708.63
/proc/26648/task/26650/stat : 26650 (java) R 26646 26648 25679 0 -1 64 71101 0 8 0 170828 35 0 0 25 0 13 0 12229583 1834975232 251336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109673828 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26651] ppid=26646 vsize=1791968 CPUtime=11.57
/proc/26648/task/26651/stat : 26651 (java) S 26646 26648 25679 0 -1 64 137809 0 0 0 1093 64 0 0 16 0 13 0 12229590 1834975232 251336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26652] ppid=26646 vsize=1791968 CPUtime=11.51
/proc/26648/task/26652/stat : 26652 (java) S 26646 26648 25679 0 -1 64 138173 0 0 0 1086 65 0 0 16 0 13 0 12229590 1834975232 251336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26653] ppid=26646 vsize=1791968 CPUtime=0.15
/proc/26648/task/26653/stat : 26653 (java) S 26646 26648 25679 0 -1 64 140 0 0 0 6 9 0 0 16 0 13 0 12229594 1834975232 251336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26654] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26654/stat : 26654 (java) S 26646 26648 25679 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 12229595 1834975232 251336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26655] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26655/stat : 26655 (java) S 26646 26648 25679 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 12229595 1834975232 251336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26656] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26656/stat : 26656 (java) S 26646 26648 25679 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 12229602 1834975232 251336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26657] ppid=26646 vsize=1791968 CPUtime=0.96
/proc/26648/task/26657/stat : 26657 (java) S 26646 26648 25679 0 -1 64 2498 0 0 0 95 1 0 0 16 0 13 0 12229602 1834975232 251336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26658] ppid=26646 vsize=1791968 CPUtime=1.12
/proc/26648/task/26658/stat : 26658 (java) S 26646 26648 25679 0 -1 64 5863 0 0 0 110 2 0 0 16 0 13 0 12229602 1834975232 251336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26659] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26659/stat : 26659 (java) S 26646 26648 25679 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 12229602 1834975232 251336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26660] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26660/stat : 26660 (java) S 26646 26648 25679 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12229602 1834975232 251336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26661] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26661/stat : 26661 (java) S 26646 26648 25679 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 12229710 1834975232 251336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1734.03
Current children cumulated vsize (KiB) 1791968

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26663
/proc/meminfo: memFree=752784/2055920 swapFree=4192956/4192956
[pid=26648] ppid=26646 vsize=1791968 CPUtime=1794.43
/proc/26648/stat : 26648 (java) S 26646 26648 25679 0 -1 0 365271 0 33 0 179258 185 0 0 18 0 13 0 12229576 1834975232 256350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26648/statm: 447992 256350 1333 9 0 445604 0
[pid=26648/tid=26650] ppid=26646 vsize=1791968 CPUtime=1768.19
/proc/26648/task/26650/stat : 26650 (java) R 26646 26648 25679 0 -1 64 71107 0 8 0 176784 35 0 0 25 0 13 0 12229583 1834975232 256350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109643804 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26651] ppid=26646 vsize=1791968 CPUtime=12.01
/proc/26648/task/26651/stat : 26651 (java) S 26646 26648 25679 0 -1 64 143048 0 0 0 1134 67 0 0 16 0 13 0 12229590 1834975232 256350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26652] ppid=26646 vsize=1791968 CPUtime=11.93
/proc/26648/task/26652/stat : 26652 (java) S 26646 26648 25679 0 -1 64 141918 0 0 0 1127 66 0 0 16 0 13 0 12229590 1834975232 256350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26653] ppid=26646 vsize=1791968 CPUtime=0.15
/proc/26648/task/26653/stat : 26653 (java) S 26646 26648 25679 0 -1 64 140 0 0 0 6 9 0 0 16 0 13 0 12229594 1834975232 256350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26654] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26654/stat : 26654 (java) S 26646 26648 25679 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 12229595 1834975232 256350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26655] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26655/stat : 26655 (java) S 26646 26648 25679 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 12229595 1834975232 256350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26656] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26656/stat : 26656 (java) S 26646 26648 25679 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 12229602 1834975232 256350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26657] ppid=26646 vsize=1791968 CPUtime=0.96
/proc/26648/task/26657/stat : 26657 (java) S 26646 26648 25679 0 -1 64 2498 0 0 0 95 1 0 0 16 0 13 0 12229602 1834975232 256350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26658] ppid=26646 vsize=1791968 CPUtime=1.12
/proc/26648/task/26658/stat : 26658 (java) S 26646 26648 25679 0 -1 64 5863 0 0 0 110 2 0 0 16 0 13 0 12229602 1834975232 256350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26659] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26659/stat : 26659 (java) S 26646 26648 25679 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 12229602 1834975232 256350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26660] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26660/stat : 26660 (java) S 26646 26648 25679 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12229602 1834975232 256350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26661] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26661/stat : 26661 (java) S 26646 26648 25679 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 12229710 1834975232 256350 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1794.43
Current children cumulated vsize (KiB) 1791968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26663
/proc/meminfo: memFree=750224/2055920 swapFree=4192956/4192956
[pid=26648] ppid=26646 vsize=1791968 CPUtime=1800.01
/proc/26648/stat : 26648 (java) S 26646 26648 25679 0 -1 0 366462 0 33 0 179815 186 0 0 18 0 13 0 12229576 1834975232 256978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26648/statm: 447992 256978 1333 9 0 445604 0
[pid=26648/tid=26650] ppid=26646 vsize=1791968 CPUtime=1773.62
/proc/26648/task/26650/stat : 26650 (java) R 26646 26648 25679 0 -1 64 71108 0 8 0 177327 35 0 0 25 0 13 0 12229583 1834975232 256978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109673772 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26651] ppid=26646 vsize=1791968 CPUtime=12.08
/proc/26648/task/26651/stat : 26651 (java) S 26646 26648 25679 0 -1 64 143306 0 0 0 1141 67 0 0 17 0 13 0 12229590 1834975232 256978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26652] ppid=26646 vsize=1791968 CPUtime=12
/proc/26648/task/26652/stat : 26652 (java) S 26646 26648 25679 0 -1 64 142850 0 0 0 1134 66 0 0 16 0 13 0 12229590 1834975232 256978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26653] ppid=26646 vsize=1791968 CPUtime=0.15
/proc/26648/task/26653/stat : 26653 (java) S 26646 26648 25679 0 -1 64 140 0 0 0 6 9 0 0 16 0 13 0 12229594 1834975232 256978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26654] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26654/stat : 26654 (java) S 26646 26648 25679 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 12229595 1834975232 256978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26655] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26655/stat : 26655 (java) S 26646 26648 25679 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 12229595 1834975232 256978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26656] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26656/stat : 26656 (java) S 26646 26648 25679 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 12229602 1834975232 256978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26657] ppid=26646 vsize=1791968 CPUtime=0.96
/proc/26648/task/26657/stat : 26657 (java) S 26646 26648 25679 0 -1 64 2498 0 0 0 95 1 0 0 16 0 13 0 12229602 1834975232 256978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26658] ppid=26646 vsize=1791968 CPUtime=1.12
/proc/26648/task/26658/stat : 26658 (java) S 26646 26648 25679 0 -1 64 5863 0 0 0 110 2 0 0 16 0 13 0 12229602 1834975232 256978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26659] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26659/stat : 26659 (java) S 26646 26648 25679 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 12229602 1834975232 256978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26648/tid=26660] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26660/stat : 26660 (java) S 26646 26648 25679 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 12229602 1834975232 256978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26648/tid=26661] ppid=26646 vsize=1791968 CPUtime=0
/proc/26648/task/26661/stat : 26661 (java) S 26646 26648 25679 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 12229710 1834975232 256978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1791968

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

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

[startup+1788 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26663
/proc/meminfo: memFree=750224/2055920 swapFree=4192956/4192956
[pid=26648] ppid=26646 vsize=0 CPUtime=1800.2
/proc/26648/stat : 26648 (java) Z 26646 26648 25679 0 -1 1036 366482 0 33 0 179819 201 0 0 16 0 2 0 12229576 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26648/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1788
CPU time (s): 1800.22
CPU user time (s): 1798.2
CPU system time (s): 2.01669
CPU usage (%): 100.683
Max. virtual memory (cumulated for all children) (KiB): 1796864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.2
system time used= 2.01669
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 366482
page faults= 33
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41991
involuntary context switches= 42634

runsolver used 2.05469 second user time and 4.47732 second system time

The end

Launcher Data (download as text)

Begin job on node50 on Sat Apr 14 18:04:04 UTC 2007

IDJOB= 351014
IDBENCH= 1642
IDSOLVER= 159
FILE ID= node50/351014-1176573844

PBS_JOBID= 4556880

Free space on /tmp= 66561 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-adlittle.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351014-1176573844/sat4jPseudoResolution.jar /tmp/evaluation/351014-1176573844/instance-351014-1176573844.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-351014-1176573844 -o ROOT/results/node50/solver-351014-1176573844 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351014-1176573844/sat4jPseudoResolution.jar /tmp/evaluation/351014-1176573844/instance-351014-1176573844.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  6a8d837851671f69c34bdd14861bc7ba

RANDOM SEED= 15021121

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node50.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1784904 kB
Buffers:         31924 kB
Cached:         145964 kB
SwapCached:          0 kB
Active:          34176 kB
Inactive:       160252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784904 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3780 kB
Writeback:           0 kB
Mapped:          26728 kB
Slab:            62624 kB
Committed_AS:    60992 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB

End job on node50 on Sat Apr 14 18:33:54 UTC 2007