Trace number 348263

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.11 1794.56

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-degen3.opb
MD5SUM869a8e6f75acef89713c9145ce005816
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables54540
Total number of constraints1503
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 constraints1503
Minimum length of a constraint60
Maximum length of a constraint6090
Number of terms in the objective function 47190
Biggest coefficient in the objective function 1547
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 563727
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 131073
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 563727
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.06/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.13/0.20	c no version file found!!!
0.13/0.20	c sun.arch.data.model	32
0.13/0.20	c java.version	1.6.0
0.13/0.20	c os.name	Linux
0.13/0.20	c os.version	2.6.9-34.ELsmp
0.13/0.20	c os.arch	i386
0.13/0.20	c Free memory 1651659224
0.13/0.20	c Max memory 1654456320
0.13/0.20	c Total memory 1654456320
0.13/0.20	c Number of processors 2
0.13/0.26	--- Begin Solver configuration ---
0.13/0.26	c Stops conflict analysis at the first Unique Implication Point
0.13/0.26	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.13/0.26	c Learn all clauses as in MiniSAT
0.13/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.26	c VSIDS like heuristics from MiniSAT using a heap
0.13/0.26	c No reason simplification
0.13/0.26	c --- End Solver configuration ---
0.13/0.26	c solving /tmp/evaluation/348263-1176575242/instance-348263-1176575242.opb
0.13/0.26	c reading problem ... 
7.00/5.79	c ... done. Wall clock time 5.536s.
7.00/5.79	c CPU time (experimental) 4.57s.
7.00/5.79	c #vars     54540
7.00/5.79	c #constraints  2220
1800.04/1794.52	c starts		: 11
1800.04/1794.52	c conflicts		: 11813
1800.04/1794.52	c decisions		: 86068
1800.04/1794.52	c propagations		: 17303107
1800.04/1794.52	c inspects		: 130185424
1800.04/1794.52	c learnt literals	: 0
1800.04/1794.52	c learnt binary clauses	: 1
1800.04/1794.52	c learnt ternary clauses	: 1
1800.04/1794.52	c learnt clauses	: 11813
1800.04/1794.52	c root simplifications	: 0
1800.04/1794.52	c removed literals (reason simplification)	: 0
1800.04/1794.52	c reason swapping (by a shorter reason)	: 0
1800.04/1794.52	c Calls to reduceDB	: 0
1800.04/1794.52	c speed (decisions/second)	: 48.125833498751675
1800.04/1794.52	c non guided choices	0
1800.04/1794.52	s UNKNOWN
1800.04/1794.52	c Total wall clock time (ms): 1794.269

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/node76/watcher-348263-1176575242 -o ROOT/results/node76/solver-348263-1176575242 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348263-1176575242/sat4jPseudoResolution.jar /tmp/evaluation/348263-1176575242/instance-348263-1176575242.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.92 0.97 0.99 2/69 23245
/proc/meminfo: memFree=1638176/2055888 swapFree=4095388/4096564
[pid=23245] ppid=23243 vsize=18572 CPUtime=0
/proc/23245/stat : 23245 (runsolver) R 23243 23245 9231 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 105438782 19017728 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 206843737111 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23245/statm: 4643 292 257 24 0 2626 0

[startup+0.106716 s]
/proc/loadavg: 0.92 0.97 0.99 2/69 23245
/proc/meminfo: memFree=1638176/2055888 swapFree=4095388/4096564
[pid=23245] ppid=23243 vsize=1777712 CPUtime=0.06
/proc/23245/stat : 23245 (java) S 23243 23245 9231 0 -1 0 3761 0 23 0 4 2 0 0 18 0 7 0 105438782 1820377088 3529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/23245/statm: 444428 3529 1086 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777712

[startup+0.202734 s]
/proc/loadavg: 0.92 0.97 0.99 2/69 23245
/proc/meminfo: memFree=1638176/2055888 swapFree=4095388/4096564
[pid=23245] ppid=23243 vsize=1780432 CPUtime=0.13
/proc/23245/stat : 23245 (java) S 23243 23245 9231 0 -1 0 4370 0 23 0 10 3 0 0 18 0 12 0 105438782 1823162368 4137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23245/statm: 445108 4137 1226 9 0 442719 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 1780432

