Trace number 349497

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.19 1786.03

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-shell.opb
MD5SUM812fb8d8b2de50e0f82554fbb1bd21a5
Bench CategoryOPT-BIGINT (optimisation, big 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 variables45231
Total number of constraints653
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 constraints653
Minimum length of a constraint19
Maximum length of a constraint1560
Number of terms in the objective function 39844
Biggest coefficient in the objective function 2101312749568
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 249967315526150
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 2101312749568
Number of bits of the biggest number in a constraint 41
Biggest sum of numbers in a constraint 249967315526150
Number of bits of the biggest sum of numbers48
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/349497-1176703184/instance-349497-1176703184.opb
0.20/0.20	c reading problem ... 
2.87/2.07	c ... done. Wall clock time 1.865s.
2.87/2.07	c CPU time (experimental) 1.63s.
2.87/2.07	c #vars     45231
2.87/2.07	c #constraints  1187
1800.05/1785.91	c starts		: 22
1800.05/1785.91	c conflicts		: 1090489
1800.05/1785.91	c decisions		: 1308262
1800.05/1785.91	c propagations		: 128427644
1800.05/1785.91	c inspects		: 772243130
1800.05/1785.91	c learnt literals	: 15
1800.05/1785.91	c learnt binary clauses	: 48
1800.05/1785.91	c learnt ternary clauses	: 55
1800.05/1785.91	c learnt clauses	: 1090474
1800.05/1785.91	c root simplifications	: 0
1800.05/1785.91	c removed literals (reason simplification)	: 0
1800.05/1785.91	c reason swapping (by a shorter reason)	: 0
1800.05/1785.91	c Calls to reduceDB	: 0
1800.05/1785.91	c speed (decisions/second)	: 733.6091106322298
1800.05/1785.91	c non guided choices	34114
1800.05/1785.91	s UNKNOWN
1800.05/1785.91	c Total wall clock time (ms): 1785.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/node33/watcher-349497-1176703184 -o ROOT/results/node33/solver-349497-1176703184 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349497-1176703184/sat4jPseudoResolution.jar /tmp/evaluation/349497-1176703184/instance-349497-1176703184.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8213
/proc/meminfo: memFree=1761328/2055920 swapFree=4170496/4192956
[pid=8213] ppid=8211 vsize=1800 CPUtime=0
/proc/8213/stat : 8213 (java) R 8211 8213 6992 0 -1 0 167 0 0 0 0 0 0 0 18 0 1 0 118233899 1843200 139 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 134527840 0 0 4096 0 0 0 0 17 1 0 0
/proc/8213/statm: 450 143 106 9 0 92 0

[startup+0.079068 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8213
/proc/meminfo: memFree=1761328/2055920 swapFree=4170496/4192956
[pid=8213] ppid=8211 vsize=1777844 CPUtime=0.06
/proc/8213/stat : 8213 (java) S 8211 8213 6992 0 -1 0 3792 0 1 0 4 2 0 0 18 0 7 0 118233899 1820512256 3534 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/8213/statm: 444461 3534 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.102071 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8213
/proc/meminfo: memFree=1761328/2055920 swapFree=4170496/4192956
[pid=8213] ppid=8211 vsize=1780108 CPUtime=0.08
/proc/8213/stat : 8213 (java) S 8211 8213 6992 0 -1 0 3989 0 1 0 6 2 0 0 18 0 12 0 118233899 1822830592 3730 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8213/statm: 445027 3730 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302122 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8213
/proc/meminfo: memFree=1761328/2055920 swapFree=4170496/4192956
[pid=8213] ppid=8211 vsize=1782204 CPUtime=0.34
/proc/8213/stat : 8213 (java) S 8211 8213 6992 0 -1 0 5477 0 1 0 31 3 0 0 18 0 12 0 118233899 1824976896 5212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8213/statm: 445551 5212 1267 9 0 443163 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782204

[startup+0.701185 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8213
/proc/meminfo: memFree=1761328/2055920 swapFree=4170496/4192956
[pid=8213] ppid=8211 vsize=1782652 CPUtime=0.9
/proc/8213/stat : 8213 (java) S 8211 8213 6992 0 -1 0 9611 0 1 0 85 5 0 0 18 0 12 0 118233899 1825435648 9093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8213/statm: 445663 9093 1297 9 0 443275 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1782652

[startup+1.50136 s]
/proc/loadavg: 1.00 1.00 1.00 4/89 8225
/proc/meminfo: memFree=1719184/2055920 swapFree=4170496/4192956
[pid=8213] ppid=8211 vsize=1793988 CPUtime=2.35
/proc/8213/stat : 8213 (java) S 8211 8213 6992 0 -1 0 24057 0 1 0 223 12 0 0 18 0 12 0 118233899 1837043712 21199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8213/statm: 448497 21201 1311 9 0 446109 0
[pid=8213/tid=8215] ppid=8211 vsize=1793988 CPUtime=1.07
/proc/8213/task/8215/stat : 8215 (java) R 8211 8213 6992 0 -1 64 17376 0 1 0 99 8 0 0 18 0 12 0 118233900 1837043712 21202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474364 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8216] ppid=8211 vsize=1793988 CPUtime=0
/proc/8213/task/8216/stat : 8216 (java) S 8211 8213 6992 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 118233902 1837043712 21204 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8217] ppid=8211 vsize=1793988 CPUtime=0
/proc/8213/task/8217/stat : 8217 (java) S 8211 8213 6992 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 118233902 1837043712 21206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8218] ppid=8211 vsize=1793988 CPUtime=0
/proc/8213/task/8218/stat : 8218 (java) S 8211 8213 6992 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 118233904 1837043712 21208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8219] ppid=8211 vsize=1793988 CPUtime=0
/proc/8213/task/8219/stat : 8219 (java) S 8211 8213 6992 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 118233904 1837043712 21209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8220] ppid=8211 vsize=1793988 CPUtime=0
/proc/8213/task/8220/stat : 8220 (java) S 8211 8213 6992 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 118233904 1837043712 21211 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8221] ppid=8211 vsize=1793988 CPUtime=0
/proc/8213/task/8221/stat : 8221 (java) S 8211 8213 6992 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 118233908 1837043712 21212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8222] ppid=8211 vsize=1793988 CPUtime=0.84
/proc/8213/task/8222/stat : 8222 (java) R 8211 8213 6992 0 -1 64 4598 0 0 0 82 2 0 0 18 0 12 0 118233908 1837043712 21212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102394618 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8223] ppid=8211 vsize=1793988 CPUtime=0.41
/proc/8213/task/8223/stat : 8223 (java) S 8211 8213 6992 0 -1 64 1374 0 0 0 41 0 0 0 17 0 12 0 118233908 1837043712 21212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8224] ppid=8211 vsize=1793988 CPUtime=0
/proc/8213/task/8224/stat : 8224 (java) S 8211 8213 6992 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118233908 1837043712 21033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8225] ppid=8211 vsize=1793988 CPUtime=0
/proc/8213/task/8225/stat : 8225 (java) S 8211 8213 6992 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118233908 1837043712 21033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 1793988

