Trace number 354183

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.13 1784.69

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-fit1p.opb
MD5SUM85f7c2e2894ed59f685fa11d94ed0974
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10627584
Best CPU time to get the best result obtained on this benchmark1800.15
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 10627584
Optimality of the best value was proved NO
Number of variables45485
Total number of constraints1026
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 constraints1026
Minimum length of a constraint17
Maximum length of a constraint619
Number of terms in the objective function 30780
Biggest coefficient in the objective function 1610612736
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 1591285381686
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 59431609958400
Number of bits of the biggest number in a constraint 46
Biggest sum of numbers in a constraint 209844586667159
Number of bits of the biggest sum of numbers48
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/354183-1176698105/instance-354183-1176698105.opb
0.20/0.20	c reading problem ... 
5.42/4.27	c ... done. Wall clock time 4.069s.
5.42/4.27	c CPU time (experimental) 3.26s.
5.42/4.27	c #vars     45485
5.42/4.27	c #constraints  1653
1800.03/1784.62	c starts		: 17
1800.03/1784.62	c conflicts		: 149144
1800.03/1784.62	c decisions		: 311372
1800.03/1784.62	c propagations		: 5076642
1800.03/1784.62	c inspects		: 435224116
1800.03/1784.62	c learnt literals	: 0
1800.03/1784.62	c learnt binary clauses	: 0
1800.03/1784.62	c learnt ternary clauses	: 0
1800.03/1784.62	c learnt clauses	: 149144
1800.03/1784.62	c root simplifications	: 0
1800.03/1784.62	c removed literals (reason simplification)	: 0
1800.03/1784.62	c reason swapping (by a shorter reason)	: 0
1800.03/1784.62	c Calls to reduceDB	: 0
1800.03/1784.62	c speed (decisions/second)	: 174.9268123322695
1800.03/1784.62	c non guided choices	60031
1800.03/1784.62	s UNKNOWN
1800.03/1784.62	c Total wall clock time (ms): 1784.416

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/node41/watcher-354183-1176698105 -o ROOT/results/node41/solver-354183-1176698105 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354183-1176698105/sat4jPseudoResolution.jar /tmp/evaluation/354183-1176698105/instance-354183-1176698105.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: 1.00 1.00 1.00 2/64 24602
/proc/meminfo: memFree=1809200/2055920 swapFree=4184500/4192956
[pid=24602] ppid=24600 vsize=152 CPUtime=0
/proc/24602/stat : 24602 (java) R 24600 24602 24167 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 117722390 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 1962283 0 0 4096 0 0 0 0 17 1 0 0
/proc/24602/statm: 38 26 19 9 0 4 0

