Trace number 354088

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.14 1787.4

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-siena1.opb
MD5SUM6b1441ebcfc2678f5078c728b5f20e0c
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 16269067107200000
Optimality of the best value was proved NO
Number of variables70755
Total number of constraints2219
Number of constraints which are clauses310
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1909
Minimum length of a constraint15
Maximum length of a constraint70755
Number of terms in the objective function 70755
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 28224865138562971148229
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 28224967538562971148229
Number of bits of the biggest sum of numbers75
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/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/354088-1176694105/instance-354088-1176694105.opb
0.20/0.20	c reading problem ... 
6.42/4.80	c ... done. Wall clock time 4.605s.
6.42/4.80	c CPU time (experimental) 3.87s.
6.42/4.80	c #vars     70755
6.42/4.80	c #constraints  4027
1800.03/1787.31	c starts		: 18
1800.03/1787.31	c conflicts		: 220257
1800.03/1787.31	c decisions		: 586347
1800.03/1787.31	c propagations		: 36687723
1800.03/1787.31	c inspects		: 324217311
1800.03/1787.31	c learnt literals	: 0
1800.03/1787.31	c learnt binary clauses	: 0
1800.03/1787.31	c learnt ternary clauses	: 0
1800.03/1787.31	c learnt clauses	: 220256
1800.03/1787.31	c root simplifications	: 0
1800.03/1787.31	c removed literals (reason simplification)	: 0
1800.03/1787.31	c reason swapping (by a shorter reason)	: 0
1800.03/1787.31	c Calls to reduceDB	: 0
1800.03/1787.31	c speed (decisions/second)	: 329.02524195136783
1800.03/1787.31	c non guided choices	35126
1800.03/1787.31	s UNKNOWN
1800.03/1787.31	c Total wall clock time (ms): 1787.112

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/node24/watcher-354088-1176694105 -o ROOT/results/node24/solver-354088-1176694105 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354088-1176694105/sat4jPseudoResolution.jar /tmp/evaluation/354088-1176694105/instance-354088-1176694105.opb 

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


[startup+0 s]
/proc/loadavg: 0.92 0.97 0.99 2/77 29344
/proc/meminfo: memFree=1861120/2055920 swapFree=4159472/4192956
[pid=29344] ppid=29342 vsize=1516 CPUtime=0
/proc/29344/stat : 29344 (java) R 29342 29344 28975 0 -1 0 67 0 0 0 0 0 0 0 18 0 1 0 117328586 1552384 51 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2589996 0 0 4096 0 0 0 0 17 1 0 0
/proc/29344/statm: 380 61 46 9 0 10 0

[startup+0.0647581 s]
/proc/loadavg: 0.92 0.97 0.99 2/77 29344
/proc/meminfo: memFree=1861120/2055920 swapFree=4159472/4192956
[pid=29344] ppid=29342 vsize=1777708 CPUtime=0.05
/proc/29344/stat : 29344 (java) S 29342 29344 28975 0 -1 0 3661 0 1 0 3 2 0 0 18 0 7 0 117328586 1820372992 3403 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/29344/statm: 444427 3403 1079 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101763 s]
/proc/loadavg: 0.92 0.97 0.99 2/77 29344
/proc/meminfo: memFree=1861120/2055920 swapFree=4159472/4192956
[pid=29344] ppid=29342 vsize=1780108 CPUtime=0.09
/proc/29344/stat : 29344 (java) S 29342 29344 28975 0 -1 0 3979 0 1 0 6 3 0 0 18 0 12 0 117328586 1822830592 3720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29344/statm: 445027 3720 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301783 s]
/proc/loadavg: 0.92 0.97 0.99 2/77 29344
/proc/meminfo: memFree=1861120/2055920 swapFree=4159472/4192956
[pid=29344] ppid=29342 vsize=1782156 CPUtime=0.34
/proc/29344/stat : 29344 (java) S 29342 29344 28975 0 -1 0 5698 0 1 0 30 4 0 0 18 0 12 0 117328586 1824927744 5436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29344/statm: 445539 5436 1267 9 0 443151 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782156

