Trace number 420100

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-23UNSAT 993.788 990.735

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
palacios/medium/blocks-4-ipc5-h21-unknown.opb
MD5SUM21a5d232eebe09c0c4b4635b21d4fb00
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark430.112
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables135534
Total number of constraints905980
Number of constraints which are clauses905980
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 constraint1
Maximum length of a constraint417
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 415
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 832
Number of bits of the biggest sum of numbers10
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.06/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.16	c no version file found!!!
0.06/0.16	c sun.arch.data.model	32
0.06/0.16	c java.version	1.6.0
0.06/0.16	c os.name	Linux
0.06/0.16	c os.version	2.6.9-22.EL.rootsmp
0.06/0.16	c os.arch	i386
0.06/0.16	c Free memory 1651659224
0.06/0.16	c Max memory 1654456320
0.06/0.16	c Total memory 1654456320
0.06/0.16	c Number of processors 2
0.19/0.21	--- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.21	c Learn all clauses as in MiniSAT
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.21	c No reason simplification
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c solving /tmp/evaluation/420100-1177418873/instance-420100-1177418873.opb
0.19/0.21	c reading problem ... 
18.72/16.07	c ... done. Wall clock time 15.851s.
18.72/16.07	c CPU time (experimental) 13.5s.
18.72/16.07	c #vars     135534
18.72/16.07	c #constraints  905605
993.65/990.67	c starts		: 14
993.65/990.67	c conflicts		: 52434
993.65/990.67	c decisions		: 89379
993.65/990.67	c propagations		: 738436640
993.65/990.67	c inspects		: 1600367500
993.65/990.67	c learnt literals	: 8
993.65/990.67	c learnt binary clauses	: 219
993.65/990.67	c learnt ternary clauses	: 352
993.65/990.67	c learnt clauses	: 52425
993.65/990.67	c root simplifications	: 0
993.65/990.67	c removed literals (reason simplification)	: 0
993.65/990.67	c reason swapping (by a shorter reason)	: 0
993.65/990.67	c Calls to reduceDB	: 0
993.65/990.67	c speed (decisions/second)	: 91.71319246133339
993.65/990.67	c non guided choices	2903
993.65/990.67	s UNSATISFIABLE
993.65/990.67	c Total wall clock time (ms): 990.457

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node57/watcher-420100-1177418873 -o ROOT/results/node57/solver-420100-1177418873 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420100-1177418873/sat4jPseudoResolution.jar /tmp/evaluation/420100-1177418873/instance-420100-1177418873.opb 

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


[startup+0 s]
/proc/loadavg: 1.30 1.12 1.04 2/64 19869
/proc/meminfo: memFree=1866064/2055920 swapFree=4183108/4192956
[pid=19869] ppid=19867 vsize=152 CPUtime=0
/proc/19869/stat : 19869 (java) R 19867 19869 18894 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 183023417 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7393579 0 0 4096 0 0 0 0 17 1 0 0
/proc/19869/statm: 38 26 19 9 0 4 0

[startup+0.029353 s]
/proc/loadavg: 1.30 1.12 1.04 2/64 19869
/proc/meminfo: memFree=1866064/2055920 swapFree=4183108/4192956
[pid=19869] ppid=19867 vsize=1773596 CPUtime=0.01
/proc/19869/stat : 19869 (java) S 19867 19869 18894 0 -1 0 2512 0 1 0 0 1 0 0 18 0 3 0 183023417 1816162304 2263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/19869/statm: 443399 2263 387 9 0 441413 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1773596

[startup+0.101592 s]
/proc/loadavg: 1.30 1.12 1.04 2/64 19869
/proc/meminfo: memFree=1866064/2055920 swapFree=4183108/4192956
[pid=19869] ppid=19867 vsize=1777844 CPUtime=0.06
/proc/19869/stat : 19869 (java) S 19867 19869 18894 0 -1 0 3830 0 1 0 4 2 0 0 18 0 7 0 183023417 1820512256 3574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/19869/statm: 444461 3574 1090 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.301608 s]
/proc/loadavg: 1.30 1.12 1.04 2/64 19869
/proc/meminfo: memFree=1866064/2055920 swapFree=4183108/4192956
[pid=19869] ppid=19867 vsize=1781428 CPUtime=0.28
/proc/19869/stat : 19869 (java) S 19867 19869 18894 0 -1 0 6259 0 1 0 25 3 0 0 18 0 12 0 183023417 1824182272 5999 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19869/statm: 445357 5999 1263 9 0 442969 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1781428

