Trace number 349708

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) 1801.28 1799.88

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-41-40.opb
MD5SUMe9d572489c41443264f4f0eeadc7c4fb
Bench CategorySATUNSAT-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1640
Total number of constraints32841
Number of constraints which are clauses32841
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint40
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/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/349708-1176713281/instance-349708-1176713281.opb
0.20/0.20	c reading problem ... 
2.12/1.63	c ... done. Wall clock time 1.423s.
2.12/1.63	c CPU time (experimental) 1.15s.
2.12/1.63	c #vars     1640
2.12/1.63	c #constraints  32841
1801.06/1799.74	c starts		: 18
1801.06/1799.74	c conflicts		: 252780
1801.06/1799.74	c decisions		: 281933
1801.06/1799.74	c propagations		: 10193970
1801.06/1799.74	c inspects		: 1974057071
1801.06/1799.74	c learnt literals	: 0
1801.06/1799.74	c learnt binary clauses	: 0
1801.06/1799.74	c learnt ternary clauses	: 0
1801.06/1799.74	c learnt clauses	: 252780
1801.06/1799.74	c root simplifications	: 0
1801.06/1799.74	c removed literals (reason simplification)	: 0
1801.06/1799.74	c reason swapping (by a shorter reason)	: 0
1801.06/1799.74	c Calls to reduceDB	: 0
1801.06/1799.74	c speed (decisions/second)	: 156.79416542601143
1801.06/1799.74	c non guided choices	783
1801.06/1799.74	s UNKNOWN
1801.06/1799.74	c Total wall clock time (ms): 1799.537

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/node47/watcher-349708-1176713281 -o ROOT/results/node47/solver-349708-1176713281 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349708-1176713281/sat4jPseudoResolution.jar /tmp/evaluation/349708-1176713281/instance-349708-1176713281.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 1.01 0.99 2/64 20605
/proc/meminfo: memFree=1765896/2055920 swapFree=4183716/4192956
[pid=20605] ppid=20603 vsize=148 CPUtime=0
/proc/20605/stat : 20605 (java) R 20603 20605 19919 0 -1 0 36 0 0 0 0 0 0 0 20 0 1 0 26173493 151552 20 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10509375 0 0 4096 0 0 0 0 17 1 0 0
/proc/20605/statm: 38 22 15 9 0 4 0

[startup+0.0274671 s]
/proc/loadavg: 0.92 1.01 0.99 2/64 20605
/proc/meminfo: memFree=1765896/2055920 swapFree=4183716/4192956
[pid=20605] ppid=20603 vsize=1772952 CPUtime=0.01
/proc/20605/stat : 20605 (java) S 20603 20605 19919 0 -1 0 2005 0 1 0 0 1 0 0 18 0 2 0 26173493 1815502848 1754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/20605/statm: 443238 1765 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.101466 s]
/proc/loadavg: 0.92 1.01 0.99 2/64 20605
/proc/meminfo: memFree=1765896/2055920 swapFree=4183716/4192956
[pid=20605] ppid=20603 vsize=1780108 CPUtime=0.08
/proc/20605/stat : 20605 (java) S 20603 20605 19919 0 -1 0 3966 0 1 0 6 2 0 0 18 0 12 0 26173493 1822830592 3707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20605/statm: 445027 3707 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301489 s]
/proc/loadavg: 0.92 1.01 0.99 2/64 20605
/proc/meminfo: memFree=1765896/2055920 swapFree=4183716/4192956
[pid=20605] ppid=20603 vsize=1781336 CPUtime=0.3
/proc/20605/stat : 20605 (java) S 20603 20605 19919 0 -1 0 5121 0 1 0 27 3 0 0 18 0 12 0 26173493 1824088064 4859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20605/statm: 445334 4859 1264 9 0 442946 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781336