[startup+0.0291629 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 24602
/proc/meminfo: memFree=1809200/2055920 swapFree=4184500/4192956
[pid=24602] ppid=24600 vsize=1773596 CPUtime=0.02
/proc/24602/stat : 24602 (java) S 24600 24602 24167 0 -1 0 2514 0 1 0 0 2 0 0 18 0 3 0 117722390 1816162304 2263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/24602/statm: 443399 2263 387 9 0 441413 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1773596

[startup+0.102005 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 24602
/proc/meminfo: memFree=1809200/2055920 swapFree=4184500/4192956
[pid=24602] ppid=24600 vsize=1780108 CPUtime=0.08
/proc/24602/stat : 24602 (java) S 24600 24602 24167 0 -1 0 3977 0 1 0 6 2 0 0 18 0 12 0 117722390 1822830592 3718 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24602/statm: 445027 3718 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301021 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 24602
/proc/meminfo: memFree=1809200/2055920 swapFree=4184500/4192956
[pid=24602] ppid=24600 vsize=1782420 CPUtime=0.33
/proc/24602/stat : 24602 (java) S 24600 24602 24167 0 -1 0 5491 0 1 0 30 3 0 0 18 0 12 0 117722390 1825198080 5229 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24602/statm: 445605 5229 1267 9 0 443217 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782420

[startup+0.701058 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 24602
/proc/meminfo: memFree=1809200/2055920 swapFree=4184500/4192956
[pid=24602] ppid=24600 vsize=1784512 CPUtime=0.86
/proc/24602/stat : 24602 (java) S 24600 24602 24167 0 -1 0 9446 0 1 0 81 5 0 0 18 0 12 0 117722390 1827340288 8970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24602/statm: 446128 8970 1296 9 0 443740 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1784512

[startup+1.50213 s]
/proc/loadavg: 1.00 1.00 1.00 4/76 24614
/proc/meminfo: memFree=1768144/2055920 swapFree=4184500/4192956
[pid=24602] ppid=24600 vsize=1796288 CPUtime=2.29
/proc/24602/stat : 24602 (java) S 24600 24602 24167 0 -1 0 20766 0 1 0 218 11 0 0 18 0 12 0 117722390 1839398912 16189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24602/statm: 449072 16189 1314 9 0 446684 0
[pid=24602/tid=24604] ppid=24600 vsize=1796288 CPUtime=0.84
/proc/24602/task/24604/stat : 24604 (java) R 24600 24602 24167 0 -1 64 11793 0 1 0 78 6 0 0 19 0 12 0 117722392 1839398912 16189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109221860 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24605] ppid=24600 vsize=1796288 CPUtime=0
/proc/24602/task/24605/stat : 24605 (java) S 24600 24602 24167 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 117722393 1839398912 16189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24606] ppid=24600 vsize=1796288 CPUtime=0
/proc/24602/task/24606/stat : 24606 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 117722393 1839398912 16189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24607] ppid=24600 vsize=1796288 CPUtime=0
/proc/24602/task/24607/stat : 24607 (java) S 24600 24602 24167 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 117722395 1839398912 16189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24608] ppid=24600 vsize=1796288 CPUtime=0
/proc/24602/task/24608/stat : 24608 (java) S 24600 24602 24167 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 117722396 1839398912 16189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24609] ppid=24600 vsize=1796288 CPUtime=0
/proc/24602/task/24609/stat : 24609 (java) S 24600 24602 24167 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 117722396 1839398912 16189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24610] ppid=24600 vsize=1796288 CPUtime=0
/proc/24602/task/24610/stat : 24610 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 117722400 1839398912 16189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24611] ppid=24600 vsize=1796288 CPUtime=0.78
/proc/24602/task/24611/stat : 24611 (java) R 24600 24602 24167 0 -1 64 4430 0 0 0 76 2 0 0 20 0 12 0 117722400 1839398912 16189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336858 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24612] ppid=24600 vsize=1796288 CPUtime=0.65
/proc/24602/task/24612/stat : 24612 (java) S 24600 24602 24167 0 -1 64 3822 0 0 0 63 2 0 0 18 0 12 0 117722400 1839398912 16189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24613] ppid=24600 vsize=1796288 CPUtime=0
/proc/24602/task/24613/stat : 24613 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117722400 1839398912 16189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24614] ppid=24600 vsize=1796288 CPUtime=0
/proc/24602/task/24614/stat : 24614 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117722400 1839398912 16189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 1796288

