Trace number 348029

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 1792.17

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-blp-ir98.opb
MD5SUM395bac5c9d0c4cdb5ae1073c67c6675c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark263089
Best CPU time to get the best result obtained on this benchmark1800.18
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 263089
Optimality of the best value was proved NO
Number of variables7287
Total number of constraints529
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)420
Number of constraints which are nor clauses,nor cardinality constraints109
Minimum length of a constraint3
Maximum length of a constraint6062
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527290
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.14/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14/0.32	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14/0.32	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14/0.33	c no version file found!!!
0.14/0.33	c sun.arch.data.model	32
0.14/0.33	c java.version	1.6.0
0.14/0.33	c os.name	Linux
0.14/0.33	c os.version	2.6.9-22.EL.rootsmp
0.14/0.33	c os.arch	i386
0.14/0.33	c Free memory 1651659224
0.14/0.33	c Max memory 1654456320
0.14/0.33	c Total memory 1654456320
0.14/0.33	c Number of processors 2
0.25/0.40	--- Begin Solver configuration ---
0.25/0.40	c Stops conflict analysis at the first Unique Implication Point
0.25/0.40	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.25/0.40	c Learn all clauses as in MiniSAT
0.25/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.40	c VSIDS like heuristics from MiniSAT using a heap
0.25/0.40	c No reason simplification
0.25/0.40	c --- End Solver configuration ---
0.25/0.40	c solving /tmp/evaluation/348029-1176566265/instance-348029-1176566265.opb
0.25/0.40	c reading problem ... 
2.69/1.96	c ... done. Wall clock time 1.561s.
2.69/1.96	c CPU time (experimental) 1.24s.
2.69/1.96	c #vars     7287
2.69/1.96	c #constraints  595
1800.03/1792.11	c starts		: 12
1800.03/1792.11	c conflicts		: 21994
1800.03/1792.11	c decisions		: 49058
1800.03/1792.11	c propagations		: 18696717
1800.03/1792.11	c inspects		: 269477624
1800.03/1792.11	c learnt literals	: 0
1800.03/1792.11	c learnt binary clauses	: 0
1800.03/1792.11	c learnt ternary clauses	: 0
1800.03/1792.11	c learnt clauses	: 21993
1800.03/1792.11	c root simplifications	: 0
1800.03/1792.11	c removed literals (reason simplification)	: 0
1800.03/1792.11	c reason swapping (by a shorter reason)	: 0
1800.03/1792.11	c Calls to reduceDB	: 0
1800.03/1792.11	c speed (decisions/second)	: 27.404652389150755
1800.03/1792.11	c non guided choices	206
1800.03/1792.11	s UNKNOWN
1800.03/1792.11	c Total wall clock time (ms): 1791.714

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/node35/watcher-348029-1176566265 -o ROOT/results/node35/solver-348029-1176566265 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348029-1176566265/sat4jPseudoResolution.jar /tmp/evaluation/348029-1176566265/instance-348029-1176566265.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.64 1.92 1.89 2/77 23289
/proc/meminfo: memFree=1573376/2055920 swapFree=4191892/4192956
[pid=23289] ppid=23287 vsize=152 CPUtime=0
/proc/23289/stat : 23289 (java) R 23287 23289 23226 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 104542020 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 1462571 0 0 4096 0 0 0 0 17 1 0 0
/proc/23289/statm: 38 26 19 9 0 4 0

[startup+0.056213 s]
/proc/loadavg: 1.64 1.92 1.89 2/77 23289
/proc/meminfo: memFree=1573376/2055920 swapFree=4191892/4192956
[pid=23289] ppid=23287 vsize=12056 CPUtime=0.02
/proc/23289/stat : 23289 (java) D 23287 23289 23226 0 -1 0 372 0 15 0 0 2 0 0 18 0 1 0 104542020 12345344 194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 1434410 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/23289/statm: 3014 194 135 9 0 1148 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12056

