Trace number 420114

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.17 1796.93

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
palacios/medium/blocks-4-ipc5-h22-unknown.opb
MD5SUM5bd44671a7ff32579fe6d8803c2b90d6
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 benchmark720.646
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables146874
Total number of constraints937242
Number of constraints which are clauses937242
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.10/0.59	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.59	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.59	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16/0.60	c no version file found!!!
0.16/0.60	c sun.arch.data.model	32
0.16/0.60	c java.version	1.6.0
0.16/0.60	c os.name	Linux
0.16/0.60	c os.version	2.6.9-22.EL.rootsmp
0.16/0.60	c os.arch	i386
0.16/0.60	c Free memory 1651659224
0.16/0.60	c Max memory 1654456320
0.16/0.60	c Total memory 1654456320
0.16/0.60	c Number of processors 2
0.16/0.66	--- Begin Solver configuration ---
0.16/0.66	c Stops conflict analysis at the first Unique Implication Point
0.16/0.66	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.16/0.66	c Learn all clauses as in MiniSAT
0.16/0.66	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.66	c VSIDS like heuristics from MiniSAT using a heap
0.16/0.66	c No reason simplification
0.16/0.66	c --- End Solver configuration ---
0.16/0.66	c solving /tmp/evaluation/420114-1177419245/instance-420114-1177419245.opb
0.16/0.66	c reading problem ... 
20.61/17.74	c ... done. Wall clock time 17.081s.
20.61/17.80	c CPU time (experimental) 14.15s.
20.61/17.80	c #vars     146874
20.61/17.80	c #constraints  936867
1800.04/1796.81	c starts		: 16
1800.04/1796.81	c conflicts		: 88189
1800.04/1796.81	c decisions		: 148796
1800.04/1796.81	c propagations		: 1265844817
1800.04/1796.81	c inspects		: 2820595134
1800.04/1796.81	c learnt literals	: 4
1800.04/1796.81	c learnt binary clauses	: 378
1800.04/1796.81	c learnt ternary clauses	: 490
1800.04/1796.81	c learnt clauses	: 88185
1800.04/1796.81	c root simplifications	: 0
1800.04/1796.81	c removed literals (reason simplification)	: 0
1800.04/1796.81	c reason swapping (by a shorter reason)	: 0
1800.04/1796.81	c Calls to reduceDB	: 0
1800.04/1796.81	c speed (decisions/second)	: 83.63944807722467
1800.04/1796.81	c non guided choices	3229
1800.04/1796.81	s UNKNOWN
1800.04/1796.81	c Total wall clock time (ms): 1796.152

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.03 1.01 2/77 10810
/proc/meminfo: memFree=1882920/2055920 swapFree=4143476/4192956
[pid=10810] ppid=10808 vsize=0 CPUtime=0
/proc/10810/stat : 10810 (runsolver) R 10808 10810 9791 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 217962462 0 0 18446744073709551615 0 0 0 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10810/statm: 0 0 0 0 0 0 0

[startup+0.0319539 s]
/proc/loadavg: 1.00 1.03 1.01 2/77 10810
/proc/meminfo: memFree=1882920/2055920 swapFree=4143476/4192956
[pid=10810] ppid=10808 vsize=308 CPUtime=0
/proc/10810/stat : 10810 (java) D 10808 10810 9791 0 -1 0 55 0 1 0 0 0 0 0 18 0 1 0 217962462 315392 41 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10535844 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/10810/statm: 77 41 31 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 308

[startup+0.101961 s]
/proc/loadavg: 1.00 1.03 1.01 2/77 10810
/proc/meminfo: memFree=1882920/2055920 swapFree=4143476/4192956
[pid=10810] ppid=10808 vsize=1800 CPUtime=0
/proc/10810/stat : 10810 (java) D 10808 10810 9791 0 -1 0 161 0 3 0 0 0 0 0 18 0 1 0 217962462 1843200 138 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/10810/statm: 450 138 101 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.301986 s]
/proc/loadavg: 1.00 1.03 1.01 2/77 10810
/proc/meminfo: memFree=1882920/2055920 swapFree=4143476/4192956
[pid=10810] ppid=10808 vsize=12412 CPUtime=0.03
/proc/10810/stat : 10810 (java) S 10808 10810 9791 0 -1 0 718 0 29 0 0 3 0 0 18 0 2 0 217962462 12709888 535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/10810/statm: 3103 535 228 9 0 1239 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12412