[startup+3.10268 s]
/proc/loadavg: 1.08 1.02 1.01 3/89 8225
/proc/meminfo: memFree=1617680/2055920 swapFree=4170496/4192956
[pid=8213] ppid=8211 vsize=1793892 CPUtime=4.76
/proc/8213/stat : 8213 (java) S 8211 8213 6992 0 -1 0 52223 0 1 0 450 26 0 0 18 0 13 0 118233899 1836945408 47711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8213/statm: 448473 47711 1334 9 0 446085 0
[pid=8213/tid=8215] ppid=8211 vsize=1793892 CPUtime=2.28
/proc/8213/task/8215/stat : 8215 (java) R 8211 8213 6992 0 -1 64 37700 0 1 0 209 19 0 0 21 0 13 0 118233900 1836945408 47711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109589671 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8216] ppid=8211 vsize=1793892 CPUtime=0.11
/proc/8213/task/8216/stat : 8216 (java) S 8211 8213 6992 0 -1 64 3542 0 0 0 10 1 0 0 16 0 13 0 118233902 1836945408 47711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8217] ppid=8211 vsize=1793892 CPUtime=0.11
/proc/8213/task/8217/stat : 8217 (java) S 8211 8213 6992 0 -1 64 2899 0 0 0 10 1 0 0 16 0 13 0 118233902 1836945408 47711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8218] ppid=8211 vsize=1793892 CPUtime=0
/proc/8213/task/8218/stat : 8218 (java) S 8211 8213 6992 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 118233904 1836945408 47711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8219] ppid=8211 vsize=1793892 CPUtime=0
/proc/8213/task/8219/stat : 8219 (java) S 8211 8213 6992 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118233904 1836945408 47711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8220] ppid=8211 vsize=1793892 CPUtime=0
/proc/8213/task/8220/stat : 8220 (java) S 8211 8213 6992 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118233904 1836945408 47711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8221] ppid=8211 vsize=1793892 CPUtime=0
/proc/8213/task/8221/stat : 8221 (java) S 8211 8213 6992 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118233908 1836945408 47711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8222] ppid=8211 vsize=1793892 CPUtime=1.32
/proc/8213/task/8222/stat : 8222 (java) S 8211 8213 6992 0 -1 64 4707 0 0 0 130 2 0 0 16 0 13 0 118233908 1836945408 47711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8223] ppid=8211 vsize=1793892 CPUtime=0.89
/proc/8213/task/8223/stat : 8223 (java) S 8211 8213 6992 0 -1 64 2645 0 0 0 88 1 0 0 16 0 13 0 118233908 1836945408 47711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8224] ppid=8211 vsize=1793892 CPUtime=0
/proc/8213/task/8224/stat : 8224 (java) S 8211 8213 6992 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118233908 1836945408 47711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8225] ppid=8211 vsize=1793892 CPUtime=0
/proc/8213/task/8225/stat : 8225 (java) S 8211 8213 6992 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118233908 1836945408 47711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 1793892