[startup+0.701645 s]
/proc/loadavg: 1.30 1.12 1.04 2/64 19869
/proc/meminfo: memFree=1866064/2055920 swapFree=4183108/4192956
[pid=19869] ppid=19867 vsize=1783220 CPUtime=0.86
/proc/19869/stat : 19869 (java) S 19867 19869 18894 0 -1 0 7861 0 1 0 82 4 0 0 18 0 12 0 183023417 1826017280 7419 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19869/statm: 445805 7420 1301 9 0 443417 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1783220

[startup+1.50271 s]
/proc/loadavg: 1.30 1.12 1.04 3/76 19881
/proc/meminfo: memFree=1835120/2055920 swapFree=4183108/4192956
[pid=19869] ppid=19867 vsize=1786284 CPUtime=2.15
/proc/19869/stat : 19869 (java) S 19867 19869 18894 0 -1 0 19250 0 1 0 205 10 0 0 18 0 12 0 183023417 1829154816 15963 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19869/statm: 446571 15964 1303 9 0 444183 0
[pid=19869/tid=19871] ppid=19867 vsize=1786284 CPUtime=0.95
/proc/19869/task/19871/stat : 19871 (java) R 19867 19869 18894 0 -1 64 13799 0 1 0 88 7 0 0 20 0 12 0 183023419 1829154816 15965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109552008 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19872] ppid=19867 vsize=1786284 CPUtime=0
/proc/19869/task/19872/stat : 19872 (java) S 19867 19869 18894 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 183023420 1829154816 15966 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19873] ppid=19867 vsize=1786284 CPUtime=0
/proc/19869/task/19873/stat : 19873 (java) S 19867 19869 18894 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 183023420 1829154816 15967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19874] ppid=19867 vsize=1786284 CPUtime=0
/proc/19869/task/19874/stat : 19874 (java) S 19867 19869 18894 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 183023423 1829154816 15968 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19875] ppid=19867 vsize=1786284 CPUtime=0
/proc/19869/task/19875/stat : 19875 (java) S 19867 19869 18894 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 183023423 1829154816 15969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19876] ppid=19867 vsize=1786284 CPUtime=0
/proc/19869/task/19876/stat : 19876 (java) S 19867 19869 18894 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 183023423 1829154816 15972 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19877] ppid=19867 vsize=1786284 CPUtime=0
/proc/19869/task/19877/stat : 19877 (java) S 19867 19869 18894 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 183023428 1829154816 15975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19878] ppid=19867 vsize=1786284 CPUtime=0.56
/proc/19869/task/19878/stat : 19878 (java) S 19867 19869 18894 0 -1 64 1689 0 0 0 55 1 0 0 16 0 12 0 183023428 1829154816 15978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19879] ppid=19867 vsize=1786284 CPUtime=0.62
/proc/19869/task/19879/stat : 19879 (java) S 19867 19869 18894 0 -1 64 3045 0 0 0 61 1 0 0 16 0 12 0 183023428 1829154816 15981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19880] ppid=19867 vsize=1786284 CPUtime=0
/proc/19869/task/19880/stat : 19880 (java) S 19867 19869 18894 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 183023428 1829154816 15982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19881] ppid=19867 vsize=1786284 CPUtime=0
/proc/19869/task/19881/stat : 19881 (java) S 19867 19869 18894 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183023428 1829154816 15982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 1786284