[startup+0.701825 s]
/proc/loadavg: 0.92 0.97 0.99 2/77 29344
/proc/meminfo: memFree=1861120/2055920 swapFree=4159472/4192956
[pid=29344] ppid=29342 vsize=1784944 CPUtime=0.87
/proc/29344/stat : 29344 (java) S 29342 29344 28975 0 -1 0 9649 0 1 0 82 5 0 0 18 0 12 0 117328586 1827782656 9053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29344/statm: 446236 9053 1297 9 0 443848 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1784944

[startup+1.50191 s]
/proc/loadavg: 0.92 0.97 0.99 4/89 29356
/proc/meminfo: memFree=1810336/2055920 swapFree=4159472/4192956
[pid=29344] ppid=29342 vsize=1793148 CPUtime=2.11
/proc/29344/stat : 29344 (java) S 29342 29344 28975 0 -1 0 20883 0 1 0 200 11 0 0 18 0 12 0 117328586 1836183552 19048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29344/statm: 448287 19048 1310 9 0 445899 0
[pid=29344/tid=29346] ppid=29342 vsize=1793148 CPUtime=1.07
/proc/29344/task/29346/stat : 29346 (java) R 29342 29344 28975 0 -1 64 15477 0 1 0 99 8 0 0 24 0 12 0 117328587 1836183552 19048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109503465 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29347] ppid=29342 vsize=1793148 CPUtime=0
/proc/29344/task/29347/stat : 29347 (java) S 29342 29344 28975 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 117328589 1836183552 19048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29348] ppid=29342 vsize=1793148 CPUtime=0
/proc/29344/task/29348/stat : 29348 (java) S 29342 29344 28975 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 117328589 1836183552 19048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29344/tid=29349] ppid=29342 vsize=1793148 CPUtime=0
/proc/29344/task/29349/stat : 29349 (java) S 29342 29344 28975 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 117328591 1836183552 19048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29350] ppid=29342 vsize=1793148 CPUtime=0
/proc/29344/task/29350/stat : 29350 (java) S 29342 29344 28975 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 117328592 1836183552 19048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29351] ppid=29342 vsize=1793148 CPUtime=0
/proc/29344/task/29351/stat : 29351 (java) S 29342 29344 28975 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 117328592 1836183552 19048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29352] ppid=29342 vsize=1793148 CPUtime=0
/proc/29344/task/29352/stat : 29352 (java) S 29342 29344 28975 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 117328595 1836183552 19048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29353] ppid=29342 vsize=1793148 CPUtime=0.44
/proc/29344/task/29353/stat : 29353 (java) S 29342 29344 28975 0 -1 64 1642 0 0 0 44 0 0 0 16 0 12 0 117328595 1836183552 19048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29354] ppid=29342 vsize=1793148 CPUtime=0.56
/proc/29344/task/29354/stat : 29354 (java) R 29342 29344 28975 0 -1 64 3046 0 0 0 56 0 0 0 18 0 12 0 117328595 1836183552 19048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336776 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29344/tid=29355] ppid=29342 vsize=1793148 CPUtime=0
/proc/29344/task/29355/stat : 29355 (java) S 29342 29344 28975 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117328595 1836183552 19048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29356] ppid=29342 vsize=1793148 CPUtime=0
/proc/29344/task/29356/stat : 29356 (java) S 29342 29344 28975 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 117328595 1836183552 19048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 1793148

