Trace number 420829

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
sat4jPseudoCP 2007-03-23? (TO) 1800.09 1786.77

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/crafted/Difficult/contest05/
QG/QG6-gensys-icl004.sat05-2716.reshuffled-07.opb
MD5SUM5730303905c08084da2af182924e1d59
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark298.384
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1605
Total number of constraints8025
Number of constraints which are clauses8025
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
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 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 28
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.10/0.39	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.39	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.39	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16/0.40	c no version file found!!!
0.16/0.40	c sun.arch.data.model	32
0.16/0.40	c java.version	1.6.0
0.16/0.40	c os.name	Linux
0.16/0.40	c os.version	2.6.9-22.EL.rootsmp
0.16/0.40	c os.arch	i386
0.16/0.40	c Free memory 1651659224
0.16/0.40	c Max memory 1654456320
0.16/0.40	c Total memory 1654456320
0.16/0.40	c Number of processors 2
0.16/0.46	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.16/0.46	--- Begin Solver configuration ---
0.16/0.46	c Stops conflict analysis at the first Unique Implication Point
0.16/0.46	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.16/0.46	c Learn all clauses as in MiniSAT
0.16/0.46	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.16/0.46	c VSIDS like heuristics from MiniSAT using a heap
0.16/0.46	c No reason simplification
0.16/0.46	c --- End Solver configuration ---
0.16/0.46	c solving /tmp/evaluation/420829-1177432501/instance-420829-1177432501.opb
0.16/0.46	c reading problem ... 
1.87/1.69	c ... done. Wall clock time 1.233s.
1.87/1.69	c CPU time (experimental) 1.0s.
1.87/1.69	c #vars     1605
1.87/1.69	c #constraints  7854
1800.01/1786.71	c starts		: 2
1800.01/1786.71	c conflicts		: 432336
1800.01/1786.71	c decisions		: 977169
1800.01/1786.71	c propagations		: 11183950
1800.01/1786.71	c inspects		: 3328071517
1800.01/1786.71	c learnt literals	: 0
1800.01/1786.71	c learnt binary clauses	: 0
1800.01/1786.71	c learnt ternary clauses	: 1
1800.01/1786.71	c learnt clauses	: 432336
1800.01/1786.71	c root simplifications	: 0
1800.01/1786.71	c removed literals (reason simplification)	: 0
1800.01/1786.71	c reason swapping (by a shorter reason)	: 0
1800.01/1786.71	c Calls to reduceDB	: 0
1800.01/1786.71	c speed (decisions/second)	: 547.4299332441462
1800.01/1786.71	c non guided choices	90209
1800.01/1786.71	s UNKNOWN
1800.01/1786.71	c Total wall clock time (ms): 1786.251

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node7/watcher-420829-1177432501 -o ROOT/results/node7/solver-420829-1177432501 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420829-1177432501/sat4jPseudoCP.jar /tmp/evaluation/420829-1177432501/instance-420829-1177432501.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 12401
/proc/meminfo: memFree=1900208/2055920 swapFree=4156304/4192956
[pid=12401] ppid=12399 vsize=18528 CPUtime=0
/proc/12401/stat : 12401 (runsolver) R 12399 12401 11656 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 219287788 18972672 284 18446744073709551615 4194304 4255128 548682068880 18446744073709551615 244671114535 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/12401/statm: 4632 284 249 14 0 2626 0

