Trace number 358482

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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.21 1772.42

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110974180.opb
MD5SUM0767c1a06efa13af223b4b90ef1e7572
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.241962
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1231
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c no version file found!!!
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.21/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c Simplify asserted PB constraints to clauses
0.21/0.20	c solving /tmp/evaluation/358482-1176915783/instance-358482-1176915783.opb
0.21/0.20	c reading problem ... 
0.31/0.33	c ... done. Wall clock time 0.131s.
0.31/0.33	c CPU time (experimental) 0.27s.
0.31/0.33	c #vars     169
0.31/0.33	c #constraints  101
1800.08/1772.31	c starts		: 2
1800.08/1772.31	c conflicts		: 28259
1800.08/1772.31	c decisions		: 110425
1800.08/1772.31	c propagations		: 716978
1800.08/1772.31	c inspects		: 563718558
1800.08/1772.31	c learnt literals	: 0
1800.08/1772.31	c learnt binary clauses	: 0
1800.08/1772.31	c learnt ternary clauses	: 0
1800.08/1772.31	c learnt clauses	: 28258
1800.08/1772.31	c root simplifications	: 0
1800.08/1772.31	c removed literals (reason simplification)	: 0
1800.08/1772.31	c reason swapping (by a shorter reason)	: 0
1800.08/1772.31	c Calls to reduceDB	: 0
1800.08/1772.31	c speed (decisions/second)	: 62.31743545059301
1800.08/1772.31	c non guided choices	33
1800.08/1772.31	s UNKNOWN
1800.08/1772.31	c Total wall clock time (ms): 1772.11

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

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


[startup+0 s]
/proc/loadavg: 0.96 1.02 0.99 1/77 21255
/proc/meminfo: memFree=1297288/2055920 swapFree=4157140/4192956
[pid=21255] ppid=21253 vsize=200 CPUtime=0
/proc/21255/stat : 21255 (java) R 21253 21255 20933 0 -1 0 48 0 0 0 0 0 0 0 18 0 1 0 139493965 204800 33 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7017252 0 0 4096 0 0 0 0 17 1 0 0
/proc/21255/statm: 68 34 26 9 0 4 0

[startup+0.019315 s]
/proc/loadavg: 0.96 1.02 0.99 1/77 21255
/proc/meminfo: memFree=1297288/2055920 swapFree=4157140/4192956
[pid=21255] ppid=21253 vsize=12916 CPUtime=0.01
/proc/21255/stat : 21255 (java) S 21253 21255 20933 0 -1 0 904 0 1 0 0 1 0 0 18 0 2 0 139493965 13225984 661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/21255/statm: 3229 661 331 9 0 1243 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12916

[startup+0.101325 s]
/proc/loadavg: 0.96 1.02 0.99 1/77 21255
/proc/meminfo: memFree=1297288/2055920 swapFree=4157140/4192956
[pid=21255] ppid=21253 vsize=1780112 CPUtime=0.09
/proc/21255/stat : 21255 (java) S 21253 21255 20933 0 -1 0 3973 0 1 0 6 3 0 0 18 0 12 0 139493965 1822834688 3715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21255/statm: 445028 3715 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780112

[startup+0.301333 s]
/proc/loadavg: 0.96 1.02 0.99 1/77 21255
/proc/meminfo: memFree=1297288/2055920 swapFree=4157140/4192956
[pid=21255] ppid=21253 vsize=1782432 CPUtime=0.31
/proc/21255/stat : 21255 (java) S 21253 21255 20933 0 -1 0 5131 0 1 0 27 4 0 0 18 0 12 0 139493965 1825210368 4870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21255/statm: 445608 4870 1264 9 0 443219 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782432

[startup+0.70136 s]
/proc/loadavg: 0.96 1.02 0.99 1/77 21255
/proc/meminfo: memFree=1297288/2055920 swapFree=4157140/4192956
[pid=21255] ppid=21253 vsize=1784028 CPUtime=0.99
/proc/21255/stat : 21255 (java) S 21253 21255 20933 0 -1 0 9758 0 1 0 93 6 0 0 18 0 13 0 139493965 1826844672 9164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21255/statm: 446007 9164 1308 9 0 443618 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1784028