[startup+0.701538 s]
/proc/loadavg: 0.92 1.01 0.99 2/64 20605
/proc/meminfo: memFree=1765896/2055920 swapFree=4183716/4192956
[pid=20605] ppid=20603 vsize=1782768 CPUtime=0.89
/proc/20605/stat : 20605 (java) S 20603 20605 19919 0 -1 0 6900 0 1 0 84 5 0 0 18 0 12 0 26173493 1825554432 6402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20605/statm: 445692 6402 1301 9 0 443304 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1782768

[startup+1.50262 s]
/proc/loadavg: 0.92 1.01 0.99 2/76 20617
/proc/meminfo: memFree=1739432/2055920 swapFree=4183716/4192956
[pid=20605] ppid=20603 vsize=1784884 CPUtime=2.01
/proc/20605/stat : 20605 (java) S 20603 20605 19919 0 -1 0 18263 0 1 0 191 10 0 0 18 0 12 0 26173493 1827721216 16740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20605/statm: 446221 16741 1301 9 0 443833 0
[pid=20605/tid=20607] ppid=20603 vsize=1784884 CPUtime=1.02
/proc/20605/task/20607/stat : 20607 (java) R 20603 20605 19919 0 -1 64 14893 0 1 0 94 8 0 0 25 0 12 0 26173494 1827721216 16742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109556441 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20608] ppid=20603 vsize=1784884 CPUtime=0
/proc/20605/task/20608/stat : 20608 (java) S 20603 20605 19919 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 26173496 1827721216 16744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20609] ppid=20603 vsize=1784884 CPUtime=0
/proc/20605/task/20609/stat : 20609 (java) S 20603 20605 19919 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 26173496 1827721216 16745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20610] ppid=20603 vsize=1784884 CPUtime=0
/proc/20605/task/20610/stat : 20610 (java) S 20603 20605 19919 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 26173498 1827721216 16746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20611] ppid=20603 vsize=1784884 CPUtime=0
/proc/20605/task/20611/stat : 20611 (java) S 20603 20605 19919 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 26173498 1827721216 16748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20612] ppid=20603 vsize=1784884 CPUtime=0
/proc/20605/task/20612/stat : 20612 (java) S 20603 20605 19919 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 26173498 1827721216 16749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20613] ppid=20603 vsize=1784884 CPUtime=0
/proc/20605/task/20613/stat : 20613 (java) S 20603 20605 19919 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 26173502 1827721216 16750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20614] ppid=20603 vsize=1784884 CPUtime=0.48
/proc/20605/task/20614/stat : 20614 (java) S 20603 20605 19919 0 -1 64 1443 0 0 0 48 0 0 0 16 0 12 0 26173502 1827721216 16751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20615] ppid=20603 vsize=1784884 CPUtime=0.48
/proc/20605/task/20615/stat : 20615 (java) S 20603 20605 19919 0 -1 64 1207 0 0 0 48 0 0 0 17 0 12 0 26173502 1827721216 16753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20616] ppid=20603 vsize=1784884 CPUtime=0
/proc/20605/task/20616/stat : 20616 (java) S 20603 20605 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 26173502 1827721216 16754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20617] ppid=20603 vsize=1784884 CPUtime=0
/proc/20605/task/20617/stat : 20617 (java) S 20603 20605 19919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 26173502 1827721216 16755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1784884