[startup+3.10285 s]
/proc/loadavg: 1.36 1.14 1.04 2/76 19881
/proc/meminfo: memFree=1740336/2055920 swapFree=4183108/4192956
[pid=19869] ppid=19867 vsize=1786608 CPUtime=3.82
/proc/19869/stat : 19869 (java) S 19867 19869 18894 0 -1 0 45873 0 1 0 357 25 0 0 18 0 12 0 183023417 1829486592 42537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19869/statm: 446652 42537 1312 9 0 444264 0
[pid=19869/tid=19871] ppid=19867 vsize=1786608 CPUtime=2.5
/proc/19869/task/19871/stat : 19871 (java) R 19867 19869 18894 0 -1 64 37673 0 1 0 230 20 0 0 22 0 12 0 183023419 1829486592 42537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109519915 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19872] ppid=19867 vsize=1786608 CPUtime=0.04
/proc/19869/task/19872/stat : 19872 (java) S 19867 19869 18894 0 -1 64 1303 0 0 0 4 0 0 0 16 0 12 0 183023420 1829486592 42537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19873] ppid=19867 vsize=1786608 CPUtime=0.04
/proc/19869/task/19873/stat : 19873 (java) S 19867 19869 18894 0 -1 64 1438 0 0 0 4 0 0 0 16 0 12 0 183023420 1829486592 42537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19874] ppid=19867 vsize=1786608 CPUtime=0
/proc/19869/task/19874/stat : 19874 (java) S 19867 19869 18894 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 183023423 1829486592 42537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19875] ppid=19867 vsize=1786608 CPUtime=0
/proc/19869/task/19875/stat : 19875 (java) S 19867 19869 18894 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 183023423 1829486592 42537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19876] ppid=19867 vsize=1786608 CPUtime=0
/proc/19869/task/19876/stat : 19876 (java) S 19867 19869 18894 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 183023423 1829486592 42537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19877] ppid=19867 vsize=1786608 CPUtime=0
/proc/19869/task/19877/stat : 19877 (java) S 19867 19869 18894 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 183023428 1829486592 42537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19878] ppid=19867 vsize=1786608 CPUtime=0.56
/proc/19869/task/19878/stat : 19878 (java) S 19867 19869 18894 0 -1 64 1689 0 0 0 55 1 0 0 16 0 12 0 183023428 1829486592 42537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19879] ppid=19867 vsize=1786608 CPUtime=0.62
/proc/19869/task/19879/stat : 19879 (java) S 19867 19869 18894 0 -1 64 3045 0 0 0 61 1 0 0 16 0 12 0 183023428 1829486592 42537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19880] ppid=19867 vsize=1786608 CPUtime=0
/proc/19869/task/19880/stat : 19880 (java) S 19867 19869 18894 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 183023428 1829486592 42537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19881] ppid=19867 vsize=1786608 CPUtime=0
/proc/19869/task/19881/stat : 19881 (java) S 19867 19869 18894 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183023428 1829486592 42537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 1786608