[startup+1.50141 s]
/proc/loadavg: 0.96 1.02 0.99 4/90 21268
/proc/meminfo: memFree=1244320/2055920 swapFree=4157140/4192956
[pid=21255] ppid=21253 vsize=1804252 CPUtime=2.57
/proc/21255/stat : 21255 (java) S 21253 21255 20933 0 -1 0 29261 0 1 0 241 16 0 0 18 0 13 0 139493965 1847554048 24017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21255/statm: 451063 24017 1321 9 0 448674 0
[pid=21255/tid=21257] ppid=21253 vsize=1804252 CPUtime=0.93
/proc/21255/task/21257/stat : 21257 (java) R 21253 21255 20933 0 -1 64 18064 0 1 0 83 10 0 0 19 0 13 0 139493966 1847554048 24017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104716960 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21258] ppid=21253 vsize=1804252 CPUtime=0
/proc/21255/task/21258/stat : 21258 (java) S 21253 21255 20933 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 139493968 1847554048 24017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21259] ppid=21253 vsize=1804252 CPUtime=0
/proc/21255/task/21259/stat : 21259 (java) S 21253 21255 20933 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 139493968 1847554048 24017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21260] ppid=21253 vsize=1804252 CPUtime=0
/proc/21255/task/21260/stat : 21260 (java) S 21253 21255 20933 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 139493970 1847554048 24017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21261] ppid=21253 vsize=1804252 CPUtime=0
/proc/21255/task/21261/stat : 21261 (java) S 21253 21255 20933 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 139493970 1847554048 24017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21262] ppid=21253 vsize=1804252 CPUtime=0
/proc/21255/task/21262/stat : 21262 (java) S 21253 21255 20933 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 139493970 1847554048 24017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21263] ppid=21253 vsize=1804252 CPUtime=0
/proc/21255/task/21263/stat : 21263 (java) S 21253 21255 20933 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139493974 1847554048 24017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21264] ppid=21253 vsize=1804252 CPUtime=0.71
/proc/21255/task/21264/stat : 21264 (java) R 21253 21255 20933 0 -1 64 3936 0 0 0 70 1 0 0 18 0 13 0 139493974 1847554048 24017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336833 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21265] ppid=21253 vsize=1804252 CPUtime=0.9
/proc/21255/task/21265/stat : 21265 (java) R 21253 21255 20933 0 -1 64 6535 0 0 0 88 2 0 0 18 0 13 0 139493974 1847554048 24017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103316171 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21266] ppid=21253 vsize=1804252 CPUtime=0
/proc/21255/task/21266/stat : 21266 (java) S 21253 21255 20933 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 139493974 1847554048 24017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21267] ppid=21253 vsize=1804252 CPUtime=0
/proc/21255/task/21267/stat : 21267 (java) S 21253 21255 20933 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139493974 1847554048 24017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21268] ppid=21253 vsize=1804252 CPUtime=0
/proc/21255/task/21268/stat : 21268 (java) S 21253 21255 20933 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 139493999 1847554048 24017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 1804252