[startup+0.301753 s]
/proc/loadavg: 0.92 0.97 0.99 2/69 23245
/proc/meminfo: memFree=1638176/2055888 swapFree=4095388/4096564
[pid=23245] ppid=23243 vsize=1781532 CPUtime=0.23
/proc/23245/stat : 23245 (java) S 23243 23245 9231 0 -1 0 5398 0 23 0 20 3 0 0 18 0 12 0 105438782 1824288768 5162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23245/statm: 445383 5162 1247 9 0 442994 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1781532

[startup+0.70283 s]
/proc/loadavg: 0.92 0.97 0.99 2/69 23245
/proc/meminfo: memFree=1638176/2055888 swapFree=4095388/4096564
[pid=23245] ppid=23243 vsize=1783572 CPUtime=0.89
/proc/23245/stat : 23245 (java) S 23243 23245 9231 0 -1 0 9351 0 23 0 84 5 0 0 18 0 12 0 105438782 1826377728 8651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23245/statm: 445893 8651 1297 9 0 443504 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783572

[startup+1.50198 s]
/proc/loadavg: 0.92 0.97 0.99 3/81 23257
/proc/meminfo: memFree=1586368/2055888 swapFree=4095388/4096564
[pid=23245] ppid=23243 vsize=1783572 CPUtime=1.96
/proc/23245/stat : 23245 (java) S 23243 23245 9231 0 -1 0 24534 0 23 0 185 11 0 0 18 0 12 0 105438782 1826377728 23833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23245/statm: 445893 23834 1308 9 0 443504 0
[pid=23245/tid=23247] ppid=23243 vsize=1783572 CPUtime=1.15
/proc/23245/task/23247/stat : 23247 (java) R 23243 23245 9231 0 -1 64 22319 0 1 0 106 9 0 0 24 0 12 0 105438786 1826377728 23835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109542246 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23248] ppid=23243 vsize=1783572 CPUtime=0
/proc/23245/task/23248/stat : 23248 (java) S 23243 23245 9231 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 105438787 1826377728 23835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23249] ppid=23243 vsize=1783572 CPUtime=0
/proc/23245/task/23249/stat : 23249 (java) S 23243 23245 9231 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 105438787 1826377728 23836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23250] ppid=23243 vsize=1783572 CPUtime=0
/proc/23245/task/23250/stat : 23250 (java) S 23243 23245 9231 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 105438790 1826377728 23837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23251] ppid=23243 vsize=1783572 CPUtime=0
/proc/23245/task/23251/stat : 23251 (java) S 23243 23245 9231 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 105438790 1826377728 23838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23252] ppid=23243 vsize=1783572 CPUtime=0
/proc/23245/task/23252/stat : 23252 (java) S 23243 23245 9231 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 105438790 1826377728 23839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23253] ppid=23243 vsize=1783572 CPUtime=0
/proc/23245/task/23253/stat : 23253 (java) S 23243 23245 9231 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 105438794 1826377728 23840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23254] ppid=23243 vsize=1783572 CPUtime=0.4
/proc/23245/task/23254/stat : 23254 (java) S 23243 23245 9231 0 -1 64 982 0 0 0 40 0 0 0 16 0 12 0 105438794 1826377728 23840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23255] ppid=23243 vsize=1783572 CPUtime=0.38
/proc/23245/task/23255/stat : 23255 (java) S 23243 23245 9231 0 -1 64 538 0 0 0 38 0 0 0 16 0 12 0 105438794 1826377728 23841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23256] ppid=23243 vsize=1783572 CPUtime=0
/proc/23245/task/23256/stat : 23256 (java) S 23243 23245 9231 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 105438794 1826377728 23842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23257] ppid=23243 vsize=1783572 CPUtime=0
/proc/23245/task/23257/stat : 23257 (java) S 23243 23245 9231 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 105438794 1826377728 23843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1783572