[startup+6.30112 s]
/proc/loadavg: 1.36 1.14 1.04 2/76 19881
/proc/meminfo: memFree=1672240/2055920 swapFree=4183108/4192956
[pid=19869] ppid=19867 vsize=1788436 CPUtime=7.39
/proc/19869/stat : 19869 (java) S 19867 19869 18894 0 -1 0 56685 0 1 0 709 30 0 0 18 0 12 0 183023417 1831358464 52778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19869/statm: 447109 52778 1313 9 0 444721 0
[pid=19869/tid=19871] ppid=19867 vsize=1788436 CPUtime=5.31
/proc/19869/task/19871/stat : 19871 (java) R 19867 19869 18894 0 -1 64 37677 0 1 0 511 20 0 0 21 0 12 0 183023419 1831358464 52778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19872] ppid=19867 vsize=1788436 CPUtime=0.42
/proc/19869/task/19872/stat : 19872 (java) S 19867 19869 18894 0 -1 64 6815 0 0 0 39 3 0 0 16 0 12 0 183023420 1831358464 52778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19873] ppid=19867 vsize=1788436 CPUtime=0.42
/proc/19869/task/19873/stat : 19873 (java) S 19867 19869 18894 0 -1 64 6725 0 0 0 39 3 0 0 18 0 12 0 183023420 1831358464 52778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19874] ppid=19867 vsize=1788436 CPUtime=0
/proc/19869/task/19874/stat : 19874 (java) S 19867 19869 18894 0 -1 64 16 0 0 0 0 0 0 0 15 0 12 0 183023423 1831358464 52778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19875] ppid=19867 vsize=1788436 CPUtime=0
/proc/19869/task/19875/stat : 19875 (java) S 19867 19869 18894 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 183023423 1831358464 52778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19876] ppid=19867 vsize=1788436 CPUtime=0
/proc/19869/task/19876/stat : 19876 (java) S 19867 19869 18894 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 183023423 1831358464 52778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19877] ppid=19867 vsize=1788436 CPUtime=0
/proc/19869/task/19877/stat : 19877 (java) S 19867 19869 18894 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 183023428 1831358464 52778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19878] ppid=19867 vsize=1788436 CPUtime=0.56
/proc/19869/task/19878/stat : 19878 (java) S 19867 19869 18894 0 -1 64 1689 0 0 0 55 1 0 0 17 0 12 0 183023428 1831358464 52778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19879] ppid=19867 vsize=1788436 CPUtime=0.63
/proc/19869/task/19879/stat : 19879 (java) S 19867 19869 18894 0 -1 64 3046 0 0 0 62 1 0 0 17 0 12 0 183023428 1831358464 52778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19880] ppid=19867 vsize=1788436 CPUtime=0
/proc/19869/task/19880/stat : 19880 (java) S 19867 19869 18894 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 183023428 1831358464 52778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19881] ppid=19867 vsize=1788436 CPUtime=0
/proc/19869/task/19881/stat : 19881 (java) S 19867 19869 18894 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183023428 1831358464 52778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 1788436

[startup+12.7017 s]
/proc/loadavg: 1.38 1.15 1.05 2/76 19881
/proc/meminfo: memFree=1611056/2055920 swapFree=4183108/4192956
[pid=19869] ppid=19867 vsize=1788436 CPUtime=14.99
/proc/19869/stat : 19869 (java) S 19867 19869 18894 0 -1 0 72170 0 1 0 1461 38 0 0 18 0 12 0 183023417 1831358464 65941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19869/statm: 447109 65941 1320 9 0 444721 0
[pid=19869/tid=19871] ppid=19867 vsize=1788436 CPUtime=10.48
/proc/19869/task/19871/stat : 19871 (java) R 19867 19869 18894 0 -1 64 37686 0 1 0 1027 21 0 0 17 0 12 0 183023419 1831358464 65941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109537453 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19872] ppid=19867 vsize=1788436 CPUtime=1.63
/proc/19869/task/19872/stat : 19872 (java) S 19867 19869 18894 0 -1 64 15724 0 0 0 156 7 0 0 16 0 12 0 183023420 1831358464 65941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19873] ppid=19867 vsize=1788436 CPUtime=1.63
/proc/19869/task/19873/stat : 19873 (java) S 19867 19869 18894 0 -1 64 13283 0 0 0 157 6 0 0 16 0 12 0 183023420 1831358464 65941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19874] ppid=19867 vsize=1788436 CPUtime=0
/proc/19869/task/19874/stat : 19874 (java) S 19867 19869 18894 0 -1 64 18 0 0 0 0 0 0 0 17 0 12 0 183023423 1831358464 65941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19875] ppid=19867 vsize=1788436 CPUtime=0
/proc/19869/task/19875/stat : 19875 (java) S 19867 19869 18894 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 183023423 1831358464 65941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19876] ppid=19867 vsize=1788436 CPUtime=0
/proc/19869/task/19876/stat : 19876 (java) S 19867 19869 18894 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 183023423 1831358464 65941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19877] ppid=19867 vsize=1788436 CPUtime=0
/proc/19869/task/19877/stat : 19877 (java) S 19867 19869 18894 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 183023428 1831358464 65941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19878] ppid=19867 vsize=1788436 CPUtime=0.56
/proc/19869/task/19878/stat : 19878 (java) S 19867 19869 18894 0 -1 64 1689 0 0 0 55 1 0 0 16 0 12 0 183023428 1831358464 65941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19879] ppid=19867 vsize=1788436 CPUtime=0.64
/proc/19869/task/19879/stat : 19879 (java) S 19867 19869 18894 0 -1 64 3053 0 0 0 63 1 0 0 16 0 12 0 183023428 1831358464 65941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19880] ppid=19867 vsize=1788436 CPUtime=0
/proc/19869/task/19880/stat : 19880 (java) S 19867 19869 18894 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 183023428 1831358464 65941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19881] ppid=19867 vsize=1788436 CPUtime=0
/proc/19869/task/19881/stat : 19881 (java) S 19867 19869 18894 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183023428 1831358464 65941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.99
Current children cumulated vsize (KiB) 1788436