[startup+0.103246 s]
/proc/loadavg: 1.64 1.92 1.89 2/77 23289
/proc/meminfo: memFree=1573376/2055920 swapFree=4191892/4192956
[pid=23289] ppid=23287 vsize=12700 CPUtime=0.02
/proc/23289/stat : 23289 (java) S 23287 23289 23226 0 -1 0 860 0 25 0 0 2 0 0 18 0 2 0 104542020 13004800 640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/23289/statm: 3175 640 315 9 0 1243 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12700

[startup+0.301169 s]
/proc/loadavg: 1.64 1.92 1.89 2/77 23289
/proc/meminfo: memFree=1573376/2055920 swapFree=4191892/4192956
[pid=23289] ppid=23287 vsize=1780256 CPUtime=0.14
/proc/23289/stat : 23289 (java) S 23287 23289 23226 0 -1 0 4092 0 35 0 8 6 0 0 18 0 12 0 104542020 1822982144 3867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23289/statm: 445064 3867 1126 9 0 442683 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 1780256

[startup+0.701222 s]
/proc/loadavg: 1.64 1.92 1.89 2/77 23289
/proc/meminfo: memFree=1573376/2055920 swapFree=4191892/4192956
[pid=23289] ppid=23287 vsize=1786964 CPUtime=0.71
/proc/23289/stat : 23289 (java) S 23287 23289 23226 0 -1 0 6806 0 35 0 64 7 0 0 18 0 12 0 104542020 1829851136 6307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23289/statm: 446741 6308 1296 9 0 444353 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 1786964

[startup+1.50131 s]
/proc/loadavg: 1.64 1.92 1.89 4/89 23301
/proc/meminfo: memFree=1533024/2055920 swapFree=4191892/4192956
[pid=23289] ppid=23287 vsize=1794132 CPUtime=2.28
/proc/23289/stat : 23289 (java) S 23287 23289 23226 0 -1 0 19002 0 35 0 215 13 0 0 18 0 12 0 104542020 1837191168 14616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23289/statm: 448533 14619 1303 9 0 446145 0
[pid=23289/tid=23291] ppid=23287 vsize=1794132 CPUtime=0.79
/proc/23289/task/23291/stat : 23291 (java) R 23287 23289 23226 0 -1 64 10755 0 11 0 72 7 0 0 18 0 12 0 104542027 1837191168 14620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109617743 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23292] ppid=23287 vsize=1794132 CPUtime=0
/proc/23289/task/23292/stat : 23292 (java) S 23287 23289 23226 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 104542032 1837191168 14622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23293] ppid=23287 vsize=1794132 CPUtime=0
/proc/23289/task/23293/stat : 23293 (java) S 23287 23289 23226 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 104542032 1837191168 14623 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23294] ppid=23287 vsize=1794132 CPUtime=0
/proc/23289/task/23294/stat : 23294 (java) S 23287 23289 23226 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 104542036 1837191168 14625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23295] ppid=23287 vsize=1794132 CPUtime=0
/proc/23289/task/23295/stat : 23295 (java) S 23287 23289 23226 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 104542037 1837191168 14627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23296] ppid=23287 vsize=1794132 CPUtime=0
/proc/23289/task/23296/stat : 23296 (java) S 23287 23289 23226 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 104542037 1837191168 14628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23297] ppid=23287 vsize=1794132 CPUtime=0
/proc/23289/task/23297/stat : 23297 (java) S 23287 23289 23226 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 104542044 1837191168 14630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23298] ppid=23287 vsize=1794132 CPUtime=0.53
/proc/23289/task/23298/stat : 23298 (java) S 23287 23289 23226 0 -1 64 1929 0 0 0 53 0 0 0 16 0 12 0 104542044 1837191168 14632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23299] ppid=23287 vsize=1794132 CPUtime=0.91
/proc/23289/task/23299/stat : 23299 (java) S 23287 23289 23226 0 -1 64 5627 0 0 0 89 2 0 0 18 0 12 0 104542044 1837191168 14634 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23300] ppid=23287 vsize=1794132 CPUtime=0
/proc/23289/task/23300/stat : 23300 (java) S 23287 23289 23226 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 104542044 1837191168 14636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23301] ppid=23287 vsize=1794132 CPUtime=0
/proc/23289/task/23301/stat : 23301 (java) S 23287 23289 23226 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 104542044 1837191168 14638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 1794132