[startup+3.1028 s]
/proc/loadavg: 0.92 1.01 0.99 2/77 20618
/proc/meminfo: memFree=1686368/2055920 swapFree=4183716/4192956
[pid=20605] ppid=20603 vsize=1786232 CPUtime=3.8
/proc/20605/stat : 20605 (java) S 20603 20605 19919 0 -1 0 23412 0 1 0 366 14 0 0 18 0 13 0 26173493 1829101568 21887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20605/statm: 446558 21887 1313 9 0 444170 0
[pid=20605/tid=20607] ppid=20603 vsize=1786232 CPUtime=2.5
/proc/20605/task/20607/stat : 20607 (java) R 20603 20605 19919 0 -1 64 20008 0 1 0 239 11 0 0 25 0 13 0 26173494 1829101568 21887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109779082 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20608] ppid=20603 vsize=1786232 CPUtime=0
/proc/20605/task/20608/stat : 20608 (java) S 20603 20605 19919 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 26173496 1829101568 21887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20609] ppid=20603 vsize=1786232 CPUtime=0
/proc/20605/task/20609/stat : 20609 (java) S 20603 20605 19919 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 26173496 1829101568 21887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20610] ppid=20603 vsize=1786232 CPUtime=0
/proc/20605/task/20610/stat : 20610 (java) S 20603 20605 19919 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 26173498 1829101568 21887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20611] ppid=20603 vsize=1786232 CPUtime=0
/proc/20605/task/20611/stat : 20611 (java) S 20603 20605 19919 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 26173498 1829101568 21887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20612] ppid=20603 vsize=1786232 CPUtime=0
/proc/20605/task/20612/stat : 20612 (java) S 20603 20605 19919 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 26173498 1829101568 21887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20613] ppid=20603 vsize=1786232 CPUtime=0
/proc/20605/task/20613/stat : 20613 (java) S 20603 20605 19919 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 26173502 1829101568 21887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20614] ppid=20603 vsize=1786232 CPUtime=0.64
/proc/20605/task/20614/stat : 20614 (java) S 20603 20605 19919 0 -1 64 1453 0 0 0 64 0 0 0 16 0 13 0 26173502 1829101568 21887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20615] ppid=20603 vsize=1786232 CPUtime=0.62
/proc/20605/task/20615/stat : 20615 (java) S 20603 20605 19919 0 -1 64 1225 0 0 0 61 1 0 0 16 0 13 0 26173502 1829101568 21887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20616] ppid=20603 vsize=1786232 CPUtime=0
/proc/20605/task/20616/stat : 20616 (java) S 20603 20605 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 26173502 1829101568 21887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20617] ppid=20603 vsize=1786232 CPUtime=0
/proc/20605/task/20617/stat : 20617 (java) S 20603 20605 19919 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26173502 1829101568 21887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20618] ppid=20603 vsize=1786232 CPUtime=0
/proc/20605/task/20618/stat : 20618 (java) S 20603 20605 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 26173656 1829101568 21887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 1786232

[startup+6.30295 s]
/proc/loadavg: 0.93 1.01 0.99 2/77 20618
/proc/meminfo: memFree=1678624/2055920 swapFree=4183716/4192956
[pid=20605] ppid=20603 vsize=1785860 CPUtime=7.05
/proc/20605/stat : 20605 (java) S 20603 20605 19919 0 -1 0 24841 0 1 0 690 15 0 0 18 0 13 0 26173493 1828720640 23221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20605/statm: 446465 23221 1315 9 0 444077 0
[pid=20605/tid=20607] ppid=20603 vsize=1785860 CPUtime=5.7
/proc/20605/task/20607/stat : 20607 (java) R 20603 20605 19919 0 -1 64 21430 0 1 0 557 13 0 0 25 0 13 0 26173494 1828720640 23223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109790105 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20608] ppid=20603 vsize=1785860 CPUtime=0
/proc/20605/task/20608/stat : 20608 (java) S 20603 20605 19919 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 26173496 1828720640 23223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20609] ppid=20603 vsize=1785860 CPUtime=0
/proc/20605/task/20609/stat : 20609 (java) S 20603 20605 19919 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 26173496 1828720640 23223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20610] ppid=20603 vsize=1785860 CPUtime=0
/proc/20605/task/20610/stat : 20610 (java) S 20603 20605 19919 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 26173498 1828720640 23223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20611] ppid=20603 vsize=1785860 CPUtime=0
/proc/20605/task/20611/stat : 20611 (java) S 20603 20605 19919 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 26173498 1828720640 23223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20612] ppid=20603 vsize=1785860 CPUtime=0
/proc/20605/task/20612/stat : 20612 (java) S 20603 20605 19919 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 26173498 1828720640 23223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20613] ppid=20603 vsize=1785860 CPUtime=0
/proc/20605/task/20613/stat : 20613 (java) S 20603 20605 19919 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 26173502 1828720640 23223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20614] ppid=20603 vsize=1785860 CPUtime=0.67
/proc/20605/task/20614/stat : 20614 (java) S 20603 20605 19919 0 -1 64 1459 0 0 0 67 0 0 0 16 0 13 0 26173502 1828720640 23223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20615] ppid=20603 vsize=1785860 CPUtime=0.66
/proc/20605/task/20615/stat : 20615 (java) S 20603 20605 19919 0 -1 64 1228 0 0 0 65 1 0 0 17 0 13 0 26173502 1828720640 23223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20616] ppid=20603 vsize=1785860 CPUtime=0
/proc/20605/task/20616/stat : 20616 (java) S 20603 20605 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 26173502 1828720640 23223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20617] ppid=20603 vsize=1785860 CPUtime=0
/proc/20605/task/20617/stat : 20617 (java) S 20603 20605 19919 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26173502 1828720640 23223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20618] ppid=20603 vsize=1785860 CPUtime=0
/proc/20605/task/20618/stat : 20618 (java) S 20603 20605 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 26173656 1828720640 23223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 1785860