[startup+0.701029 s]
/proc/loadavg: 1.00 1.03 1.01 2/77 10810
/proc/meminfo: memFree=1882920/2055920 swapFree=4143476/4192956
[pid=10810] ppid=10808 vsize=1781472 CPUtime=0.27
/proc/10810/stat : 10810 (java) S 10808 10810 9791 0 -1 0 6199 0 41 0 20 7 0 0 18 0 12 0 217962462 1824227328 5979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10810/statm: 445368 5979 1246 9 0 442980 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 1781472

[startup+1.50211 s]
/proc/loadavg: 1.00 1.03 1.01 2/89 10822
/proc/meminfo: memFree=1850824/2055920 swapFree=4143476/4192956
[pid=10810] ppid=10808 vsize=1788124 CPUtime=1.52
/proc/10810/stat : 10810 (java) S 10808 10810 9791 0 -1 0 11449 0 41 0 142 10 0 0 18 0 12 0 217962462 1831038976 9953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10810/statm: 447031 9953 1303 9 0 444643 0
[pid=10810/tid=10812] ppid=10808 vsize=1788124 CPUtime=0.66
/proc/10810/task/10812/stat : 10812 (java) R 10808 10810 9791 0 -1 64 7367 0 12 0 61 5 0 0 18 0 12 0 217962490 1831038976 9954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109515723 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10813] ppid=10808 vsize=1788124 CPUtime=0
/proc/10810/task/10813/stat : 10813 (java) S 10808 10810 9791 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 217962500 1831038976 9954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10814] ppid=10808 vsize=1788124 CPUtime=0
/proc/10810/task/10814/stat : 10814 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 217962500 1831038976 9955 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10815] ppid=10808 vsize=1788124 CPUtime=0
/proc/10810/task/10815/stat : 10815 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 217962504 1831038976 9955 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10816] ppid=10808 vsize=1788124 CPUtime=0
/proc/10810/task/10816/stat : 10816 (java) S 10808 10810 9791 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 217962505 1831038976 9956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10817] ppid=10808 vsize=1788124 CPUtime=0
/proc/10810/task/10817/stat : 10817 (java) S 10808 10810 9791 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 217962505 1831038976 9956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10818] ppid=10808 vsize=1788124 CPUtime=0
/proc/10810/task/10818/stat : 10818 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 217962513 1831038976 9957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10819] ppid=10808 vsize=1788124 CPUtime=0.41
/proc/10810/task/10819/stat : 10819 (java) R 10808 10810 9791 0 -1 64 2123 0 0 0 41 0 0 0 18 0 12 0 217962513 1831038976 9957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10820] ppid=10808 vsize=1788124 CPUtime=0.4
/proc/10810/task/10820/stat : 10820 (java) R 10808 10810 9791 0 -1 64 1271 0 0 0 39 1 0 0 17 0 12 0 217962513 1831038976 9957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104918623 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10821] ppid=10808 vsize=1788124 CPUtime=0
/proc/10810/task/10821/stat : 10821 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 217962513 1831038976 9958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10822] ppid=10808 vsize=1788124 CPUtime=0
/proc/10810/task/10822/stat : 10822 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217962513 1831038976 9958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 1788124