[startup+6.30133 s]
/proc/loadavg: 1.08 1.02 1.01 2/90 8226
/proc/meminfo: memFree=1551432/2055920 swapFree=4170496/4192956
[pid=8213] ppid=8211 vsize=1793892 CPUtime=8.18
/proc/8213/stat : 8213 (java) S 8211 8213 6992 0 -1 0 58157 0 1 0 790 28 0 0 18 0 13 0 118233899 1836945408 53460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8213/statm: 448473 53460 1334 9 0 446085 0
[pid=8213/tid=8215] ppid=8211 vsize=1793892 CPUtime=5.37
/proc/8213/task/8215/stat : 8215 (java) R 8211 8213 6992 0 -1 64 37712 0 1 0 518 19 0 0 25 0 13 0 118233900 1836945408 53460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109673703 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8216] ppid=8211 vsize=1793892 CPUtime=0.2
/proc/8213/task/8216/stat : 8216 (java) S 8211 8213 6992 0 -1 64 6502 0 0 0 19 1 0 0 16 0 13 0 118233902 1836945408 53460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8217] ppid=8211 vsize=1793892 CPUtime=0.2
/proc/8213/task/8217/stat : 8217 (java) S 8211 8213 6992 0 -1 64 5853 0 0 0 18 2 0 0 16 0 13 0 118233902 1836945408 53460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8218] ppid=8211 vsize=1793892 CPUtime=0
/proc/8213/task/8218/stat : 8218 (java) S 8211 8213 6992 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 118233904 1836945408 53460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8219] ppid=8211 vsize=1793892 CPUtime=0
/proc/8213/task/8219/stat : 8219 (java) S 8211 8213 6992 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118233904 1836945408 53460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8220] ppid=8211 vsize=1793892 CPUtime=0
/proc/8213/task/8220/stat : 8220 (java) S 8211 8213 6992 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118233904 1836945408 53460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8221] ppid=8211 vsize=1793892 CPUtime=0
/proc/8213/task/8221/stat : 8221 (java) S 8211 8213 6992 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118233908 1836945408 53460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8222] ppid=8211 vsize=1793892 CPUtime=1.36
/proc/8213/task/8222/stat : 8222 (java) S 8211 8213 6992 0 -1 64 4708 0 0 0 134 2 0 0 16 0 13 0 118233908 1836945408 53460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8223] ppid=8211 vsize=1793892 CPUtime=0.99
/proc/8213/task/8223/stat : 8223 (java) S 8211 8213 6992 0 -1 64 2652 0 0 0 98 1 0 0 16 0 13 0 118233908 1836945408 53460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8224] ppid=8211 vsize=1793892 CPUtime=0
/proc/8213/task/8224/stat : 8224 (java) S 8211 8213 6992 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118233908 1836945408 53460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8225] ppid=8211 vsize=1793892 CPUtime=0
/proc/8213/task/8225/stat : 8225 (java) S 8211 8213 6992 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118233908 1836945408 53460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8226] ppid=8211 vsize=1793892 CPUtime=0
/proc/8213/task/8226/stat : 8226 (java) S 8211 8213 6992 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 118234173 1836945408 53460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 1793892