[startup+12.7026 s]
/proc/loadavg: 0.93 1.01 0.99 2/77 20618
/proc/meminfo: memFree=1670496/2055920 swapFree=4183716/4192956
[pid=20605] ppid=20603 vsize=1785860 CPUtime=13.47
/proc/20605/stat : 20605 (java) S 20603 20605 19919 0 -1 0 26820 0 1 0 1329 18 0 0 18 0 13 0 26173493 1828720640 25199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20605/statm: 446465 25199 1315 9 0 444077 0
[pid=20605/tid=20607] ppid=20603 vsize=1785860 CPUtime=12.08
/proc/20605/task/20607/stat : 20607 (java) R 20603 20605 19919 0 -1 64 23404 0 1 0 1192 16 0 0 25 0 13 0 26173494 1828720640 25199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109789631 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20608] ppid=20603 vsize=1785860 CPUtime=0
/proc/20605/task/20608/stat : 20608 (java) S 20603 20605 19919 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 26173496 1828720640 25199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20609] ppid=20603 vsize=1785860 CPUtime=0
/proc/20605/task/20609/stat : 20609 (java) S 20603 20605 19919 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 26173496 1828720640 25199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20610] ppid=20603 vsize=1785860 CPUtime=0
/proc/20605/task/20610/stat : 20610 (java) S 20603 20605 19919 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 26173498 1828720640 25199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20611] ppid=20603 vsize=1785860 CPUtime=0
/proc/20605/task/20611/stat : 20611 (java) S 20603 20605 19919 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 26173498 1828720640 25199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20612] ppid=20603 vsize=1785860 CPUtime=0
/proc/20605/task/20612/stat : 20612 (java) S 20603 20605 19919 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 26173498 1828720640 25199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20613] ppid=20603 vsize=1785860 CPUtime=0
/proc/20605/task/20613/stat : 20613 (java) S 20603 20605 19919 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 26173502 1828720640 25199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20614] ppid=20603 vsize=1785860 CPUtime=0.7
/proc/20605/task/20614/stat : 20614 (java) S 20603 20605 19919 0 -1 64 1461 0 0 0 70 0 0 0 16 0 13 0 26173502 1828720640 25199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20615] ppid=20603 vsize=1785860 CPUtime=0.67
/proc/20605/task/20615/stat : 20615 (java) S 20603 20605 19919 0 -1 64 1229 0 0 0 66 1 0 0 17 0 13 0 26173502 1828720640 25199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20616] ppid=20603 vsize=1785860 CPUtime=0
/proc/20605/task/20616/stat : 20616 (java) S 20603 20605 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 26173502 1828720640 25199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20617] ppid=20603 vsize=1785860 CPUtime=0
/proc/20605/task/20617/stat : 20617 (java) S 20603 20605 19919 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26173502 1828720640 25199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20618] ppid=20603 vsize=1785860 CPUtime=0
/proc/20605/task/20618/stat : 20618 (java) S 20603 20605 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 26173656 1828720640 25199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.47
Current children cumulated vsize (KiB) 1785860