[startup+0.0245549 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12401
/proc/meminfo: memFree=1900208/2055920 swapFree=4156304/4192956
[pid=12401] ppid=12399 vsize=308 CPUtime=0
/proc/12401/stat : 12401 (java) D 12399 12401 11656 0 -1 0 56 0 0 0 0 0 0 0 18 0 1 0 219287788 315392 41 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 10417060 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/12401/statm: 77 41 31 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 308

[startup+0.101567 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12401
/proc/meminfo: memFree=1900208/2055920 swapFree=4156304/4192956
[pid=12401] ppid=12399 vsize=12380 CPUtime=0.02
/proc/12401/stat : 12401 (java) S 12399 12401 11656 0 -1 0 707 0 27 0 0 2 0 0 18 0 2 0 219287788 12677120 530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/12401/statm: 3095 530 225 9 0 1229 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12380

[startup+0.301588 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12401
/proc/meminfo: memFree=1900208/2055920 swapFree=4156304/4192956
[pid=12401] ppid=12399 vsize=1778140 CPUtime=0.1
/proc/12401/stat : 12401 (java) S 12399 12401 11656 0 -1 0 3783 0 37 0 5 5 0 0 18 0 7 0 219287788 1820815360 3563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/12401/statm: 444535 3563 1090 9 0 442171 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1778140

[startup+0.701632 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12401
/proc/meminfo: memFree=1900208/2055920 swapFree=4156304/4192956
[pid=12401] ppid=12399 vsize=1782588 CPUtime=0.57
/proc/12401/stat : 12401 (java) S 12399 12401 11656 0 -1 0 5772 0 37 0 50 7 0 0 18 0 12 0 219287788 1825370112 5411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12401/statm: 445647 5411 1284 9 0 443259 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 1782588

[startup+1.50272 s]
/proc/loadavg: 1.08 1.02 1.01 4/89 12413
/proc/meminfo: memFree=1868112/2055920 swapFree=4156304/4192956
[pid=12401] ppid=12399 vsize=1787804 CPUtime=1.76
/proc/12401/stat : 12401 (java) S 12399 12401 11656 0 -1 0 15744 0 37 0 164 12 0 0 18 0 12 0 219287788 1830711296 13188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12401/statm: 446951 13188 1303 9 0 444563 0
[pid=12401/tid=12403] ppid=12399 vsize=1787804 CPUtime=0.82
/proc/12401/task/12403/stat : 12403 (java) R 12399 12401 11656 0 -1 64 10874 0 10 0 74 8 0 0 24 0 12 0 219287797 1830711296 13188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109563423 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12404] ppid=12399 vsize=1787804 CPUtime=0
/proc/12401/task/12404/stat : 12404 (java) S 12399 12401 11656 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 219287806 1830711296 13188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12405] ppid=12399 vsize=1787804 CPUtime=0
/proc/12401/task/12405/stat : 12405 (java) S 12399 12401 11656 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 219287806 1830711296 13188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12406] ppid=12399 vsize=1787804 CPUtime=0
/proc/12401/task/12406/stat : 12406 (java) S 12399 12401 11656 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 219287810 1830711296 13188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12407] ppid=12399 vsize=1787804 CPUtime=0
/proc/12401/task/12407/stat : 12407 (java) S 12399 12401 11656 0 -1 64 12 0 0 0 0 0 0 0 20 0 12 0 219287811 1830711296 13188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12408] ppid=12399 vsize=1787804 CPUtime=0
/proc/12401/task/12408/stat : 12408 (java) S 12399 12401 11656 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 219287811 1830711296 13188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12409] ppid=12399 vsize=1787804 CPUtime=0
/proc/12401/task/12409/stat : 12409 (java) S 12399 12401 11656 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 219287819 1830711296 13188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12410] ppid=12399 vsize=1787804 CPUtime=0.47
/proc/12401/task/12410/stat : 12410 (java) S 12399 12401 11656 0 -1 64 2087 0 0 0 47 0 0 0 16 0 12 0 219287819 1830711296 13188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12411] ppid=12399 vsize=1787804 CPUtime=0.43
/proc/12401/task/12411/stat : 12411 (java) S 12399 12401 11656 0 -1 64 2092 0 0 0 43 0 0 0 16 0 12 0 219287819 1830711296 13188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12412] ppid=12399 vsize=1787804 CPUtime=0
/proc/12401/task/12412/stat : 12412 (java) S 12399 12401 11656 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 219287819 1830711296 13188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12413] ppid=12399 vsize=1787804 CPUtime=0
/proc/12401/task/12413/stat : 12413 (java) S 12399 12401 11656 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 219287819 1830711296 13188 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 1787804