[startup+12.7016 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 8226
/proc/meminfo: memFree=1550920/2055920 swapFree=4170496/4192956
[pid=8213] ppid=8211 vsize=1793728 CPUtime=14.72
/proc/8213/stat : 8213 (java) S 8211 8213 6992 0 -1 0 58402 0 1 0 1444 28 0 0 18 0 13 0 118233899 1836777472 53636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8213/statm: 448432 53636 1334 9 0 446044 0
[pid=8213/tid=8215] ppid=8211 vsize=1793728 CPUtime=11.61
/proc/8213/task/8215/stat : 8215 (java) R 8211 8213 6992 0 -1 64 37714 0 1 0 1142 19 0 0 25 0 13 0 118233900 1836777472 53636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109863534 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8216] ppid=8211 vsize=1793728 CPUtime=0.35
/proc/8213/task/8216/stat : 8216 (java) S 8211 8213 6992 0 -1 64 6617 0 0 0 33 2 0 0 16 0 13 0 118233902 1836777472 53636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8217] ppid=8211 vsize=1793728 CPUtime=0.35
/proc/8213/task/8217/stat : 8217 (java) S 8211 8213 6992 0 -1 64 5981 0 0 0 33 2 0 0 16 0 13 0 118233902 1836777472 53636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8218] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8218/stat : 8218 (java) S 8211 8213 6992 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 118233904 1836777472 53636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8219] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8219/stat : 8219 (java) S 8211 8213 6992 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118233904 1836777472 53636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8220] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8220/stat : 8220 (java) S 8211 8213 6992 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118233904 1836777472 53636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8221] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8221/stat : 8221 (java) S 8211 8213 6992 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118233908 1836777472 53636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8222] ppid=8211 vsize=1793728 CPUtime=1.36
/proc/8213/task/8222/stat : 8222 (java) S 8211 8213 6992 0 -1 64 4708 0 0 0 134 2 0 0 16 0 13 0 118233908 1836777472 53636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8223] ppid=8211 vsize=1793728 CPUtime=0.99
/proc/8213/task/8223/stat : 8223 (java) S 8211 8213 6992 0 -1 64 2652 0 0 0 98 1 0 0 16 0 13 0 118233908 1836777472 53636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8224] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8224/stat : 8224 (java) S 8211 8213 6992 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118233908 1836777472 53636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8225] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8225/stat : 8225 (java) S 8211 8213 6992 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118233908 1836777472 53636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8226] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8226/stat : 8226 (java) S 8211 8213 6992 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 118234173 1836777472 53636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.72
Current children cumulated vsize (KiB) 1793728