[startup+3.10125 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 24614
/proc/meminfo: memFree=1685392/2055920 swapFree=4184500/4192956
[pid=24602] ppid=24600 vsize=1794380 CPUtime=4.07
/proc/24602/stat : 24602 (java) S 24600 24602 24167 0 -1 0 52475 0 1 0 384 23 0 0 18 0 12 0 117722390 1837445120 47482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24602/statm: 448595 47482 1324 9 0 446207 0
[pid=24602/tid=24604] ppid=24600 vsize=1794380 CPUtime=2.31
/proc/24602/task/24604/stat : 24604 (java) R 24600 24602 24167 0 -1 64 37677 0 1 0 217 14 0 0 25 0 12 0 117722392 1837445120 47482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109504965 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24605] ppid=24600 vsize=1794380 CPUtime=0.1
/proc/24602/task/24605/stat : 24605 (java) S 24600 24602 24167 0 -1 64 2972 0 0 0 9 1 0 0 16 0 12 0 117722393 1837445120 47482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24606] ppid=24600 vsize=1794380 CPUtime=0.1
/proc/24602/task/24606/stat : 24606 (java) S 24600 24602 24167 0 -1 64 2799 0 0 0 9 1 0 0 17 0 12 0 117722393 1837445120 47482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24607] ppid=24600 vsize=1794380 CPUtime=0
/proc/24602/task/24607/stat : 24607 (java) S 24600 24602 24167 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 117722395 1837445120 47482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24608] ppid=24600 vsize=1794380 CPUtime=0
/proc/24602/task/24608/stat : 24608 (java) S 24600 24602 24167 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 117722396 1837445120 47482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24609] ppid=24600 vsize=1794380 CPUtime=0
/proc/24602/task/24609/stat : 24609 (java) S 24600 24602 24167 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117722396 1837445120 47482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24610] ppid=24600 vsize=1794380 CPUtime=0
/proc/24602/task/24610/stat : 24610 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 117722400 1837445120 47482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24611] ppid=24600 vsize=1794380 CPUtime=0.85
/proc/24602/task/24611/stat : 24611 (java) S 24600 24602 24167 0 -1 64 4478 0 0 0 83 2 0 0 16 0 12 0 117722400 1837445120 47482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24612] ppid=24600 vsize=1794380 CPUtime=0.67
/proc/24602/task/24612/stat : 24612 (java) S 24600 24602 24167 0 -1 64 3823 0 0 0 65 2 0 0 16 0 12 0 117722400 1837445120 47482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24613] ppid=24600 vsize=1794380 CPUtime=0
/proc/24602/task/24613/stat : 24613 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117722400 1837445120 47482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24614] ppid=24600 vsize=1794380 CPUtime=0
/proc/24602/task/24614/stat : 24614 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117722400 1837445120 47482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 1794380