[startup+3.10288 s]
/proc/loadavg: 1.08 1.02 1.01 3/90 12414
/proc/meminfo: memFree=1820808/2055920 swapFree=4156304/4192956
[pid=12401] ppid=12399 vsize=1788128 CPUtime=4.07
/proc/12401/stat : 12401 (java) S 12399 12401 11656 0 -1 0 42937 0 37 0 383 24 0 0 18 0 13 0 219287788 1831043072 39747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12401/statm: 447032 39749 1317 9 0 444644 0
[pid=12401/tid=12403] ppid=12399 vsize=1788128 CPUtime=2.07
/proc/12401/task/12403/stat : 12403 (java) R 12399 12401 11656 0 -1 64 37347 0 10 0 187 20 0 0 20 0 13 0 219287797 1831043072 39751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109705380 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12404] ppid=12399 vsize=1788128 CPUtime=0
/proc/12401/task/12404/stat : 12404 (java) S 12399 12401 11656 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 219287806 1831043072 39752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12405] ppid=12399 vsize=1788128 CPUtime=0
/proc/12401/task/12405/stat : 12405 (java) S 12399 12401 11656 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 219287806 1831043072 39755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12406] ppid=12399 vsize=1788128 CPUtime=0
/proc/12401/task/12406/stat : 12406 (java) S 12399 12401 11656 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 219287810 1831043072 39756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12407] ppid=12399 vsize=1788128 CPUtime=0
/proc/12401/task/12407/stat : 12407 (java) S 12399 12401 11656 0 -1 64 12 0 0 0 0 0 0 0 20 0 13 0 219287811 1831043072 39757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12408] ppid=12399 vsize=1788128 CPUtime=0
/proc/12401/task/12408/stat : 12408 (java) S 12399 12401 11656 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 219287811 1831043072 39757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12409] ppid=12399 vsize=1788128 CPUtime=0
/proc/12401/task/12409/stat : 12409 (java) S 12399 12401 11656 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 219287819 1831043072 39757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12410] ppid=12399 vsize=1788128 CPUtime=1.03
/proc/12401/task/12410/stat : 12410 (java) S 12399 12401 11656 0 -1 64 2273 0 0 0 103 0 0 0 16 0 13 0 219287819 1831043072 39758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12411] ppid=12399 vsize=1788128 CPUtime=0.93
/proc/12401/task/12411/stat : 12411 (java) S 12399 12401 11656 0 -1 64 2625 0 0 0 92 1 0 0 15 0 13 0 219287819 1831043072 39760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12412] ppid=12399 vsize=1788128 CPUtime=0
/proc/12401/task/12412/stat : 12412 (java) S 12399 12401 11656 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 219287819 1831043072 39762 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12413] ppid=12399 vsize=1788128 CPUtime=0
/proc/12401/task/12413/stat : 12413 (java) S 12399 12401 11656 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 219287819 1831043072 39763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12414] ppid=12399 vsize=1788128 CPUtime=0
/proc/12401/task/12414/stat : 12414 (java) S 12399 12401 11656 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 219287959 1831043072 39765 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 1788128