[startup+25.5028 s]
/proc/loadavg: 1.32 1.14 1.04 2/77 19882
/proc/meminfo: memFree=1583272/2055920 swapFree=4183108/4192956
[pid=19869] ppid=19867 vsize=1788600 CPUtime=28.61
/proc/19869/stat : 19869 (java) S 19867 19869 18894 0 -1 0 79142 0 1 0 2817 44 0 0 18 0 13 0 183023417 1831526400 71835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19869/statm: 447150 71835 1332 9 0 444762 0
[pid=19869/tid=19871] ppid=19867 vsize=1788600 CPUtime=22.79
/proc/19869/task/19871/stat : 19871 (java) R 19867 19869 18894 0 -1 64 37723 0 1 0 2257 22 0 0 25 0 13 0 183023419 1831526400 71835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109916307 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19872] ppid=19867 vsize=1788600 CPUtime=1.97
/proc/19869/task/19872/stat : 19872 (java) S 19867 19869 18894 0 -1 64 17993 0 0 0 189 8 0 0 17 0 13 0 183023420 1831526400 71835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19873] ppid=19867 vsize=1788600 CPUtime=1.97
/proc/19869/task/19873/stat : 19873 (java) S 19867 19869 18894 0 -1 64 17423 0 0 0 189 8 0 0 16 0 13 0 183023420 1831526400 71835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19874] ppid=19867 vsize=1788600 CPUtime=0
/proc/19869/task/19874/stat : 19874 (java) S 19867 19869 18894 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 183023423 1831526400 71835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19875] ppid=19867 vsize=1788600 CPUtime=0
/proc/19869/task/19875/stat : 19875 (java) S 19867 19869 18894 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 183023423 1831526400 71835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19876] ppid=19867 vsize=1788600 CPUtime=0
/proc/19869/task/19876/stat : 19876 (java) S 19867 19869 18894 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 183023423 1831526400 71835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19877] ppid=19867 vsize=1788600 CPUtime=0
/proc/19869/task/19877/stat : 19877 (java) S 19867 19869 18894 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 183023428 1831526400 71835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=19869] ppid=19867 vsize=1787576 CPUtime=982.16
/proc/19869/stat : 19869 (java) S 19867 19869 18894 0 -1 0 91174 0 1 0 98164 52 0 0 18 0 13 0 183023417 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19869/statm: 446894 81547 1334 9 0 444506 0
[pid=19869/tid=19871] ppid=19867 vsize=1787576 CPUtime=975.81
/proc/19869/task/19871/stat : 19871 (java) R 19867 19869 18894 0 -1 64 37727 0 1 0 97556 25 0 0 25 0 13 0 183023419 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109891158 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19872] ppid=19867 vsize=1787576 CPUtime=2.15
/proc/19869/task/19872/stat : 19872 (java) S 19867 19869 18894 0 -1 64 23002 0 0 0 204 11 0 0 16 0 13 0 183023420 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19873] ppid=19867 vsize=1787576 CPUtime=2.16
/proc/19869/task/19873/stat : 19873 (java) S 19867 19869 18894 0 -1 64 24390 0 0 0 205 11 0 0 16 0 13 0 183023420 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19874] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19874/stat : 19874 (java) S 19867 19869 18894 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 183023423 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19875] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19875/stat : 19875 (java) S 19867 19869 18894 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 183023423 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19876] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19876/stat : 19876 (java) S 19867 19869 18894 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 183023423 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19877] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19877/stat : 19877 (java) S 19867 19869 18894 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19878] ppid=19867 vsize=1787576 CPUtime=0.98
/proc/19869/task/19878/stat : 19878 (java) S 19867 19869 18894 0 -1 64 2227 0 0 0 97 1 0 0 16 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19879] ppid=19867 vsize=1787576 CPUtime=0.99
/proc/19869/task/19879/stat : 19879 (java) S 19867 19869 18894 0 -1 64 3088 0 0 0 98 1 0 0 17 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19880] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19880/stat : 19880 (java) S 19867 19869 18894 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19881] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19881/stat : 19881 (java) S 19867 19869 18894 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19882] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19882/stat : 19882 (java) S 19867 19869 18894 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 183025030 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 982.16
Current children cumulated vsize (KiB) 1787576