[startup+3.10227 s]
/proc/loadavg: 1.08 1.05 1.01 2/89 10822
/proc/meminfo: memFree=1792648/2055920 swapFree=4143476/4192956
[pid=10810] ppid=10808 vsize=1788124 CPUtime=3.4
/proc/10810/stat : 10810 (java) S 10808 10810 9791 0 -1 0 44528 0 41 0 313 27 0 0 18 0 12 0 217962462 1831038976 43020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10810/statm: 447031 43020 1312 9 0 444643 0
[pid=10810/tid=10812] ppid=10808 vsize=1788124 CPUtime=2.09
/proc/10810/task/10812/stat : 10812 (java) R 10808 10810 9791 0 -1 64 37651 0 12 0 189 20 0 0 18 0 12 0 217962490 1831038976 43020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109521791 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10813] ppid=10808 vsize=1788124 CPUtime=0.04
/proc/10810/task/10813/stat : 10813 (java) S 10808 10810 9791 0 -1 64 1457 0 0 0 4 0 0 0 16 0 12 0 217962500 1831038976 43020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10814] ppid=10808 vsize=1788124 CPUtime=0.05
/proc/10810/task/10814/stat : 10814 (java) S 10808 10810 9791 0 -1 64 1261 0 0 0 5 0 0 0 16 0 12 0 217962500 1831038976 43020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10815] ppid=10808 vsize=1788124 CPUtime=0
/proc/10810/task/10815/stat : 10815 (java) S 10808 10810 9791 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 217962504 1831038976 43020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10816] ppid=10808 vsize=1788124 CPUtime=0
/proc/10810/task/10816/stat : 10816 (java) S 10808 10810 9791 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 217962505 1831038976 43020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10817] ppid=10808 vsize=1788124 CPUtime=0
/proc/10810/task/10817/stat : 10817 (java) S 10808 10810 9791 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 217962505 1831038976 43020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10818] ppid=10808 vsize=1788124 CPUtime=0
/proc/10810/task/10818/stat : 10818 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 217962513 1831038976 43020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10819] ppid=10808 vsize=1788124 CPUtime=0.52
/proc/10810/task/10819/stat : 10819 (java) S 10808 10810 9791 0 -1 64 2136 0 0 0 52 0 0 0 16 0 12 0 217962513 1831038976 43020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10820] ppid=10808 vsize=1788124 CPUtime=0.62
/proc/10810/task/10820/stat : 10820 (java) S 10808 10810 9791 0 -1 64 1327 0 0 0 61 1 0 0 16 0 12 0 217962513 1831038976 43020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10821] ppid=10808 vsize=1788124 CPUtime=0
/proc/10810/task/10821/stat : 10821 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 217962513 1831038976 43020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10822] ppid=10808 vsize=1788124 CPUtime=0
/proc/10810/task/10822/stat : 10822 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217962513 1831038976 43020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 1788124

[startup+6.3016 s]
/proc/loadavg: 1.08 1.05 1.01 2/89 10822
/proc/meminfo: memFree=1676552/2055920 swapFree=4143476/4192956
[pid=10810] ppid=10808 vsize=1789408 CPUtime=7
/proc/10810/stat : 10810 (java) S 10808 10810 9791 0 -1 0 55041 0 41 0 667 33 0 0 18 0 12 0 217962462 1832353792 53332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10810/statm: 447352 53332 1313 9 0 444964 0
[pid=10810/tid=10812] ppid=10808 vsize=1789408 CPUtime=4.89
/proc/10810/task/10812/stat : 10812 (java) R 10808 10810 9791 0 -1 64 37665 0 12 0 468 21 0 0 18 0 12 0 217962490 1832353792 53332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10813] ppid=10808 vsize=1789408 CPUtime=0.45
/proc/10810/task/10813/stat : 10813 (java) S 10808 10810 9791 0 -1 64 6996 0 0 0 42 3 0 0 18 0 12 0 217962500 1832353792 53332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10814] ppid=10808 vsize=1789408 CPUtime=0.44
/proc/10810/task/10814/stat : 10814 (java) S 10808 10810 9791 0 -1 64 6213 0 0 0 42 2 0 0 16 0 12 0 217962500 1832353792 53332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10815] ppid=10808 vsize=1789408 CPUtime=0
/proc/10810/task/10815/stat : 10815 (java) S 10808 10810 9791 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 217962504 1832353792 53332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10816] ppid=10808 vsize=1789408 CPUtime=0
/proc/10810/task/10816/stat : 10816 (java) S 10808 10810 9791 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 217962505 1832353792 53332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10817] ppid=10808 vsize=1789408 CPUtime=0
/proc/10810/task/10817/stat : 10817 (java) S 10808 10810 9791 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 217962505 1832353792 53332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10818] ppid=10808 vsize=1789408 CPUtime=0
/proc/10810/task/10818/stat : 10818 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 217962513 1832353792 53332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10819] ppid=10808 vsize=1789408 CPUtime=0.52
/proc/10810/task/10819/stat : 10819 (java) S 10808 10810 9791 0 -1 64 2136 0 0 0 52 0 0 0 16 0 12 0 217962513 1832353792 53332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10820] ppid=10808 vsize=1789408 CPUtime=0.63
/proc/10810/task/10820/stat : 10820 (java) S 10808 10810 9791 0 -1 64 1328 0 0 0 62 1 0 0 16 0 12 0 217962513 1832353792 53332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10821] ppid=10808 vsize=1789408 CPUtime=0
/proc/10810/task/10821/stat : 10821 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 217962513 1832353792 53332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10822] ppid=10808 vsize=1789408 CPUtime=0
/proc/10810/task/10822/stat : 10822 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217962513 1832353792 53332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 1789408

