Trace number 350491

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 NameAnswerCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.1 1783.3

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-full.all.ucl.opb
MD5SUM14c93c93dc53353f81a889ada18ba601
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1140.32
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables81558
Total number of constraints240469
Number of constraints which are clauses235865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4604
Minimum length of a constraint1
Maximum length of a constraint13
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 68
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 257
Number of bits of the biggest sum of numbers9
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.15	c no version file found!!!
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/350491-1176510803/instance-350491-1176510803.opb
0.20/0.20	c reading problem ... 
6.53/5.49	c ... done. Wall clock time 5.285s.
6.53/5.49	c CPU time (experimental) 4.55s.
6.53/5.49	c #vars     81558
6.53/5.49	c #constraints  240468
1800.00/1783.21	c starts		: 19
1800.00/1783.21	c conflicts		: 323152
1800.00/1783.21	c decisions		: 523861
1800.00/1783.21	c propagations		: 1330942428
1800.00/1783.21	c inspects		: 3944876698
1800.00/1783.21	c learnt literals	: 8
1800.00/1783.21	c learnt binary clauses	: 197
1800.00/1783.21	c learnt ternary clauses	: 377
1800.00/1783.21	c learnt clauses	: 323143
1800.00/1783.21	c root simplifications	: 0
1800.00/1783.21	c removed literals (reason simplification)	: 0
1800.00/1783.21	c reason swapping (by a shorter reason)	: 0
1800.00/1783.21	c Calls to reduceDB	: 0
1800.00/1783.21	c speed (decisions/second)	: 294.6890149712489
1800.00/1783.21	c non guided choices	751
1800.00/1783.21	s UNKNOWN
1800.00/1783.21	c Total wall clock time (ms): 1783.011

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/node16/watcher-350491-1176510803 -o ROOT/results/node16/solver-350491-1176510803 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350491-1176510803/sat4jPseudoResolution.jar /tmp/evaluation/350491-1176510803/instance-350491-1176510803.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.91 0.97 0.95 3/77 26538
/proc/meminfo: memFree=1695376/2055920 swapFree=4192812/4192956
[pid=26538] ppid=26536 vsize=1800 CPUtime=0
/proc/26538/stat : 26538 (java) R 26536 26538 26034 0 -1 0 149 0 0 0 0 0 0 0 18 0 1 0 98997974 1843200 122 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7640699 0 0 4096 0 0 0 0 17 1 0 0
/proc/26538/statm: 450 125 89 9 0 92 0

[startup+0.091335 s]
/proc/loadavg: 0.91 0.97 0.95 3/77 26538
/proc/meminfo: memFree=1695376/2055920 swapFree=4192812/4192956
[pid=26538] ppid=26536 vsize=1777844 CPUtime=0.07
/proc/26538/stat : 26538 (java) S 26536 26538 26034 0 -1 0 3870 0 1 0 5 2 0 0 18 0 7 0 98997974 1820512256 3613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/26538/statm: 444461 3613 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.102334 s]
/proc/loadavg: 0.91 0.97 0.95 3/77 26538
/proc/meminfo: memFree=1695376/2055920 swapFree=4192812/4192956
[pid=26538] ppid=26536 vsize=1780108 CPUtime=0.09
/proc/26538/stat : 26538 (java) S 26536 26538 26034 0 -1 0 3979 0 1 0 6 3 0 0 18 0 12 0 98997974 1822830592 3721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26538/statm: 445027 3721 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301296 s]
/proc/loadavg: 0.91 0.97 0.95 3/77 26538
/proc/meminfo: memFree=1695376/2055920 swapFree=4192812/4192956
[pid=26538] ppid=26536 vsize=1781392 CPUtime=0.31
/proc/26538/stat : 26538 (java) S 26536 26538 26034 0 -1 0 5801 0 1 0 27 4 0 0 18 0 12 0 98997974 1824145408 5540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26538/statm: 445348 5540 1264 9 0 442960 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781392