[startup+985.502 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 20080
/proc/meminfo: memFree=1543528/2055920 swapFree=4183108/4192956
[pid=19869] ppid=19867 vsize=1787576 CPUtime=988.56
/proc/19869/stat : 19869 (java) S 19867 19869 18894 0 -1 0 91174 0 1 0 98804 52 0 0 18 0 13 0 183023417 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19869/statm: 446894 81547 1334 9 0 444506 0
[pid=19869/tid=19871] ppid=19867 vsize=1787576 CPUtime=982.21
/proc/19869/task/19871/stat : 19871 (java) R 19867 19869 18894 0 -1 64 37727 0 1 0 98196 25 0 0 25 0 13 0 183023419 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109951756 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19872] ppid=19867 vsize=1787576 CPUtime=2.15
/proc/19869/task/19872/stat : 19872 (java) S 19867 19869 18894 0 -1 64 23002 0 0 0 204 11 0 0 16 0 13 0 183023420 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19873] ppid=19867 vsize=1787576 CPUtime=2.16
/proc/19869/task/19873/stat : 19873 (java) S 19867 19869 18894 0 -1 64 24390 0 0 0 205 11 0 0 16 0 13 0 183023420 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19874] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19874/stat : 19874 (java) S 19867 19869 18894 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 183023423 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19875] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19875/stat : 19875 (java) S 19867 19869 18894 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 183023423 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19876] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19876/stat : 19876 (java) S 19867 19869 18894 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 183023423 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19877] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19877/stat : 19877 (java) S 19867 19869 18894 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19878] ppid=19867 vsize=1787576 CPUtime=0.98
/proc/19869/task/19878/stat : 19878 (java) S 19867 19869 18894 0 -1 64 2227 0 0 0 97 1 0 0 16 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19879] ppid=19867 vsize=1787576 CPUtime=0.99
/proc/19869/task/19879/stat : 19879 (java) S 19867 19869 18894 0 -1 64 3088 0 0 0 98 1 0 0 17 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19880] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19880/stat : 19880 (java) S 19867 19869 18894 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19881] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19881/stat : 19881 (java) S 19867 19869 18894 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19882] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19882/stat : 19882 (java) S 19867 19869 18894 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 183025030 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 988.56
Current children cumulated vsize (KiB) 1787576