[startup+3.1049 s]
/proc/loadavg: 0.92 0.97 0.99 2/81 23257
/proc/meminfo: memFree=1458560/2055888 swapFree=4095388/4096564
[pid=23245] ppid=23243 vsize=1783572 CPUtime=3.68
/proc/23245/stat : 23245 (java) S 23243 23245 9231 0 -1 0 46014 0 23 0 348 20 0 0 18 0 12 0 105438782 1826377728 45251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23245/statm: 445893 45251 1318 9 0 443504 0
[pid=23245/tid=23247] ppid=23243 vsize=1783572 CPUtime=2.63
/proc/23245/task/23247/stat : 23247 (java) R 23243 23245 9231 0 -1 64 37667 0 1 0 247 16 0 0 25 0 12 0 105438786 1826377728 45251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109498699 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23248] ppid=23243 vsize=1783572 CPUtime=0.11
/proc/23245/task/23248/stat : 23248 (java) S 23243 23245 9231 0 -1 64 3425 0 0 0 10 1 0 0 16 0 12 0 105438787 1826377728 45251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23249] ppid=23243 vsize=1783572 CPUtime=0.11
/proc/23245/task/23249/stat : 23249 (java) S 23243 23245 9231 0 -1 64 2700 0 0 0 10 1 0 0 17 0 12 0 105438787 1826377728 45251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23250] ppid=23243 vsize=1783572 CPUtime=0
/proc/23245/task/23250/stat : 23250 (java) S 23243 23245 9231 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 105438790 1826377728 45251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23251] ppid=23243 vsize=1783572 CPUtime=0
/proc/23245/task/23251/stat : 23251 (java) S 23243 23245 9231 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 105438790 1826377728 45251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23252] ppid=23243 vsize=1783572 CPUtime=0
/proc/23245/task/23252/stat : 23252 (java) S 23243 23245 9231 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 105438790 1826377728 45251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23253] ppid=23243 vsize=1783572 CPUtime=0
/proc/23245/task/23253/stat : 23253 (java) S 23243 23245 9231 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 105438794 1826377728 45251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23254] ppid=23243 vsize=1783572 CPUtime=0.41
/proc/23245/task/23254/stat : 23254 (java) S 23243 23245 9231 0 -1 64 982 0 0 0 41 0 0 0 16 0 12 0 105438794 1826377728 45251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23255] ppid=23243 vsize=1783572 CPUtime=0.38
/proc/23245/task/23255/stat : 23255 (java) S 23243 23245 9231 0 -1 64 539 0 0 0 38 0 0 0 16 0 12 0 105438794 1826377728 45251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23256] ppid=23243 vsize=1783572 CPUtime=0
/proc/23245/task/23256/stat : 23256 (java) S 23243 23245 9231 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 105438794 1826377728 45251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23257] ppid=23243 vsize=1783572 CPUtime=0
/proc/23245/task/23257/stat : 23257 (java) S 23243 23245 9231 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 105438794 1826377728 45251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 1783572

[startup+6.30292 s]
/proc/loadavg: 1.01 0.98 0.99 2/81 23257
/proc/meminfo: memFree=1403072/2055888 swapFree=4095388/4096564
[pid=23245] ppid=23243 vsize=1787884 CPUtime=7.95
/proc/23245/stat : 23245 (java) S 23243 23245 9231 0 -1 0 66985 0 23 0 764 31 0 0 18 0 12 0 105438782 1830793216 62976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23245/statm: 446971 62976 1328 9 0 444582 0
[pid=23245/tid=23247] ppid=23243 vsize=1787884 CPUtime=4.95
/proc/23245/task/23247/stat : 23247 (java) R 23243 23245 9231 0 -1 64 37700 0 1 0 479 16 0 0 20 0 12 0 105438786 1830793216 62976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109835745 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23248] ppid=23243 vsize=1787884 CPUtime=0.78
/proc/23245/task/23248/stat : 23248 (java) S 23243 23245 9231 0 -1 64 14102 0 0 0 71 7 0 0 16 0 12 0 105438787 1830793216 62976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23249] ppid=23243 vsize=1787884 CPUtime=0.78
/proc/23245/task/23249/stat : 23249 (java) S 23243 23245 9231 0 -1 64 11996 0 0 0 72 6 0 0 16 0 12 0 105438787 1830793216 62976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23250] ppid=23243 vsize=1787884 CPUtime=0
/proc/23245/task/23250/stat : 23250 (java) S 23243 23245 9231 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 105438790 1830793216 62976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23251] ppid=23243 vsize=1787884 CPUtime=0
/proc/23245/task/23251/stat : 23251 (java) S 23243 23245 9231 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 105438790 1830793216 62976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23252] ppid=23243 vsize=1787884 CPUtime=0
/proc/23245/task/23252/stat : 23252 (java) S 23243 23245 9231 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 105438790 1830793216 62976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23253] ppid=23243 vsize=1787884 CPUtime=0
/proc/23245/task/23253/stat : 23253 (java) S 23243 23245 9231 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 105438794 1830793216 62976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23254] ppid=23243 vsize=1787884 CPUtime=0.74
/proc/23245/task/23254/stat : 23254 (java) S 23243 23245 9231 0 -1 64 1668 0 0 0 74 0 0 0 16 0 12 0 105438794 1830793216 62976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23255] ppid=23243 vsize=1787884 CPUtime=0.66
/proc/23245/task/23255/stat : 23255 (java) S 23243 23245 9231 0 -1 64 818 0 0 0 66 0 0 0 16 0 12 0 105438794 1830793216 62976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23256] ppid=23243 vsize=1787884 CPUtime=0
/proc/23245/task/23256/stat : 23256 (java) S 23243 23245 9231 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 105438794 1830793216 62976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23257] ppid=23243 vsize=1787884 CPUtime=0
/proc/23245/task/23257/stat : 23257 (java) S 23243 23245 9231 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 105438794 1830793216 62976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 1787884