[startup+0.702212 s]
/proc/loadavg: 0.91 0.97 0.95 3/77 26538
/proc/meminfo: memFree=1695376/2055920 swapFree=4192812/4192956
[pid=26538] ppid=26536 vsize=1782624 CPUtime=0.92
/proc/26538/stat : 26538 (java) S 26536 26538 26034 0 -1 0 7452 0 1 0 87 5 0 0 18 0 12 0 98997974 1825406976 7024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26538/statm: 445656 7025 1301 9 0 443268 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1782624

[startup+1.50205 s]
/proc/loadavg: 0.91 0.97 0.95 2/89 26550
/proc/meminfo: memFree=1664560/2055920 swapFree=4192812/4192956
[pid=26538] ppid=26536 vsize=1784992 CPUtime=2.08
/proc/26538/stat : 26538 (java) S 26536 26538 26034 0 -1 0 19642 0 1 0 197 11 0 0 18 0 12 0 98997974 1827831808 17598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26538/statm: 446248 17598 1301 9 0 443860 0
[pid=26538/tid=26540] ppid=26536 vsize=1784992 CPUtime=1.06
/proc/26538/task/26540/stat : 26540 (java) R 26536 26538 26034 0 -1 64 15720 0 1 0 97 9 0 0 19 0 12 0 98997975 1827831808 17598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109515972 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26541] ppid=26536 vsize=1784992 CPUtime=0
/proc/26538/task/26541/stat : 26541 (java) S 26536 26538 26034 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 98997977 1827831808 17598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26542] ppid=26536 vsize=1784992 CPUtime=0
/proc/26538/task/26542/stat : 26542 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 98997977 1827831808 17598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26543] ppid=26536 vsize=1784992 CPUtime=0
/proc/26538/task/26543/stat : 26543 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 98997979 1827831808 17598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26544] ppid=26536 vsize=1784992 CPUtime=0
/proc/26538/task/26544/stat : 26544 (java) S 26536 26538 26034 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 98997979 1827831808 17598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26545] ppid=26536 vsize=1784992 CPUtime=0
/proc/26538/task/26545/stat : 26545 (java) S 26536 26538 26034 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 98997979 1827831808 17598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26546] ppid=26536 vsize=1784992 CPUtime=0
/proc/26538/task/26546/stat : 26546 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 98997983 1827831808 17598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26547] ppid=26536 vsize=1784992 CPUtime=0.51
/proc/26538/task/26547/stat : 26547 (java) S 26536 26538 26034 0 -1 64 1942 0 0 0 51 0 0 0 17 0 12 0 98997983 1827831808 17598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26548] ppid=26536 vsize=1784992 CPUtime=0.48
/proc/26538/task/26548/stat : 26548 (java) S 26536 26538 26034 0 -1 64 1261 0 0 0 48 0 0 0 16 0 12 0 98997983 1827831808 17598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26549] ppid=26536 vsize=1784992 CPUtime=0
/proc/26538/task/26549/stat : 26549 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 98997983 1827831808 17598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26550] ppid=26536 vsize=1784992 CPUtime=0
/proc/26538/task/26550/stat : 26550 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 98997983 1827831808 17598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 1784992

