Trace number 352301

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.33 1794.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_7.opb.PB06.opb
MD5SUM3119db8d3d273f04fc4f3b1324a85224
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark452
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 452
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 493167
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 493167
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/352301-1176628388/instance-352301-1176628388.opb
0.20/0.20	c reading problem ... 
13.05/10.98	c ... done. Wall clock time 10.778s.
13.05/10.98	c CPU time (experimental) 8.89s.
13.05/10.98	c #vars     10000
13.05/10.98	c #constraints  656900
1800.08/1794.51	c starts		: 18
1800.08/1794.51	c conflicts		: 202997
1800.08/1794.51	c decisions		: 276406
1800.08/1794.51	c propagations		: 32359292
1800.08/1794.51	c inspects		: 1666511482
1800.08/1794.51	c learnt literals	: 0
1800.08/1794.51	c learnt binary clauses	: 0
1800.08/1794.51	c learnt ternary clauses	: 0
1800.08/1794.51	c learnt clauses	: 202997
1800.08/1794.51	c root simplifications	: 0
1800.08/1794.51	c removed literals (reason simplification)	: 0
1800.08/1794.51	c reason swapping (by a shorter reason)	: 0
1800.08/1794.51	c Calls to reduceDB	: 0
1800.08/1794.51	c speed (decisions/second)	: 154.9992625918746
1800.08/1794.51	c non guided choices	0
1800.08/1794.51	s UNKNOWN
1800.08/1794.51	c Total wall clock time (ms): 1794.309

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node3/watcher-352301-1176628388 -o ROOT/results/node3/solver-352301-1176628388 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352301-1176628388/sat4jPseudoResolution.jar /tmp/evaluation/352301-1176628388/instance-352301-1176628388.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.00 1.00 2/77 4249
/proc/meminfo: memFree=1632672/2055920 swapFree=4153688/4192956
[pid=4249] ppid=4247 vsize=272 CPUtime=0
/proc/4249/stat : 4249 (java) D 4247 4249 3197 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 138876529 278528 37 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10924836 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/4249/statm: 68 37 28 9 0 6 0