[startup+3.1025 s]
/proc/loadavg: 1.64 1.92 1.89 2/90 23302
/proc/meminfo: memFree=1456472/2055920 swapFree=4191892/4192956
[pid=23289] ppid=23287 vsize=1794456 CPUtime=4.23
/proc/23289/stat : 23289 (java) S 23287 23289 23226 0 -1 0 37424 0 35 0 401 22 0 0 18 0 13 0 104542020 1837522944 33037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23289/statm: 448614 33037 1316 9 0 446226 0
[pid=23289/tid=23291] ppid=23287 vsize=1794456 CPUtime=2.29
/proc/23289/task/23291/stat : 23291 (java) R 23287 23289 23226 0 -1 64 29119 0 11 0 212 17 0 0 24 0 13 0 104542027 1837522944 33037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109653439 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23292] ppid=23287 vsize=1794456 CPUtime=0
/proc/23289/task/23292/stat : 23292 (java) S 23287 23289 23226 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 104542032 1837522944 33037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23293] ppid=23287 vsize=1794456 CPUtime=0
/proc/23289/task/23293/stat : 23293 (java) S 23287 23289 23226 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 104542032 1837522944 33037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23294] ppid=23287 vsize=1794456 CPUtime=0
/proc/23289/task/23294/stat : 23294 (java) S 23287 23289 23226 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 104542036 1837522944 33037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23295] ppid=23287 vsize=1794456 CPUtime=0
/proc/23289/task/23295/stat : 23295 (java) S 23287 23289 23226 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 104542037 1837522944 33037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23296] ppid=23287 vsize=1794456 CPUtime=0
/proc/23289/task/23296/stat : 23296 (java) S 23287 23289 23226 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 104542037 1837522944 33037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23297] ppid=23287 vsize=1794456 CPUtime=0
/proc/23289/task/23297/stat : 23297 (java) S 23287 23289 23226 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104542044 1837522944 33037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23298] ppid=23287 vsize=1794456 CPUtime=0.78
/proc/23289/task/23298/stat : 23298 (java) S 23287 23289 23226 0 -1 64 1941 0 0 0 78 0 0 0 16 0 13 0 104542044 1837522944 33037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23299] ppid=23287 vsize=1794456 CPUtime=1.12
/proc/23289/task/23299/stat : 23299 (java) S 23287 23289 23226 0 -1 64 5665 0 0 0 110 2 0 0 16 0 13 0 104542044 1837522944 33037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23300] ppid=23287 vsize=1794456 CPUtime=0
/proc/23289/task/23300/stat : 23300 (java) S 23287 23289 23226 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 104542044 1837522944 33037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23301] ppid=23287 vsize=1794456 CPUtime=0
/proc/23289/task/23301/stat : 23301 (java) S 23287 23289 23226 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104542044 1837522944 33037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23302] ppid=23287 vsize=1794456 CPUtime=0
/proc/23289/task/23302/stat : 23302 (java) S 23287 23289 23226 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 104542218 1837522944 33037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 1794456