[startup+3.10251 s]
/proc/loadavg: 0.96 1.02 0.99 2/90 21268
/proc/meminfo: memFree=1144032/2055920 swapFree=4157140/4192956
[pid=21255] ppid=21253 vsize=1802000 CPUtime=4.85
/proc/21255/stat : 21255 (java) S 21253 21255 20933 0 -1 0 53542 0 1 0 459 26 0 0 18 0 13 0 139493965 1845248000 44829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21255/statm: 450500 44829 1330 9 0 448111 0
[pid=21255/tid=21257] ppid=21253 vsize=1802000 CPUtime=2.21
/proc/21255/task/21257/stat : 21257 (java) R 21253 21255 20933 0 -1 64 37742 0 1 0 203 18 0 0 18 0 13 0 139493966 1845248000 44829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109547675 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21258] ppid=21253 vsize=1802000 CPUtime=0.02
/proc/21255/task/21258/stat : 21258 (java) S 21253 21255 20933 0 -1 64 698 0 0 0 2 0 0 0 16 0 13 0 139493968 1845248000 44829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21259] ppid=21253 vsize=1802000 CPUtime=0.01
/proc/21255/task/21259/stat : 21259 (java) S 21253 21255 20933 0 -1 64 605 0 0 0 1 0 0 0 16 0 13 0 139493968 1845248000 44829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21260] ppid=21253 vsize=1802000 CPUtime=0
/proc/21255/task/21260/stat : 21260 (java) S 21253 21255 20933 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 139493970 1845248000 44829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21261] ppid=21253 vsize=1802000 CPUtime=0
/proc/21255/task/21261/stat : 21261 (java) S 21253 21255 20933 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139493970 1845248000 44829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21262] ppid=21253 vsize=1802000 CPUtime=0
/proc/21255/task/21262/stat : 21262 (java) S 21253 21255 20933 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139493970 1845248000 44829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21263] ppid=21253 vsize=1802000 CPUtime=0
/proc/21255/task/21263/stat : 21263 (java) S 21253 21255 20933 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139493974 1845248000 44829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21264] ppid=21253 vsize=1802000 CPUtime=1.21
/proc/21255/task/21264/stat : 21264 (java) S 21253 21255 20933 0 -1 64 7109 0 0 0 118 3 0 0 17 0 13 0 139493974 1845248000 44829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21265] ppid=21253 vsize=1802000 CPUtime=1.35
/proc/21255/task/21265/stat : 21265 (java) S 21253 21255 20933 0 -1 64 6657 0 0 0 133 2 0 0 16 0 13 0 139493974 1845248000 44829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21266] ppid=21253 vsize=1802000 CPUtime=0
/proc/21255/task/21266/stat : 21266 (java) S 21253 21255 20933 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 139493974 1845248000 44829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21267] ppid=21253 vsize=1802000 CPUtime=0
/proc/21255/task/21267/stat : 21267 (java) S 21253 21255 20933 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139493974 1845248000 44829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21268] ppid=21253 vsize=1802000 CPUtime=0
/proc/21255/task/21268/stat : 21268 (java) S 21253 21255 20933 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 139493999 1845248000 44829 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 1802000

[startup+6.3027 s]
/proc/loadavg: 0.97 1.01 0.99 2/90 21268
/proc/meminfo: memFree=1120288/2055920 swapFree=4157140/4192956
[pid=21255] ppid=21253 vsize=1801040 CPUtime=8.2
/proc/21255/stat : 21255 (java) S 21253 21255 20933 0 -1 0 57425 0 1 0 791 29 0 0 18 0 13 0 139493965 1844264960 46954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21255/statm: 450260 46954 1331 9 0 447871 0
[pid=21255/tid=21257] ppid=21253 vsize=1801040 CPUtime=5.26
/proc/21255/task/21257/stat : 21257 (java) R 21253 21255 20933 0 -1 64 37748 0 1 0 508 18 0 0 25 0 13 0 139493966 1844264960 46954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109528769 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21258] ppid=21253 vsize=1801040 CPUtime=0.11
/proc/21255/task/21258/stat : 21258 (java) S 21253 21255 20933 0 -1 64 2744 0 0 0 10 1 0 0 16 0 13 0 139493968 1844264960 46954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21259] ppid=21253 vsize=1801040 CPUtime=0.1
/proc/21255/task/21259/stat : 21259 (java) S 21253 21255 20933 0 -1 64 2416 0 0 0 9 1 0 0 17 0 13 0 139493968 1844264960 46954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21260] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21260/stat : 21260 (java) S 21253 21255 20933 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 139493970 1844264960 46954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21261] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21261/stat : 21261 (java) S 21253 21255 20933 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139493970 1844264960 46954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21262] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21262/stat : 21262 (java) S 21253 21255 20933 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139493970 1844264960 46954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21263] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21263/stat : 21263 (java) S 21253 21255 20933 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139493974 1844264960 46954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21264] ppid=21253 vsize=1801040 CPUtime=1.28
/proc/21255/task/21264/stat : 21264 (java) S 21253 21255 20933 0 -1 64 7110 0 0 0 125 3 0 0 16 0 13 0 139493974 1844264960 46954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21265] ppid=21253 vsize=1801040 CPUtime=1.39
/proc/21255/task/21265/stat : 21265 (java) S 21253 21255 20933 0 -1 64 6657 0 0 0 137 2 0 0 16 0 13 0 139493974 1844264960 46954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21266] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21266/stat : 21266 (java) S 21253 21255 20933 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 139493974 1844264960 46954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21267] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21267/stat : 21267 (java) S 21253 21255 20933 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139493974 1844264960 46954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21268] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21268/stat : 21268 (java) S 21253 21255 20933 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 139493999 1844264960 46954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.2
Current children cumulated vsize (KiB) 1801040