[startup+25.501 s]
/proc/loadavg: 0.95 1.00 0.99 2/77 20618
/proc/meminfo: memFree=1660128/2055920 swapFree=4183716/4192956
[pid=20605] ppid=20603 vsize=1785860 CPUtime=26.27
/proc/20605/stat : 20605 (java) S 20603 20605 19919 0 -1 0 29232 0 1 0 2607 20 0 0 18 0 13 0 26173493 1828720640 27611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20605/statm: 446465 27611 1315 9 0 444077 0
[pid=20605/tid=20607] ppid=20603 vsize=1785860 CPUtime=24.87
/proc/20605/task/20607/stat : 20607 (java) R 20603 20605 19919 0 -1 64 25816 0 1 0 2469 18 0 0 25 0 13 0 26173494 1828720640 27611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109769100 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20608] ppid=20603 vsize=1785860 CPUtime=0
/proc/20605/task/20608/stat : 20608 (java) S 20603 20605 19919 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 26173496 1828720640 27611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20609] ppid=20603 vsize=1785860 CPUtime=0
/proc/20605/task/20609/stat : 20609 (java) S 20603 20605 19919 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 26173496 1828720640 27611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20610] ppid=20603 vsize=1785860 CPUtime=0
/proc/20605/task/20610/stat : 20610 (java) S 20603 20605 19919 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 26173498 1828720640 27611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=20605/tid=20610] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20610/stat : 20610 (java) S 20603 20605 19919 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26173498 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20611] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20611/stat : 20611 (java) S 20603 20605 19919 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 26173498 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20612] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20612/stat : 20612 (java) S 20603 20605 19919 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 26173498 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20613] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20613/stat : 20613 (java) S 20603 20605 19919 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 26173502 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20614] ppid=20603 vsize=1790668 CPUtime=0.71
/proc/20605/task/20614/stat : 20614 (java) S 20603 20605 19919 0 -1 64 1462 0 0 0 71 0 0 0 17 0 13 0 26173502 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20615] ppid=20603 vsize=1790668 CPUtime=0.69
/proc/20605/task/20615/stat : 20615 (java) S 20603 20605 19919 0 -1 64 1229 0 0 0 68 1 0 0 16 0 13 0 26173502 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20616] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20616/stat : 20616 (java) S 20603 20605 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 26173502 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20617] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20617/stat : 20617 (java) S 20603 20605 19919 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26173502 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20618] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20618/stat : 20618 (java) S 20603 20605 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 26173656 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1663.21
Current children cumulated vsize (KiB) 1790668