[startup+3.10209 s]
/proc/loadavg: 0.92 0.97 0.99 2/89 29356
/proc/meminfo: memFree=1732512/2055920 swapFree=4159472/4192956
[pid=29344] ppid=29342 vsize=1793264 CPUtime=4.41
/proc/29344/stat : 29344 (java) S 29342 29344 28975 0 -1 0 52384 0 1 0 414 27 0 0 18 0 12 0 117328586 1836302336 47754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29344/statm: 448316 47754 1320 9 0 445928 0
[pid=29344/tid=29346] ppid=29342 vsize=1793264 CPUtime=2.46
/proc/29344/task/29346/stat : 29346 (java) R 29342 29344 28975 0 -1 64 37674 0 1 0 227 19 0 0 21 0 12 0 117328587 1836302336 47754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109475914 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29347] ppid=29342 vsize=1793264 CPUtime=0.13
/proc/29344/task/29347/stat : 29347 (java) S 29342 29344 28975 0 -1 64 3382 0 0 0 12 1 0 0 16 0 12 0 117328589 1836302336 47754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29348] ppid=29342 vsize=1793264 CPUtime=0.14
/proc/29344/task/29348/stat : 29348 (java) S 29342 29344 28975 0 -1 64 3072 0 0 0 13 1 0 0 17 0 12 0 117328589 1836302336 47754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29344/tid=29349] ppid=29342 vsize=1793264 CPUtime=0
/proc/29344/task/29349/stat : 29349 (java) S 29342 29344 28975 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 117328591 1836302336 47754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29350] ppid=29342 vsize=1793264 CPUtime=0
/proc/29344/task/29350/stat : 29350 (java) S 29342 29344 28975 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117328592 1836302336 47754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29351] ppid=29342 vsize=1793264 CPUtime=0
/proc/29344/task/29351/stat : 29351 (java) S 29342 29344 28975 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117328592 1836302336 47754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29352] ppid=29342 vsize=1793264 CPUtime=0
/proc/29344/task/29352/stat : 29352 (java) S 29342 29344 28975 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 117328595 1836302336 47754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29353] ppid=29342 vsize=1793264 CPUtime=0.64
/proc/29344/task/29353/stat : 29353 (java) S 29342 29344 28975 0 -1 64 2662 0 0 0 63 1 0 0 16 0 12 0 117328595 1836302336 47754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29354] ppid=29342 vsize=1793264 CPUtime=0.98
/proc/29344/task/29354/stat : 29354 (java) S 29342 29344 28975 0 -1 64 4870 0 0 0 97 1 0 0 16 0 12 0 117328595 1836302336 47754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29344/tid=29355] ppid=29342 vsize=1793264 CPUtime=0
/proc/29344/task/29355/stat : 29355 (java) S 29342 29344 28975 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117328595 1836302336 47754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29356] ppid=29342 vsize=1793264 CPUtime=0
/proc/29344/task/29356/stat : 29356 (java) S 29342 29344 28975 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 117328595 1836302336 47754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 1793264

[startup+6.30243 s]
/proc/loadavg: 0.93 0.97 0.99 3/90 29357
/proc/meminfo: memFree=1632216/2055920 swapFree=4159472/4192956
[pid=29344] ppid=29342 vsize=1796788 CPUtime=8.78
/proc/29344/stat : 29344 (java) S 29342 29344 28975 0 -1 0 70192 0 2 0 841 37 0 0 18 0 13 0 117328586 1839910912 63459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29344/statm: 449197 63459 1335 9 0 446809 0
[pid=29344/tid=29346] ppid=29342 vsize=1796788 CPUtime=4.77
/proc/29344/task/29346/stat : 29346 (java) R 29342 29344 28975 0 -1 64 37716 0 1 0 457 20 0 0 20 0 13 0 117328587 1839910912 63459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109904672 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29347] ppid=29342 vsize=1796788 CPUtime=0.8
/proc/29344/task/29347/stat : 29347 (java) S 29342 29344 28975 0 -1 64 13077 0 0 0 73 7 0 0 16 0 13 0 117328589 1839910912 63459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29348] ppid=29342 vsize=1796788 CPUtime=0.79
/proc/29344/task/29348/stat : 29348 (java) S 29342 29344 28975 0 -1 64 10836 0 0 0 74 5 0 0 16 0 13 0 117328589 1839910912 63459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29344/tid=29349] ppid=29342 vsize=1796788 CPUtime=0
/proc/29344/task/29349/stat : 29349 (java) S 29342 29344 28975 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 117328591 1839910912 63459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29350] ppid=29342 vsize=1796788 CPUtime=0
/proc/29344/task/29350/stat : 29350 (java) S 29342 29344 28975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117328592 1839910912 63459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29351] ppid=29342 vsize=1796788 CPUtime=0
/proc/29344/task/29351/stat : 29351 (java) S 29342 29344 28975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117328592 1839910912 63459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29352] ppid=29342 vsize=1796788 CPUtime=0
/proc/29344/task/29352/stat : 29352 (java) S 29342 29344 28975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117328595 1839910912 63459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29353] ppid=29342 vsize=1796788 CPUtime=0.91
/proc/29344/task/29353/stat : 29353 (java) S 29342 29344 28975 0 -1 64 2791 0 0 0 90 1 0 0 16 0 13 0 117328595 1839910912 63459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29344/tid=29354] ppid=29342 vsize=1796788 CPUtime=1.46
/proc/29344/task/29354/stat : 29354 (java) S 29342 29344 28975 0 -1 64 5042 0 1 0 144 2 0 0 16 0 13 0 117328595 1839910912 63459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29355] ppid=29342 vsize=1796788 CPUtime=0
/proc/29344/task/29355/stat : 29355 (java) S 29342 29344 28975 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117328595 1839910912 63459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29356] ppid=29342 vsize=1796788 CPUtime=0
/proc/29344/task/29356/stat : 29356 (java) S 29342 29344 28975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117328595 1839910912 63459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29357] ppid=29342 vsize=1796788 CPUtime=0
/proc/29344/task/29357/stat : 29357 (java) S 29342 29344 28975 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 117329123 1839910912 63459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.78
Current children cumulated vsize (KiB) 1796788