[startup+6.30287 s]
/proc/loadavg: 1.59 1.90 1.88 2/90 23302
/proc/meminfo: memFree=1389848/2055920 swapFree=4191892/4192956
[pid=23289] ppid=23287 vsize=1794424 CPUtime=7.49
/proc/23289/stat : 23289 (java) S 23287 23289 23226 0 -1 0 49171 0 35 0 721 28 0 0 18 0 13 0 104542020 1837490176 44753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23289/statm: 448606 44753 1325 9 0 446218 0
[pid=23289/tid=23291] ppid=23287 vsize=1794424 CPUtime=5.41
/proc/23289/task/23291/stat : 23291 (java) R 23287 23289 23226 0 -1 64 37717 0 11 0 520 21 0 0 25 0 13 0 104542027 1837490176 44753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109653579 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23292] ppid=23287 vsize=1794424 CPUtime=0.05
/proc/23289/task/23292/stat : 23292 (java) S 23287 23289 23226 0 -1 64 1629 0 0 0 5 0 0 0 16 0 13 0 104542032 1837490176 44753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23293] ppid=23287 vsize=1794424 CPUtime=0.05
/proc/23289/task/23293/stat : 23293 (java) S 23287 23289 23226 0 -1 64 1516 0 0 0 5 0 0 0 16 0 13 0 104542032 1837490176 44753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23294] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23294/stat : 23294 (java) S 23287 23289 23226 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104542036 1837490176 44753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23295] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23295/stat : 23295 (java) S 23287 23289 23226 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 104542037 1837490176 44753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23296] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23296/stat : 23296 (java) S 23287 23289 23226 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104542037 1837490176 44753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23297] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23297/stat : 23297 (java) S 23287 23289 23226 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104542044 1837490176 44753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23298] ppid=23287 vsize=1794424 CPUtime=0.78
/proc/23289/task/23298/stat : 23298 (java) S 23287 23289 23226 0 -1 64 1941 0 0 0 78 0 0 0 17 0 13 0 104542044 1837490176 44753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23299] ppid=23287 vsize=1794424 CPUtime=1.12
/proc/23289/task/23299/stat : 23299 (java) S 23287 23289 23226 0 -1 64 5665 0 0 0 110 2 0 0 16 0 13 0 104542044 1837490176 44753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23300] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23300/stat : 23300 (java) S 23287 23289 23226 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 104542044 1837490176 44753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23301] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23301/stat : 23301 (java) S 23287 23289 23226 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104542044 1837490176 44753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23302] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23302/stat : 23302 (java) S 23287 23289 23226 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 104542218 1837490176 44753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 1794424

[startup+12.7026 s]
/proc/loadavg: 1.54 1.89 1.88 2/90 23302
/proc/meminfo: memFree=1377240/2055920 swapFree=4191892/4192956
[pid=23289] ppid=23287 vsize=1794424 CPUtime=13.95
/proc/23289/stat : 23289 (java) S 23287 23289 23226 0 -1 0 52361 0 35 0 1366 29 0 0 18 0 13 0 104542020 1837490176 47910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23289/statm: 448606 47910 1325 9 0 446218 0
[pid=23289/tid=23291] ppid=23287 vsize=1794424 CPUtime=11.76
/proc/23289/task/23291/stat : 23291 (java) R 23287 23289 23226 0 -1 64 37721 0 11 0 1155 21 0 0 25 0 13 0 104542027 1837490176 47910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109755491 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23292] ppid=23287 vsize=1794424 CPUtime=0.11
/proc/23289/task/23292/stat : 23292 (java) S 23287 23289 23226 0 -1 64 3259 0 0 0 10 1 0 0 16 0 13 0 104542032 1837490176 47910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23293] ppid=23287 vsize=1794424 CPUtime=0.11
/proc/23289/task/23293/stat : 23293 (java) S 23287 23289 23226 0 -1 64 3069 0 0 0 10 1 0 0 16 0 13 0 104542032 1837490176 47910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23294] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23294/stat : 23294 (java) S 23287 23289 23226 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 104542036 1837490176 47910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23295] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23295/stat : 23295 (java) S 23287 23289 23226 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 104542037 1837490176 47910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23296] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23296/stat : 23296 (java) S 23287 23289 23226 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104542037 1837490176 47910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23297] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23297/stat : 23297 (java) S 23287 23289 23226 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104542044 1837490176 47910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23298] ppid=23287 vsize=1794424 CPUtime=0.78
/proc/23289/task/23298/stat : 23298 (java) S 23287 23289 23226 0 -1 64 1941 0 0 0 78 0 0 0 17 0 13 0 104542044 1837490176 47910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23299] ppid=23287 vsize=1794424 CPUtime=1.13
/proc/23289/task/23299/stat : 23299 (java) S 23287 23289 23226 0 -1 64 5666 0 0 0 111 2 0 0 16 0 13 0 104542044 1837490176 47910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23300] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23300/stat : 23300 (java) S 23287 23289 23226 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 104542044 1837490176 47910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23301] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23301/stat : 23301 (java) S 23287 23289 23226 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104542044 1837490176 47910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23302] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23302/stat : 23302 (java) S 23287 23289 23226 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 104542218 1837490176 47910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.95
Current children cumulated vsize (KiB) 1794424