[startup+3.10171 s]
/proc/loadavg: 0.92 0.97 0.95 2/89 26550
/proc/meminfo: memFree=1562480/2055920 swapFree=4192812/4192956
[pid=26538] ppid=26536 vsize=1785480 CPUtime=3.77
/proc/26538/stat : 26538 (java) S 26536 26538 26034 0 -1 0 44459 0 1 0 353 24 0 0 18 0 12 0 98997974 1828331520 42365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26538/statm: 446370 42365 1310 9 0 443982 0
[pid=26538/tid=26540] ppid=26536 vsize=1785480 CPUtime=2.57
/proc/26538/task/26540/stat : 26540 (java) R 26536 26538 26034 0 -1 64 37670 0 1 0 237 20 0 0 22 0 12 0 98997975 1828331520 42365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109581441 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26541] ppid=26536 vsize=1785480 CPUtime=0.08
/proc/26538/task/26541/stat : 26541 (java) S 26536 26538 26034 0 -1 64 1471 0 0 0 7 1 0 0 17 0 12 0 98997977 1828331520 42365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26542] ppid=26536 vsize=1785480 CPUtime=0.07
/proc/26538/task/26542/stat : 26542 (java) S 26536 26538 26034 0 -1 64 1390 0 0 0 7 0 0 0 17 0 12 0 98997977 1828331520 42365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26543] ppid=26536 vsize=1785480 CPUtime=0
/proc/26538/task/26543/stat : 26543 (java) S 26536 26538 26034 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 98997979 1828331520 42365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26544] ppid=26536 vsize=1785480 CPUtime=0
/proc/26538/task/26544/stat : 26544 (java) S 26536 26538 26034 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 98997979 1828331520 42365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26545] ppid=26536 vsize=1785480 CPUtime=0
/proc/26538/task/26545/stat : 26545 (java) S 26536 26538 26034 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 98997979 1828331520 42365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26546] ppid=26536 vsize=1785480 CPUtime=0
/proc/26538/task/26546/stat : 26546 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 98997983 1828331520 42365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26547] ppid=26536 vsize=1785480 CPUtime=0.51
/proc/26538/task/26547/stat : 26547 (java) S 26536 26538 26034 0 -1 64 1942 0 0 0 51 0 0 0 17 0 12 0 98997983 1828331520 42365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26548] ppid=26536 vsize=1785480 CPUtime=0.48
/proc/26538/task/26548/stat : 26548 (java) S 26536 26538 26034 0 -1 64 1261 0 0 0 48 0 0 0 16 0 12 0 98997983 1828331520 42365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26549] ppid=26536 vsize=1785480 CPUtime=0
/proc/26538/task/26549/stat : 26549 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 98997983 1828331520 42365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26550] ppid=26536 vsize=1785480 CPUtime=0
/proc/26538/task/26550/stat : 26550 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 98997983 1828331520 42365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 1785480

[startup+6.30206 s]
/proc/loadavg: 0.92 0.97 0.95 2/89 26550
/proc/meminfo: memFree=1493040/2055920 swapFree=4192812/4192956
[pid=26538] ppid=26536 vsize=1789292 CPUtime=7.88
/proc/26538/stat : 26538 (java) S 26536 26538 26034 0 -1 0 56717 0 1 0 758 30 0 0 18 0 13 0 98997974 1832235008 51909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26538/statm: 447323 51909 1326 9 0 444935 0
[pid=26538/tid=26540] ppid=26536 vsize=1789292 CPUtime=5.26
/proc/26538/task/26540/stat : 26540 (java) R 26536 26538 26034 0 -1 64 37706 0 1 0 505 21 0 0 23 0 13 0 98997975 1832235008 51909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109806813 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26541] ppid=26536 vsize=1789292 CPUtime=0.45
/proc/26538/task/26541/stat : 26541 (java) S 26536 26538 26034 0 -1 64 6061 0 0 0 42 3 0 0 18 0 13 0 98997977 1832235008 51909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26542] ppid=26536 vsize=1789292 CPUtime=0.45
/proc/26538/task/26542/stat : 26542 (java) S 26536 26538 26034 0 -1 64 6639 0 0 0 42 3 0 0 16 0 13 0 98997977 1832235008 51909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26543] ppid=26536 vsize=1789292 CPUtime=0
/proc/26538/task/26543/stat : 26543 (java) S 26536 26538 26034 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 98997979 1832235008 51909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26544] ppid=26536 vsize=1789292 CPUtime=0
/proc/26538/task/26544/stat : 26544 (java) S 26536 26538 26034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98997979 1832235008 51909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26545] ppid=26536 vsize=1789292 CPUtime=0
/proc/26538/task/26545/stat : 26545 (java) S 26536 26538 26034 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98997979 1832235008 51909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26546] ppid=26536 vsize=1789292 CPUtime=0
/proc/26538/task/26546/stat : 26546 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98997983 1832235008 51909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26547] ppid=26536 vsize=1789292 CPUtime=0.87
/proc/26538/task/26547/stat : 26547 (java) R 26536 26538 26034 0 -1 64 3246 0 0 0 86 1 0 0 16 0 13 0 98997983 1832235008 51909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105860216 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26548] ppid=26536 vsize=1789292 CPUtime=0.81
/proc/26538/task/26548/stat : 26548 (java) S 26536 26538 26034 0 -1 64 2333 0 0 0 80 1 0 0 16 0 13 0 98997983 1832235008 51909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26549] ppid=26536 vsize=1789292 CPUtime=0
/proc/26538/task/26549/stat : 26549 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 98997983 1832235008 51909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26550] ppid=26536 vsize=1789292 CPUtime=0
/proc/26538/task/26550/stat : 26550 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98997983 1832235008 51909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 1789292