[startup+988.701 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 20080
/proc/meminfo: memFree=1543528/2055920 swapFree=4183108/4192956
[pid=19869] ppid=19867 vsize=1787576 CPUtime=991.75
/proc/19869/stat : 19869 (java) S 19867 19869 18894 0 -1 0 91174 0 1 0 99123 52 0 0 18 0 13 0 183023417 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19869/statm: 446894 81547 1334 9 0 444506 0
[pid=19869/tid=19871] ppid=19867 vsize=1787576 CPUtime=985.41
/proc/19869/task/19871/stat : 19871 (java) R 19867 19869 18894 0 -1 64 37727 0 1 0 98516 25 0 0 25 0 13 0 183023419 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109848418 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19872] ppid=19867 vsize=1787576 CPUtime=2.15
/proc/19869/task/19872/stat : 19872 (java) S 19867 19869 18894 0 -1 64 23002 0 0 0 204 11 0 0 16 0 13 0 183023420 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19873] ppid=19867 vsize=1787576 CPUtime=2.16
/proc/19869/task/19873/stat : 19873 (java) S 19867 19869 18894 0 -1 64 24390 0 0 0 205 11 0 0 16 0 13 0 183023420 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19874] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19874/stat : 19874 (java) S 19867 19869 18894 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 183023423 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19875] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19875/stat : 19875 (java) S 19867 19869 18894 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 183023423 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19876] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19876/stat : 19876 (java) S 19867 19869 18894 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 183023423 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19877] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19877/stat : 19877 (java) S 19867 19869 18894 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19878] ppid=19867 vsize=1787576 CPUtime=0.98
/proc/19869/task/19878/stat : 19878 (java) S 19867 19869 18894 0 -1 64 2227 0 0 0 97 1 0 0 16 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19879] ppid=19867 vsize=1787576 CPUtime=0.99
/proc/19869/task/19879/stat : 19879 (java) S 19867 19869 18894 0 -1 64 3088 0 0 0 98 1 0 0 17 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19880] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19880/stat : 19880 (java) S 19867 19869 18894 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19881] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19881/stat : 19881 (java) S 19867 19869 18894 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19882] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19882/stat : 19882 (java) S 19867 19869 18894 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 183025030 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 991.75
Current children cumulated vsize (KiB) 1787576

[startup+989.501 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 20080
/proc/meminfo: memFree=1543528/2055920 swapFree=4183108/4192956
[pid=19869] ppid=19867 vsize=1787576 CPUtime=992.55
/proc/19869/stat : 19869 (java) S 19867 19869 18894 0 -1 0 91174 0 1 0 99203 52 0 0 18 0 13 0 183023417 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19869/statm: 446894 81547 1334 9 0 444506 0
[pid=19869/tid=19871] ppid=19867 vsize=1787576 CPUtime=986.21
/proc/19869/task/19871/stat : 19871 (java) R 19867 19869 18894 0 -1 64 37727 0 1 0 98596 25 0 0 25 0 13 0 183023419 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109849161 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19872] ppid=19867 vsize=1787576 CPUtime=2.15
/proc/19869/task/19872/stat : 19872 (java) S 19867 19869 18894 0 -1 64 23002 0 0 0 204 11 0 0 16 0 13 0 183023420 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19873] ppid=19867 vsize=1787576 CPUtime=2.16
/proc/19869/task/19873/stat : 19873 (java) S 19867 19869 18894 0 -1 64 24390 0 0 0 205 11 0 0 16 0 13 0 183023420 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19874] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19874/stat : 19874 (java) S 19867 19869 18894 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 183023423 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19875] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19875/stat : 19875 (java) S 19867 19869 18894 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 183023423 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19876] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19876/stat : 19876 (java) S 19867 19869 18894 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 183023423 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19877] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19877/stat : 19877 (java) S 19867 19869 18894 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19878] ppid=19867 vsize=1787576 CPUtime=0.98
/proc/19869/task/19878/stat : 19878 (java) S 19867 19869 18894 0 -1 64 2227 0 0 0 97 1 0 0 16 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19879] ppid=19867 vsize=1787576 CPUtime=0.99
/proc/19869/task/19879/stat : 19879 (java) S 19867 19869 18894 0 -1 64 3088 0 0 0 98 1 0 0 17 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19880] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19880/stat : 19880 (java) S 19867 19869 18894 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19881] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19881/stat : 19881 (java) S 19867 19869 18894 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19882] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19882/stat : 19882 (java) S 19867 19869 18894 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 183025030 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 992.55
Current children cumulated vsize (KiB) 1787576