[startup+12.7021 s]
/proc/loadavg: 0.97 1.01 0.99 2/90 21268
/proc/meminfo: memFree=1079776/2055920 swapFree=4157140/4192956
[pid=21255] ppid=21253 vsize=1801040 CPUtime=14.77
/proc/21255/stat : 21255 (java) S 21253 21255 20933 0 -1 0 67034 0 1 0 1444 33 0 0 18 0 13 0 139493965 1844264960 55724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21255/statm: 450260 55724 1331 9 0 447871 0
[pid=21255/tid=21257] ppid=21253 vsize=1801040 CPUtime=11.48
/proc/21255/task/21257/stat : 21257 (java) R 21253 21255 20933 0 -1 64 39510 0 1 0 1129 19 0 0 22 0 13 0 139493966 1844264960 55724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109547270 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21258] ppid=21253 vsize=1801040 CPUtime=0.26
/proc/21255/task/21258/stat : 21258 (java) S 21253 21255 20933 0 -1 64 7100 0 0 0 23 3 0 0 16 0 13 0 139493968 1844264960 55724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21259] ppid=21253 vsize=1801040 CPUtime=0.26
/proc/21255/task/21259/stat : 21259 (java) S 21253 21255 20933 0 -1 64 5907 0 0 0 23 3 0 0 16 0 13 0 139493968 1844264960 55724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21260] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21260/stat : 21260 (java) S 21253 21255 20933 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 139493970 1844264960 55724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21261] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21261/stat : 21261 (java) S 21253 21255 20933 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139493970 1844264960 55724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21262] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21262/stat : 21262 (java) S 21253 21255 20933 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139493970 1844264960 55724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21263] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21263/stat : 21263 (java) S 21253 21255 20933 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139493974 1844264960 55724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21264] ppid=21253 vsize=1801040 CPUtime=1.3
/proc/21255/task/21264/stat : 21264 (java) S 21253 21255 20933 0 -1 64 7110 0 0 0 127 3 0 0 15 0 13 0 139493974 1844264960 55724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21265] ppid=21253 vsize=1801040 CPUtime=1.41
/proc/21255/task/21265/stat : 21265 (java) S 21253 21255 20933 0 -1 64 6657 0 0 0 139 2 0 0 16 0 13 0 139493974 1844264960 55724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21266] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21266/stat : 21266 (java) S 21253 21255 20933 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 139493974 1844264960 55724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21267] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21267/stat : 21267 (java) S 21253 21255 20933 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139493974 1844264960 55724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21268] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21268/stat : 21268 (java) S 21253 21255 20933 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 139493999 1844264960 55724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.77
Current children cumulated vsize (KiB) 1801040