[startup+6.30221 s]
/proc/loadavg: 1.08 1.02 1.01 2/90 12414
/proc/meminfo: memFree=1730056/2055920 swapFree=4156304/4192956
[pid=12401] ppid=12399 vsize=1787936 CPUtime=7.31
/proc/12401/stat : 12401 (java) S 12399 12401 11656 0 -1 0 44749 0 37 0 706 25 0 0 18 0 13 0 219287788 1830846464 41497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12401/statm: 446984 41497 1332 9 0 444596 0
[pid=12401/tid=12403] ppid=12399 vsize=1787936 CPUtime=5.22
/proc/12401/task/12403/stat : 12403 (java) R 12399 12401 11656 0 -1 64 37696 0 10 0 502 20 0 0 25 0 13 0 219287797 1830846464 41497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109733438 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12404] ppid=12399 vsize=1787936 CPUtime=0.03
/proc/12401/task/12404/stat : 12404 (java) S 12399 12401 11656 0 -1 64 731 0 0 0 3 0 0 0 16 0 13 0 219287806 1830846464 41497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12405] ppid=12399 vsize=1787936 CPUtime=0.03
/proc/12401/task/12405/stat : 12405 (java) S 12399 12401 11656 0 -1 64 707 0 0 0 3 0 0 0 16 0 13 0 219287806 1830846464 41497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12406] ppid=12399 vsize=1787936 CPUtime=0
/proc/12401/task/12406/stat : 12406 (java) S 12399 12401 11656 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 219287810 1830846464 41497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12407] ppid=12399 vsize=1787936 CPUtime=0
/proc/12401/task/12407/stat : 12407 (java) S 12399 12401 11656 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 219287811 1830846464 41497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12408] ppid=12399 vsize=1787936 CPUtime=0
/proc/12401/task/12408/stat : 12408 (java) S 12399 12401 11656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 219287811 1830846464 41497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12409] ppid=12399 vsize=1787936 CPUtime=0
/proc/12401/task/12409/stat : 12409 (java) S 12399 12401 11656 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 219287819 1830846464 41497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12410] ppid=12399 vsize=1787936 CPUtime=1.03
/proc/12401/task/12410/stat : 12410 (java) S 12399 12401 11656 0 -1 64 2273 0 0 0 103 0 0 0 16 0 13 0 219287819 1830846464 41497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12411] ppid=12399 vsize=1787936 CPUtime=0.94
/proc/12401/task/12411/stat : 12411 (java) S 12399 12401 11656 0 -1 64 2631 0 0 0 93 1 0 0 16 0 13 0 219287819 1830846464 41497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12412] ppid=12399 vsize=1787936 CPUtime=0
/proc/12401/task/12412/stat : 12412 (java) S 12399 12401 11656 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 219287819 1830846464 41497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12413] ppid=12399 vsize=1787936 CPUtime=0
/proc/12401/task/12413/stat : 12413 (java) S 12399 12401 11656 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 219287819 1830846464 41497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12414] ppid=12399 vsize=1787936 CPUtime=0
/proc/12401/task/12414/stat : 12414 (java) S 12399 12401 11656 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 219287959 1830846464 41497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 1787936

[startup+12.7029 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 12414
/proc/meminfo: memFree=1692104/2055920 swapFree=4156304/4192956
[pid=12401] ppid=12399 vsize=1787744 CPUtime=13.8
/proc/12401/stat : 12401 (java) S 12399 12401 11656 0 -1 0 55377 0 37 0 1350 30 0 0 18 0 13 0 219287788 1830649856 50779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12401/statm: 446936 50779 1333 9 0 444548 0
[pid=12401/tid=12403] ppid=12399 vsize=1787744 CPUtime=11.55
/proc/12401/task/12403/stat : 12403 (java) R 12399 12401 11656 0 -1 64 44567 0 10 0 1132 23 0 0 25 0 13 0 219287797 1830649856 50779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109705337 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12404] ppid=12399 vsize=1787744 CPUtime=0.09
/proc/12401/task/12404/stat : 12404 (java) S 12399 12401 11656 0 -1 64 2745 0 0 0 8 1 0 0 16 0 13 0 219287806 1830649856 50779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12405] ppid=12399 vsize=1787744 CPUtime=0.09
/proc/12401/task/12405/stat : 12405 (java) S 12399 12401 11656 0 -1 64 2433 0 0 0 8 1 0 0 16 0 13 0 219287806 1830649856 50779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12406] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12406/stat : 12406 (java) S 12399 12401 11656 0 -1 64 32 0 0 0 0 0 0 0 17 0 13 0 219287810 1830649856 50779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12407] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12407/stat : 12407 (java) S 12399 12401 11656 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 219287811 1830649856 50779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12408] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12408/stat : 12408 (java) S 12399 12401 11656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 219287811 1830649856 50779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12409] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12409/stat : 12409 (java) S 12399 12401 11656 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 219287819 1830649856 50779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12410] ppid=12399 vsize=1787744 CPUtime=1.04
/proc/12401/task/12410/stat : 12410 (java) S 12399 12401 11656 0 -1 64 2274 0 0 0 104 0 0 0 16 0 13 0 219287819 1830649856 50779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12411] ppid=12399 vsize=1787744 CPUtime=0.96
/proc/12401/task/12411/stat : 12411 (java) S 12399 12401 11656 0 -1 64 2631 0 0 0 95 1 0 0 17 0 13 0 219287819 1830649856 50779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12412] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12412/stat : 12412 (java) S 12399 12401 11656 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 219287819 1830649856 50779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12413] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12413/stat : 12413 (java) S 12399 12401 11656 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 219287819 1830649856 50779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12414] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12414/stat : 12414 (java) S 12399 12401 11656 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 219287959 1830649856 50779 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.8
Current children cumulated vsize (KiB) 1787744