[startup+25.5023 s]
/proc/loadavg: 1.06 1.01 1.00 2/90 8226
/proc/meminfo: memFree=1550728/2055920 swapFree=4170496/4192956
[pid=8213] ppid=8211 vsize=1793728 CPUtime=27.69
/proc/8213/stat : 8213 (java) S 8211 8213 6992 0 -1 0 58516 0 1 0 2741 28 0 0 18 0 13 0 118233899 1836777472 53731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8213/statm: 448432 53731 1334 9 0 446044 0
[pid=8213/tid=8215] ppid=8211 vsize=1793728 CPUtime=24.24
/proc/8213/task/8215/stat : 8215 (java) R 8211 8213 6992 0 -1 64 37716 0 1 0 2405 19 0 0 25 0 13 0 118233900 1836777472 53731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109892113 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8216] ppid=8211 vsize=1793728 CPUtime=0.52
/proc/8213/task/8216/stat : 8216 (java) S 8211 8213 6992 0 -1 64 6683 0 0 0 50 2 0 0 17 0 13 0 118233902 1836777472 53731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8217] ppid=8211 vsize=1793728 CPUtime=0.52
/proc/8213/task/8217/stat : 8217 (java) S 8211 8213 6992 0 -1 64 6027 0 0 0 50 2 0 0 16 0 13 0 118233902 1836777472 53731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8218] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8218/stat : 8218 (java) S 8211 8213 6992 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 118233904 1836777472 53731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8219] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8219/stat : 8219 (java) S 8211 8213 6992 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118233904 1836777472 53731 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=8213/tid=8218] ppid=8211 vsize=1793728 CPUtime=0.24
/proc/8213/task/8218/stat : 8218 (java) S 8211 8213 6992 0 -1 64 201 0 0 0 10 14 0 0 16 0 13 0 118233904 1836777472 165973 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8219] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8219/stat : 8219 (java) S 8211 8213 6992 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118233904 1836777472 165973 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8220] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8220/stat : 8220 (java) S 8211 8213 6992 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118233904 1836777472 165973 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8221] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8221/stat : 8221 (java) S 8211 8213 6992 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118233908 1836777472 165973 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8222] ppid=8211 vsize=1793728 CPUtime=1.39
/proc/8213/task/8222/stat : 8222 (java) S 8211 8213 6992 0 -1 64 4709 0 0 0 137 2 0 0 16 0 13 0 118233908 1836777472 165973 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8223] ppid=8211 vsize=1793728 CPUtime=1.03
/proc/8213/task/8223/stat : 8223 (java) S 8211 8213 6992 0 -1 64 2656 0 0 0 102 1 0 0 16 0 13 0 118233908 1836777472 165973 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8224] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8224/stat : 8224 (java) S 8211 8213 6992 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118233908 1836777472 165973 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8225] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8225/stat : 8225 (java) S 8211 8213 6992 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118233908 1836777472 165973 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8226] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8226/stat : 8226 (java) S 8211 8213 6992 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 118234173 1836777472 165973 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1614.85
Current children cumulated vsize (KiB) 1793728

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8424
/proc/meminfo: memFree=1095944/2055920 swapFree=4171264/4192956
[pid=8213] ppid=8211 vsize=1793728 CPUtime=1675.38
/proc/8213/stat : 8213 (java) S 8211 8213 6992 0 -1 0 303346 0 1 0 167350 188 0 0 18 0 13 0 118233899 1836777472 166524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8213/statm: 448432 166524 1334 9 0 446044 0
[pid=8213/tid=8215] ppid=8211 vsize=1793728 CPUtime=1646.88
/proc/8213/task/8215/stat : 8215 (java) R 8211 8213 6992 0 -1 64 71169 0 1 0 164637 51 0 0 25 0 13 0 118233900 1836777472 166524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109863459 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8216] ppid=8211 vsize=1793728 CPUtime=12.76
/proc/8213/task/8216/stat : 8216 (java) S 8211 8213 6992 0 -1 64 121240 0 0 0 1211 65 0 0 17 0 13 0 118233902 1836777472 166524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8217] ppid=8211 vsize=1793728 CPUtime=13
/proc/8213/task/8217/stat : 8217 (java) S 8211 8213 6992 0 -1 64 102647 0 0 0 1249 51 0 0 16 0 13 0 118233902 1836777472 166524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8218] ppid=8211 vsize=1793728 CPUtime=0.25
/proc/8213/task/8218/stat : 8218 (java) S 8211 8213 6992 0 -1 64 202 0 0 0 11 14 0 0 16 0 13 0 118233904 1836777472 166524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8219] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8219/stat : 8219 (java) S 8211 8213 6992 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118233904 1836777472 166524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8220] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8220/stat : 8220 (java) S 8211 8213 6992 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118233904 1836777472 166524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8221] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8221/stat : 8221 (java) S 8211 8213 6992 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118233908 1836777472 166524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8222] ppid=8211 vsize=1793728 CPUtime=1.39
/proc/8213/task/8222/stat : 8222 (java) S 8211 8213 6992 0 -1 64 4709 0 0 0 137 2 0 0 16 0 13 0 118233908 1836777472 166524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8223] ppid=8211 vsize=1793728 CPUtime=1.03
/proc/8213/task/8223/stat : 8223 (java) S 8211 8213 6992 0 -1 64 2656 0 0 0 102 1 0 0 16 0 13 0 118233908 1836777472 166524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8224] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8224/stat : 8224 (java) S 8211 8213 6992 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118233908 1836777472 166524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8225] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8225/stat : 8225 (java) S 8211 8213 6992 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118233908 1836777472 166524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8226] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8226/stat : 8226 (java) S 8211 8213 6992 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 118234173 1836777472 166524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1675.38
Current children cumulated vsize (KiB) 1793728

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8424
/proc/meminfo: memFree=1092168/2055920 swapFree=4171264/4192956
[pid=8213] ppid=8211 vsize=1793728 CPUtime=1735.9
/proc/8213/stat : 8213 (java) S 8211 8213 6992 0 -1 0 304942 0 1 0 173400 190 0 0 18 0 13 0 118233899 1836777472 167474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8213/statm: 448432 167474 1334 9 0 446044 0
[pid=8213/tid=8215] ppid=8211 vsize=1793728 CPUtime=1706.26
/proc/8213/task/8215/stat : 8215 (java) R 8211 8213 6992 0 -1 64 71190 0 1 0 170575 51 0 0 17 0 13 0 118233900 1836777472 167474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109891849 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8216] ppid=8211 vsize=1793728 CPUtime=13.33
/proc/8213/task/8216/stat : 8216 (java) S 8211 8213 6992 0 -1 64 122108 0 0 0 1267 66 0 0 17 0 13 0 118233902 1836777472 167474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8217] ppid=8211 vsize=1793728 CPUtime=13.57
/proc/8213/task/8217/stat : 8217 (java) S 8211 8213 6992 0 -1 64 103353 0 0 0 1305 52 0 0 16 0 13 0 118233902 1836777472 167474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8218] ppid=8211 vsize=1793728 CPUtime=0.26
/proc/8213/task/8218/stat : 8218 (java) S 8211 8213 6992 0 -1 64 203 0 0 0 11 15 0 0 16 0 13 0 118233904 1836777472 167474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8219] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8219/stat : 8219 (java) S 8211 8213 6992 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118233904 1836777472 167474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8220] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8220/stat : 8220 (java) S 8211 8213 6992 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118233904 1836777472 167474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8221] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8221/stat : 8221 (java) S 8211 8213 6992 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118233908 1836777472 167474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8222] ppid=8211 vsize=1793728 CPUtime=1.39
/proc/8213/task/8222/stat : 8222 (java) S 8211 8213 6992 0 -1 64 4709 0 0 0 137 2 0 0 16 0 13 0 118233908 1836777472 167474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8223] ppid=8211 vsize=1793728 CPUtime=1.03
/proc/8213/task/8223/stat : 8223 (java) S 8211 8213 6992 0 -1 64 2656 0 0 0 102 1 0 0 16 0 13 0 118233908 1836777472 167474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8224] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8224/stat : 8224 (java) S 8211 8213 6992 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118233908 1836777472 167474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8225] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8225/stat : 8225 (java) S 8211 8213 6992 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118233908 1836777472 167474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8226] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8226/stat : 8226 (java) S 8211 8213 6992 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 118234173 1836777472 167474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1735.9
Current children cumulated vsize (KiB) 1793728

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8424
/proc/meminfo: memFree=1089928/2055920 swapFree=4171264/4192956
[pid=8213] ppid=8211 vsize=1793728 CPUtime=1796.4
/proc/8213/stat : 8213 (java) S 8211 8213 6992 0 -1 0 305948 0 1 0 179448 192 0 0 18 0 13 0 118233899 1836777472 167957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8213/statm: 448432 167957 1334 9 0 446044 0
[pid=8213/tid=8215] ppid=8211 vsize=1793728 CPUtime=1765.68
/proc/8213/task/8215/stat : 8215 (java) R 8211 8213 6992 0 -1 64 71210 0 1 0 176516 52 0 0 25 0 13 0 118233900 1836777472 167957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109863571 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8216] ppid=8211 vsize=1793728 CPUtime=13.86
/proc/8213/task/8216/stat : 8216 (java) S 8211 8213 6992 0 -1 64 122717 0 0 0 1319 67 0 0 16 0 13 0 118233902 1836777472 167957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8217] ppid=8211 vsize=1793728 CPUtime=14.11
/proc/8213/task/8217/stat : 8217 (java) S 8211 8213 6992 0 -1 64 103730 0 0 0 1359 52 0 0 16 0 13 0 118233902 1836777472 167957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8218] ppid=8211 vsize=1793728 CPUtime=0.27
/proc/8213/task/8218/stat : 8218 (java) S 8211 8213 6992 0 -1 64 203 0 0 0 12 15 0 0 16 0 13 0 118233904 1836777472 167957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8219] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8219/stat : 8219 (java) S 8211 8213 6992 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118233904 1836777472 167957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8220] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8220/stat : 8220 (java) S 8211 8213 6992 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118233904 1836777472 167957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8221] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8221/stat : 8221 (java) S 8211 8213 6992 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118233908 1836777472 167957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8222] ppid=8211 vsize=1793728 CPUtime=1.39
/proc/8213/task/8222/stat : 8222 (java) S 8211 8213 6992 0 -1 64 4709 0 0 0 137 2 0 0 16 0 13 0 118233908 1836777472 167957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8223] ppid=8211 vsize=1793728 CPUtime=1.03
/proc/8213/task/8223/stat : 8223 (java) S 8211 8213 6992 0 -1 64 2656 0 0 0 102 1 0 0 16 0 13 0 118233908 1836777472 167957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8224] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8224/stat : 8224 (java) S 8211 8213 6992 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118233908 1836777472 167957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8225] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8225/stat : 8225 (java) S 8211 8213 6992 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118233908 1836777472 167957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8226] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8226/stat : 8226 (java) S 8211 8213 6992 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 118234173 1836777472 167957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 1793728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8424
/proc/meminfo: memFree=1089864/2055920 swapFree=4171264/4192956
[pid=8213] ppid=8211 vsize=1793728 CPUtime=1800.05
/proc/8213/stat : 8213 (java) S 8211 8213 6992 0 -1 0 306039 0 1 0 179813 192 0 0 18 0 13 0 118233899 1836777472 167965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8213/statm: 448432 167965 1334 9 0 446044 0
[pid=8213/tid=8215] ppid=8211 vsize=1793728 CPUtime=1769.23
/proc/8213/task/8215/stat : 8215 (java) R 8211 8213 6992 0 -1 64 71212 0 1 0 176871 52 0 0 23 0 13 0 118233900 1836777472 167965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109863618 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8216] ppid=8211 vsize=1793728 CPUtime=13.92
/proc/8213/task/8216/stat : 8216 (java) S 8211 8213 6992 0 -1 64 122795 0 0 0 1325 67 0 0 16 0 13 0 118233902 1836777472 167965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8217] ppid=8211 vsize=1793728 CPUtime=14.17
/proc/8213/task/8217/stat : 8217 (java) S 8211 8213 6992 0 -1 64 103741 0 0 0 1365 52 0 0 16 0 13 0 118233902 1836777472 167965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8218] ppid=8211 vsize=1793728 CPUtime=0.27
/proc/8213/task/8218/stat : 8218 (java) S 8211 8213 6992 0 -1 64 203 0 0 0 12 15 0 0 15 0 13 0 118233904 1836777472 167965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8219] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8219/stat : 8219 (java) S 8211 8213 6992 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118233904 1836777472 167965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8220] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8220/stat : 8220 (java) S 8211 8213 6992 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118233904 1836777472 167965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8221] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8221/stat : 8221 (java) S 8211 8213 6992 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118233908 1836777472 167965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8222] ppid=8211 vsize=1793728 CPUtime=1.39
/proc/8213/task/8222/stat : 8222 (java) S 8211 8213 6992 0 -1 64 4709 0 0 0 137 2 0 0 16 0 13 0 118233908 1836777472 167965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8223] ppid=8211 vsize=1793728 CPUtime=1.03
/proc/8213/task/8223/stat : 8223 (java) S 8211 8213 6992 0 -1 64 2656 0 0 0 102 1 0 0 16 0 13 0 118233908 1836777472 167965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8224] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8224/stat : 8224 (java) S 8211 8213 6992 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118233908 1836777472 167965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8213/tid=8225] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8225/stat : 8225 (java) S 8211 8213 6992 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118233908 1836777472 167965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8213/tid=8226] ppid=8211 vsize=1793728 CPUtime=0
/proc/8213/task/8226/stat : 8226 (java) S 8211 8213 6992 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 118234173 1836777472 167965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1793728

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

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