[startup+6.30253 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 24615
/proc/meminfo: memFree=1579080/2055920 swapFree=4184500/4192956
[pid=24602] ppid=24600 vsize=1795092 CPUtime=7.93
/proc/24602/stat : 24602 (java) S 24600 24602 24167 0 -1 0 65355 0 1 0 763 30 0 0 18 0 13 0 117722390 1838174208 58526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24602/statm: 448773 58526 1334 9 0 446385 0
[pid=24602/tid=24604] ppid=24600 vsize=1795092 CPUtime=5.14
/proc/24602/task/24604/stat : 24604 (java) R 24600 24602 24167 0 -1 64 37712 0 1 0 500 14 0 0 22 0 13 0 117722392 1838174208 58526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109902115 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24605] ppid=24600 vsize=1795092 CPUtime=0.31
/proc/24602/task/24605/stat : 24605 (java) S 24600 24602 24167 0 -1 64 9416 0 0 0 27 4 0 0 18 0 13 0 117722393 1838174208 58526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24606] ppid=24600 vsize=1795092 CPUtime=0.31
/proc/24602/task/24606/stat : 24606 (java) S 24600 24602 24167 0 -1 64 8570 0 0 0 27 4 0 0 16 0 13 0 117722393 1838174208 58526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24607] ppid=24600 vsize=1795092 CPUtime=0
/proc/24602/task/24607/stat : 24607 (java) S 24600 24602 24167 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 117722395 1838174208 58526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24608] ppid=24600 vsize=1795092 CPUtime=0
/proc/24602/task/24608/stat : 24608 (java) S 24600 24602 24167 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117722396 1838174208 58526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24609] ppid=24600 vsize=1795092 CPUtime=0
/proc/24602/task/24609/stat : 24609 (java) S 24600 24602 24167 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117722396 1838174208 58526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24610] ppid=24600 vsize=1795092 CPUtime=0
/proc/24602/task/24610/stat : 24610 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117722400 1838174208 58526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24611] ppid=24600 vsize=1795092 CPUtime=1.11
/proc/24602/task/24611/stat : 24611 (java) S 24600 24602 24167 0 -1 64 4520 0 0 0 109 2 0 0 16 0 13 0 117722400 1838174208 58526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24612] ppid=24600 vsize=1795092 CPUtime=1
/proc/24602/task/24612/stat : 24612 (java) S 24600 24602 24167 0 -1 64 4406 0 0 0 98 2 0 0 17 0 13 0 117722400 1838174208 58526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24613] ppid=24600 vsize=1795092 CPUtime=0
/proc/24602/task/24613/stat : 24613 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117722400 1838174208 58526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24614] ppid=24600 vsize=1795092 CPUtime=0
/proc/24602/task/24614/stat : 24614 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117722400 1838174208 58526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24615] ppid=24600 vsize=1795092 CPUtime=0
/proc/24602/task/24615/stat : 24615 (java) S 24600 24602 24167 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 117722856 1838174208 58526 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 1795092

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 24615
/proc/meminfo: memFree=1568264/2055920 swapFree=4184500/4192956
[pid=24602] ppid=24600 vsize=1795732 CPUtime=14.81
/proc/24602/stat : 24602 (java) S 24600 24602 24167 0 -1 0 68876 0 1 0 1448 33 0 0 18 0 13 0 117722390 1838829568 61237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24602/statm: 448933 61237 1334 9 0 446545 0
[pid=24602/tid=24604] ppid=24600 vsize=1795732 CPUtime=11.2
/proc/24602/task/24604/stat : 24604 (java) R 24600 24602 24167 0 -1 64 37719 0 1 0 1105 15 0 0 25 0 13 0 117722392 1838829568 61237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109883900 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24605] ppid=24600 vsize=1795732 CPUtime=0.57
/proc/24602/task/24605/stat : 24605 (java) S 24600 24602 24167 0 -1 64 11266 0 0 0 52 5 0 0 16 0 13 0 117722393 1838829568 61237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24606] ppid=24600 vsize=1795732 CPUtime=0.58
/proc/24602/task/24606/stat : 24606 (java) S 24600 24602 24167 0 -1 64 10207 0 0 0 52 6 0 0 16 0 13 0 117722393 1838829568 61237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24607] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24607/stat : 24607 (java) S 24600 24602 24167 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 117722395 1838829568 61237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24608] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24608/stat : 24608 (java) S 24600 24602 24167 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117722396 1838829568 61237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24609] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24609/stat : 24609 (java) S 24600 24602 24167 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117722396 1838829568 61237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24610] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24610/stat : 24610 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117722400 1838829568 61237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24611] ppid=24600 vsize=1795732 CPUtime=1.24
/proc/24602/task/24611/stat : 24611 (java) S 24600 24602 24167 0 -1 64 4529 0 0 0 122 2 0 0 16 0 13 0 117722400 1838829568 61237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24612] ppid=24600 vsize=1795732 CPUtime=1.17
/proc/24602/task/24612/stat : 24612 (java) S 24600 24602 24167 0 -1 64 4424 0 0 0 115 2 0 0 15 0 13 0 117722400 1838829568 61237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24613] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24613/stat : 24613 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117722400 1838829568 61237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24614] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24614/stat : 24614 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117722400 1838829568 61237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24615] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24615/stat : 24615 (java) S 24600 24602 24167 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 117722856 1838829568 61237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.81
Current children cumulated vsize (KiB) 1795732