[startup+1722.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/77 20818
/proc/meminfo: memFree=1356448/2055920 swapFree=4183716/4192956
[pid=20605] ppid=20603 vsize=1790668 CPUtime=1723.19
/proc/20605/stat : 20605 (java) S 20603 20605 19919 0 -1 0 124619 0 1 0 172241 78 0 0 18 0 13 0 26173493 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20605/statm: 447667 103171 1322 9 0 445279 0
[pid=20605/tid=20607] ppid=20603 vsize=1790668 CPUtime=1720.46
/proc/20605/task/20607/stat : 20607 (java) R 20603 20605 19919 0 -1 64 37711 0 1 0 172011 35 0 0 25 0 13 0 26173494 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109789687 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20608] ppid=20603 vsize=1790668 CPUtime=0.64
/proc/20605/task/20608/stat : 20608 (java) S 20603 20605 19919 0 -1 64 41299 0 0 0 45 19 0 0 16 0 13 0 26173496 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20609] ppid=20603 vsize=1790668 CPUtime=0.64
/proc/20605/task/20609/stat : 20609 (java) S 20603 20605 19919 0 -1 64 42190 0 0 0 44 20 0 0 16 0 13 0 26173496 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20610] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20610/stat : 20610 (java) S 20603 20605 19919 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26173498 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20611] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20611/stat : 20611 (java) S 20603 20605 19919 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 26173498 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20612] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20612/stat : 20612 (java) S 20603 20605 19919 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 26173498 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20613] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20613/stat : 20613 (java) S 20603 20605 19919 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 26173502 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20614] ppid=20603 vsize=1790668 CPUtime=0.71
/proc/20605/task/20614/stat : 20614 (java) S 20603 20605 19919 0 -1 64 1462 0 0 0 71 0 0 0 17 0 13 0 26173502 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20615] ppid=20603 vsize=1790668 CPUtime=0.69
/proc/20605/task/20615/stat : 20615 (java) S 20603 20605 19919 0 -1 64 1229 0 0 0 68 1 0 0 16 0 13 0 26173502 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20616] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20616/stat : 20616 (java) S 20603 20605 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 26173502 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20617] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20617/stat : 20617 (java) S 20603 20605 19919 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26173502 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20618] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20618/stat : 20618 (java) S 20603 20605 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 26173656 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1723.19
Current children cumulated vsize (KiB) 1790668

[startup+1782.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/77 20818
/proc/meminfo: memFree=1356448/2055920 swapFree=4183716/4192956
[pid=20605] ppid=20603 vsize=1790668 CPUtime=1783.18
/proc/20605/stat : 20605 (java) S 20603 20605 19919 0 -1 0 124619 0 1 0 178240 78 0 0 18 0 13 0 26173493 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20605/statm: 447667 103171 1322 9 0 445279 0
[pid=20605/tid=20607] ppid=20603 vsize=1790668 CPUtime=1780.45
/proc/20605/task/20607/stat : 20607 (java) R 20603 20605 19919 0 -1 64 37711 0 1 0 178010 35 0 0 25 0 13 0 26173494 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109789566 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20608] ppid=20603 vsize=1790668 CPUtime=0.64
/proc/20605/task/20608/stat : 20608 (java) S 20603 20605 19919 0 -1 64 41299 0 0 0 45 19 0 0 16 0 13 0 26173496 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20609] ppid=20603 vsize=1790668 CPUtime=0.64
/proc/20605/task/20609/stat : 20609 (java) S 20603 20605 19919 0 -1 64 42190 0 0 0 44 20 0 0 16 0 13 0 26173496 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20610] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20610/stat : 20610 (java) S 20603 20605 19919 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26173498 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20611] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20611/stat : 20611 (java) S 20603 20605 19919 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 26173498 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20612] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20612/stat : 20612 (java) S 20603 20605 19919 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 26173498 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20613] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20613/stat : 20613 (java) S 20603 20605 19919 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 26173502 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20614] ppid=20603 vsize=1790668 CPUtime=0.71
/proc/20605/task/20614/stat : 20614 (java) S 20603 20605 19919 0 -1 64 1462 0 0 0 71 0 0 0 17 0 13 0 26173502 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20615] ppid=20603 vsize=1790668 CPUtime=0.69
/proc/20605/task/20615/stat : 20615 (java) S 20603 20605 19919 0 -1 64 1229 0 0 0 68 1 0 0 16 0 13 0 26173502 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20616] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20616/stat : 20616 (java) S 20603 20605 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 26173502 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20617] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20617/stat : 20617 (java) S 20603 20605 19919 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26173502 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20618] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20618/stat : 20618 (java) S 20603 20605 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 26173656 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1783.18
Current children cumulated vsize (KiB) 1790668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.2 s]
/proc/loadavg: 0.99 1.00 0.99 2/77 20818
/proc/meminfo: memFree=1356448/2055920 swapFree=4183716/4192956
[pid=20605] ppid=20603 vsize=1790668 CPUtime=1800.08
/proc/20605/stat : 20605 (java) S 20603 20605 19919 0 -1 0 124619 0 1 0 179930 78 0 0 18 0 13 0 26173493 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20605/statm: 447667 103171 1322 9 0 445279 0
[pid=20605/tid=20607] ppid=20603 vsize=1790668 CPUtime=1797.35
/proc/20605/task/20607/stat : 20607 (java) R 20603 20605 19919 0 -1 64 37711 0 1 0 179700 35 0 0 25 0 13 0 26173494 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109769224 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20608] ppid=20603 vsize=1790668 CPUtime=0.64
/proc/20605/task/20608/stat : 20608 (java) S 20603 20605 19919 0 -1 64 41299 0 0 0 45 19 0 0 16 0 13 0 26173496 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20609] ppid=20603 vsize=1790668 CPUtime=0.64
/proc/20605/task/20609/stat : 20609 (java) S 20603 20605 19919 0 -1 64 42190 0 0 0 44 20 0 0 16 0 13 0 26173496 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20610] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20610/stat : 20610 (java) S 20603 20605 19919 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26173498 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20611] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20611/stat : 20611 (java) S 20603 20605 19919 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 26173498 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20612] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20612/stat : 20612 (java) S 20603 20605 19919 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 26173498 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20613] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20613/stat : 20613 (java) S 20603 20605 19919 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 26173502 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20614] ppid=20603 vsize=1790668 CPUtime=0.71
/proc/20605/task/20614/stat : 20614 (java) S 20603 20605 19919 0 -1 64 1462 0 0 0 71 0 0 0 17 0 13 0 26173502 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20615] ppid=20603 vsize=1790668 CPUtime=0.69
/proc/20605/task/20615/stat : 20615 (java) S 20603 20605 19919 0 -1 64 1229 0 0 0 68 1 0 0 16 0 13 0 26173502 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20616] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20616/stat : 20616 (java) S 20603 20605 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 26173502 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20617] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20617/stat : 20617 (java) S 20603 20605 19919 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26173502 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20618] ppid=20603 vsize=1790668 CPUtime=0
/proc/20605/task/20618/stat : 20618 (java) S 20603 20605 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 26173656 1833644032 103171 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1790668

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

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