[startup+12.7021 s]
/proc/loadavg: 0.93 0.97 0.99 2/90 29357
/proc/meminfo: memFree=1611288/2055920 swapFree=4159472/4192956
[pid=29344] ppid=29342 vsize=1796364 CPUtime=15.6
/proc/29344/stat : 29344 (java) S 29342 29344 28975 0 -1 0 70592 0 2 0 1523 37 0 0 18 0 13 0 117328586 1839476736 63541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29344/statm: 449091 63541 1335 9 0 446703 0
[pid=29344/tid=29346] ppid=29342 vsize=1796364 CPUtime=10.91
/proc/29344/task/29346/stat : 29346 (java) R 29342 29344 28975 0 -1 64 37720 0 1 0 1071 20 0 0 25 0 13 0 117328587 1839476736 63541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109972722 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29347] ppid=29342 vsize=1796364 CPUtime=1.01
/proc/29344/task/29347/stat : 29347 (java) S 29342 29344 28975 0 -1 64 13285 0 0 0 94 7 0 0 18 0 13 0 117328589 1839476736 63541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29348] ppid=29342 vsize=1796364 CPUtime=1.01
/proc/29344/task/29348/stat : 29348 (java) S 29342 29344 28975 0 -1 64 11006 0 0 0 96 5 0 0 18 0 13 0 117328589 1839476736 63541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29349] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29349/stat : 29349 (java) S 29342 29344 28975 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 117328591 1839476736 63541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29350] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29350/stat : 29350 (java) S 29342 29344 28975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117328592 1839476736 63541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29351] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29351/stat : 29351 (java) S 29342 29344 28975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117328592 1839476736 63541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29352] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29352/stat : 29352 (java) S 29342 29344 28975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117328595 1839476736 63541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29353] ppid=29342 vsize=1796364 CPUtime=1
/proc/29344/task/29353/stat : 29353 (java) S 29342 29344 28975 0 -1 64 2795 0 0 0 99 1 0 0 17 0 13 0 117328595 1839476736 63541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29344/tid=29354] ppid=29342 vsize=1796364 CPUtime=1.63
/proc/29344/task/29354/stat : 29354 (java) S 29342 29344 28975 0 -1 64 5056 0 1 0 161 2 0 0 17 0 13 0 117328595 1839476736 63541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29355] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29355/stat : 29355 (java) S 29342 29344 28975 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117328595 1839476736 63541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29356] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29356/stat : 29356 (java) S 29342 29344 28975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117328595 1839476736 63541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29357] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29357/stat : 29357 (java) S 29342 29344 28975 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 117329123 1839476736 63541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.6
Current children cumulated vsize (KiB) 1796364