[startup+12.7013 s]
/proc/loadavg: 1.07 1.04 1.01 2/89 10822
/proc/meminfo: memFree=1623752/2055920 swapFree=4143476/4192956
[pid=10810] ppid=10808 vsize=1790688 CPUtime=14.79
/proc/10810/stat : 10810 (java) S 10808 10810 9791 0 -1 0 67475 0 41 0 1439 40 0 0 18 0 12 0 217962462 1833664512 63752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10810/statm: 447672 63753 1313 9 0 445284 0
[pid=10810/tid=10812] ppid=10808 vsize=1790688 CPUtime=9.86
/proc/10810/task/10812/stat : 10812 (java) S 10808 10810 9791 0 -1 64 37672 0 12 0 964 22 0 0 22 0 12 0 217962490 1833664512 63754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10813] ppid=10808 vsize=1790688 CPUtime=1.86
/proc/10810/task/10813/stat : 10813 (java) R 10808 10810 9791 0 -1 64 12819 0 0 0 180 6 0 0 16 0 12 0 217962500 1833664512 63756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10814] ppid=10808 vsize=1790688 CPUtime=1.86
/proc/10810/task/10814/stat : 10814 (java) R 10808 10810 9791 0 -1 64 12820 0 0 0 180 6 0 0 16 0 12 0 217962500 1833664512 63758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370497 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10815] ppid=10808 vsize=1790688 CPUtime=0
/proc/10810/task/10815/stat : 10815 (java) S 10808 10810 9791 0 -1 64 17 0 0 0 0 0 0 0 15 0 12 0 217962504 1833664512 63759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10816] ppid=10808 vsize=1790688 CPUtime=0
/proc/10810/task/10816/stat : 10816 (java) S 10808 10810 9791 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 217962505 1833664512 63760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10817] ppid=10808 vsize=1790688 CPUtime=0
/proc/10810/task/10817/stat : 10817 (java) S 10808 10810 9791 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 217962505 1833664512 63762 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10818] ppid=10808 vsize=1790688 CPUtime=0
/proc/10810/task/10818/stat : 10818 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 217962513 1833664512 63764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10819] ppid=10808 vsize=1790688 CPUtime=0.52
/proc/10810/task/10819/stat : 10819 (java) S 10808 10810 9791 0 -1 64 2136 0 0 0 52 0 0 0 16 0 12 0 217962513 1833664512 63765 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10820] ppid=10808 vsize=1790688 CPUtime=0.63
/proc/10810/task/10820/stat : 10820 (java) S 10808 10810 9791 0 -1 64 1328 0 0 0 62 1 0 0 16 0 12 0 217962513 1833664512 63767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10821] ppid=10808 vsize=1790688 CPUtime=0
/proc/10810/task/10821/stat : 10821 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 217962513 1833664512 63768 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10822] ppid=10808 vsize=1790688 CPUtime=0
/proc/10810/task/10822/stat : 10822 (java) R 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 217962513 1833664512 63769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.79
Current children cumulated vsize (KiB) 1790688