[startup+25.5022 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 24615
/proc/meminfo: memFree=1568200/2055920 swapFree=4184500/4192956
[pid=24602] ppid=24600 vsize=1795732 CPUtime=28.19
/proc/24602/stat : 24602 (java) S 24600 24602 24167 0 -1 0 69036 0 1 0 2786 33 0 0 18 0 13 0 117722390 1838829568 61376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24602/statm: 448933 61376 1334 9 0 446545 0
[pid=24602/tid=24604] ppid=24600 vsize=1795732 CPUtime=23.4
/proc/24602/task/24604/stat : 24604 (java) R 24600 24602 24167 0 -1 64 37724 0 1 0 2325 15 0 0 21 0 13 0 117722392 1838829568 61376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109897756 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24605] ppid=24600 vsize=1795732 CPUtime=1.14
/proc/24602/task/24605/stat : 24605 (java) S 24600 24602 24167 0 -1 64 11364 0 0 0 109 5 0 0 16 0 13 0 117722393 1838829568 61376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24606] ppid=24600 vsize=1795732 CPUtime=1.14
/proc/24602/task/24606/stat : 24606 (java) S 24600 24602 24167 0 -1 64 10261 0 0 0 108 6 0 0 16 0 13 0 117722393 1838829568 61376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24607] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24607/stat : 24607 (java) S 24600 24602 24167 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 117722395 1838829568 61376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24608] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24608/stat : 24608 (java) S 24600 24602 24167 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117722396 1838829568 61376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=24602] ppid=24600 vsize=1795732 CPUtime=1616.32
/proc/24602/stat : 24602 (java) S 24600 24602 24167 0 -1 0 169090 0 1 0 161475 157 0 0 18 0 13 0 117722390 1838829568 78095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24602/statm: 448933 78095 1334 9 0 446545 0
[pid=24602/tid=24604] ppid=24600 vsize=1795732 CPUtime=1585.56
/proc/24602/task/24604/stat : 24604 (java) R 24600 24602 24167 0 -1 64 63643 0 1 0 158508 48 0 0 25 0 13 0 117722392 1838829568 78095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109883514 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24605] ppid=24600 vsize=1795732 CPUtime=13.78
/proc/24602/task/24605/stat : 24605 (java) S 24600 24602 24167 0 -1 64 48726 0 0 0 1341 37 0 0 16 0 13 0 117722393 1838829568 78095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24606] ppid=24600 vsize=1795732 CPUtime=13.76
/proc/24602/task/24606/stat : 24606 (java) S 24600 24602 24167 0 -1 64 46888 0 0 0 1340 36 0 0 15 0 13 0 117722393 1838829568 78095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24607] ppid=24600 vsize=1795732 CPUtime=0.64
/proc/24602/task/24607/stat : 24607 (java) S 24600 24602 24167 0 -1 64 153 0 0 0 36 28 0 0 16 0 13 0 117722395 1838829568 78095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24608] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24608/stat : 24608 (java) S 24600 24602 24167 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117722396 1838829568 78095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24609] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24609/stat : 24609 (java) S 24600 24602 24167 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117722396 1838829568 78095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24610] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24610/stat : 24610 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117722400 1838829568 78095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24611] ppid=24600 vsize=1795732 CPUtime=1.27
/proc/24602/task/24611/stat : 24611 (java) S 24600 24602 24167 0 -1 64 4530 0 0 0 125 2 0 0 17 0 13 0 117722400 1838829568 78095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24612] ppid=24600 vsize=1795732 CPUtime=1.22
/proc/24602/task/24612/stat : 24612 (java) S 24600 24602 24167 0 -1 64 4426 0 0 0 120 2 0 0 16 0 13 0 117722400 1838829568 78095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24613] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24613/stat : 24613 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117722400 1838829568 78095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24614] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24614/stat : 24614 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117722400 1838829568 78095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24615] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24615/stat : 24615 (java) S 24600 24602 24167 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 117722856 1838829568 78095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1616.32
Current children cumulated vsize (KiB) 1795732

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 24815
/proc/meminfo: memFree=1500808/2055920 swapFree=4184500/4192956
[pid=24602] ppid=24600 vsize=1795732 CPUtime=1676.83
/proc/24602/stat : 24602 (java) S 24600 24602 24167 0 -1 0 170341 0 1 0 167522 161 0 0 18 0 13 0 117722390 1838829568 77826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24602/statm: 448933 77826 1334 9 0 446545 0
[pid=24602/tid=24604] ppid=24600 vsize=1795732 CPUtime=1644.94
/proc/24602/task/24604/stat : 24604 (java) R 24600 24602 24167 0 -1 64 63767 0 1 0 164444 50 0 0 25 0 13 0 117722392 1838829568 77826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109883416 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24605] ppid=24600 vsize=1795732 CPUtime=14.34
/proc/24602/task/24605/stat : 24605 (java) S 24600 24602 24167 0 -1 64 49471 0 0 0 1396 38 0 0 16 0 13 0 117722393 1838829568 77826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24606] ppid=24600 vsize=1795732 CPUtime=14.33
/proc/24602/task/24606/stat : 24606 (java) S 24600 24602 24167 0 -1 64 47263 0 0 0 1396 37 0 0 15 0 13 0 117722393 1838829568 77826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24607] ppid=24600 vsize=1795732 CPUtime=0.65
/proc/24602/task/24607/stat : 24607 (java) S 24600 24602 24167 0 -1 64 160 0 0 0 37 28 0 0 16 0 13 0 117722395 1838829568 77826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24608] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24608/stat : 24608 (java) S 24600 24602 24167 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117722396 1838829568 77826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24609] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24609/stat : 24609 (java) S 24600 24602 24167 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117722396 1838829568 77826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24610] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24610/stat : 24610 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117722400 1838829568 77826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24611] ppid=24600 vsize=1795732 CPUtime=1.27
/proc/24602/task/24611/stat : 24611 (java) S 24600 24602 24167 0 -1 64 4530 0 0 0 125 2 0 0 17 0 13 0 117722400 1838829568 77826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24612] ppid=24600 vsize=1795732 CPUtime=1.22
/proc/24602/task/24612/stat : 24612 (java) S 24600 24602 24167 0 -1 64 4426 0 0 0 120 2 0 0 16 0 13 0 117722400 1838829568 77826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24613] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24613/stat : 24613 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117722400 1838829568 77826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24614] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24614/stat : 24614 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117722400 1838829568 77826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24615] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24615/stat : 24615 (java) S 24600 24602 24167 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 117722856 1838829568 77826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1676.83
Current children cumulated vsize (KiB) 1795732