[startup+12.7012 s]
/proc/loadavg: 1.01 0.98 0.99 3/82 23258
/proc/meminfo: memFree=1387768/2055888 swapFree=4095388/4096564
[pid=23245] ppid=23243 vsize=1787224 CPUtime=14.69
/proc/23245/stat : 23245 (java) S 23243 23245 9231 0 -1 0 67320 0 23 0 1437 32 0 0 18 0 13 0 105438782 1830117376 62787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23245/statm: 446806 62787 1329 9 0 444417 0
[pid=23245/tid=23247] ppid=23243 vsize=1787224 CPUtime=11.21
/proc/23245/task/23247/stat : 23247 (java) R 23243 23245 9231 0 -1 64 37712 0 1 0 1105 16 0 0 25 0 13 0 105438786 1830117376 62787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109182481 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23248] ppid=23243 vsize=1787224 CPUtime=0.78
/proc/23245/task/23248/stat : 23248 (java) S 23243 23245 9231 0 -1 64 14102 0 0 0 71 7 0 0 16 0 13 0 105438787 1830117376 62787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23249] ppid=23243 vsize=1787224 CPUtime=0.78
/proc/23245/task/23249/stat : 23249 (java) S 23243 23245 9231 0 -1 64 11996 0 0 0 72 6 0 0 16 0 13 0 105438787 1830117376 62787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23250] ppid=23243 vsize=1787224 CPUtime=0
/proc/23245/task/23250/stat : 23250 (java) S 23243 23245 9231 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 105438790 1830117376 62787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23251] ppid=23243 vsize=1787224 CPUtime=0
/proc/23245/task/23251/stat : 23251 (java) S 23243 23245 9231 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105438790 1830117376 62787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23252] ppid=23243 vsize=1787224 CPUtime=0
/proc/23245/task/23252/stat : 23252 (java) S 23243 23245 9231 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105438790 1830117376 62787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23253] ppid=23243 vsize=1787224 CPUtime=0
/proc/23245/task/23253/stat : 23253 (java) S 23243 23245 9231 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 105438794 1830117376 62787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23254] ppid=23243 vsize=1787224 CPUtime=0.97
/proc/23245/task/23254/stat : 23254 (java) S 23243 23245 9231 0 -1 64 1692 0 0 0 97 0 0 0 15 0 13 0 105438794 1830117376 62787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23255] ppid=23243 vsize=1787224 CPUtime=0.89
/proc/23245/task/23255/stat : 23255 (java) R 23243 23245 9231 0 -1 64 1112 0 0 0 89 0 0 0 16 0 13 0 105438794 1830117376 62787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105860216 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23256] ppid=23243 vsize=1787224 CPUtime=0
/proc/23245/task/23256/stat : 23256 (java) S 23243 23245 9231 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105438794 1830117376 62787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23257] ppid=23243 vsize=1787224 CPUtime=0
/proc/23245/task/23257/stat : 23257 (java) S 23243 23245 9231 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105438794 1830117376 62787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23258] ppid=23243 vsize=1787224 CPUtime=0
/proc/23245/task/23258/stat : 23258 (java) S 23243 23245 9231 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 105439455 1830117376 62787 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.69
Current children cumulated vsize (KiB) 1787224