[startup+12.7017 s]
/proc/loadavg: 0.93 0.97 0.95 2/90 26551
/proc/meminfo: memFree=1478248/2055920 swapFree=4192812/4192956
[pid=26538] ppid=26536 vsize=1789228 CPUtime=14.82
/proc/26538/stat : 26538 (java) S 26536 26538 26034 0 -1 0 60628 0 1 0 1450 32 0 0 18 0 13 0 98997974 1832169472 55300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26538/statm: 447307 55300 1326 9 0 444919 0
[pid=26538/tid=26540] ppid=26536 vsize=1789228 CPUtime=11.25
/proc/26538/task/26540/stat : 26540 (java) R 26536 26538 26034 0 -1 64 37710 0 1 0 1104 21 0 0 25 0 13 0 98997975 1832169472 55300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109842435 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26541] ppid=26536 vsize=1789228 CPUtime=0.85
/proc/26538/task/26541/stat : 26541 (java) S 26536 26538 26034 0 -1 64 8343 0 0 0 81 4 0 0 16 0 13 0 98997977 1832169472 55300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26542] ppid=26536 vsize=1789228 CPUtime=0.85
/proc/26538/task/26542/stat : 26542 (java) S 26536 26538 26034 0 -1 64 7923 0 0 0 82 3 0 0 16 0 13 0 98997977 1832169472 55300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26543] ppid=26536 vsize=1789228 CPUtime=0
/proc/26538/task/26543/stat : 26543 (java) S 26536 26538 26034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98997979 1832169472 55300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26544] ppid=26536 vsize=1789228 CPUtime=0
/proc/26538/task/26544/stat : 26544 (java) S 26536 26538 26034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98997979 1832169472 55300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26545] ppid=26536 vsize=1789228 CPUtime=0
/proc/26538/task/26545/stat : 26545 (java) S 26536 26538 26034 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98997979 1832169472 55300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26546] ppid=26536 vsize=1789228 CPUtime=0
/proc/26538/task/26546/stat : 26546 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98997983 1832169472 55300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26547] ppid=26536 vsize=1789228 CPUtime=0.93
/proc/26538/task/26547/stat : 26547 (java) S 26536 26538 26034 0 -1 64 3405 0 0 0 92 1 0 0 15 0 13 0 98997983 1832169472 55300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26548] ppid=26536 vsize=1789228 CPUtime=0.9
/proc/26538/task/26548/stat : 26548 (java) S 26536 26538 26034 0 -1 64 2515 0 0 0 89 1 0 0 16 0 13 0 98997983 1832169472 55300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26549] ppid=26536 vsize=1789228 CPUtime=0
/proc/26538/task/26549/stat : 26549 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 98997983 1832169472 55300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26550] ppid=26536 vsize=1789228 CPUtime=0
/proc/26538/task/26550/stat : 26550 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98997983 1832169472 55300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26551] ppid=26536 vsize=1789228 CPUtime=0
/proc/26538/task/26551/stat : 26551 (java) S 26536 26538 26034 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 98998529 1832169472 55300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.82
Current children cumulated vsize (KiB) 1789228