[startup+0.0362841 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4249
/proc/meminfo: memFree=1632672/2055920 swapFree=4153688/4192956
[pid=4249] ppid=4247 vsize=1776088 CPUtime=0.02
/proc/4249/stat : 4249 (java) S 4247 4249 3197 0 -1 0 3155 0 1 0 1 1 0 0 18 0 4 0 138876529 1818714112 2902 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/4249/statm: 444022 2902 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.101297 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4249
/proc/meminfo: memFree=1632672/2055920 swapFree=4153688/4192956
[pid=4249] ppid=4247 vsize=1780108 CPUtime=0.08
/proc/4249/stat : 4249 (java) S 4247 4249 3197 0 -1 0 3969 0 1 0 6 2 0 0 18 0 12 0 138876529 1822830592 3710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4249/statm: 445027 3710 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.30133 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4249
/proc/meminfo: memFree=1632672/2055920 swapFree=4153688/4192956
[pid=4249] ppid=4247 vsize=1781428 CPUtime=0.32
/proc/4249/stat : 4249 (java) S 4247 4249 3197 0 -1 0 5125 0 1 0 29 3 0 0 18 0 12 0 138876529 1824182272 4863 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4249/statm: 445357 4863 1264 9 0 442969 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781428

[startup+0.701393 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4249
/proc/meminfo: memFree=1632672/2055920 swapFree=4153688/4192956
[pid=4249] ppid=4247 vsize=1782804 CPUtime=0.88
/proc/4249/stat : 4249 (java) S 4247 4249 3197 0 -1 0 7349 0 1 0 84 4 0 0 18 0 12 0 138876529 1825591296 6897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4249/statm: 445701 6897 1297 9 0 443313 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1782804

[startup+1.50252 s]
/proc/loadavg: 1.00 1.00 1.00 4/89 4261
/proc/meminfo: memFree=1603328/2055920 swapFree=4153688/4192956
[pid=4249] ppid=4247 vsize=1785176 CPUtime=2.05
/proc/4249/stat : 4249 (java) S 4247 4249 3197 0 -1 0 20545 0 1 0 193 12 0 0 18 0 12 0 138876529 1828020224 17827 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4249/statm: 446294 17828 1301 9 0 443906 0
[pid=4249/tid=4251] ppid=4247 vsize=1785176 CPUtime=1.13
/proc/4249/task/4251/stat : 4251 (java) R 4247 4249 3197 0 -1 64 15921 0 1 0 103 10 0 0 19 0 12 0 138876531 1828020224 17829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109595930 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4252] ppid=4247 vsize=1785176 CPUtime=0
/proc/4249/task/4252/stat : 4252 (java) S 4247 4249 3197 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 138876532 1828020224 17830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4253] ppid=4247 vsize=1785176 CPUtime=0
/proc/4249/task/4253/stat : 4253 (java) S 4247 4249 3197 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 138876532 1828020224 17831 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4254] ppid=4247 vsize=1785176 CPUtime=0
/proc/4249/task/4254/stat : 4254 (java) S 4247 4249 3197 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 138876535 1828020224 17832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4255] ppid=4247 vsize=1785176 CPUtime=0
/proc/4249/task/4255/stat : 4255 (java) S 4247 4249 3197 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 138876535 1828020224 17833 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4256] ppid=4247 vsize=1785176 CPUtime=0
/proc/4249/task/4256/stat : 4256 (java) S 4247 4249 3197 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 138876535 1828020224 17834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4257] ppid=4247 vsize=1785176 CPUtime=0
/proc/4249/task/4257/stat : 4257 (java) S 4247 4249 3197 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 138876539 1828020224 17835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4258] ppid=4247 vsize=1785176 CPUtime=0.53
/proc/4249/task/4258/stat : 4258 (java) S 4247 4249 3197 0 -1 64 2227 0 0 0 53 0 0 0 16 0 12 0 138876539 1828020224 17836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4259] ppid=4247 vsize=1785176 CPUtime=0.36
/proc/4249/task/4259/stat : 4259 (java) S 4247 4249 3197 0 -1 64 1680 0 0 0 36 0 0 0 16 0 12 0 138876539 1828020224 17837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4260] ppid=4247 vsize=1785176 CPUtime=0
/proc/4249/task/4260/stat : 4260 (java) S 4247 4249 3197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 138876539 1828020224 17838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4261] ppid=4247 vsize=1785176 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4247 4249 3197 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 138876539 1828020224 17839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1785176

[startup+3.10278 s]
/proc/loadavg: 1.08 1.02 1.01 2/89 4261
/proc/meminfo: memFree=1500352/2055920 swapFree=4153688/4192956
[pid=4249] ppid=4247 vsize=1786524 CPUtime=3.71
/proc/4249/stat : 4249 (java) S 4247 4249 3197 0 -1 0 44387 0 1 0 346 25 0 0 18 0 12 0 138876529 1829400576 41650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4249/statm: 446631 41650 1310 9 0 444243 0
[pid=4249/tid=4251] ppid=4247 vsize=1786524 CPUtime=2.68
/proc/4249/task/4251/stat : 4251 (java) R 4247 4249 3197 0 -1 64 37672 0 1 0 245 23 0 0 22 0 12 0 138876531 1829400576 41650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4252] ppid=4247 vsize=1786524 CPUtime=0.05
/proc/4249/task/4252/stat : 4252 (java) S 4247 4249 3197 0 -1 64 1073 0 0 0 5 0 0 0 16 0 12 0 138876532 1829400576 41650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4253] ppid=4247 vsize=1786524 CPUtime=0.05
/proc/4249/task/4253/stat : 4253 (java) S 4247 4249 3197 0 -1 64 1011 0 0 0 5 0 0 0 17 0 12 0 138876532 1829400576 41650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4254] ppid=4247 vsize=1786524 CPUtime=0
/proc/4249/task/4254/stat : 4254 (java) S 4247 4249 3197 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 138876535 1829400576 41650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4255] ppid=4247 vsize=1786524 CPUtime=0
/proc/4249/task/4255/stat : 4255 (java) S 4247 4249 3197 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 138876535 1829400576 41650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4256] ppid=4247 vsize=1786524 CPUtime=0
/proc/4249/task/4256/stat : 4256 (java) S 4247 4249 3197 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 138876535 1829400576 41650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4257] ppid=4247 vsize=1786524 CPUtime=0
/proc/4249/task/4257/stat : 4257 (java) S 4247 4249 3197 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 138876539 1829400576 41650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4258] ppid=4247 vsize=1786524 CPUtime=0.53
/proc/4249/task/4258/stat : 4258 (java) S 4247 4249 3197 0 -1 64 2227 0 0 0 53 0 0 0 16 0 12 0 138876539 1829400576 41650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4259] ppid=4247 vsize=1786524 CPUtime=0.36
/proc/4249/task/4259/stat : 4259 (java) S 4247 4249 3197 0 -1 64 1680 0 0 0 36 0 0 0 16 0 12 0 138876539 1829400576 41650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4260] ppid=4247 vsize=1786524 CPUtime=0
/proc/4249/task/4260/stat : 4260 (java) S 4247 4249 3197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 138876539 1829400576 41650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4261] ppid=4247 vsize=1786524 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4247 4249 3197 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 138876539 1829400576 41650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 1786524