[startup+25.5027 s]
/proc/loadavg: 1.00 0.98 0.99 2/82 23258
/proc/meminfo: memFree=1383800/2055888 swapFree=4095388/4096564
[pid=23245] ppid=23243 vsize=1787224 CPUtime=27.79
/proc/23245/stat : 23245 (java) S 23243 23245 9231 0 -1 0 68494 0 23 0 2746 33 0 0 18 0 13 0 105438782 1830117376 63887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23245/statm: 446806 63887 1329 9 0 444417 0
[pid=23245/tid=23247] ppid=23243 vsize=1787224 CPUtime=23.72
/proc/23245/task/23247/stat : 23247 (java) S 23243 23245 9231 0 -1 64 37714 0 1 0 2355 17 0 0 25 0 13 0 105438786 1830117376 63887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23248] ppid=23243 vsize=1787224 CPUtime=1.07
/proc/23245/task/23248/stat : 23248 (java) R 23243 23245 9231 0 -1 64 14864 0 0 0 100 7 0 0 17 0 13 0 105438787 1830117376 63887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105366895 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23249] ppid=23243 vsize=1787224 CPUtime=1.07
/proc/23245/task/23249/stat : 23249 (java) R 23243 23245 9231 0 -1 64 12406 0 0 0 101 6 0 0 17 0 13 0 105438787 1830117376 63887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105366895 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23250] ppid=23243 vsize=1787224 CPUtime=0
/proc/23245/task/23250/stat : 23250 (java) S 23243 23245 9231 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 105438790 1830117376 63887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23251] ppid=23243 vsize=1787224 CPUtime=0
/proc/23245/task/23251/stat : 23251 (java) S 23243 23245 9231 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105438790 1830117376 63887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23252] ppid=23243 vsize=1787224 CPUtime=0
/proc/23245/task/23252/stat : 23252 (java) S 23243 23245 9231 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105438790 1830117376 63887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=23245] ppid=23243 vsize=1787156 CPUtime=1607.4
/proc/23245/stat : 23245 (java) S 23243 23245 9231 0 -1 0 79871 0 23 0 160660 80 0 0 18 0 13 0 105438782 1830047744 34856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23245/statm: 446789 34856 1329 9 0 444400 0
[pid=23245/tid=23247] ppid=23243 vsize=1787156 CPUtime=1595.85
/proc/23245/task/23247/stat : 23247 (java) R 23243 23245 9231 0 -1 64 38751 0 1 0 159565 20 0 0 25 0 13 0 105438786 1830047744 34856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109664144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23248] ppid=23243 vsize=1787156 CPUtime=4.65
/proc/23245/task/23248/stat : 23248 (java) S 23243 23245 9231 0 -1 64 20779 0 0 0 440 25 0 0 16 0 13 0 105438787 1830047744 34856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23249] ppid=23243 vsize=1787156 CPUtime=4.61
/proc/23245/task/23249/stat : 23249 (java) S 23243 23245 9231 0 -1 64 16824 0 0 0 441 20 0 0 16 0 13 0 105438787 1830047744 34856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23250] ppid=23243 vsize=1787156 CPUtime=0.26
/proc/23245/task/23250/stat : 23250 (java) S 23243 23245 9231 0 -1 64 10 0 0 0 14 12 0 0 16 0 13 0 105438790 1830047744 34856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23251] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23251/stat : 23251 (java) S 23243 23245 9231 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105438790 1830047744 34856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23252] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23252/stat : 23252 (java) S 23243 23245 9231 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105438790 1830047744 34856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23253] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23253/stat : 23253 (java) S 23243 23245 9231 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 105438794 1830047744 34856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23254] ppid=23243 vsize=1787156 CPUtime=1.03
/proc/23245/task/23254/stat : 23254 (java) S 23243 23245 9231 0 -1 64 1694 0 0 0 103 0 0 0 16 0 13 0 105438794 1830047744 34856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23255] ppid=23243 vsize=1787156 CPUtime=0.94
/proc/23245/task/23255/stat : 23255 (java) S 23243 23245 9231 0 -1 64 1114 0 0 0 94 0 0 0 17 0 13 0 105438794 1830047744 34856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23256] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23256/stat : 23256 (java) S 23243 23245 9231 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105438794 1830047744 34856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23257] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23257/stat : 23257 (java) S 23243 23245 9231 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105438794 1830047744 34856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23258] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23258/stat : 23258 (java) S 23243 23245 9231 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 105439455 1830047744 34856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1607.4
Current children cumulated vsize (KiB) 1787156