[startup+1799.4 s]
/proc/loadavg: 0.99 1.00 0.99 2/77 20818
/proc/meminfo: memFree=1356448/2055920 swapFree=4183716/4192956
[pid=20605] ppid=20603 vsize=1790992 CPUtime=1800.46
/proc/20605/stat : 20605 (java) S 20603 20605 19919 0 -1 0 124631 0 1 0 179968 78 0 0 16 0 14 0 26173493 1833975808 103182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20605/statm: 447748 103182 1322 9 0 445360 0
[pid=20605/tid=20607] ppid=20603 vsize=1790992 CPUtime=1797.35
/proc/20605/task/20607/stat : 20607 (java) S 20603 20605 19919 0 -1 64 37711 0 1 0 179700 35 0 0 25 0 14 0 26173494 1833975808 103182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20608] ppid=20603 vsize=1790992 CPUtime=0.83
/proc/20605/task/20608/stat : 20608 (java) R 20603 20605 19919 0 -1 64 41299 0 0 0 64 19 0 0 18 0 14 0 26173496 1833975808 103182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20609] ppid=20603 vsize=1790992 CPUtime=0.83
/proc/20605/task/20609/stat : 20609 (java) R 20603 20605 19919 0 -1 64 42190 0 0 0 63 20 0 0 18 0 14 0 26173496 1833975808 103182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105366897 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20610] ppid=20603 vsize=1790992 CPUtime=0
/proc/20605/task/20610/stat : 20610 (java) S 20603 20605 19919 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 26173498 1833975808 103182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20611] ppid=20603 vsize=1790992 CPUtime=0
/proc/20605/task/20611/stat : 20611 (java) S 20603 20605 19919 0 -1 64 11 0 0 0 0 0 0 0 17 0 14 0 26173498 1833975808 103182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20612] ppid=20603 vsize=1790992 CPUtime=0
/proc/20605/task/20612/stat : 20612 (java) S 20603 20605 19919 0 -1 64 4 0 0 0 0 0 0 0 23 0 14 0 26173498 1833975808 103182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20613] ppid=20603 vsize=1790992 CPUtime=0
/proc/20605/task/20613/stat : 20613 (java) S 20603 20605 19919 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 26173502 1833975808 103182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20614] ppid=20603 vsize=1790992 CPUtime=0.71
/proc/20605/task/20614/stat : 20614 (java) S 20603 20605 19919 0 -1 64 1462 0 0 0 71 0 0 0 17 0 14 0 26173502 1833975808 103182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20615] ppid=20603 vsize=1790992 CPUtime=0.69
/proc/20605/task/20615/stat : 20615 (java) S 20603 20605 19919 0 -1 64 1229 0 0 0 68 1 0 0 16 0 14 0 26173502 1833975808 103182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20616] ppid=20603 vsize=1790992 CPUtime=0
/proc/20605/task/20616/stat : 20616 (java) S 20603 20605 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 14 0 26173502 1833975808 103182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20605/tid=20617] ppid=20603 vsize=1790992 CPUtime=0
/proc/20605/task/20617/stat : 20617 (java) S 20603 20605 19919 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 26173502 1833975808 103182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20605/tid=20618] ppid=20603 vsize=1790992 CPUtime=0
/proc/20605/task/20618/stat : 20618 (java) S 20603 20605 19919 0 -1 64 4 0 0 0 0 0 0 0 25 0 14 0 26173656 1833975808 103182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (KiB) 1790992