[startup+25.5019 s]
/proc/loadavg: 0.97 1.01 0.99 2/90 21268
/proc/meminfo: memFree=1067808/2055920 swapFree=4157140/4192956
[pid=21255] ppid=21253 vsize=1801040 CPUtime=27.74
/proc/21255/stat : 21255 (java) S 21253 21255 20933 0 -1 0 70425 0 1 0 2739 35 0 0 18 0 13 0 139493965 1844264960 58427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21255/statm: 450260 58427 1332 9 0 447871 0
[pid=21255/tid=21257] ppid=21253 vsize=1801040 CPUtime=24.13
/proc/21255/task/21257/stat : 21257 (java) R 21253 21255 20933 0 -1 64 39519 0 1 0 2394 19 0 0 25 0 13 0 139493966 1844264960 58427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109559656 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21258] ppid=21253 vsize=1801040 CPUtime=0.38
/proc/21255/task/21258/stat : 21258 (java) S 21253 21255 20933 0 -1 64 9010 0 0 0 34 4 0 0 16 0 13 0 139493968 1844264960 58427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21259] ppid=21253 vsize=1801040 CPUtime=0.39
/proc/21255/task/21259/stat : 21259 (java) S 21253 21255 20933 0 -1 64 7376 0 0 0 35 4 0 0 16 0 13 0 139493968 1844264960 58427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=21255/tid=21260] ppid=21253 vsize=1801040 CPUtime=0.18
/proc/21255/task/21260/stat : 21260 (java) S 21253 21255 20933 0 -1 64 95 0 0 0 10 8 0 0 16 0 13 0 139493970 1844264960 124708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21261] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21261/stat : 21261 (java) S 21253 21255 20933 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139493970 1844264960 124708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21262] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21262/stat : 21262 (java) S 21253 21255 20933 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139493970 1844264960 124708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21263] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21263/stat : 21263 (java) S 21253 21255 20933 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139493974 1844264960 124708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21264] ppid=21253 vsize=1801040 CPUtime=1.34
/proc/21255/task/21264/stat : 21264 (java) S 21253 21255 20933 0 -1 64 7110 0 0 0 131 3 0 0 17 0 13 0 139493974 1844264960 124708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21265] ppid=21253 vsize=1801040 CPUtime=1.49
/proc/21255/task/21265/stat : 21265 (java) S 21253 21255 20933 0 -1 64 6661 0 0 0 147 2 0 0 16 0 13 0 139493974 1844264960 124708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21266] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21266/stat : 21266 (java) S 21253 21255 20933 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 139493974 1844264960 124708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21267] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21267/stat : 21267 (java) S 21253 21255 20933 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139493974 1844264960 124708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21268] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21268/stat : 21268 (java) S 21253 21255 20933 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 139493999 1844264960 124708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1565.63
Current children cumulated vsize (KiB) 1801040