[startup+1722.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/77 24815
/proc/meminfo: memFree=1494344/2055920 swapFree=4184500/4192956
[pid=24602] ppid=24600 vsize=1795732 CPUtime=1737.29
/proc/24602/stat : 24602 (java) S 24600 24602 24167 0 -1 0 173110 0 1 0 173565 164 0 0 18 0 13 0 117722390 1838829568 79421 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24602/statm: 448933 79421 1334 9 0 446545 0
[pid=24602/tid=24604] ppid=24600 vsize=1795732 CPUtime=1704.36
/proc/24602/task/24604/stat : 24604 (java) R 24600 24602 24167 0 -1 64 65525 0 1 0 170385 51 0 0 25 0 13 0 117722392 1838829568 79421 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109882273 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24605] ppid=24600 vsize=1795732 CPUtime=14.85
/proc/24602/task/24605/stat : 24605 (java) S 24600 24602 24167 0 -1 64 49956 0 0 0 1447 38 0 0 16 0 13 0 117722393 1838829568 79421 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24606] ppid=24600 vsize=1795732 CPUtime=14.85
/proc/24602/task/24606/stat : 24606 (java) S 24600 24602 24167 0 -1 64 47783 0 0 0 1447 38 0 0 16 0 13 0 117722393 1838829568 79421 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24607] ppid=24600 vsize=1795732 CPUtime=0.67
/proc/24602/task/24607/stat : 24607 (java) S 24600 24602 24167 0 -1 64 166 0 0 0 38 29 0 0 15 0 13 0 117722395 1838829568 79421 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24608] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24608/stat : 24608 (java) S 24600 24602 24167 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117722396 1838829568 79421 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24609] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24609/stat : 24609 (java) S 24600 24602 24167 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117722396 1838829568 79421 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24610] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24610/stat : 24610 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117722400 1838829568 79421 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24611] ppid=24600 vsize=1795732 CPUtime=1.27
/proc/24602/task/24611/stat : 24611 (java) S 24600 24602 24167 0 -1 64 4530 0 0 0 125 2 0 0 17 0 13 0 117722400 1838829568 79421 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24612] ppid=24600 vsize=1795732 CPUtime=1.22
/proc/24602/task/24612/stat : 24612 (java) S 24600 24602 24167 0 -1 64 4426 0 0 0 120 2 0 0 16 0 13 0 117722400 1838829568 79421 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24613] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24613/stat : 24613 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117722400 1838829568 79421 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24614] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24614/stat : 24614 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117722400 1838829568 79421 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24615] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24615/stat : 24615 (java) S 24600 24602 24167 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 117722856 1838829568 79421 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1737.29
Current children cumulated vsize (KiB) 1795732