[startup+1662.3 s]
/proc/loadavg: 1.00 0.98 0.99 2/82 23260
/proc/meminfo: memFree=1499128/2055888 swapFree=4095388/4096564
[pid=23245] ppid=23243 vsize=1787156 CPUtime=1667.53
/proc/23245/stat : 23245 (java) S 23243 23245 9231 0 -1 0 80042 0 23 0 166671 82 0 0 18 0 13 0 105438782 1830047744 34974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23245/statm: 446789 34974 1329 9 0 444400 0
[pid=23245/tid=23247] ppid=23243 vsize=1787156 CPUtime=1655.63
/proc/23245/task/23247/stat : 23247 (java) R 23243 23245 9231 0 -1 64 38803 0 1 0 165543 20 0 0 25 0 13 0 105438786 1830047744 34974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109869263 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23248] ppid=23243 vsize=1787156 CPUtime=4.82
/proc/23245/task/23248/stat : 23248 (java) S 23243 23245 9231 0 -1 64 20836 0 0 0 456 26 0 0 16 0 13 0 105438787 1830047744 34974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23249] ppid=23243 vsize=1787156 CPUtime=4.79
/proc/23245/task/23249/stat : 23249 (java) S 23243 23245 9231 0 -1 64 16886 0 0 0 458 21 0 0 16 0 13 0 105438787 1830047744 34974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23250] ppid=23243 vsize=1787156 CPUtime=0.27
/proc/23245/task/23250/stat : 23250 (java) S 23243 23245 9231 0 -1 64 10 0 0 0 15 12 0 0 15 0 13 0 105438790 1830047744 34974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23251] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23251/stat : 23251 (java) S 23243 23245 9231 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105438790 1830047744 34974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23252] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23252/stat : 23252 (java) S 23243 23245 9231 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105438790 1830047744 34974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23253] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23253/stat : 23253 (java) S 23243 23245 9231 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 105438794 1830047744 34974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23254] ppid=23243 vsize=1787156 CPUtime=1.03
/proc/23245/task/23254/stat : 23254 (java) S 23243 23245 9231 0 -1 64 1694 0 0 0 103 0 0 0 16 0 13 0 105438794 1830047744 34974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23255] ppid=23243 vsize=1787156 CPUtime=0.94
/proc/23245/task/23255/stat : 23255 (java) S 23243 23245 9231 0 -1 64 1114 0 0 0 94 0 0 0 17 0 13 0 105438794 1830047744 34974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23256] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23256/stat : 23256 (java) S 23243 23245 9231 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105438794 1830047744 34974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23257] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23257/stat : 23257 (java) S 23243 23245 9231 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105438794 1830047744 34974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23258] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23258/stat : 23258 (java) S 23243 23245 9231 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 105439455 1830047744 34974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1667.53
Current children cumulated vsize (KiB) 1787156