[startup+1602.3 s]
/proc/loadavg: 1.16 1.04 1.01 2/90 21268
/proc/meminfo: memFree=797408/2055920 swapFree=4157140/4192956
[pid=21255] ppid=21253 vsize=1801040 CPUtime=1626.75
/proc/21255/stat : 21255 (java) S 21253 21255 20933 0 -1 0 170785 0 1 0 162572 103 0 0 18 0 13 0 139493965 1844264960 125837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21255/statm: 450260 125837 1332 9 0 447871 0
[pid=21255/tid=21257] ppid=21253 vsize=1801040 CPUtime=1577.43
/proc/21255/task/21257/stat : 21257 (java) R 21253 21255 20933 0 -1 64 61563 0 1 0 157700 43 0 0 25 0 13 0 139493966 1844264960 125837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109475648 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21258] ppid=21253 vsize=1801040 CPUtime=23.12
/proc/21255/task/21258/stat : 21258 (java) S 21253 21255 20933 0 -1 64 49288 0 0 0 2290 22 0 0 16 0 13 0 139493968 1844264960 125837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21259] ppid=21253 vsize=1801040 CPUtime=23.13
/proc/21255/task/21259/stat : 21259 (java) S 21253 21255 20933 0 -1 64 45346 0 0 0 2291 22 0 0 16 0 13 0 139493968 1844264960 125837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21260] ppid=21253 vsize=1801040 CPUtime=0.19
/proc/21255/task/21260/stat : 21260 (java) S 21253 21255 20933 0 -1 64 95 0 0 0 11 8 0 0 16 0 13 0 139493970 1844264960 125837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21261] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21261/stat : 21261 (java) S 21253 21255 20933 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139493970 1844264960 125837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21262] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21262/stat : 21262 (java) S 21253 21255 20933 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139493970 1844264960 125837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21263] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21263/stat : 21263 (java) S 21253 21255 20933 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139493974 1844264960 125837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21264] ppid=21253 vsize=1801040 CPUtime=1.34
/proc/21255/task/21264/stat : 21264 (java) S 21253 21255 20933 0 -1 64 7110 0 0 0 131 3 0 0 17 0 13 0 139493974 1844264960 125837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21265] ppid=21253 vsize=1801040 CPUtime=1.49
/proc/21255/task/21265/stat : 21265 (java) S 21253 21255 20933 0 -1 64 6661 0 0 0 147 2 0 0 16 0 13 0 139493974 1844264960 125837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21266] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21266/stat : 21266 (java) S 21253 21255 20933 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 139493974 1844264960 125837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21267] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21267/stat : 21267 (java) S 21253 21255 20933 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139493974 1844264960 125837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21268] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21268/stat : 21268 (java) S 21253 21255 20933 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 139493999 1844264960 125837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1626.75
Current children cumulated vsize (KiB) 1801040

[startup+1662.3 s]
/proc/loadavg: 1.06 1.03 1.01 2/90 21268
/proc/meminfo: memFree=793056/2055920 swapFree=4157140/4192956
[pid=21255] ppid=21253 vsize=1801040 CPUtime=1687.88
/proc/21255/stat : 21255 (java) S 21253 21255 20933 0 -1 0 171951 0 1 0 168683 105 0 0 18 0 13 0 139493965 1844264960 126922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21255/statm: 450260 126922 1332 9 0 447871 0
[pid=21255/tid=21257] ppid=21253 vsize=1801040 CPUtime=1636.26
/proc/21255/task/21257/stat : 21257 (java) R 21253 21255 20933 0 -1 64 61583 0 1 0 163582 44 0 0 25 0 13 0 139493966 1844264960 126922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109526007 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21258] ppid=21253 vsize=1801040 CPUtime=24.25
/proc/21255/task/21258/stat : 21258 (java) S 21253 21255 20933 0 -1 64 50165 0 0 0 2403 22 0 0 16 0 13 0 139493968 1844264960 126922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21259] ppid=21253 vsize=1801040 CPUtime=24.28
/proc/21255/task/21259/stat : 21259 (java) S 21253 21255 20933 0 -1 64 45615 0 0 0 2406 22 0 0 16 0 13 0 139493968 1844264960 126922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21260] ppid=21253 vsize=1801040 CPUtime=0.19
/proc/21255/task/21260/stat : 21260 (java) S 21253 21255 20933 0 -1 64 95 0 0 0 11 8 0 0 16 0 13 0 139493970 1844264960 126922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21261] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21261/stat : 21261 (java) S 21253 21255 20933 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139493970 1844264960 126922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21262] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21262/stat : 21262 (java) S 21253 21255 20933 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139493970 1844264960 126922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21263] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21263/stat : 21263 (java) S 21253 21255 20933 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139493974 1844264960 126922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21264] ppid=21253 vsize=1801040 CPUtime=1.34
/proc/21255/task/21264/stat : 21264 (java) S 21253 21255 20933 0 -1 64 7110 0 0 0 131 3 0 0 17 0 13 0 139493974 1844264960 126922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21265] ppid=21253 vsize=1801040 CPUtime=1.49
/proc/21255/task/21265/stat : 21265 (java) S 21253 21255 20933 0 -1 64 6661 0 0 0 147 2 0 0 16 0 13 0 139493974 1844264960 126922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21266] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21266/stat : 21266 (java) S 21253 21255 20933 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 139493974 1844264960 126922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21267] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21267/stat : 21267 (java) S 21253 21255 20933 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139493974 1844264960 126922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21268] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21268/stat : 21268 (java) S 21253 21255 20933 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 139493999 1844264960 126922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1687.88
Current children cumulated vsize (KiB) 1801040