[startup+1782.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/77 24815
/proc/meminfo: memFree=1488264/2055920 swapFree=4184500/4192956
[pid=24602] ppid=24600 vsize=1795732 CPUtime=1797.71
/proc/24602/stat : 24602 (java) S 24600 24602 24167 0 -1 0 175784 0 1 0 179605 166 0 0 18 0 13 0 117722390 1838829568 80927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24602/statm: 448933 80927 1334 9 0 446545 0
[pid=24602/tid=24604] ppid=24600 vsize=1795732 CPUtime=1763.76
/proc/24602/task/24604/stat : 24604 (java) R 24600 24602 24167 0 -1 64 66763 0 1 0 176325 51 0 0 25 0 13 0 117722392 1838829568 80927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109897488 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24605] ppid=24600 vsize=1795732 CPUtime=15.34
/proc/24602/task/24605/stat : 24605 (java) S 24600 24602 24167 0 -1 64 50805 0 0 0 1496 38 0 0 16 0 13 0 117722393 1838829568 80927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24606] ppid=24600 vsize=1795732 CPUtime=15.34
/proc/24602/task/24606/stat : 24606 (java) S 24600 24602 24167 0 -1 64 48362 0 0 0 1496 38 0 0 16 0 13 0 117722393 1838829568 80927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24607] ppid=24600 vsize=1795732 CPUtime=0.69
/proc/24602/task/24607/stat : 24607 (java) S 24600 24602 24167 0 -1 64 174 0 0 0 39 30 0 0 15 0 13 0 117722395 1838829568 80927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24608] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24608/stat : 24608 (java) S 24600 24602 24167 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117722396 1838829568 80927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24609] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24609/stat : 24609 (java) S 24600 24602 24167 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117722396 1838829568 80927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24610] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24610/stat : 24610 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117722400 1838829568 80927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24611] ppid=24600 vsize=1795732 CPUtime=1.27
/proc/24602/task/24611/stat : 24611 (java) S 24600 24602 24167 0 -1 64 4530 0 0 0 125 2 0 0 17 0 13 0 117722400 1838829568 80927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24612] ppid=24600 vsize=1795732 CPUtime=1.22
/proc/24602/task/24612/stat : 24612 (java) S 24600 24602 24167 0 -1 64 4426 0 0 0 120 2 0 0 16 0 13 0 117722400 1838829568 80927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24613] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24613/stat : 24613 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117722400 1838829568 80927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24614] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24614/stat : 24614 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117722400 1838829568 80927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24615] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24615/stat : 24615 (java) S 24600 24602 24167 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 117722856 1838829568 80927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.71
Current children cumulated vsize (KiB) 1795732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.6 s]
/proc/loadavg: 1.05 1.02 1.00 2/77 24815
/proc/meminfo: memFree=1488328/2055920 swapFree=4184500/4192956
[pid=24602] ppid=24600 vsize=1795732 CPUtime=1800.03
/proc/24602/stat : 24602 (java) S 24600 24602 24167 0 -1 0 175827 0 1 0 179837 166 0 0 18 0 13 0 117722390 1838829568 80919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24602/statm: 448933 80919 1334 9 0 446545 0
[pid=24602/tid=24604] ppid=24600 vsize=1795732 CPUtime=1766.04
/proc/24602/task/24604/stat : 24604 (java) R 24600 24602 24167 0 -1 64 66766 0 1 0 176553 51 0 0 25 0 13 0 117722392 1838829568 80919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109897862 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24605] ppid=24600 vsize=1795732 CPUtime=15.37
/proc/24602/task/24605/stat : 24605 (java) S 24600 24602 24167 0 -1 64 50838 0 0 0 1498 39 0 0 16 0 13 0 117722393 1838829568 80919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24606] ppid=24600 vsize=1795732 CPUtime=15.36
/proc/24602/task/24606/stat : 24606 (java) S 24600 24602 24167 0 -1 64 48369 0 0 0 1498 38 0 0 16 0 13 0 117722393 1838829568 80919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24607] ppid=24600 vsize=1795732 CPUtime=0.69
/proc/24602/task/24607/stat : 24607 (java) S 24600 24602 24167 0 -1 64 174 0 0 0 39 30 0 0 16 0 13 0 117722395 1838829568 80919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24608] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24608/stat : 24608 (java) S 24600 24602 24167 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117722396 1838829568 80919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24609] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24609/stat : 24609 (java) S 24600 24602 24167 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117722396 1838829568 80919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24610] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24610/stat : 24610 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117722400 1838829568 80919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24611] ppid=24600 vsize=1795732 CPUtime=1.27
/proc/24602/task/24611/stat : 24611 (java) S 24600 24602 24167 0 -1 64 4530 0 0 0 125 2 0 0 17 0 13 0 117722400 1838829568 80919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24612] ppid=24600 vsize=1795732 CPUtime=1.22
/proc/24602/task/24612/stat : 24612 (java) S 24600 24602 24167 0 -1 64 4426 0 0 0 120 2 0 0 16 0 13 0 117722400 1838829568 80919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24613] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24613/stat : 24613 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117722400 1838829568 80919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24602/tid=24614] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24614/stat : 24614 (java) S 24600 24602 24167 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117722400 1838829568 80919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24602/tid=24615] ppid=24600 vsize=1795732 CPUtime=0
/proc/24602/task/24615/stat : 24615 (java) S 24600 24602 24167 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 117722856 1838829568 80919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1795732

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

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

Child status: 143
Real time (s): 1784.69
CPU time (s): 1800.13
CPU user time (s): 1798.41
CPU system time (s): 1.72174
CPU usage (%): 100.865
Max. virtual memory (cumulated for all children) (KiB): 1796288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.41
system time used= 1.72174
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175857
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= 63299
involuntary context switches= 39413

runsolver used 1.9577 second user time and 5.2722 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Mon Apr 16 04:35:05 UTC 2007

IDJOB= 354183
IDBENCH= 2377
IDSOLVER= 159
FILE ID= node41/354183-1176698105

PBS_JOBID= 4560035

Free space on /tmp= 66518 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  85f7c2e2894ed59f685fa11d94ed0974

RANDOM SEED= 190064366

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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:       1809608 kB
Buffers:         12628 kB
Cached:         161688 kB
SwapCached:       2824 kB
Active:          86892 kB
Inactive:        98284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1809608 kB
SwapTotal:     4192956 kB
SwapFree:      4184500 kB
Dirty:            8480 kB
Writeback:           0 kB
Mapped:          16792 kB
Slab:            47068 kB
Committed_AS:  2358644 kB
PageTables:       1480 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= 66518 MiB

End job on node41 on Mon Apr 16 05:04:52 UTC 2007