[startup+25.5012 s]
/proc/loadavg: 1.06 1.01 1.00 2/90 12414
/proc/meminfo: memFree=1713800/2055920 swapFree=4156304/4192956
[pid=12401] ppid=12399 vsize=1787744 CPUtime=26.63
/proc/12401/stat : 12401 (java) S 12399 12401 11656 0 -1 0 56464 0 37 0 2632 31 0 0 18 0 13 0 219287788 1830649856 45352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12401/statm: 446936 45352 1333 9 0 444548 0
[pid=12401/tid=12403] ppid=12399 vsize=1787744 CPUtime=24.3
/proc/12401/task/12403/stat : 12403 (java) R 12399 12401 11656 0 -1 64 44581 0 10 0 2407 23 0 0 25 0 13 0 219287797 1830649856 45352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109746056 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12404] ppid=12399 vsize=1787744 CPUtime=0.13
/proc/12401/task/12404/stat : 12404 (java) S 12399 12401 11656 0 -1 64 3261 0 0 0 12 1 0 0 16 0 13 0 219287806 1830649856 45352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12405] ppid=12399 vsize=1787744 CPUtime=0.13
/proc/12401/task/12405/stat : 12405 (java) S 12399 12401 11656 0 -1 64 2990 0 0 0 12 1 0 0 16 0 13 0 219287806 1830649856 45352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12406] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12406/stat : 12406 (java) S 12399 12401 11656 0 -1 64 32 0 0 0 0 0 0 0 17 0 13 0 219287810 1830649856 45352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=12401] ppid=12399 vsize=1787744 CPUtime=1674.74
/proc/12401/stat : 12401 (java) S 12399 12401 11656 0 -1 0 118073 0 37 0 167347 127 0 0 18 0 13 0 219287788 1830649856 70891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12401/statm: 446936 70891 1333 9 0 444548 0
[pid=12401/tid=12403] ppid=12399 vsize=1787744 CPUtime=1646.07
/proc/12401/task/12403/stat : 12403 (java) R 12399 12401 11656 0 -1 64 59286 0 10 0 164566 41 0 0 21 0 13 0 219287797 1830649856 70891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109726837 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12404] ppid=12399 vsize=1787744 CPUtime=13.13
/proc/12401/task/12404/stat : 12404 (java) S 12399 12401 11656 0 -1 64 23967 0 0 0 1285 28 0 0 16 0 13 0 219287806 1830649856 70891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12405] ppid=12399 vsize=1787744 CPUtime=13.06
/proc/12401/task/12405/stat : 12405 (java) S 12399 12401 11656 0 -1 64 29120 0 0 0 1270 36 0 0 16 0 13 0 219287806 1830649856 70891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12406] ppid=12399 vsize=1787744 CPUtime=0.38
/proc/12401/task/12406/stat : 12406 (java) S 12399 12401 11656 0 -1 64 100 0 0 0 23 15 0 0 15 0 13 0 219287810 1830649856 70891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12407] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12407/stat : 12407 (java) S 12399 12401 11656 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 219287811 1830649856 70891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12408] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12408/stat : 12408 (java) S 12399 12401 11656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 219287811 1830649856 70891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12409] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12409/stat : 12409 (java) S 12399 12401 11656 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 219287819 1830649856 70891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12410] ppid=12399 vsize=1787744 CPUtime=1.04
/proc/12401/task/12410/stat : 12410 (java) S 12399 12401 11656 0 -1 64 2274 0 0 0 104 0 0 0 16 0 13 0 219287819 1830649856 70891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12411] ppid=12399 vsize=1787744 CPUtime=0.97
/proc/12401/task/12411/stat : 12411 (java) S 12399 12401 11656 0 -1 64 2631 0 0 0 96 1 0 0 16 0 13 0 219287819 1830649856 70891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12412] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12412/stat : 12412 (java) S 12399 12401 11656 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 219287819 1830649856 70891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12413] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12413/stat : 12413 (java) S 12399 12401 11656 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 219287819 1830649856 70891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12414] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12414/stat : 12414 (java) S 12399 12401 11656 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 219287959 1830649856 70891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1674.74
Current children cumulated vsize (KiB) 1787744

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12612
/proc/meminfo: memFree=1607432/2055920 swapFree=4156304/4192956
[pid=12401] ppid=12399 vsize=1787744 CPUtime=1735.15
/proc/12401/stat : 12401 (java) S 12399 12401 11656 0 -1 0 119062 0 37 0 173386 129 0 0 18 0 13 0 219287788 1830649856 71561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12401/statm: 446936 71561 1333 9 0 444548 0
[pid=12401/tid=12403] ppid=12399 vsize=1787744 CPUtime=1705.52
/proc/12401/task/12403/stat : 12403 (java) R 12399 12401 11656 0 -1 64 59312 0 10 0 170511 41 0 0 25 0 13 0 219287797 1830649856 71561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109726442 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12404] ppid=12399 vsize=1787744 CPUtime=13.62
/proc/12401/task/12404/stat : 12404 (java) S 12399 12401 11656 0 -1 64 23968 0 0 0 1334 28 0 0 16 0 13 0 219287806 1830649856 71561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12405] ppid=12399 vsize=1787744 CPUtime=13.52
/proc/12401/task/12405/stat : 12405 (java) S 12399 12401 11656 0 -1 64 30082 0 0 0 1315 37 0 0 16 0 13 0 219287806 1830649856 71561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12406] ppid=12399 vsize=1787744 CPUtime=0.39
/proc/12401/task/12406/stat : 12406 (java) S 12399 12401 11656 0 -1 64 100 0 0 0 23 16 0 0 16 0 13 0 219287810 1830649856 71561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12407] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12407/stat : 12407 (java) S 12399 12401 11656 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 219287811 1830649856 71561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12408] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12408/stat : 12408 (java) S 12399 12401 11656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 219287811 1830649856 71561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12409] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12409/stat : 12409 (java) S 12399 12401 11656 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 219287819 1830649856 71561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12410] ppid=12399 vsize=1787744 CPUtime=1.04
/proc/12401/task/12410/stat : 12410 (java) S 12399 12401 11656 0 -1 64 2274 0 0 0 104 0 0 0 16 0 13 0 219287819 1830649856 71561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12411] ppid=12399 vsize=1787744 CPUtime=0.97
/proc/12401/task/12411/stat : 12411 (java) S 12399 12401 11656 0 -1 64 2631 0 0 0 96 1 0 0 16 0 13 0 219287819 1830649856 71561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12412] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12412/stat : 12412 (java) S 12399 12401 11656 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 219287819 1830649856 71561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12413] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12413/stat : 12413 (java) S 12399 12401 11656 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 219287819 1830649856 71561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12414] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12414/stat : 12414 (java) S 12399 12401 11656 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 219287959 1830649856 71561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1735.15
Current children cumulated vsize (KiB) 1787744

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12612
/proc/meminfo: memFree=1603528/2055920 swapFree=4156304/4192956
[pid=12401] ppid=12399 vsize=1787744 CPUtime=1795.56
/proc/12401/stat : 12401 (java) S 12399 12401 11656 0 -1 0 120406 0 37 0 179425 131 0 0 18 0 13 0 219287788 1830649856 72537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12401/statm: 446936 72537 1333 9 0 444548 0
[pid=12401/tid=12403] ppid=12399 vsize=1787744 CPUtime=1764.96
/proc/12401/task/12403/stat : 12403 (java) R 12399 12401 11656 0 -1 64 59337 0 10 0 176454 42 0 0 25 0 13 0 219287797 1830649856 72537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109726798 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12404] ppid=12399 vsize=1787744 CPUtime=14.1
/proc/12401/task/12404/stat : 12404 (java) S 12399 12401 11656 0 -1 64 24752 0 0 0 1381 29 0 0 16 0 13 0 219287806 1830649856 72537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12405] ppid=12399 vsize=1787744 CPUtime=14.01
/proc/12401/task/12405/stat : 12405 (java) S 12399 12401 11656 0 -1 64 30616 0 0 0 1363 38 0 0 17 0 13 0 219287806 1830649856 72537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12406] ppid=12399 vsize=1787744 CPUtime=0.39
/proc/12401/task/12406/stat : 12406 (java) S 12399 12401 11656 0 -1 64 101 0 0 0 23 16 0 0 16 0 13 0 219287810 1830649856 72537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12407] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12407/stat : 12407 (java) S 12399 12401 11656 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 219287811 1830649856 72537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12408] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12408/stat : 12408 (java) S 12399 12401 11656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 219287811 1830649856 72537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12409] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12409/stat : 12409 (java) S 12399 12401 11656 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 219287819 1830649856 72537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12410] ppid=12399 vsize=1787744 CPUtime=1.04
/proc/12401/task/12410/stat : 12410 (java) S 12399 12401 11656 0 -1 64 2274 0 0 0 104 0 0 0 16 0 13 0 219287819 1830649856 72537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12411] ppid=12399 vsize=1787744 CPUtime=0.97
/proc/12401/task/12411/stat : 12411 (java) S 12399 12401 11656 0 -1 64 2631 0 0 0 96 1 0 0 16 0 13 0 219287819 1830649856 72537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12412] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12412/stat : 12412 (java) S 12399 12401 11656 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 219287819 1830649856 72537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12413] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12413/stat : 12413 (java) S 12399 12401 11656 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 219287819 1830649856 72537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12414] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12414/stat : 12414 (java) S 12399 12401 11656 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 219287959 1830649856 72537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1795.56
Current children cumulated vsize (KiB) 1787744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12612
/proc/meminfo: memFree=1603336/2055920 swapFree=4156304/4192956
[pid=12401] ppid=12399 vsize=1787744 CPUtime=1800.01
/proc/12401/stat : 12401 (java) S 12399 12401 11656 0 -1 0 120501 0 37 0 179869 132 0 0 18 0 13 0 219287788 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12401/statm: 446936 72602 1333 9 0 444548 0
[pid=12401/tid=12403] ppid=12399 vsize=1787744 CPUtime=1769.32
/proc/12401/task/12403/stat : 12403 (java) R 12399 12401 11656 0 -1 64 59339 0 10 0 176890 42 0 0 24 0 13 0 219287797 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109705579 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12404] ppid=12399 vsize=1787744 CPUtime=14.15
/proc/12401/task/12404/stat : 12404 (java) S 12399 12401 11656 0 -1 64 24845 0 0 0 1385 30 0 0 16 0 13 0 219287806 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12405] ppid=12399 vsize=1787744 CPUtime=14.05
/proc/12401/task/12405/stat : 12405 (java) S 12399 12401 11656 0 -1 64 30616 0 0 0 1367 38 0 0 16 0 13 0 219287806 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12406] ppid=12399 vsize=1787744 CPUtime=0.39
/proc/12401/task/12406/stat : 12406 (java) S 12399 12401 11656 0 -1 64 101 0 0 0 23 16 0 0 16 0 13 0 219287810 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12407] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12407/stat : 12407 (java) S 12399 12401 11656 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 219287811 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12408] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12408/stat : 12408 (java) S 12399 12401 11656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 219287811 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12409] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12409/stat : 12409 (java) S 12399 12401 11656 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 219287819 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12410] ppid=12399 vsize=1787744 CPUtime=1.04
/proc/12401/task/12410/stat : 12410 (java) S 12399 12401 11656 0 -1 64 2274 0 0 0 104 0 0 0 16 0 13 0 219287819 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12411] ppid=12399 vsize=1787744 CPUtime=0.97
/proc/12401/task/12411/stat : 12411 (java) S 12399 12401 11656 0 -1 64 2631 0 0 0 96 1 0 0 16 0 13 0 219287819 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12412] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12412/stat : 12412 (java) S 12399 12401 11656 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 219287819 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12413] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12413/stat : 12413 (java) S 12399 12401 11656 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 219287819 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12414] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12414/stat : 12414 (java) S 12399 12401 11656 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 219287959 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1787744

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

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