[startup+6.3023 s]
/proc/loadavg: 1.08 1.02 1.01 2/89 4261
/proc/meminfo: memFree=1445312/2055920 swapFree=4153688/4192956
[pid=4249] ppid=4247 vsize=1788768 CPUtime=7.24
/proc/4249/stat : 4249 (java) S 4247 4249 3197 0 -1 0 54340 0 1 0 694 30 0 0 18 0 12 0 138876529 1831698432 51018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4249/statm: 447192 51018 1310 9 0 444804 0
[pid=4249/tid=4251] ppid=4247 vsize=1788768 CPUtime=5.54
/proc/4249/task/4251/stat : 4251 (java) R 4247 4249 3197 0 -1 64 37676 0 1 0 530 24 0 0 22 0 12 0 138876531 1831698432 51018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4252] ppid=4247 vsize=1788768 CPUtime=0.39
/proc/4249/task/4252/stat : 4252 (java) S 4247 4249 3197 0 -1 64 6271 0 0 0 37 2 0 0 17 0 12 0 138876532 1831698432 51018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4253] ppid=4247 vsize=1788768 CPUtime=0.38
/proc/4249/task/4253/stat : 4253 (java) S 4247 4249 3197 0 -1 64 5755 0 0 0 36 2 0 0 18 0 12 0 138876532 1831698432 51018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4254] ppid=4247 vsize=1788768 CPUtime=0
/proc/4249/task/4254/stat : 4254 (java) S 4247 4249 3197 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 138876535 1831698432 51018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4255] ppid=4247 vsize=1788768 CPUtime=0
/proc/4249/task/4255/stat : 4255 (java) S 4247 4249 3197 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 138876535 1831698432 51018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4256] ppid=4247 vsize=1788768 CPUtime=0
/proc/4249/task/4256/stat : 4256 (java) S 4247 4249 3197 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 138876535 1831698432 51018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4257] ppid=4247 vsize=1788768 CPUtime=0
/proc/4249/task/4257/stat : 4257 (java) S 4247 4249 3197 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 138876539 1831698432 51018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4258] ppid=4247 vsize=1788768 CPUtime=0.53
/proc/4249/task/4258/stat : 4258 (java) S 4247 4249 3197 0 -1 64 2227 0 0 0 53 0 0 0 16 0 12 0 138876539 1831698432 51018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4259] ppid=4247 vsize=1788768 CPUtime=0.36
/proc/4249/task/4259/stat : 4259 (java) S 4247 4249 3197 0 -1 64 1680 0 0 0 36 0 0 0 16 0 12 0 138876539 1831698432 51018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4260] ppid=4247 vsize=1788768 CPUtime=0
/proc/4249/task/4260/stat : 4260 (java) S 4247 4249 3197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 138876539 1831698432 51018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4261] ppid=4247 vsize=1788768 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4247 4249 3197 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 138876539 1831698432 51018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 1788768