[startup+25.5021 s]
/proc/loadavg: 1.42 1.84 1.86 2/90 23302
/proc/meminfo: memFree=1376536/2055920 swapFree=4191892/4192956
[pid=23289] ppid=23287 vsize=1794424 CPUtime=26.85
/proc/23289/stat : 23289 (java) S 23287 23289 23226 0 -1 0 52570 0 35 0 2655 30 0 0 18 0 13 0 104542020 1837490176 48115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23289/statm: 448606 48115 1325 9 0 446218 0
[pid=23289/tid=23291] ppid=23287 vsize=1794424 CPUtime=24.45
/proc/23289/task/23291/stat : 23291 (java) R 23287 23289 23226 0 -1 64 37723 0 11 0 2424 21 0 0 25 0 13 0 104542027 1837490176 48115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109653695 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23292] ppid=23287 vsize=1794424 CPUtime=0.2
/proc/23289/task/23292/stat : 23292 (java) S 23287 23289 23226 0 -1 64 3361 0 0 0 19 1 0 0 16 0 13 0 104542032 1837490176 48115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23293] ppid=23287 vsize=1794424 CPUtime=0.2
/proc/23289/task/23293/stat : 23293 (java) S 23287 23289 23226 0 -1 64 3167 0 0 0 19 1 0 0 16 0 13 0 104542032 1837490176 48115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23294] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23294/stat : 23294 (java) S 23287 23289 23226 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 104542036 1837490176 48115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=23289] ppid=23287 vsize=1794424 CPUtime=1669.54
/proc/23289/stat : 23289 (java) S 23287 23289 23226 0 -1 0 88659 0 35 0 166842 112 0 0 18 0 13 0 104542020 1837490176 38111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23289/statm: 448606 38111 1327 9 0 446218 0
[pid=23289/tid=23291] ppid=23287 vsize=1794424 CPUtime=1652.76
/proc/23289/task/23291/stat : 23291 (java) R 23287 23289 23226 0 -1 64 40110 0 11 0 165237 39 0 0 25 0 13 0 104542027 1837490176 38111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109653595 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23292] ppid=23287 vsize=1794424 CPUtime=6.95
/proc/23289/task/23292/stat : 23292 (java) S 23287 23289 23226 0 -1 64 19586 0 0 0 672 23 0 0 16 0 13 0 104542032 1837490176 38111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23293] ppid=23287 vsize=1794424 CPUtime=6.97
/proc/23289/task/23293/stat : 23293 (java) S 23287 23289 23226 0 -1 64 20601 0 0 0 675 22 0 0 16 0 13 0 104542032 1837490176 38111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23294] ppid=23287 vsize=1794424 CPUtime=0.55
/proc/23289/task/23294/stat : 23294 (java) S 23287 23289 23226 0 -1 64 37 0 0 0 35 20 0 0 16 0 13 0 104542036 1837490176 38111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23295] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23295/stat : 23295 (java) S 23287 23289 23226 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 104542037 1837490176 38111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23296] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23296/stat : 23296 (java) S 23287 23289 23226 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104542037 1837490176 38111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23297] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23297/stat : 23297 (java) S 23287 23289 23226 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104542044 1837490176 38111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23298] ppid=23287 vsize=1794424 CPUtime=0.91
/proc/23289/task/23298/stat : 23298 (java) S 23287 23289 23226 0 -1 64 1948 0 0 0 91 0 0 0 17 0 13 0 104542044 1837490176 38111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23299] ppid=23287 vsize=1794424 CPUtime=1.31
/proc/23289/task/23299/stat : 23299 (java) S 23287 23289 23226 0 -1 64 5680 0 0 0 129 2 0 0 16 0 13 0 104542044 1837490176 38111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23300] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23300/stat : 23300 (java) S 23287 23289 23226 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 104542044 1837490176 38111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23301] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23301/stat : 23301 (java) R 23287 23289 23226 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104542044 1837490176 38111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23302] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23302/stat : 23302 (java) S 23287 23289 23226 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 104542218 1837490176 38111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1669.54
Current children cumulated vsize (KiB) 1794424

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/90 23500
/proc/meminfo: memFree=1414296/2055920 swapFree=4191892/4192956
[pid=23289] ppid=23287 vsize=1794424 CPUtime=1729.86
/proc/23289/stat : 23289 (java) S 23287 23289 23226 0 -1 0 89437 0 35 0 172871 115 0 0 18 0 13 0 104542020 1837490176 38756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23289/statm: 448606 38756 1327 9 0 446218 0
[pid=23289/tid=23291] ppid=23287 vsize=1794424 CPUtime=1712.34
/proc/23289/task/23291/stat : 23291 (java) R 23287 23289 23226 0 -1 64 40220 0 11 0 171195 39 0 0 22 0 13 0 104542027 1837490176 38756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109653666 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23292] ppid=23287 vsize=1794424 CPUtime=7.3
/proc/23289/task/23292/stat : 23292 (java) S 23287 23289 23226 0 -1 64 19959 0 0 0 706 24 0 0 16 0 13 0 104542032 1837490176 38756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23293] ppid=23287 vsize=1794424 CPUtime=7.33
/proc/23289/task/23293/stat : 23293 (java) S 23287 23289 23226 0 -1 64 20896 0 0 0 710 23 0 0 16 0 13 0 104542032 1837490176 38756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23294] ppid=23287 vsize=1794424 CPUtime=0.58
/proc/23289/task/23294/stat : 23294 (java) S 23287 23289 23226 0 -1 64 37 0 0 0 36 22 0 0 16 0 13 0 104542036 1837490176 38756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23295] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23295/stat : 23295 (java) S 23287 23289 23226 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 104542037 1837490176 38756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23296] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23296/stat : 23296 (java) S 23287 23289 23226 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104542037 1837490176 38756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23297] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23297/stat : 23297 (java) S 23287 23289 23226 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104542044 1837490176 38756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23298] ppid=23287 vsize=1794424 CPUtime=0.91
/proc/23289/task/23298/stat : 23298 (java) S 23287 23289 23226 0 -1 64 1948 0 0 0 91 0 0 0 17 0 13 0 104542044 1837490176 38756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23299] ppid=23287 vsize=1794424 CPUtime=1.31
/proc/23289/task/23299/stat : 23299 (java) S 23287 23289 23226 0 -1 64 5680 0 0 0 129 2 0 0 16 0 13 0 104542044 1837490176 38756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23300] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23300/stat : 23300 (java) S 23287 23289 23226 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 104542044 1837490176 38756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23301] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23301/stat : 23301 (java) S 23287 23289 23226 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104542044 1837490176 38756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23302] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23302/stat : 23302 (java) S 23287 23289 23226 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 104542218 1837490176 38756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1729.86
Current children cumulated vsize (KiB) 1794424