[startup+1786.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12612
/proc/meminfo: memFree=1603336/2055920 swapFree=4156304/4192956
[pid=12401] ppid=12399 vsize=1787744 CPUtime=1800.01
/proc/12401/stat : 12401 (java) S 12399 12401 11656 0 -1 0 120501 0 37 0 179869 132 0 0 18 0 13 0 219287788 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12401/statm: 446936 72602 1333 9 0 444548 0
[pid=12401/tid=12403] ppid=12399 vsize=1787744 CPUtime=1769.32
/proc/12401/task/12403/stat : 12403 (java) R 12399 12401 11656 0 -1 64 59339 0 10 0 176890 42 0 0 24 0 13 0 219287797 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109705579 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12404] ppid=12399 vsize=1787744 CPUtime=14.15
/proc/12401/task/12404/stat : 12404 (java) S 12399 12401 11656 0 -1 64 24845 0 0 0 1385 30 0 0 16 0 13 0 219287806 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12405] ppid=12399 vsize=1787744 CPUtime=14.05
/proc/12401/task/12405/stat : 12405 (java) S 12399 12401 11656 0 -1 64 30616 0 0 0 1367 38 0 0 16 0 13 0 219287806 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12406] ppid=12399 vsize=1787744 CPUtime=0.39
/proc/12401/task/12406/stat : 12406 (java) S 12399 12401 11656 0 -1 64 101 0 0 0 23 16 0 0 16 0 13 0 219287810 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12407] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12407/stat : 12407 (java) S 12399 12401 11656 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 219287811 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12408] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12408/stat : 12408 (java) S 12399 12401 11656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 219287811 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12409] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12409/stat : 12409 (java) S 12399 12401 11656 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 219287819 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12410] ppid=12399 vsize=1787744 CPUtime=1.04
/proc/12401/task/12410/stat : 12410 (java) S 12399 12401 11656 0 -1 64 2274 0 0 0 104 0 0 0 16 0 13 0 219287819 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12411] ppid=12399 vsize=1787744 CPUtime=0.97
/proc/12401/task/12411/stat : 12411 (java) S 12399 12401 11656 0 -1 64 2631 0 0 0 96 1 0 0 16 0 13 0 219287819 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12412] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12412/stat : 12412 (java) S 12399 12401 11656 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 219287819 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12401/tid=12413] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12413/stat : 12413 (java) S 12399 12401 11656 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 219287819 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12401/tid=12414] ppid=12399 vsize=1787744 CPUtime=0
/proc/12401/task/12414/stat : 12414 (java) S 12399 12401 11656 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 219287959 1830649856 72602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1787744