[startup+25.5021 s]
/proc/loadavg: 0.94 0.97 0.95 2/90 26551
/proc/meminfo: memFree=1454888/2055920 swapFree=4192812/4192956
[pid=26538] ppid=26536 vsize=1790252 CPUtime=28.11
/proc/26538/stat : 26538 (java) S 26536 26538 26034 0 -1 0 67023 0 1 0 2776 35 0 0 18 0 13 0 98997974 1833218048 61173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26538/statm: 447563 61173 1328 9 0 445175 0
[pid=26538/tid=26540] ppid=26536 vsize=1790252 CPUtime=23.59
/proc/26538/task/26540/stat : 26540 (java) R 26536 26538 26034 0 -1 64 37713 0 1 0 2338 21 0 0 25 0 13 0 98997975 1833218048 61173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109798984 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26541] ppid=26536 vsize=1790252 CPUtime=1.3
/proc/26538/task/26541/stat : 26541 (java) S 26536 26538 26034 0 -1 64 10961 0 0 0 125 5 0 0 16 0 13 0 98997977 1833218048 61173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26542] ppid=26536 vsize=1790252 CPUtime=1.3
/proc/26538/task/26542/stat : 26542 (java) S 26536 26538 26034 0 -1 64 11417 0 0 0 125 5 0 0 16 0 13 0 98997977 1833218048 61173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26543] ppid=26536 vsize=1790252 CPUtime=0
/proc/26538/task/26543/stat : 26543 (java) S 26536 26538 26034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98997979 1833218048 61173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26544] ppid=26536 vsize=1790252 CPUtime=0
/proc/26538/task/26544/stat : 26544 (java) S 26536 26538 26034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98997979 1833218048 61173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26545] ppid=26536 vsize=1790252 CPUtime=0
/proc/26538/task/26545/stat : 26545 (java) S 26536 26538 26034 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98997979 1833218048 61173 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=26538] ppid=26536 vsize=1789452 CPUtime=1617.58
/proc/26538/stat : 26538 (java) S 26536 26538 26034 0 -1 0 199239 0 1 0 161642 116 0 0 18 0 13 0 98997974 1832398848 97854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26538/statm: 447363 97854 1328 9 0 444975 0
[pid=26538/tid=26540] ppid=26536 vsize=1789452 CPUtime=1586.56
/proc/26538/task/26540/stat : 26540 (java) R 26536 26538 26034 0 -1 64 77256 0 1 0 158613 43 0 0 25 0 13 0 98997975 1832398848 97854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109943666 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26541] ppid=26536 vsize=1789452 CPUtime=14.37
/proc/26538/task/26541/stat : 26541 (java) S 26536 26538 26034 0 -1 64 57788 0 0 0 1409 28 0 0 16 0 13 0 98997977 1832398848 97854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26542] ppid=26536 vsize=1789452 CPUtime=14.35
/proc/26538/task/26542/stat : 26542 (java) S 26536 26538 26034 0 -1 64 57101 0 0 0 1410 25 0 0 17 0 13 0 98997977 1832398848 97854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26543] ppid=26536 vsize=1789452 CPUtime=0.27
/proc/26538/task/26543/stat : 26543 (java) S 26536 26538 26034 0 -1 64 163 0 0 0 13 14 0 0 16 0 13 0 98997979 1832398848 97854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26544] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26544/stat : 26544 (java) S 26536 26538 26034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98997979 1832398848 97854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26545] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26545/stat : 26545 (java) S 26536 26538 26034 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98997979 1832398848 97854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26546] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26546/stat : 26546 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98997983 1832398848 97854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26547] ppid=26536 vsize=1789452 CPUtime=1
/proc/26538/task/26547/stat : 26547 (java) S 26536 26538 26034 0 -1 64 3408 0 0 0 99 1 0 0 16 0 13 0 98997983 1832398848 97854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26548] ppid=26536 vsize=1789452 CPUtime=0.96
/proc/26538/task/26548/stat : 26548 (java) S 26536 26538 26034 0 -1 64 2802 0 0 0 95 1 0 0 17 0 13 0 98997983 1832398848 97854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26549] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26549/stat : 26549 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 98997983 1832398848 97854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26550] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26550/stat : 26550 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98997983 1832398848 97854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26551] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26551/stat : 26551 (java) S 26536 26538 26034 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 98998529 1832398848 97854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1617.58
Current children cumulated vsize (KiB) 1789452