[startup+990.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 20080
/proc/meminfo: memFree=1543528/2055920 swapFree=4183108/4192956
[pid=19869] ppid=19867 vsize=1787576 CPUtime=993.35
/proc/19869/stat : 19869 (java) S 19867 19869 18894 0 -1 0 91174 0 1 0 99283 52 0 0 18 0 13 0 183023417 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19869/statm: 446894 81547 1334 9 0 444506 0
[pid=19869/tid=19871] ppid=19867 vsize=1787576 CPUtime=987.01
/proc/19869/task/19871/stat : 19871 (java) R 19867 19869 18894 0 -1 64 37727 0 1 0 98676 25 0 0 25 0 13 0 183023419 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109848418 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19872] ppid=19867 vsize=1787576 CPUtime=2.15
/proc/19869/task/19872/stat : 19872 (java) S 19867 19869 18894 0 -1 64 23002 0 0 0 204 11 0 0 16 0 13 0 183023420 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19873] ppid=19867 vsize=1787576 CPUtime=2.16
/proc/19869/task/19873/stat : 19873 (java) S 19867 19869 18894 0 -1 64 24390 0 0 0 205 11 0 0 16 0 13 0 183023420 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19874] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19874/stat : 19874 (java) S 19867 19869 18894 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 183023423 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19875] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19875/stat : 19875 (java) S 19867 19869 18894 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 183023423 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19876] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19876/stat : 19876 (java) S 19867 19869 18894 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 183023423 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19877] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19877/stat : 19877 (java) S 19867 19869 18894 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19878] ppid=19867 vsize=1787576 CPUtime=0.98
/proc/19869/task/19878/stat : 19878 (java) S 19867 19869 18894 0 -1 64 2227 0 0 0 97 1 0 0 16 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19879] ppid=19867 vsize=1787576 CPUtime=0.99
/proc/19869/task/19879/stat : 19879 (java) S 19867 19869 18894 0 -1 64 3088 0 0 0 98 1 0 0 17 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19880] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19880/stat : 19880 (java) S 19867 19869 18894 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19869/tid=19881] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19881/stat : 19881 (java) S 19867 19869 18894 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 183023428 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19869/tid=19882] ppid=19867 vsize=1787576 CPUtime=0
/proc/19869/task/19882/stat : 19882 (java) S 19867 19869 18894 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 183025030 1830477824 81547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 993.35
Current children cumulated vsize (KiB) 1787576

[startup+990.702 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 20080
/proc/meminfo: memFree=1543528/2055920 swapFree=4183108/4192956
[pid=19869] ppid=19867 vsize=0 CPUtime=993.75
/proc/19869/stat : 19869 (java) Z 19867 19869 18894 0 -1 1036 91184 0 1 0 99321 54 0 0 16 0 2 0 183023417 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19869/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 993.75
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 990.735
CPU time (s): 993.788
CPU user time (s): 993.215
CPU system time (s): 0.572912
CPU usage (%): 100.308
Max. virtual memory (cumulated for all children) (KiB): 1789784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 993.215
system time used= 0.572912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91184
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= 20919
involuntary context switches= 5927

runsolver used 0.961853 second user time and 2.66059 second system time

The end

Launcher Data (download as text)

Begin job on node57 on Tue Apr 24 12:47:55 UTC 2007

IDJOB= 420100
IDBENCH= 47821
IDSOLVER= 159
FILE ID= node57/420100-1177418873

PBS_JOBID= 4675667

Free space on /tmp= 66424 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/palacios/medium/blocks-4-ipc5-h21-unknown.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420100-1177418873/sat4jPseudoResolution.jar /tmp/evaluation/420100-1177418873/instance-420100-1177418873.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node57/watcher-420100-1177418873 -o ROOT/results/node57/solver-420100-1177418873 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420100-1177418873/sat4jPseudoResolution.jar /tmp/evaluation/420100-1177418873/instance-420100-1177418873.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  21a5d232eebe09c0c4b4635b21d4fb00

RANDOM SEED= 95621742

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node57.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.239
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.239
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:       1866472 kB
Buffers:          6368 kB
Cached:         113564 kB
SwapCached:       4168 kB
Active:         100928 kB
Inactive:        43204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866472 kB
SwapTotal:     4192956 kB
SwapFree:      4183108 kB
Dirty:           32656 kB
Writeback:           0 kB
Mapped:          29456 kB
Slab:            31396 kB
Committed_AS:  2623964 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= 66424 MiB

End job on node57 on Tue Apr 24 13:04:25 UTC 2007