[startup+12.7023 s]
/proc/loadavg: 1.23 1.05 1.02 2/90 4262
/proc/meminfo: memFree=1395704/2055920 swapFree=4153688/4192956
[pid=4249] ppid=4247 vsize=1791636 CPUtime=15.41
/proc/4249/stat : 4249 (java) S 4247 4249 3197 0 -1 0 66348 0 1 0 1504 37 0 0 18 0 13 0 138876529 1834635264 60305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4249/statm: 447909 60305 1326 9 0 445521 0
[pid=4249/tid=4251] ppid=4247 vsize=1791636 CPUtime=10.32
/proc/4249/task/4251/stat : 4251 (java) R 4247 4249 3197 0 -1 64 37721 0 1 0 1007 25 0 0 25 0 13 0 138876531 1834635264 60305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109760004 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4252] ppid=4247 vsize=1791636 CPUtime=1.69
/proc/4249/task/4252/stat : 4252 (java) S 4247 4249 3197 0 -1 64 11526 0 0 0 165 4 0 0 16 0 13 0 138876532 1834635264 60305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4253] ppid=4247 vsize=1791636 CPUtime=1.61
/proc/4249/task/4253/stat : 4253 (java) S 4247 4249 3197 0 -1 64 11870 0 0 0 155 6 0 0 16 0 13 0 138876532 1834635264 60305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4254] ppid=4247 vsize=1791636 CPUtime=0
/proc/4249/task/4254/stat : 4254 (java) S 4247 4249 3197 0 -1 64 16 0 0 0 0 0 0 0 17 0 13 0 138876535 1834635264 60305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4255] ppid=4247 vsize=1791636 CPUtime=0
/proc/4249/task/4255/stat : 4255 (java) S 4247 4249 3197 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 138876535 1834635264 60305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4256] ppid=4247 vsize=1791636 CPUtime=0
/proc/4249/task/4256/stat : 4256 (java) S 4247 4249 3197 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 138876535 1834635264 60305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4257] ppid=4247 vsize=1791636 CPUtime=0
/proc/4249/task/4257/stat : 4257 (java) S 4247 4249 3197 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 138876539 1834635264 60305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4258] ppid=4247 vsize=1791636 CPUtime=0.94
/proc/4249/task/4258/stat : 4258 (java) S 4247 4249 3197 0 -1 64 2477 0 0 0 94 0 0 0 16 0 13 0 138876539 1834635264 60305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4259] ppid=4247 vsize=1791636 CPUtime=0.8
/proc/4249/task/4259/stat : 4259 (java) S 4247 4249 3197 0 -1 64 2016 0 0 0 80 0 0 0 16 0 13 0 138876539 1834635264 60305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4260] ppid=4247 vsize=1791636 CPUtime=0
/proc/4249/task/4260/stat : 4260 (java) S 4247 4249 3197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 138876539 1834635264 60305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4261] ppid=4247 vsize=1791636 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4247 4249 3197 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 138876539 1834635264 60305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4262] ppid=4247 vsize=1791636 CPUtime=0
/proc/4249/task/4262/stat : 4262 (java) S 4247 4249 3197 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 138877654 1834635264 60305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.41
Current children cumulated vsize (KiB) 1791636