[startup+1722.3 s]
/proc/loadavg: 1.00 0.98 0.99 2/82 23260
/proc/meminfo: memFree=1498872/2055888 swapFree=4095388/4096564
[pid=23245] ppid=23243 vsize=1787156 CPUtime=1727.66
/proc/23245/stat : 23245 (java) S 23243 23245 9231 0 -1 0 80180 0 23 0 172682 84 0 0 18 0 13 0 105438782 1830047744 35059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23245/statm: 446789 35059 1329 9 0 444400 0
[pid=23245/tid=23247] ppid=23243 vsize=1787156 CPUtime=1715.42
/proc/23245/task/23247/stat : 23247 (java) R 23243 23245 9231 0 -1 64 38855 0 1 0 171521 21 0 0 25 0 13 0 105438786 1830047744 35059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109835119 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23248] ppid=23243 vsize=1787156 CPUtime=4.98
/proc/23245/task/23248/stat : 23248 (java) S 23243 23245 9231 0 -1 64 20876 0 0 0 472 26 0 0 16 0 13 0 105438787 1830047744 35059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23249] ppid=23243 vsize=1787156 CPUtime=4.95
/proc/23245/task/23249/stat : 23249 (java) S 23243 23245 9231 0 -1 64 16932 0 0 0 474 21 0 0 16 0 13 0 105438787 1830047744 35059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23250] ppid=23243 vsize=1787156 CPUtime=0.27
/proc/23245/task/23250/stat : 23250 (java) S 23243 23245 9231 0 -1 64 10 0 0 0 15 12 0 0 15 0 13 0 105438790 1830047744 35059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23251] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23251/stat : 23251 (java) S 23243 23245 9231 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105438790 1830047744 35059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23252] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23252/stat : 23252 (java) S 23243 23245 9231 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105438790 1830047744 35059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23253] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23253/stat : 23253 (java) S 23243 23245 9231 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 105438794 1830047744 35059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23254] ppid=23243 vsize=1787156 CPUtime=1.03
/proc/23245/task/23254/stat : 23254 (java) S 23243 23245 9231 0 -1 64 1694 0 0 0 103 0 0 0 16 0 13 0 105438794 1830047744 35059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23255] ppid=23243 vsize=1787156 CPUtime=0.94
/proc/23245/task/23255/stat : 23255 (java) S 23243 23245 9231 0 -1 64 1114 0 0 0 94 0 0 0 17 0 13 0 105438794 1830047744 35059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23256] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23256/stat : 23256 (java) S 23243 23245 9231 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105438794 1830047744 35059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23257] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23257/stat : 23257 (java) S 23243 23245 9231 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105438794 1830047744 35059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23258] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23258/stat : 23258 (java) S 23243 23245 9231 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 105439455 1830047744 35059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1727.66
Current children cumulated vsize (KiB) 1787156