[startup+25.5015 s]
/proc/loadavg: 0.95 0.97 0.99 2/90 29357
/proc/meminfo: memFree=1594776/2055920 swapFree=4159472/4192956
[pid=29344] ppid=29342 vsize=1796364 CPUtime=29.04
/proc/29344/stat : 29344 (java) S 29342 29344 28975 0 -1 0 75710 0 2 0 2864 40 0 0 18 0 13 0 117328586 1839476736 67674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29344/statm: 449091 67674 1335 9 0 446703 0
[pid=29344/tid=29346] ppid=29342 vsize=1796364 CPUtime=23.06
/proc/29344/task/29346/stat : 29346 (java) R 29342 29344 28975 0 -1 64 37723 0 1 0 2286 20 0 0 25 0 13 0 117328587 1839476736 67674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109950574 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29344/tid=29347] ppid=29342 vsize=1796364 CPUtime=1.62
/proc/29344/task/29347/stat : 29347 (java) S 29342 29344 28975 0 -1 64 16632 0 0 0 154 8 0 0 16 0 13 0 117328589 1839476736 67674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29348] ppid=29342 vsize=1796364 CPUtime=1.62
/proc/29344/task/29348/stat : 29348 (java) S 29342 29344 28975 0 -1 64 12771 0 0 0 156 6 0 0 16 0 13 0 117328589 1839476736 67674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29344/tid=29349] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29349/stat : 29349 (java) S 29342 29344 28975 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 117328591 1839476736 67674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29350] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29350/stat : 29350 (java) S 29342 29344 28975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117328592 1839476736 67674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=29344] ppid=29342 vsize=1796364 CPUtime=1674.44
/proc/29344/stat : 29344 (java) S 29342 29344 28975 0 -1 0 168852 0 2 0 167320 124 0 0 18 0 13 0 117328586 1839476736 92370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29344/statm: 449091 92370 1335 9 0 446703 0
[pid=29344/tid=29346] ppid=29342 vsize=1796364 CPUtime=1649.15
/proc/29344/task/29346/stat : 29346 (java) R 29342 29344 28975 0 -1 64 59945 0 1 0 164874 41 0 0 25 0 13 0 117328587 1839476736 92370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109972744 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29347] ppid=29342 vsize=1796364 CPUtime=11.05
/proc/29344/task/29347/stat : 29347 (java) S 29342 29344 28975 0 -1 64 55239 0 0 0 1073 32 0 0 16 0 13 0 117328589 1839476736 92370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29344/tid=29348] ppid=29342 vsize=1796364 CPUtime=11.11
/proc/29344/task/29348/stat : 29348 (java) S 29342 29344 28975 0 -1 64 45011 0 0 0 1082 29 0 0 16 0 13 0 117328589 1839476736 92370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29349] ppid=29342 vsize=1796364 CPUtime=0.33
/proc/29344/task/29349/stat : 29349 (java) S 29342 29344 28975 0 -1 64 80 0 0 0 17 16 0 0 16 0 13 0 117328591 1839476736 92370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29350] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29350/stat : 29350 (java) S 29342 29344 28975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117328592 1839476736 92370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29351] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29351/stat : 29351 (java) S 29342 29344 28975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117328592 1839476736 92370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29352] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29352/stat : 29352 (java) S 29342 29344 28975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117328595 1839476736 92370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29353] ppid=29342 vsize=1796364 CPUtime=1.06
/proc/29344/task/29353/stat : 29353 (java) S 29342 29344 28975 0 -1 64 2798 0 0 0 105 1 0 0 16 0 13 0 117328595 1839476736 92370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29354] ppid=29342 vsize=1796364 CPUtime=1.69
/proc/29344/task/29354/stat : 29354 (java) S 29342 29344 28975 0 -1 64 5056 0 1 0 167 2 0 0 16 0 13 0 117328595 1839476736 92370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29355] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29355/stat : 29355 (java) S 29342 29344 28975 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117328595 1839476736 92370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29356] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29356/stat : 29356 (java) S 29342 29344 28975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117328595 1839476736 92370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29357] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29357/stat : 29357 (java) S 29342 29344 28975 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 117329123 1839476736 92370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1674.44
Current children cumulated vsize (KiB) 1796364

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 29359
/proc/meminfo: memFree=1492632/2055920 swapFree=4159472/4192956
[pid=29344] ppid=29342 vsize=1796364 CPUtime=1734.68
/proc/29344/stat : 29344 (java) S 29342 29344 28975 0 -1 0 169507 0 2 0 173342 126 0 0 18 0 13 0 117328586 1839476736 92679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29344/statm: 449091 92679 1335 9 0 446703 0
[pid=29344/tid=29346] ppid=29342 vsize=1796364 CPUtime=1708.78
/proc/29344/task/29346/stat : 29346 (java) S 29342 29344 28975 0 -1 64 59971 0 1 0 170837 41 0 0 25 0 13 0 117328587 1839476736 92679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29347] ppid=29342 vsize=1796364 CPUtime=11.34
/proc/29344/task/29347/stat : 29347 (java) R 29342 29344 28975 0 -1 64 55283 0 0 0 1102 32 0 0 16 0 13 0 117328589 1839476736 92679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070783 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29344/tid=29348] ppid=29342 vsize=1796364 CPUtime=11.41
/proc/29344/task/29348/stat : 29348 (java) R 29342 29344 28975 0 -1 64 45596 0 0 0 1111 30 0 0 16 0 13 0 117328589 1839476736 92679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070774 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29349] ppid=29342 vsize=1796364 CPUtime=0.33
/proc/29344/task/29349/stat : 29349 (java) S 29342 29344 28975 0 -1 64 80 0 0 0 17 16 0 0 15 0 13 0 117328591 1839476736 92679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29350] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29350/stat : 29350 (java) S 29342 29344 28975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117328592 1839476736 92679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29351] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29351/stat : 29351 (java) S 29342 29344 28975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117328592 1839476736 92679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29352] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29352/stat : 29352 (java) S 29342 29344 28975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117328595 1839476736 92679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29353] ppid=29342 vsize=1796364 CPUtime=1.06
/proc/29344/task/29353/stat : 29353 (java) S 29342 29344 28975 0 -1 64 2798 0 0 0 105 1 0 0 16 0 13 0 117328595 1839476736 92679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29354] ppid=29342 vsize=1796364 CPUtime=1.69
/proc/29344/task/29354/stat : 29354 (java) S 29342 29344 28975 0 -1 64 5056 0 1 0 167 2 0 0 16 0 13 0 117328595 1839476736 92679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29355] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29355/stat : 29355 (java) S 29342 29344 28975 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117328595 1839476736 92679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29356] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29356/stat : 29356 (java) S 29342 29344 28975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117328595 1839476736 92679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29357] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29357/stat : 29357 (java) S 29342 29344 28975 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 117329123 1839476736 92679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1734.68
Current children cumulated vsize (KiB) 1796364

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 29359
/proc/meminfo: memFree=1492184/2055920 swapFree=4159472/4192956
[pid=29344] ppid=29342 vsize=1796364 CPUtime=1794.99
/proc/29344/stat : 29344 (java) S 29342 29344 28975 0 -1 0 170000 0 2 0 179371 128 0 0 18 0 13 0 117328586 1839476736 92677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29344/statm: 449091 92677 1335 9 0 446703 0
[pid=29344/tid=29346] ppid=29342 vsize=1796364 CPUtime=1768.29
/proc/29344/task/29346/stat : 29346 (java) R 29342 29344 28975 0 -1 64 60003 0 1 0 176788 41 0 0 25 0 13 0 117328587 1839476736 92677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109972728 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29347] ppid=29342 vsize=1796364 CPUtime=11.74
/proc/29344/task/29347/stat : 29347 (java) S 29342 29344 28975 0 -1 64 55294 0 0 0 1142 32 0 0 16 0 13 0 117328589 1839476736 92677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29344/tid=29348] ppid=29342 vsize=1796364 CPUtime=11.8
/proc/29344/task/29348/stat : 29348 (java) S 29342 29344 28975 0 -1 64 46046 0 0 0 1148 32 0 0 16 0 13 0 117328589 1839476736 92677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29349] ppid=29342 vsize=1796364 CPUtime=0.35
/proc/29344/task/29349/stat : 29349 (java) S 29342 29344 28975 0 -1 64 80 0 0 0 18 17 0 0 16 0 13 0 117328591 1839476736 92677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29350] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29350/stat : 29350 (java) S 29342 29344 28975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117328592 1839476736 92677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29351] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29351/stat : 29351 (java) S 29342 29344 28975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117328592 1839476736 92677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29352] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29352/stat : 29352 (java) S 29342 29344 28975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117328595 1839476736 92677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29353] ppid=29342 vsize=1796364 CPUtime=1.06
/proc/29344/task/29353/stat : 29353 (java) S 29342 29344 28975 0 -1 64 2798 0 0 0 105 1 0 0 16 0 13 0 117328595 1839476736 92677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29354] ppid=29342 vsize=1796364 CPUtime=1.69
/proc/29344/task/29354/stat : 29354 (java) S 29342 29344 28975 0 -1 64 5056 0 1 0 167 2 0 0 16 0 13 0 117328595 1839476736 92677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29355] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29355/stat : 29355 (java) S 29342 29344 28975 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117328595 1839476736 92677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29356] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29356/stat : 29356 (java) S 29342 29344 28975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117328595 1839476736 92677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29357] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29357/stat : 29357 (java) S 29342 29344 28975 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 117329123 1839476736 92677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1794.99
Current children cumulated vsize (KiB) 1796364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 29359
/proc/meminfo: memFree=1492248/2055920 swapFree=4159472/4192956
[pid=29344] ppid=29342 vsize=1796364 CPUtime=1800.03
/proc/29344/stat : 29344 (java) S 29342 29344 28975 0 -1 0 170027 0 2 0 179874 129 0 0 18 0 13 0 117328586 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29344/statm: 449091 92669 1335 9 0 446703 0
[pid=29344/tid=29346] ppid=29342 vsize=1796364 CPUtime=1773.25
/proc/29344/task/29346/stat : 29346 (java) R 29342 29344 28975 0 -1 64 60006 0 1 0 177284 41 0 0 25 0 13 0 117328587 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109973135 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29347] ppid=29342 vsize=1796364 CPUtime=11.78
/proc/29344/task/29347/stat : 29347 (java) S 29342 29344 28975 0 -1 64 55294 0 0 0 1146 32 0 0 16 0 13 0 117328589 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29344/tid=29348] ppid=29342 vsize=1796364 CPUtime=11.84
/proc/29344/task/29348/stat : 29348 (java) S 29342 29344 28975 0 -1 64 46070 0 0 0 1152 32 0 0 16 0 13 0 117328589 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29349] ppid=29342 vsize=1796364 CPUtime=0.35
/proc/29344/task/29349/stat : 29349 (java) S 29342 29344 28975 0 -1 64 80 0 0 0 18 17 0 0 15 0 13 0 117328591 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29350] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29350/stat : 29350 (java) S 29342 29344 28975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117328592 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29351] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29351/stat : 29351 (java) S 29342 29344 28975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117328592 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29352] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29352/stat : 29352 (java) S 29342 29344 28975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117328595 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29353] ppid=29342 vsize=1796364 CPUtime=1.06
/proc/29344/task/29353/stat : 29353 (java) S 29342 29344 28975 0 -1 64 2798 0 0 0 105 1 0 0 16 0 13 0 117328595 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29354] ppid=29342 vsize=1796364 CPUtime=1.69
/proc/29344/task/29354/stat : 29354 (java) S 29342 29344 28975 0 -1 64 5056 0 1 0 167 2 0 0 16 0 13 0 117328595 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29355] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29355/stat : 29355 (java) S 29342 29344 28975 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117328595 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29356] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29356/stat : 29356 (java) S 29342 29344 28975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117328595 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29357] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29357/stat : 29357 (java) S 29342 29344 28975 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 117329123 1839476736 92669 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) 1796364

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

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