[startup+1782.3 s]
/proc/loadavg: 1.08 1.02 1.10 2/90 23500
/proc/meminfo: memFree=1411800/2055920 swapFree=4191892/4192956
[pid=23289] ppid=23287 vsize=1794424 CPUtime=1790.18
/proc/23289/stat : 23289 (java) S 23287 23289 23226 0 -1 0 90188 0 35 0 178901 117 0 0 18 0 13 0 104542020 1837490176 39371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23289/statm: 448606 39371 1327 9 0 446218 0
[pid=23289/tid=23291] ppid=23287 vsize=1794424 CPUtime=1771.92
/proc/23289/task/23291/stat : 23291 (java) R 23287 23289 23226 0 -1 64 40328 0 11 0 177153 39 0 0 25 0 13 0 104542027 1837490176 39371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109755611 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23292] ppid=23287 vsize=1794424 CPUtime=7.67
/proc/23289/task/23292/stat : 23292 (java) S 23287 23289 23226 0 -1 64 20260 0 0 0 742 25 0 0 15 0 13 0 104542032 1837490176 39371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23293] ppid=23287 vsize=1794424 CPUtime=7.69
/proc/23289/task/23293/stat : 23293 (java) S 23287 23289 23226 0 -1 64 21238 0 0 0 746 23 0 0 16 0 13 0 104542032 1837490176 39371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23294] ppid=23287 vsize=1794424 CPUtime=0.58
/proc/23289/task/23294/stat : 23294 (java) S 23287 23289 23226 0 -1 64 37 0 0 0 36 22 0 0 16 0 13 0 104542036 1837490176 39371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23295] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23295/stat : 23295 (java) S 23287 23289 23226 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 104542037 1837490176 39371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23296] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23296/stat : 23296 (java) S 23287 23289 23226 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104542037 1837490176 39371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23297] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23297/stat : 23297 (java) S 23287 23289 23226 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104542044 1837490176 39371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23298] ppid=23287 vsize=1794424 CPUtime=0.91
/proc/23289/task/23298/stat : 23298 (java) S 23287 23289 23226 0 -1 64 1948 0 0 0 91 0 0 0 17 0 13 0 104542044 1837490176 39371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23299] ppid=23287 vsize=1794424 CPUtime=1.31
/proc/23289/task/23299/stat : 23299 (java) S 23287 23289 23226 0 -1 64 5680 0 0 0 129 2 0 0 16 0 13 0 104542044 1837490176 39371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23300] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23300/stat : 23300 (java) S 23287 23289 23226 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 104542044 1837490176 39371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23301] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23301/stat : 23301 (java) S 23287 23289 23226 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104542044 1837490176 39371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23302] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23302/stat : 23302 (java) S 23287 23289 23226 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 104542218 1837490176 39371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1790.18
Current children cumulated vsize (KiB) 1794424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.1 s]
/proc/loadavg: 1.07 1.02 1.09 2/90 23500
/proc/meminfo: memFree=1410840/2055920 swapFree=4191892/4192956
[pid=23289] ppid=23287 vsize=1794424 CPUtime=1800.03
/proc/23289/stat : 23289 (java) S 23287 23289 23226 0 -1 0 90429 0 35 0 179886 117 0 0 18 0 13 0 104542020 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23289/statm: 448606 39585 1327 9 0 446218 0
[pid=23289/tid=23291] ppid=23287 vsize=1794424 CPUtime=1781.67
/proc/23289/task/23291/stat : 23291 (java) R 23287 23289 23226 0 -1 64 40347 0 11 0 178128 39 0 0 25 0 13 0 104542027 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109662950 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23292] ppid=23287 vsize=1794424 CPUtime=7.72
/proc/23289/task/23292/stat : 23292 (java) S 23287 23289 23226 0 -1 64 20375 0 0 0 747 25 0 0 15 0 13 0 104542032 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23293] ppid=23287 vsize=1794424 CPUtime=7.74
/proc/23289/task/23293/stat : 23293 (java) S 23287 23289 23226 0 -1 64 21345 0 0 0 751 23 0 0 16 0 13 0 104542032 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23294] ppid=23287 vsize=1794424 CPUtime=0.6
/proc/23289/task/23294/stat : 23294 (java) S 23287 23289 23226 0 -1 64 37 0 0 0 37 23 0 0 16 0 13 0 104542036 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23295] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23295/stat : 23295 (java) S 23287 23289 23226 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 104542037 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23296] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23296/stat : 23296 (java) S 23287 23289 23226 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104542037 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23297] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23297/stat : 23297 (java) S 23287 23289 23226 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104542044 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23298] ppid=23287 vsize=1794424 CPUtime=0.91
/proc/23289/task/23298/stat : 23298 (java) S 23287 23289 23226 0 -1 64 1948 0 0 0 91 0 0 0 17 0 13 0 104542044 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23299] ppid=23287 vsize=1794424 CPUtime=1.31
/proc/23289/task/23299/stat : 23299 (java) S 23287 23289 23226 0 -1 64 5680 0 0 0 129 2 0 0 16 0 13 0 104542044 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23300] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23300/stat : 23300 (java) S 23287 23289 23226 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 104542044 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23301] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23301/stat : 23301 (java) S 23287 23289 23226 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104542044 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23302] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23302/stat : 23302 (java) S 23287 23289 23226 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 104542218 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1794424

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

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