Child status: 143
Real time (s): 1786.77
CPU time (s): 1800.09
CPU user time (s): 1798.72
CPU system time (s): 1.36679
CPU usage (%): 100.745
Max. virtual memory (cumulated for all children) (KiB): 1789060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.72
system time used= 1.36679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120522
page faults= 37
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52692
involuntary context switches= 60813

runsolver used 1.72774 second user time and 4.93725 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Tue Apr 24 16:35:02 UTC 2007

IDJOB= 420829
IDBENCH= 47873
IDSOLVER= 160
FILE ID= node7/420829-1177432501

PBS_JOBID= 4675740

Free space on /tmp= 66409 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl004.sat05-2716.reshuffled-07.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420829-1177432501/sat4jPseudoCP.jar /tmp/evaluation/420829-1177432501/instance-420829-1177432501.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-420829-1177432501 -o ROOT/results/node7/solver-420829-1177432501 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420829-1177432501/sat4jPseudoCP.jar /tmp/evaluation/420829-1177432501/instance-420829-1177432501.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  5730303905c08084da2af182924e1d59

RANDOM SEED= 924538821

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.231
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.231
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:       1900680 kB
Buffers:         24984 kB
Cached:          67924 kB
SwapCached:      16708 kB
Active:          65100 kB
Inactive:        52116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1900680 kB
SwapTotal:     4192956 kB
SwapFree:      4156304 kB
Dirty:            4220 kB
Writeback:           0 kB
Mapped:          29908 kB
Slab:            23488 kB
Committed_AS:  8872628 kB
PageTables:       1860 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= 66409 MiB

End job on node7 on Tue Apr 24 17:04:50 UTC 2007