[startup+25.5026 s]
/proc/loadavg: 1.14 1.06 1.02 2/90 10823
/proc/meminfo: memFree=1580872/2055920 swapFree=4143476/4192956
[pid=10810] ppid=10808 vsize=1791012 CPUtime=28.79
/proc/10810/stat : 10810 (java) S 10808 10810 9791 0 -1 0 78631 0 41 0 2833 46 0 0 18 0 13 0 217962462 1833996288 74329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10810/statm: 447753 74329 1332 9 0 445365 0
[pid=10810/tid=10812] ppid=10808 vsize=1791012 CPUtime=21.78
/proc/10810/task/10812/stat : 10812 (java) R 10808 10810 9791 0 -1 64 37712 0 12 0 2154 24 0 0 25 0 13 0 217962490 1833996288 74329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109900371 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10813] ppid=10808 vsize=1791012 CPUtime=2.61
/proc/10810/task/10813/stat : 10813 (java) S 10808 10810 9791 0 -1 64 18863 0 0 0 253 8 0 0 16 0 13 0 217962500 1833996288 74329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10814] ppid=10808 vsize=1791012 CPUtime=2.6
/proc/10810/task/10814/stat : 10814 (java) S 10808 10810 9791 0 -1 64 17816 0 0 0 253 7 0 0 16 0 13 0 217962500 1833996288 74329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10815] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10815/stat : 10815 (java) S 10808 10810 9791 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 217962504 1833996288 74329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10816] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10816/stat : 10816 (java) S 10808 10810 9791 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 217962505 1833996288 74329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10817] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10817/stat : 10817 (java) S 10808 10810 9791 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 217962505 1833996288 74329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10818] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10818/stat : 10818 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 217962513 1833996288 74329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=10810/tid=10815] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10815/stat : 10815 (java) S 10808 10810 9791 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 217962504 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10816] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10816/stat : 10816 (java) S 10808 10810 9791 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 217962505 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10817] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10817/stat : 10817 (java) S 10808 10810 9791 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 217962505 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10818] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10818/stat : 10818 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 217962513 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10819] ppid=10808 vsize=1791012 CPUtime=0.83
/proc/10810/task/10819/stat : 10819 (java) S 10808 10810 9791 0 -1 64 2164 0 0 0 83 0 0 0 16 0 13 0 217962513 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10820] ppid=10808 vsize=1791012 CPUtime=1.03
/proc/10810/task/10820/stat : 10820 (java) S 10808 10810 9791 0 -1 64 1380 0 0 0 102 1 0 0 17 0 13 0 217962513 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10821] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10821/stat : 10821 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 217962513 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10822] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10822/stat : 10822 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217962513 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10823] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10823/stat : 10823 (java) S 10808 10810 9791 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 217964242 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1605.41
Current children cumulated vsize (KiB) 1791012

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11021
/proc/meminfo: memFree=1494664/2055920 swapFree=4143476/4192956
[pid=10810] ppid=10808 vsize=1791012 CPUtime=1665.4
/proc/10810/stat : 10810 (java) S 10808 10810 9791 0 -1 0 107320 0 41 0 166470 70 0 0 18 0 13 0 217962462 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10810/statm: 447753 95235 1334 9 0 445365 0
[pid=10810/tid=10812] ppid=10808 vsize=1791012 CPUtime=1657.77
/proc/10810/task/10812/stat : 10812 (java) R 10808 10810 9791 0 -1 64 37716 0 12 0 165742 35 0 0 25 0 13 0 217962490 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109865634 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10813] ppid=10808 vsize=1791012 CPUtime=2.85
/proc/10810/task/10813/stat : 10813 (java) S 10808 10810 9791 0 -1 64 32123 0 0 0 270 15 0 0 16 0 13 0 217962500 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10814] ppid=10808 vsize=1791012 CPUtime=2.85
/proc/10810/task/10814/stat : 10814 (java) S 10808 10810 9791 0 -1 64 33226 0 0 0 271 14 0 0 16 0 13 0 217962500 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10815] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10815/stat : 10815 (java) S 10808 10810 9791 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 217962504 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10816] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10816/stat : 10816 (java) S 10808 10810 9791 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 217962505 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10817] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10817/stat : 10817 (java) S 10808 10810 9791 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 217962505 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10818] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10818/stat : 10818 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 217962513 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10819] ppid=10808 vsize=1791012 CPUtime=0.83
/proc/10810/task/10819/stat : 10819 (java) S 10808 10810 9791 0 -1 64 2164 0 0 0 83 0 0 0 16 0 13 0 217962513 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10820] ppid=10808 vsize=1791012 CPUtime=1.03
/proc/10810/task/10820/stat : 10820 (java) S 10808 10810 9791 0 -1 64 1380 0 0 0 102 1 0 0 17 0 13 0 217962513 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10821] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10821/stat : 10821 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 217962513 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10822] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10822/stat : 10822 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217962513 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10823] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10823/stat : 10823 (java) S 10808 10810 9791 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 217964242 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1665.4
Current children cumulated vsize (KiB) 1791012

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11021
/proc/meminfo: memFree=1494600/2055920 swapFree=4143476/4192956
[pid=10810] ppid=10808 vsize=1791012 CPUtime=1725.38
/proc/10810/stat : 10810 (java) S 10808 10810 9791 0 -1 0 107320 0 41 0 172468 70 0 0 18 0 13 0 217962462 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10810/statm: 447753 95235 1334 9 0 445365 0
[pid=10810/tid=10812] ppid=10808 vsize=1791012 CPUtime=1717.75
/proc/10810/task/10812/stat : 10812 (java) R 10808 10810 9791 0 -1 64 37716 0 12 0 171740 35 0 0 25 0 13 0 217962490 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109891804 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10813] ppid=10808 vsize=1791012 CPUtime=2.85
/proc/10810/task/10813/stat : 10813 (java) S 10808 10810 9791 0 -1 64 32123 0 0 0 270 15 0 0 16 0 13 0 217962500 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10814] ppid=10808 vsize=1791012 CPUtime=2.85
/proc/10810/task/10814/stat : 10814 (java) S 10808 10810 9791 0 -1 64 33226 0 0 0 271 14 0 0 16 0 13 0 217962500 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10815] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10815/stat : 10815 (java) S 10808 10810 9791 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 217962504 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10816] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10816/stat : 10816 (java) S 10808 10810 9791 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 217962505 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10817] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10817/stat : 10817 (java) S 10808 10810 9791 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 217962505 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10818] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10818/stat : 10818 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 217962513 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10819] ppid=10808 vsize=1791012 CPUtime=0.83
/proc/10810/task/10819/stat : 10819 (java) S 10808 10810 9791 0 -1 64 2164 0 0 0 83 0 0 0 16 0 13 0 217962513 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10820] ppid=10808 vsize=1791012 CPUtime=1.03
/proc/10810/task/10820/stat : 10820 (java) S 10808 10810 9791 0 -1 64 1380 0 0 0 102 1 0 0 17 0 13 0 217962513 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10821] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10821/stat : 10821 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 217962513 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10822] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10822/stat : 10822 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217962513 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10823] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10823/stat : 10823 (java) S 10808 10810 9791 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 217964242 1833996288 95235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1725.38
Current children cumulated vsize (KiB) 1791012

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11021
/proc/meminfo: memFree=1456968/2055920 swapFree=4143476/4192956
[pid=10810] ppid=10808 vsize=1791012 CPUtime=1785.53
/proc/10810/stat : 10810 (java) S 10808 10810 9791 0 -1 0 118503 0 41 0 178476 77 0 0 18 0 13 0 217962462 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10810/statm: 447753 104579 1334 9 0 445365 0
[pid=10810/tid=10812] ppid=10808 vsize=1791012 CPUtime=1777.56
/proc/10810/task/10812/stat : 10812 (java) R 10808 10810 9791 0 -1 64 37717 0 12 0 177720 36 0 0 25 0 13 0 217962490 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109942458 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10813] ppid=10808 vsize=1791012 CPUtime=3.02
/proc/10810/task/10813/stat : 10813 (java) S 10808 10810 9791 0 -1 64 39208 0 0 0 283 19 0 0 16 0 13 0 217962500 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10814] ppid=10808 vsize=1791012 CPUtime=3.02
/proc/10810/task/10814/stat : 10814 (java) S 10808 10810 9791 0 -1 64 37323 0 0 0 286 16 0 0 18 0 13 0 217962500 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10815] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10815/stat : 10815 (java) S 10808 10810 9791 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 217962504 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10816] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10816/stat : 10816 (java) S 10808 10810 9791 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 217962505 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10817] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10817/stat : 10817 (java) S 10808 10810 9791 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 217962505 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10818] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10818/stat : 10818 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 217962513 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10819] ppid=10808 vsize=1791012 CPUtime=0.83
/proc/10810/task/10819/stat : 10819 (java) S 10808 10810 9791 0 -1 64 2164 0 0 0 83 0 0 0 16 0 13 0 217962513 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10820] ppid=10808 vsize=1791012 CPUtime=1.03
/proc/10810/task/10820/stat : 10820 (java) S 10808 10810 9791 0 -1 64 1380 0 0 0 102 1 0 0 17 0 13 0 217962513 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10821] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10821/stat : 10821 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 217962513 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10822] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10822/stat : 10822 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217962513 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10823] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10823/stat : 10823 (java) S 10808 10810 9791 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 217964242 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 1791012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11021
/proc/meminfo: memFree=1456968/2055920 swapFree=4143476/4192956
[pid=10810] ppid=10808 vsize=1791012 CPUtime=1800.04
/proc/10810/stat : 10810 (java) S 10808 10810 9791 0 -1 0 118503 0 41 0 179927 77 0 0 18 0 13 0 217962462 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10810/statm: 447753 104579 1334 9 0 445365 0
[pid=10810/tid=10812] ppid=10808 vsize=1791012 CPUtime=1792.05
/proc/10810/task/10812/stat : 10812 (java) R 10808 10810 9791 0 -1 64 37717 0 12 0 179169 36 0 0 25 0 13 0 217962490 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109891438 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10813] ppid=10808 vsize=1791012 CPUtime=3.02
/proc/10810/task/10813/stat : 10813 (java) S 10808 10810 9791 0 -1 64 39208 0 0 0 283 19 0 0 16 0 13 0 217962500 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10814] ppid=10808 vsize=1791012 CPUtime=3.02
/proc/10810/task/10814/stat : 10814 (java) S 10808 10810 9791 0 -1 64 37323 0 0 0 286 16 0 0 18 0 13 0 217962500 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10815] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10815/stat : 10815 (java) S 10808 10810 9791 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 217962504 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10816] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10816/stat : 10816 (java) S 10808 10810 9791 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 217962505 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10817] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10817/stat : 10817 (java) S 10808 10810 9791 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 217962505 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10818] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10818/stat : 10818 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 217962513 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10819] ppid=10808 vsize=1791012 CPUtime=0.83
/proc/10810/task/10819/stat : 10819 (java) S 10808 10810 9791 0 -1 64 2164 0 0 0 83 0 0 0 16 0 13 0 217962513 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10820] ppid=10808 vsize=1791012 CPUtime=1.04
/proc/10810/task/10820/stat : 10820 (java) S 10808 10810 9791 0 -1 64 1380 0 0 0 103 1 0 0 17 0 13 0 217962513 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10810/tid=10821] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10821/stat : 10821 (java) S 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 217962513 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10822] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10822/stat : 10822 (java) R 10808 10810 9791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 217962513 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10810/tid=10823] ppid=10808 vsize=1791012 CPUtime=0
/proc/10810/task/10823/stat : 10823 (java) S 10808 10810 9791 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 217964242 1833996288 104579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1791012

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

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