[startup+1792.1 s]
/proc/loadavg: 1.07 1.02 1.09 2/90 23500
/proc/meminfo: memFree=1410840/2055920 swapFree=4191892/4192956
[pid=23289] ppid=23287 vsize=1794424 CPUtime=1800.03
/proc/23289/stat : 23289 (java) S 23287 23289 23226 0 -1 0 90429 0 35 0 179886 117 0 0 18 0 13 0 104542020 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23289/statm: 448606 39585 1327 9 0 446218 0
[pid=23289/tid=23291] ppid=23287 vsize=1794424 CPUtime=1781.67
/proc/23289/task/23291/stat : 23291 (java) R 23287 23289 23226 0 -1 64 40347 0 11 0 178128 39 0 0 25 0 13 0 104542027 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109662950 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23292] ppid=23287 vsize=1794424 CPUtime=7.72
/proc/23289/task/23292/stat : 23292 (java) S 23287 23289 23226 0 -1 64 20375 0 0 0 747 25 0 0 15 0 13 0 104542032 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23293] ppid=23287 vsize=1794424 CPUtime=7.74
/proc/23289/task/23293/stat : 23293 (java) S 23287 23289 23226 0 -1 64 21345 0 0 0 751 23 0 0 16 0 13 0 104542032 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23294] ppid=23287 vsize=1794424 CPUtime=0.6
/proc/23289/task/23294/stat : 23294 (java) S 23287 23289 23226 0 -1 64 37 0 0 0 37 23 0 0 16 0 13 0 104542036 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23295] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23295/stat : 23295 (java) S 23287 23289 23226 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 104542037 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23296] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23296/stat : 23296 (java) S 23287 23289 23226 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104542037 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23297] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23297/stat : 23297 (java) S 23287 23289 23226 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 104542044 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23298] ppid=23287 vsize=1794424 CPUtime=0.91
/proc/23289/task/23298/stat : 23298 (java) S 23287 23289 23226 0 -1 64 1948 0 0 0 91 0 0 0 17 0 13 0 104542044 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23299] ppid=23287 vsize=1794424 CPUtime=1.31
/proc/23289/task/23299/stat : 23299 (java) S 23287 23289 23226 0 -1 64 5680 0 0 0 129 2 0 0 16 0 13 0 104542044 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23300] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23300/stat : 23300 (java) S 23287 23289 23226 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 104542044 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23289/tid=23301] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23301/stat : 23301 (java) S 23287 23289 23226 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104542044 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23289/tid=23302] ppid=23287 vsize=1794424 CPUtime=0
/proc/23289/task/23302/stat : 23302 (java) S 23287 23289 23226 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 104542218 1837490176 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1794424