[startup+1722.3 s]
/proc/loadavg: 1.06 1.04 1.01 2/90 21268
/proc/meminfo: memFree=787424/2055920 swapFree=4157140/4192956
[pid=21255] ppid=21253 vsize=1801040 CPUtime=1749.09
/proc/21255/stat : 21255 (java) S 21253 21255 20933 0 -1 0 173430 0 1 0 174801 108 0 0 18 0 13 0 139493965 1844264960 128321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21255/statm: 450260 128321 1332 9 0 447871 0
[pid=21255/tid=21257] ppid=21253 vsize=1801040 CPUtime=1695.03
/proc/21255/task/21257/stat : 21257 (java) R 21253 21255 20933 0 -1 64 61604 0 1 0 169458 45 0 0 25 0 13 0 139493966 1844264960 128321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109599133 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21258] ppid=21253 vsize=1801040 CPUtime=25.47
/proc/21255/task/21258/stat : 21258 (java) S 21253 21255 20933 0 -1 64 51418 0 0 0 2524 23 0 0 16 0 13 0 139493968 1844264960 128321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21259] ppid=21253 vsize=1801040 CPUtime=25.5
/proc/21255/task/21259/stat : 21259 (java) S 21253 21255 20933 0 -1 64 45819 0 0 0 2528 22 0 0 16 0 13 0 139493968 1844264960 128321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21260] ppid=21253 vsize=1801040 CPUtime=0.21
/proc/21255/task/21260/stat : 21260 (java) S 21253 21255 20933 0 -1 64 96 0 0 0 12 9 0 0 16 0 13 0 139493970 1844264960 128321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21261] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21261/stat : 21261 (java) S 21253 21255 20933 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139493970 1844264960 128321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21262] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21262/stat : 21262 (java) S 21253 21255 20933 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139493970 1844264960 128321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21263] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21263/stat : 21263 (java) S 21253 21255 20933 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139493974 1844264960 128321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21264] ppid=21253 vsize=1801040 CPUtime=1.34
/proc/21255/task/21264/stat : 21264 (java) S 21253 21255 20933 0 -1 64 7110 0 0 0 131 3 0 0 17 0 13 0 139493974 1844264960 128321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21265] ppid=21253 vsize=1801040 CPUtime=1.49
/proc/21255/task/21265/stat : 21265 (java) S 21253 21255 20933 0 -1 64 6661 0 0 0 147 2 0 0 16 0 13 0 139493974 1844264960 128321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21266] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21266/stat : 21266 (java) S 21253 21255 20933 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 139493974 1844264960 128321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21267] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21267/stat : 21267 (java) S 21253 21255 20933 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139493974 1844264960 128321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21268] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21268/stat : 21268 (java) S 21253 21255 20933 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 139493999 1844264960 128321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1749.09
Current children cumulated vsize (KiB) 1801040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/90 21268
/proc/meminfo: memFree=783456/2055920 swapFree=4157140/4192956
[pid=21255] ppid=21253 vsize=1801040 CPUtime=1800.08
/proc/21255/stat : 21255 (java) S 21253 21255 20933 0 -1 0 174433 0 1 0 179899 109 0 0 18 0 13 0 139493965 1844264960 129302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21255/statm: 450260 129302 1332 9 0 447871 0
[pid=21255/tid=21257] ppid=21253 vsize=1801040 CPUtime=1744.01
/proc/21255/task/21257/stat : 21257 (java) R 21253 21255 20933 0 -1 64 61621 0 1 0 174356 45 0 0 25 0 13 0 139493966 1844264960 129302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109525963 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21258] ppid=21253 vsize=1801040 CPUtime=26.47
/proc/21255/task/21258/stat : 21258 (java) S 21253 21255 20933 0 -1 64 52318 0 0 0 2623 24 0 0 16 0 13 0 139493968 1844264960 129302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21259] ppid=21253 vsize=1801040 CPUtime=26.5
/proc/21255/task/21259/stat : 21259 (java) S 21253 21255 20933 0 -1 64 45905 0 0 0 2628 22 0 0 17 0 13 0 139493968 1844264960 129302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21260] ppid=21253 vsize=1801040 CPUtime=0.21
/proc/21255/task/21260/stat : 21260 (java) S 21253 21255 20933 0 -1 64 96 0 0 0 12 9 0 0 16 0 13 0 139493970 1844264960 129302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21261] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21261/stat : 21261 (java) S 21253 21255 20933 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139493970 1844264960 129302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21262] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21262/stat : 21262 (java) S 21253 21255 20933 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139493970 1844264960 129302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21263] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21263/stat : 21263 (java) S 21253 21255 20933 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139493974 1844264960 129302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21264] ppid=21253 vsize=1801040 CPUtime=1.34
/proc/21255/task/21264/stat : 21264 (java) S 21253 21255 20933 0 -1 64 7110 0 0 0 131 3 0 0 17 0 13 0 139493974 1844264960 129302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21265] ppid=21253 vsize=1801040 CPUtime=1.49
/proc/21255/task/21265/stat : 21265 (java) S 21253 21255 20933 0 -1 64 6661 0 0 0 147 2 0 0 16 0 13 0 139493974 1844264960 129302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21266] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21266/stat : 21266 (java) S 21253 21255 20933 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 139493974 1844264960 129302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21255/tid=21267] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21267/stat : 21267 (java) S 21253 21255 20933 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 139493974 1844264960 129302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21255/tid=21268] ppid=21253 vsize=1801040 CPUtime=0
/proc/21255/task/21268/stat : 21268 (java) S 21253 21255 20933 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 139493999 1844264960 129302 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) 1801040

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

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