[startup+1799.8 s]
/proc/loadavg: 0.99 1.00 0.99 3/79 20820
/proc/meminfo: memFree=1299984/2055920 swapFree=4183716/4192956
[pid=20605] ppid=20603 vsize=0 CPUtime=1801.19
/proc/20605/stat : 20605 (java) Z 20603 20605 19919 0 -1 1036 171776 0 1 0 180017 102 0 0 15 0 2 0 26173493 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20605/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1799.88
CPU time (s): 1801.28
CPU user time (s): 1800.18
CPU system time (s): 1.09883
CPU usage (%): 100.078
Max. virtual memory (cumulated for all children) (KiB): 1790992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.18
system time used= 1.09883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171776
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= 37048
involuntary context switches= 37019

runsolver used 1.93771 second user time and 4.66229 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Mon Apr 16 08:48:01 UTC 2007

IDJOB= 349708
IDBENCH= 2582
IDSOLVER= 159
FILE ID= node47/349708-1176713281

PBS_JOBID= 4560075

Free space on /tmp= 66559 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-41-40.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349708-1176713281/sat4jPseudoResolution.jar /tmp/evaluation/349708-1176713281/instance-349708-1176713281.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-349708-1176713281 -o ROOT/results/node47/solver-349708-1176713281 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349708-1176713281/sat4jPseudoResolution.jar /tmp/evaluation/349708-1176713281/instance-349708-1176713281.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  e9d572489c41443264f4f0eeadc7c4fb

RANDOM SEED= 519612824

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node47.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.221
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.221
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:       1766496 kB
Buffers:         17444 kB
Cached:         217260 kB
SwapCached:       3568 kB
Active:         108980 kB
Inactive:       136524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1766496 kB
SwapTotal:     4192956 kB
SwapFree:      4183716 kB
Dirty:            4388 kB
Writeback:           0 kB
Mapped:          16220 kB
Slab:            29880 kB
Committed_AS:  2434848 kB
PageTables:       1452 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= 66559 MiB

End job on node47 on Mon Apr 16 09:18:03 UTC 2007