Child status: 143
Real time (s): 1792.17
CPU time (s): 1800.11
CPU user time (s): 1798.9
CPU system time (s): 1.20682
CPU usage (%): 100.443
Max. virtual memory (cumulated for all children) (KiB): 1796436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 1.20682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90449
page faults= 35
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61981
involuntary context switches= 52470

runsolver used 2.02769 second user time and 5.22621 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Sat Apr 14 15:57:46 UTC 2007

IDJOB= 348029
IDBENCH= 1608
IDSOLVER= 159
FILE ID= node35/348029-1176566265

PBS_JOBID= 4556889

Free space on /tmp= 66560 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-blp-ir98.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348029-1176566265/sat4jPseudoResolution.jar /tmp/evaluation/348029-1176566265/instance-348029-1176566265.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-348029-1176566265 -o ROOT/results/node35/solver-348029-1176566265 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348029-1176566265/sat4jPseudoResolution.jar /tmp/evaluation/348029-1176566265/instance-348029-1176566265.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  395bac5c9d0c4cdb5ae1073c67c6675c

RANDOM SEED= 8805289

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node35.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:       1574488 kB
Buffers:         42168 kB
Cached:         141300 kB
SwapCached:        268 kB
Active:         275636 kB
Inactive:       112688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1574488 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            4592 kB
Writeback:           0 kB
Mapped:         222460 kB
Slab:            78480 kB
Committed_AS:   372064 kB
PageTables:       1996 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= 66560 MiB

End job on node35 on Sat Apr 14 16:27:40 UTC 2007