[startup+1796.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11021
/proc/meminfo: memFree=1456968/2055920 swapFree=4143476/4192956
[pid=10810] ppid=10808 vsize=0 CPUtime=1800.15
/proc/10810/stat : 10810 (java) Z 10808 10810 9791 0 -1 1036 118523 0 41 0 179932 83 0 0 16 0 2 0 217962462 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10810/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.93
CPU time (s): 1800.17
CPU user time (s): 1799.33
CPU system time (s): 0.840872
CPU usage (%): 100.18
Max. virtual memory (cumulated for all children) (KiB): 1791972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.33
system time used= 0.840872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118523
page faults= 41
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37500
involuntary context switches= 41909

runsolver used 1.78673 second user time and 4.80027 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Tue Apr 24 12:54:07 UTC 2007

IDJOB= 420114
IDBENCH= 47822
IDSOLVER= 159
FILE ID= node2/420114-1177419245

PBS_JOBID= 4675691

Free space on /tmp= 66372 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  5bd44671a7ff32579fe6d8803c2b90d6

RANDOM SEED= 930010125

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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.234
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.234
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:       1883392 kB
Buffers:          8928 kB
Cached:          77104 kB
SwapCached:      16716 kB
Active:         103380 kB
Inactive:        27656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1883392 kB
SwapTotal:     4192956 kB
SwapFree:      4143476 kB
Dirty:           33764 kB
Writeback:           0 kB
Mapped:          48712 kB
Slab:            26892 kB
Committed_AS:  8289904 kB
PageTables:       1932 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= 66372 MiB

End job on node2 on Tue Apr 24 13:24:06 UTC 2007