[startup+25.5014 s]
/proc/loadavg: 1.27 1.06 1.02 2/90 4262
/proc/meminfo: memFree=1363384/2055920 swapFree=4153688/4192956
[pid=4249] ppid=4247 vsize=1791556 CPUtime=28.43
/proc/4249/stat : 4249 (java) S 4247 4249 3197 0 -1 0 75888 0 1 0 2801 42 0 0 18 0 13 0 138876529 1834553344 68456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4249/statm: 447889 68456 1326 9 0 445501 0
[pid=4249/tid=4251] ppid=4247 vsize=1791556 CPUtime=22.87
/proc/4249/task/4251/stat : 4251 (java) R 4247 4249 3197 0 -1 64 37722 0 1 0 2262 25 0 0 25 0 13 0 138876531 1834553344 68456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109832198 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4252] ppid=4247 vsize=1791556 CPUtime=1.89
/proc/4249/task/4252/stat : 4252 (java) S 4247 4249 3197 0 -1 64 16434 0 0 0 183 6 0 0 16 0 13 0 138876532 1834553344 68456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4253] ppid=4247 vsize=1791556 CPUtime=1.81
/proc/4249/task/4253/stat : 4253 (java) S 4247 4249 3197 0 -1 64 16496 0 0 0 172 9 0 0 16 0 13 0 138876532 1834553344 68456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4254] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4254/stat : 4254 (java) S 4247 4249 3197 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 138876535 1834553344 68456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4255] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4255/stat : 4255 (java) S 4247 4249 3197 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 138876535 1834553344 68456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4256] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4256/stat : 4256 (java) S 4247 4249 3197 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 138876535 1834553344 68456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/4249/task/4258/stat : 4258 (java) S 4247 4249 3197 0 -1 64 2481 0 0 0 99 0 0 0 16 0 13 0 138876539 1834553344 339450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4259] ppid=4247 vsize=1791556 CPUtime=0.85
/proc/4249/task/4259/stat : 4259 (java) S 4247 4249 3197 0 -1 64 2018 0 0 0 85 0 0 0 17 0 13 0 138876539 1834553344 339450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4260] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4260/stat : 4260 (java) S 4247 4249 3197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 138876539 1834553344 339450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4261] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4247 4249 3197 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 138876539 1834553344 339450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4262] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4262/stat : 4262 (java) S 4247 4249 3197 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 138877654 1834553344 339450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1607.63
Current children cumulated vsize (KiB) 1791556

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4264
/proc/meminfo: memFree=276920/2055920 swapFree=4153688/4192956
[pid=4249] ppid=4247 vsize=1791556 CPUtime=1667.62
/proc/4249/stat : 4249 (java) S 4247 4249 3197 0 -1 0 389680 0 1 0 166534 228 0 0 18 0 13 0 138876529 1834553344 339450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4249/statm: 447889 339450 1326 9 0 445501 0
[pid=4249/tid=4251] ppid=4247 vsize=1791556 CPUtime=1656.12
/proc/4249/task/4251/stat : 4251 (java) R 4247 4249 3197 0 -1 64 37741 0 1 0 165575 37 0 0 25 0 13 0 138876531 1834553344 339450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109807225 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4252] ppid=4247 vsize=1791556 CPUtime=4.83
/proc/4249/task/4252/stat : 4252 (java) S 4247 4249 3197 0 -1 64 163442 0 0 0 397 86 0 0 18 0 13 0 138876532 1834553344 339450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4253] ppid=4247 vsize=1791556 CPUtime=4.76
/proc/4249/task/4253/stat : 4253 (java) S 4247 4249 3197 0 -1 64 183260 0 0 0 375 101 0 0 16 0 13 0 138876532 1834553344 339450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4254] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4254/stat : 4254 (java) S 4247 4249 3197 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 138876535 1834553344 339450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4255] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4255/stat : 4255 (java) S 4247 4249 3197 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 138876535 1834553344 339450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4256] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4256/stat : 4256 (java) S 4247 4249 3197 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 138876535 1834553344 339450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4257] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4257/stat : 4257 (java) S 4247 4249 3197 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 138876539 1834553344 339450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4258] ppid=4247 vsize=1791556 CPUtime=0.99
/proc/4249/task/4258/stat : 4258 (java) S 4247 4249 3197 0 -1 64 2481 0 0 0 99 0 0 0 16 0 13 0 138876539 1834553344 339450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4259] ppid=4247 vsize=1791556 CPUtime=0.85
/proc/4249/task/4259/stat : 4259 (java) S 4247 4249 3197 0 -1 64 2018 0 0 0 85 0 0 0 17 0 13 0 138876539 1834553344 339450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4260] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4260/stat : 4260 (java) S 4247 4249 3197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 138876539 1834553344 339450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4261] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4247 4249 3197 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 138876539 1834553344 339450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4262] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4262/stat : 4262 (java) S 4247 4249 3197 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 138877654 1834553344 339450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1667.62
Current children cumulated vsize (KiB) 1791556

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4264
/proc/meminfo: memFree=222840/2055920 swapFree=4153688/4192956
[pid=4249] ppid=4247 vsize=1791556 CPUtime=1727.75
/proc/4249/stat : 4249 (java) S 4247 4249 3197 0 -1 0 405109 0 1 0 172538 237 0 0 18 0 13 0 138876529 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4249/statm: 447889 352919 1326 9 0 445501 0
[pid=4249/tid=4251] ppid=4247 vsize=1791556 CPUtime=1715.95
/proc/4249/task/4251/stat : 4251 (java) R 4247 4249 3197 0 -1 64 37742 0 1 0 171557 38 0 0 25 0 13 0 138876531 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109806982 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4252] ppid=4247 vsize=1791556 CPUtime=4.98
/proc/4249/task/4252/stat : 4252 (java) S 4247 4249 3197 0 -1 64 170740 0 0 0 408 90 0 0 18 0 13 0 138876532 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4253] ppid=4247 vsize=1791556 CPUtime=4.91
/proc/4249/task/4253/stat : 4253 (java) S 4247 4249 3197 0 -1 64 191390 0 0 0 385 106 0 0 18 0 13 0 138876532 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4254] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4254/stat : 4254 (java) S 4247 4249 3197 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 138876535 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4255] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4255/stat : 4255 (java) S 4247 4249 3197 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 138876535 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4256] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4256/stat : 4256 (java) S 4247 4249 3197 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 138876535 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4257] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4257/stat : 4257 (java) S 4247 4249 3197 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 138876539 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4258] ppid=4247 vsize=1791556 CPUtime=0.99
/proc/4249/task/4258/stat : 4258 (java) S 4247 4249 3197 0 -1 64 2481 0 0 0 99 0 0 0 16 0 13 0 138876539 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4259] ppid=4247 vsize=1791556 CPUtime=0.85
/proc/4249/task/4259/stat : 4259 (java) S 4247 4249 3197 0 -1 64 2018 0 0 0 85 0 0 0 17 0 13 0 138876539 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4260] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4260/stat : 4260 (java) S 4247 4249 3197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 138876539 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4261] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4247 4249 3197 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 138876539 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4262] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4262/stat : 4262 (java) S 4247 4249 3197 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 138877654 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1727.75
Current children cumulated vsize (KiB) 1791556

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4264
/proc/meminfo: memFree=222840/2055920 swapFree=4153688/4192956
[pid=4249] ppid=4247 vsize=1791556 CPUtime=1787.72
/proc/4249/stat : 4249 (java) S 4247 4249 3197 0 -1 0 405109 0 1 0 178535 237 0 0 18 0 13 0 138876529 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4249/statm: 447889 352919 1326 9 0 445501 0
[pid=4249/tid=4251] ppid=4247 vsize=1791556 CPUtime=1775.93
/proc/4249/task/4251/stat : 4251 (java) R 4247 4249 3197 0 -1 64 37742 0 1 0 177555 38 0 0 25 0 13 0 138876531 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109807310 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4252] ppid=4247 vsize=1791556 CPUtime=4.98
/proc/4249/task/4252/stat : 4252 (java) S 4247 4249 3197 0 -1 64 170740 0 0 0 408 90 0 0 18 0 13 0 138876532 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4253] ppid=4247 vsize=1791556 CPUtime=4.91
/proc/4249/task/4253/stat : 4253 (java) S 4247 4249 3197 0 -1 64 191390 0 0 0 385 106 0 0 18 0 13 0 138876532 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4254] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4254/stat : 4254 (java) S 4247 4249 3197 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 138876535 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4255] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4255/stat : 4255 (java) S 4247 4249 3197 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 138876535 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4256] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4256/stat : 4256 (java) S 4247 4249 3197 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 138876535 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4257] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4257/stat : 4257 (java) S 4247 4249 3197 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 138876539 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4258] ppid=4247 vsize=1791556 CPUtime=0.99
/proc/4249/task/4258/stat : 4258 (java) S 4247 4249 3197 0 -1 64 2481 0 0 0 99 0 0 0 16 0 13 0 138876539 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4259] ppid=4247 vsize=1791556 CPUtime=0.85
/proc/4249/task/4259/stat : 4259 (java) S 4247 4249 3197 0 -1 64 2018 0 0 0 85 0 0 0 17 0 13 0 138876539 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4260] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4260/stat : 4260 (java) S 4247 4249 3197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 138876539 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4261] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4247 4249 3197 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 138876539 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4262] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4262/stat : 4262 (java) S 4247 4249 3197 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 138877654 1834553344 352919 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1787.72
Current children cumulated vsize (KiB) 1791556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4264
/proc/meminfo: memFree=168632/2055920 swapFree=4153688/4192956
[pid=4249] ppid=4247 vsize=1791556 CPUtime=1800.08
/proc/4249/stat : 4249 (java) S 4247 4249 3197 0 -1 0 420805 0 1 0 179762 246 0 0 18 0 13 0 138876529 1834553344 366434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4249/statm: 447889 366434 1326 9 0 445501 0
[pid=4249/tid=4251] ppid=4247 vsize=1791556 CPUtime=1787.97
/proc/4249/task/4251/stat : 4251 (java) R 4247 4249 3197 0 -1 64 37743 0 1 0 178759 38 0 0 25 0 13 0 138876531 1834553344 366434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109807196 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4252] ppid=4247 vsize=1791556 CPUtime=5.14
/proc/4249/task/4252/stat : 4252 (java) S 4247 4249 3197 0 -1 64 178454 0 0 0 419 95 0 0 18 0 13 0 138876532 1834553344 366434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4253] ppid=4247 vsize=1791556 CPUtime=5.07
/proc/4249/task/4253/stat : 4253 (java) S 4247 4249 3197 0 -1 64 199371 0 0 0 397 110 0 0 18 0 13 0 138876532 1834553344 366434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4254] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4254/stat : 4254 (java) S 4247 4249 3197 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 138876535 1834553344 366434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4255] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4255/stat : 4255 (java) S 4247 4249 3197 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 138876535 1834553344 366434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4256] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4256/stat : 4256 (java) S 4247 4249 3197 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 138876535 1834553344 366434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4257] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4257/stat : 4257 (java) S 4247 4249 3197 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 138876539 1834553344 366434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4258] ppid=4247 vsize=1791556 CPUtime=0.99
/proc/4249/task/4258/stat : 4258 (java) S 4247 4249 3197 0 -1 64 2481 0 0 0 99 0 0 0 16 0 13 0 138876539 1834553344 366434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4259] ppid=4247 vsize=1791556 CPUtime=0.85
/proc/4249/task/4259/stat : 4259 (java) S 4247 4249 3197 0 -1 64 2018 0 0 0 85 0 0 0 17 0 13 0 138876539 1834553344 366434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4260] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4260/stat : 4260 (java) S 4247 4249 3197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 138876539 1834553344 366434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4249/tid=4261] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4247 4249 3197 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 138876539 1834553344 366434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4262] ppid=4247 vsize=1791556 CPUtime=0
/proc/4249/task/4262/stat : 4262 (java) S 4247 4249 3197 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 138877654 1834553344 366434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1791556

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

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