[startup+1787.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 29359
/proc/meminfo: memFree=1492248/2055920 swapFree=4159472/4192956
[pid=29344] ppid=29342 vsize=1796364 CPUtime=1800.03
/proc/29344/stat : 29344 (java) S 29342 29344 28975 0 -1 0 170027 0 2 0 179874 129 0 0 18 0 13 0 117328586 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29344/statm: 449091 92669 1335 9 0 446703 0
[pid=29344/tid=29346] ppid=29342 vsize=1796364 CPUtime=1773.25
/proc/29344/task/29346/stat : 29346 (java) R 29342 29344 28975 0 -1 64 60006 0 1 0 177284 41 0 0 25 0 13 0 117328587 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109973135 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29347] ppid=29342 vsize=1796364 CPUtime=11.78
/proc/29344/task/29347/stat : 29347 (java) S 29342 29344 28975 0 -1 64 55294 0 0 0 1146 32 0 0 16 0 13 0 117328589 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29344/tid=29348] ppid=29342 vsize=1796364 CPUtime=11.84
/proc/29344/task/29348/stat : 29348 (java) S 29342 29344 28975 0 -1 64 46070 0 0 0 1152 32 0 0 16 0 13 0 117328589 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29349] ppid=29342 vsize=1796364 CPUtime=0.35
/proc/29344/task/29349/stat : 29349 (java) S 29342 29344 28975 0 -1 64 80 0 0 0 18 17 0 0 15 0 13 0 117328591 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29350] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29350/stat : 29350 (java) S 29342 29344 28975 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117328592 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29351] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29351/stat : 29351 (java) S 29342 29344 28975 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117328592 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29352] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29352/stat : 29352 (java) S 29342 29344 28975 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117328595 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29353] ppid=29342 vsize=1796364 CPUtime=1.06
/proc/29344/task/29353/stat : 29353 (java) S 29342 29344 28975 0 -1 64 2798 0 0 0 105 1 0 0 16 0 13 0 117328595 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29354] ppid=29342 vsize=1796364 CPUtime=1.69
/proc/29344/task/29354/stat : 29354 (java) S 29342 29344 28975 0 -1 64 5056 0 1 0 167 2 0 0 16 0 13 0 117328595 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29355] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29355/stat : 29355 (java) S 29342 29344 28975 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117328595 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29356] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29356/stat : 29356 (java) S 29342 29344 28975 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117328595 1839476736 92669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29344/tid=29357] ppid=29342 vsize=1796364 CPUtime=0
/proc/29344/task/29357/stat : 29357 (java) S 29342 29344 28975 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 117329123 1839476736 92669 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) 1796364

Child status: 143
Real time (s): 1787.4
CPU time (s): 1800.14
CPU user time (s): 1798.79
CPU system time (s): 1.35079
CPU usage (%): 100.713
Max. virtual memory (cumulated for all children) (KiB): 1796788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.79
system time used= 1.35079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170047
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49709
involuntary context switches= 57718

runsolver used 1.83272 second user time and 5.16322 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Mon Apr 16 03:28:26 UTC 2007

IDJOB= 354088
IDBENCH= 2341
IDSOLVER= 159
FILE ID= node24/354088-1176694105

PBS_JOBID= 4560030

Free space on /tmp= 66513 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  6b1441ebcfc2678f5078c728b5f20e0c

RANDOM SEED= 994962276

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.238
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.238
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:       1861720 kB
Buffers:         13692 kB
Cached:          96724 kB
SwapCached:       2532 kB
Active:          69864 kB
Inactive:        65028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861720 kB
SwapTotal:     4192956 kB
SwapFree:      4159472 kB
Dirty:           10276 kB
Writeback:           0 kB
Mapped:          39416 kB
Slab:            44824 kB
Committed_AS:  1781244 kB
PageTables:       1776 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= 66513 MiB

End job on node24 on Mon Apr 16 03:58:15 UTC 2007