[startup+1782.3 s]
/proc/loadavg: 1.00 0.98 0.99 2/82 23260
/proc/meminfo: memFree=1498616/2055888 swapFree=4095388/4096564
[pid=23245] ppid=23243 vsize=1787156 CPUtime=1787.81
/proc/23245/stat : 23245 (java) S 23243 23245 9231 0 -1 0 80344 0 23 0 178695 86 0 0 18 0 13 0 105438782 1830047744 35094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23245/statm: 446789 35094 1329 9 0 444400 0
[pid=23245/tid=23247] ppid=23243 vsize=1787156 CPUtime=1775.22
/proc/23245/task/23247/stat : 23247 (java) R 23243 23245 9231 0 -1 64 38904 0 1 0 177501 21 0 0 25 0 13 0 105438786 1830047744 35094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109869143 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23248] ppid=23243 vsize=1787156 CPUtime=5.14
/proc/23245/task/23248/stat : 23248 (java) S 23243 23245 9231 0 -1 64 20932 0 0 0 488 26 0 0 16 0 13 0 105438787 1830047744 35094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23249] ppid=23243 vsize=1787156 CPUtime=5.12
/proc/23245/task/23249/stat : 23249 (java) S 23243 23245 9231 0 -1 64 16991 0 0 0 490 22 0 0 16 0 13 0 105438787 1830047744 35094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23250] ppid=23243 vsize=1787156 CPUtime=0.29
/proc/23245/task/23250/stat : 23250 (java) S 23243 23245 9231 0 -1 64 10 0 0 0 16 13 0 0 16 0 13 0 105438790 1830047744 35094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23251] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23251/stat : 23251 (java) S 23243 23245 9231 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105438790 1830047744 35094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23252] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23252/stat : 23252 (java) S 23243 23245 9231 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105438790 1830047744 35094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23253] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23253/stat : 23253 (java) S 23243 23245 9231 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 105438794 1830047744 35094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23254] ppid=23243 vsize=1787156 CPUtime=1.03
/proc/23245/task/23254/stat : 23254 (java) S 23243 23245 9231 0 -1 64 1694 0 0 0 103 0 0 0 16 0 13 0 105438794 1830047744 35094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23255] ppid=23243 vsize=1787156 CPUtime=0.94
/proc/23245/task/23255/stat : 23255 (java) S 23243 23245 9231 0 -1 64 1114 0 0 0 94 0 0 0 17 0 13 0 105438794 1830047744 35094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23256] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23256/stat : 23256 (java) S 23243 23245 9231 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105438794 1830047744 35094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23257] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23257/stat : 23257 (java) S 23243 23245 9231 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105438794 1830047744 35094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23258] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23258/stat : 23258 (java) S 23243 23245 9231 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 105439455 1830047744 35094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1787.81
Current children cumulated vsize (KiB) 1787156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 1.00 0.98 0.99 2/82 23260
/proc/meminfo: memFree=1498552/2055888 swapFree=4095388/4096564
[pid=23245] ppid=23243 vsize=1787156 CPUtime=1800.04
/proc/23245/stat : 23245 (java) S 23243 23245 9231 0 -1 0 80379 0 23 0 179918 86 0 0 18 0 13 0 105438782 1830047744 35118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23245/statm: 446789 35118 1329 9 0 444400 0
[pid=23245/tid=23247] ppid=23243 vsize=1787156 CPUtime=1787.38
/proc/23245/task/23247/stat : 23247 (java) R 23243 23245 9231 0 -1 64 38915 0 1 0 178717 21 0 0 25 0 13 0 105438786 1830047744 35118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109835330 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23248] ppid=23243 vsize=1787156 CPUtime=5.19
/proc/23245/task/23248/stat : 23248 (java) S 23243 23245 9231 0 -1 64 20944 0 0 0 492 27 0 0 16 0 13 0 105438787 1830047744 35118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23249] ppid=23243 vsize=1787156 CPUtime=5.16
/proc/23245/task/23249/stat : 23249 (java) S 23243 23245 9231 0 -1 64 17003 0 0 0 494 22 0 0 16 0 13 0 105438787 1830047744 35118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23250] ppid=23243 vsize=1787156 CPUtime=0.29
/proc/23245/task/23250/stat : 23250 (java) S 23243 23245 9231 0 -1 64 10 0 0 0 16 13 0 0 15 0 13 0 105438790 1830047744 35118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23251] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23251/stat : 23251 (java) S 23243 23245 9231 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105438790 1830047744 35118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23252] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23252/stat : 23252 (java) S 23243 23245 9231 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105438790 1830047744 35118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23253] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23253/stat : 23253 (java) S 23243 23245 9231 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 105438794 1830047744 35118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23254] ppid=23243 vsize=1787156 CPUtime=1.03
/proc/23245/task/23254/stat : 23254 (java) S 23243 23245 9231 0 -1 64 1694 0 0 0 103 0 0 0 16 0 13 0 105438794 1830047744 35118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23255] ppid=23243 vsize=1787156 CPUtime=0.94
/proc/23245/task/23255/stat : 23255 (java) S 23243 23245 9231 0 -1 64 1114 0 0 0 94 0 0 0 17 0 13 0 105438794 1830047744 35118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23245/tid=23256] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23256/stat : 23256 (java) S 23243 23245 9231 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 105438794 1830047744 35118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23257] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23257/stat : 23257 (java) S 23243 23245 9231 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 105438794 1830047744 35118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23245/tid=23258] ppid=23243 vsize=1787156 CPUtime=0
/proc/23245/task/23258/stat : 23258 (java) S 23243 23245 9231 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 105439455 1830047744 35118 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1787156

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): 1794.56
CPU time (s): 1800.11
CPU user time (s): 1799.22
CPU system time (s): 0.886865
CPU usage (%): 100.309
Max. virtual memory (cumulated for all children) (KiB): 1788208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.22
system time used= 0.886865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80399
page faults= 23
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48352
involuntary context switches= 10070

runsolver used 1.89471 second user time and 4.65729 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Sat Apr 14 18:27:22 UTC 2007

IDJOB= 348263
IDBENCH= 1645
IDSOLVER= 159
FILE ID= node76/348263-1176575242

PBS_JOBID= 4556878

Free space on /tmp= 66641 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-degen3.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348263-1176575242/sat4jPseudoResolution.jar /tmp/evaluation/348263-1176575242/instance-348263-1176575242.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-348263-1176575242 -o ROOT/results/node76/solver-348263-1176575242 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348263-1176575242/sat4jPseudoResolution.jar /tmp/evaluation/348263-1176575242/instance-348263-1176575242.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  869a8e6f75acef89713c9145ce005816

RANDOM SEED= 779864536

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.277
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	: 6006.17
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.277
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1638520 kB
Buffers:         53932 kB
Cached:         260704 kB
SwapCached:        476 kB
Active:          51364 kB
Inactive:       285148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1638520 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:           11568 kB
Writeback:           0 kB
Mapped:          28044 kB
Slab:            67204 kB
Committed_AS:  2034188 kB
PageTables:       1432 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66641 MiB

End job on node76 on Sat Apr 14 18:57:19 UTC 2007