[startup+1772.41 s]
/proc/loadavg: 1.02 1.03 1.00 2/90 21268
/proc/meminfo: memFree=783456/2055920 swapFree=4157140/4192956
[pid=21255] ppid=21253 vsize=0 CPUtime=1800.2
/proc/21255/stat : 21255 (java) Z 21253 21255 20933 0 -1 1036 174452 0 1 0 179903 117 0 0 16 0 2 0 139493965 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21255/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1772.42
CPU time (s): 1800.21
CPU user time (s): 1799.03
CPU system time (s): 1.17182
CPU usage (%): 101.568
Max. virtual memory (cumulated for all children) (KiB): 1805580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.17182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174452
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= 42201
involuntary context switches= 63091

runsolver used 1.74073 second user time and 4.78827 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Wed Apr 18 17:03:03 UTC 2007

IDJOB= 358482
IDBENCH= 1217
IDSOLVER= 164
FILE ID= node30/358482-1176915783

PBS_JOBID= 4595263

Free space on /tmp= 66393 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110974180.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358482-1176915783/sat4jPseudoCPClause.jar /tmp/evaluation/358482-1176915783/instance-358482-1176915783.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-358482-1176915783 -o ROOT/results/node30/solver-358482-1176915783 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358482-1176915783/sat4jPseudoCPClause.jar /tmp/evaluation/358482-1176915783/instance-358482-1176915783.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0767c1a06efa13af223b4b90ef1e7572

RANDOM SEED= 622004528

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.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.218
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.218
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:       1297696 kB
Buffers:         32384 kB
Cached:         657596 kB
SwapCached:      15112 kB
Active:         140920 kB
Inactive:       572196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1297696 kB
SwapTotal:     4192956 kB
SwapFree:      4157140 kB
Dirty:            3616 kB
Writeback:           0 kB
Mapped:          30276 kB
Slab:            30612 kB
Committed_AS:  2826780 kB
PageTables:       1776 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= 66393 MiB

End job on node30 on Wed Apr 18 17:32:37 UTC 2007