[startup+1662.3 s]
/proc/loadavg: 1.03 1.03 1.00 3/96 26619
/proc/meminfo: memFree=1307824/2055920 swapFree=4192812/4192956
[pid=26538] ppid=26536 vsize=1789452 CPUtime=1678.06
/proc/26538/stat : 26538 (java) S 26536 26538 26034 0 -1 0 200625 0 1 0 167684 122 0 0 18 0 13 0 98997974 1832398848 97410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26538/statm: 447363 97410 1328 9 0 444975 0
[pid=26538/tid=26540] ppid=26536 vsize=1789452 CPUtime=1645.99
/proc/26538/task/26540/stat : 26540 (java) R 26536 26538 26034 0 -1 64 77277 0 1 0 164552 47 0 0 25 0 13 0 98997975 1832398848 97410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109863358 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26541] ppid=26536 vsize=1789452 CPUtime=14.88
/proc/26538/task/26541/stat : 26541 (java) S 26536 26538 26034 0 -1 64 58625 0 0 0 1459 29 0 0 16 0 13 0 98997977 1832398848 97410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26542] ppid=26536 vsize=1789452 CPUtime=14.87
/proc/26538/task/26542/stat : 26542 (java) S 26536 26538 26034 0 -1 64 57629 0 0 0 1462 25 0 0 17 0 13 0 98997977 1832398848 97410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26543] ppid=26536 vsize=1789452 CPUtime=0.29
/proc/26538/task/26543/stat : 26543 (java) S 26536 26538 26034 0 -1 64 163 0 0 0 14 15 0 0 16 0 13 0 98997979 1832398848 97410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26544] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26544/stat : 26544 (java) S 26536 26538 26034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98997979 1832398848 97410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26545] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26545/stat : 26545 (java) S 26536 26538 26034 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98997979 1832398848 97410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26546] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26546/stat : 26546 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98997983 1832398848 97410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26547] ppid=26536 vsize=1789452 CPUtime=1
/proc/26538/task/26547/stat : 26547 (java) S 26536 26538 26034 0 -1 64 3408 0 0 0 99 1 0 0 16 0 13 0 98997983 1832398848 97410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26548] ppid=26536 vsize=1789452 CPUtime=0.96
/proc/26538/task/26548/stat : 26548 (java) S 26536 26538 26034 0 -1 64 2802 0 0 0 95 1 0 0 17 0 13 0 98997983 1832398848 97410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26549] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26549/stat : 26549 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 98997983 1832398848 97410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26550] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26550/stat : 26550 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98997983 1832398848 97410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26551] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26551/stat : 26551 (java) S 26536 26538 26034 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 98998529 1832398848 97410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1678.06
Current children cumulated vsize (KiB) 1789452

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 26751
/proc/meminfo: memFree=1308584/2055920 swapFree=4192812/4192956
[pid=26538] ppid=26536 vsize=1789452 CPUtime=1738.53
/proc/26538/stat : 26538 (java) S 26536 26538 26034 0 -1 0 202047 0 1 0 173718 135 0 0 18 0 13 0 98997974 1832398848 97494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26538/statm: 447363 97494 1328 9 0 444975 0
[pid=26538/tid=26540] ppid=26536 vsize=1789452 CPUtime=1705.45
/proc/26538/task/26540/stat : 26540 (java) R 26536 26538 26034 0 -1 64 77297 0 1 0 170486 59 0 0 25 0 13 0 98997975 1832398848 97494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109971266 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26541] ppid=26536 vsize=1789452 CPUtime=15.39
/proc/26538/task/26541/stat : 26541 (java) S 26536 26538 26034 0 -1 64 59149 0 0 0 1510 29 0 0 16 0 13 0 98997977 1832398848 97494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26542] ppid=26536 vsize=1789452 CPUtime=15.37
/proc/26538/task/26542/stat : 26542 (java) S 26536 26538 26034 0 -1 64 58507 0 0 0 1511 26 0 0 16 0 13 0 98997977 1832398848 97494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26543] ppid=26536 vsize=1789452 CPUtime=0.29
/proc/26538/task/26543/stat : 26543 (java) S 26536 26538 26034 0 -1 64 163 0 0 0 14 15 0 0 16 0 13 0 98997979 1832398848 97494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26544] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26544/stat : 26544 (java) S 26536 26538 26034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98997979 1832398848 97494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26545] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26545/stat : 26545 (java) S 26536 26538 26034 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98997979 1832398848 97494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26546] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26546/stat : 26546 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98997983 1832398848 97494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26547] ppid=26536 vsize=1789452 CPUtime=1
/proc/26538/task/26547/stat : 26547 (java) S 26536 26538 26034 0 -1 64 3408 0 0 0 99 1 0 0 16 0 13 0 98997983 1832398848 97494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26548] ppid=26536 vsize=1789452 CPUtime=0.96
/proc/26538/task/26548/stat : 26548 (java) S 26536 26538 26034 0 -1 64 2802 0 0 0 95 1 0 0 17 0 13 0 98997983 1832398848 97494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26549] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26549/stat : 26549 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 98997983 1832398848 97494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26550] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26550/stat : 26550 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98997983 1832398848 97494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26551] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26551/stat : 26551 (java) S 26536 26538 26034 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 98998529 1832398848 97494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1738.53
Current children cumulated vsize (KiB) 1789452

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 26751
/proc/meminfo: memFree=1305960/2055920 swapFree=4192812/4192956
[pid=26538] ppid=26536 vsize=1789452 CPUtime=1799.08
/proc/26538/stat : 26538 (java) S 26536 26538 26034 0 -1 0 205605 0 1 0 179771 137 0 0 18 0 13 0 98997974 1832398848 99479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26538/statm: 447363 99480 1328 9 0 444975 0
[pid=26538/tid=26540] ppid=26536 vsize=1789452 CPUtime=1764.83
/proc/26538/task/26540/stat : 26540 (java) R 26536 26538 26034 0 -1 64 78589 0 1 0 176424 59 0 0 25 0 13 0 98997975 1832398848 99481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109781580 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26541] ppid=26536 vsize=1789452 CPUtime=15.96
/proc/26538/task/26541/stat : 26541 (java) S 26536 26538 26034 0 -1 64 60178 0 0 0 1566 30 0 0 16 0 13 0 98997977 1832398848 99483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26542] ppid=26536 vsize=1789452 CPUtime=15.94
/proc/26538/task/26542/stat : 26542 (java) S 26536 26538 26034 0 -1 64 59738 0 0 0 1568 26 0 0 16 0 13 0 98997977 1832398848 99485 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26543] ppid=26536 vsize=1789452 CPUtime=0.29
/proc/26538/task/26543/stat : 26543 (java) S 26536 26538 26034 0 -1 64 171 0 0 0 14 15 0 0 16 0 13 0 98997979 1832398848 99486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26544] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26544/stat : 26544 (java) S 26536 26538 26034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98997979 1832398848 99488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26545] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26545/stat : 26545 (java) S 26536 26538 26034 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98997979 1832398848 99488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26546] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26546/stat : 26546 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98997983 1832398848 99488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26547] ppid=26536 vsize=1789452 CPUtime=1
/proc/26538/task/26547/stat : 26547 (java) S 26536 26538 26034 0 -1 64 3408 0 0 0 99 1 0 0 16 0 13 0 98997983 1832398848 99488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26548] ppid=26536 vsize=1789452 CPUtime=0.98
/proc/26538/task/26548/stat : 26548 (java) S 26536 26538 26034 0 -1 64 2802 0 0 0 97 1 0 0 16 0 13 0 98997983 1832398848 99488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26549] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26549/stat : 26549 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 98997983 1832398848 99488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26550] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26550/stat : 26550 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98997983 1832398848 99488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26551] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26551/stat : 26551 (java) S 26536 26538 26034 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 98998529 1832398848 99488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.08
Current children cumulated vsize (KiB) 1789452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.2 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 26751
/proc/meminfo: memFree=1299880/2055920 swapFree=4192812/4192956
[pid=26538] ppid=26536 vsize=1789452 CPUtime=1800
/proc/26538/stat : 26538 (java) S 26536 26538 26034 0 -1 0 205855 0 1 0 179863 137 0 0 18 0 13 0 98997974 1832398848 99728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26538/statm: 447363 99728 1328 9 0 444975 0
[pid=26538/tid=26540] ppid=26536 vsize=1789452 CPUtime=1765.72
/proc/26538/task/26540/stat : 26540 (java) R 26536 26538 26034 0 -1 64 78729 0 1 0 176513 59 0 0 25 0 13 0 98997975 1832398848 99728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109826089 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26541] ppid=26536 vsize=1789452 CPUtime=15.98
/proc/26538/task/26541/stat : 26541 (java) S 26536 26538 26034 0 -1 64 60282 0 0 0 1568 30 0 0 16 0 13 0 98997977 1832398848 99728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26542] ppid=26536 vsize=1789452 CPUtime=15.96
/proc/26538/task/26542/stat : 26542 (java) S 26536 26538 26034 0 -1 64 59738 0 0 0 1570 26 0 0 17 0 13 0 98997977 1832398848 99728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26543] ppid=26536 vsize=1789452 CPUtime=0.3
/proc/26538/task/26543/stat : 26543 (java) S 26536 26538 26034 0 -1 64 175 0 0 0 15 15 0 0 15 0 13 0 98997979 1832398848 99728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26544] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26544/stat : 26544 (java) S 26536 26538 26034 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 98997979 1832398848 99728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26545] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26545/stat : 26545 (java) S 26536 26538 26034 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 98997979 1832398848 99728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26546] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26546/stat : 26546 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 98997983 1832398848 99728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26547] ppid=26536 vsize=1789452 CPUtime=1
/proc/26538/task/26547/stat : 26547 (java) S 26536 26538 26034 0 -1 64 3408 0 0 0 99 1 0 0 16 0 13 0 98997983 1832398848 99728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26548] ppid=26536 vsize=1789452 CPUtime=0.98
/proc/26538/task/26548/stat : 26548 (java) S 26536 26538 26034 0 -1 64 2802 0 0 0 97 1 0 0 16 0 13 0 98997983 1832398848 99728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26538/tid=26549] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26549/stat : 26549 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 98997983 1832398848 99728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26550] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26550/stat : 26550 (java) S 26536 26538 26034 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 98997983 1832398848 99728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26538/tid=26551] ppid=26536 vsize=1789452 CPUtime=0
/proc/26538/task/26551/stat : 26551 (java) S 26536 26538 26034 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 98998529 1832398848 99728 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1789452

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

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