[startup+1786.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8424
/proc/meminfo: memFree=1089864/2055920 swapFree=4171264/4192956
[pid=8213] ppid=8211 vsize=0 CPUtime=1800.16
/proc/8213/stat : 8213 (java) Z 8211 8213 6992 0 -1 1036 306060 0 1 0 179815 201 0 0 16 0 2 0 118233899 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8213/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1786.03
CPU time (s): 1800.19
CPU user time (s): 1798.15
CPU system time (s): 2.03569
CPU usage (%): 100.793
Max. virtual memory (cumulated for all children) (KiB): 1794884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.15
system time used= 2.03569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306060
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44668
involuntary context switches= 52691

runsolver used 1.80272 second user time and 4.79527 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Mon Apr 16 05:59:44 UTC 2007

IDJOB= 349497
IDBENCH= 2461
IDSOLVER= 159
FILE ID= node33/349497-1176703184

PBS_JOBID= 4560012

Free space on /tmp= 66547 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  812fb8d8b2de50e0f82554fbb1bd21a5

RANDOM SEED= 490848139

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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.272
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.272
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:       1761800 kB
Buffers:          8408 kB
Cached:          77544 kB
SwapCached:       2312 kB
Active:         211984 kB
Inactive:        18568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761800 kB
SwapTotal:     4192956 kB
SwapFree:      4170496 kB
Dirty:            5488 kB
Writeback:           0 kB
Mapped:         159536 kB
Slab:            48884 kB
Committed_AS:  1647952 kB
PageTables:       2012 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= 66547 MiB

End job on node33 on Mon Apr 16 06:29:32 UTC 2007