[startup+1794.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4264
/proc/meminfo: memFree=168632/2055920 swapFree=4153688/4192956
[pid=4249] ppid=4247 vsize=0 CPUtime=1800.2
/proc/4249/stat : 4249 (java) Z 4247 4249 3197 0 -1 1036 420824 0 1 0 179765 255 0 0 16 0 2 0 138876529 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4249/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

[startup+1794.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 4264
/proc/meminfo: memFree=168632/2055920 swapFree=4153688/4192956
[pid=4249] ppid=4247 vsize=0 CPUtime=1800.28
/proc/4249/stat : 4249 (java) Z 4247 4249 3197 0 -1 1036 420824 0 1 0 179765 263 0 0 16 0 2 0 138876529 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4249/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.74
CPU time (s): 1800.33
CPU user time (s): 1797.65
CPU system time (s): 2.67759
CPU usage (%): 100.311
Max. virtual memory (cumulated for all children) (KiB): 1791652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.65
system time used= 2.67759
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 420824
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= 37306
involuntary context switches= 37387

runsolver used 1.77773 second user time and 4.78727 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Sun Apr 15 09:13:08 UTC 2007

IDJOB= 352301
IDBENCH= 1965
IDSOLVER= 159
FILE ID= node3/352301-1176628388

PBS_JOBID= 4556849

Free space on /tmp= 66538 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_7.opb.PB06.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352301-1176628388/sat4jPseudoResolution.jar /tmp/evaluation/352301-1176628388/instance-352301-1176628388.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-352301-1176628388 -o ROOT/results/node3/solver-352301-1176628388 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352301-1176628388/sat4jPseudoResolution.jar /tmp/evaluation/352301-1176628388/instance-352301-1176628388.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  3119db8d3d273f04fc4f3b1324a85224

RANDOM SEED= 175369994

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.270
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.270
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:       1633080 kB
Buffers:         40352 kB
Cached:         289852 kB
SwapCached:       2248 kB
Active:          73536 kB
Inactive:       280400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1633080 kB
SwapTotal:     4192956 kB
SwapFree:      4153688 kB
Dirty:           20432 kB
Writeback:           0 kB
Mapped:          31500 kB
Slab:            54416 kB
Committed_AS:  4960912 kB
PageTables:       1780 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= 66538 MiB

End job on node3 on Sun Apr 15 09:43:04 UTC 2007