Child status: 143
Real time (s): 1783.3
CPU time (s): 1800.1
CPU user time (s): 1798.67
CPU system time (s): 1.43678
CPU usage (%): 100.942
Max. virtual memory (cumulated for all children) (KiB): 1790252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.67
system time used= 1.43678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205875
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= 44553
involuntary context switches= 60392

runsolver used 2.04269 second user time and 5.49816 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Apr 14 00:33:23 UTC 2007

IDJOB= 350491
IDBENCH= 1475
IDSOLVER= 159
FILE ID= node16/350491-1176510803

PBS_JOBID= 4556693

Free space on /tmp= 66510 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-full.all.ucl.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350491-1176510803/sat4jPseudoResolution.jar /tmp/evaluation/350491-1176510803/instance-350491-1176510803.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-350491-1176510803 -o ROOT/results/node16/solver-350491-1176510803 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350491-1176510803/sat4jPseudoResolution.jar /tmp/evaluation/350491-1176510803/instance-350491-1176510803.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  14c93c93dc53353f81a889ada18ba601

RANDOM SEED= 450715536

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1695720 kB
Buffers:         40160 kB
Cached:         203000 kB
SwapCached:        144 kB
Active:         196672 kB
Inactive:       102108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1695720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11060 kB
Writeback:           0 kB
Mapped:          74364 kB
Slab:            46896 kB
Committed_AS:  2597668 kB
PageTables:       1836 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= 66510 MiB

End job on node16 on Sat Apr 14 01:03:09 UTC 2007