Trace number 1719737

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT4J CORE 2.1 RC1? (TO) 1200.23 1199.84

General information on the benchmark

Namesimon-s03-w08-15.cnf
MD5SUM169fbc07424949a1f20859053fcfe192
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.0002
Satisfiable
(Un)Satisfiability was proved
Number of variables132555
Number of clauses469519
Sum of the clauses size1146761
Maximum clause length15
Minimum clause length1
Number of clauses of size 137
Number of clauses of size 2379993
Number of clauses of size 342167
Number of clauses of size 418997
Number of clauses of size 511195
Number of clauses of size over 517130

Solver Data

0.11/0.37	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/0.37	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.37	c See www.sat4j.org for details.
0.17/0.41	c version 2.1.0.v20090228
0.17/0.41	c sun.arch.data.model	32
0.17/0.41	c java.version	1.6.0_12
0.17/0.41	c os.name	Linux
0.17/0.41	c os.version	2.6.9-22.EL.rootsmp
0.17/0.41	c os.arch	i386
0.17/0.41	c Free memory 1651659224
0.17/0.42	c Max memory 1654456320
0.17/0.42	c Total memory 1654456320
0.17/0.42	c Number of processors 2
0.17/0.46	c c --- Begin Solver configuration ---
0.17/0.46	c Stops conflict analysis at the first Unique Implication Point
0.17/0.46	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.17/0.46	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.17/0.46	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.17/0.46	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.17/0.46	c Expensive reason simplification
0.17/0.46	c Armin Biere (Picosat) restarts strategy
0.17/0.46	c timeout=2147483647s
0.17/0.46	c DB Simplification allowed=true
0.17/0.46	c --- End Solver configuration ---
0.17/0.46	c solving HOME/instance-1719737-1240648993.cnf
0.17/0.46	c reading problem ... 
2.00/2.11	c ... done. Wall clock time 1.648s.
2.00/2.11	c #vars     132555
2.00/2.11	c #constraints  469513
2.00/2.11	c constraints type 
2.00/2.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 89489
2.00/2.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 379977
1200.02/1199.71	c starts		: 349
1200.02/1199.71	c conflicts		: 91934
1200.02/1199.71	c decisions		: 223604
1200.02/1199.71	c propagations		: 507237801
1200.02/1199.71	c inspects		: 1438585023
1200.02/1199.71	c learnt literals	: 302
1200.02/1199.71	c learnt binary clauses	: 2829
1200.02/1199.71	c learnt ternary clauses	: 3207
1200.02/1199.71	c learnt clauses	: 91631
1200.02/1199.71	c ignored clauses	: 0
1200.02/1199.71	c root simplifications	: 651
1200.02/1199.71	c removed literals (reason simplification)	: 7657402
1200.02/1199.71	c reason swapping (by a shorter reason)	: 0
1200.02/1199.71	c Calls to reduceDB	: 0
1200.02/1199.71	c speed (assignments/second)	: 423545.2580160321
1200.02/1199.71	c non guided choices	851
1200.02/1199.78	c learnt constraints type 
1200.02/1199.78	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2421
1200.02/1199.78	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87040
1200.02/1199.78	s UNKNOWN
1200.02/1199.78	c Total wall clock time (in seconds) : 1199.251

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1719737-1240648993/watcher-1719737-1240648993 -o /tmp/evaluation-result-1719737-1240648993/solver-1719737-1240648993 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1719737-1240648993.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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: 2.00 1.97 1.70 3/65 20965
/proc/meminfo: memFree=1743400/2055920 swapFree=4179360/4192956
[pid=20965] ppid=20963 vsize=152 CPUtime=0
/proc/20965/stat : 20965 (java6) D 20963 20965 20778 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 92932575 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 9274148 0 2147483391 4096 0 18446744072099937270 0 0 17 1 0 0
/proc/20965/statm: 38 26 19 9 0 4 0

[startup+0.0934911 s]
/proc/loadavg: 2.00 1.97 1.70 3/65 20965
/proc/meminfo: memFree=1743400/2055920 swapFree=4179360/4192956
[pid=20965] ppid=20963 vsize=12928 CPUtime=0
/proc/20965/stat : 20965 (java) D 20963 20965 20778 0 -1 0 368 0 13 0 0 0 0 0 18 0 1 0 92932575 13238272 188 1992294400 134512640 134550932 4294955984 18446744073709551615 9245482 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/20965/statm: 3232 188 136 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.104008 s]
/proc/loadavg: 2.00 1.97 1.70 3/65 20965
/proc/meminfo: memFree=1743400/2055920 swapFree=4179360/4192956
[pid=20965] ppid=20963 vsize=12928 CPUtime=0.01
/proc/20965/stat : 20965 (java) D 20963 20965 20778 0 -1 0 369 0 19 0 0 1 0 0 18 0 1 0 92932575 13238272 195 1992294400 134512640 134550932 4294955984 18446744073709551615 9245482 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/20965/statm: 3232 195 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.302473 s]
/proc/loadavg: 2.00 1.97 1.70 3/65 20965
/proc/meminfo: memFree=1743400/2055920 swapFree=4179360/4192956
[pid=20965] ppid=20963 vsize=1780772 CPUtime=0.11
/proc/20965/stat : 20965 (java) S 20963 20965 20778 0 -1 0 3804 0 48 0 5 6 0 0 18 0 12 0 92932575 1823510528 3594 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20965/statm: 445193 3594 1063 9 0 442540 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1780772

[startup+0.701517 s]
/proc/loadavg: 2.00 1.97 1.70 3/65 20965
/proc/meminfo: memFree=1743400/2055920 swapFree=4179360/4192956
[pid=20965] ppid=20963 vsize=1783552 CPUtime=0.58
/proc/20965/stat : 20965 (java) S 20963 20965 20778 0 -1 0 7896 0 48 0 50 8 0 0 18 0 12 0 92932575 1826357248 7656 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20965/statm: 445888 7657 1372 9 0 443235 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 1783552

[startup+1.5026 s]
/proc/loadavg: 1.92 1.95 1.70 2/77 20977
/proc/meminfo: memFree=1693960/2055920 swapFree=4179360/4192956
[pid=20965] ppid=20963 vsize=1783552 CPUtime=1.4
/proc/20965/stat : 20965 (java) S 20963 20965 20778 0 -1 0 13909 0 48 0 128 12 0 0 18 0 12 0 92932575 1826357248 13668 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20965/statm: 445888 13668 1375 9 0 443235 0
[pid=20965/tid=20967] ppid=20963 vsize=1783552 CPUtime=1.17
/proc/20965/task/20967/stat : 20967 (java) R 20963 20965 20778 0 -1 64 12500 0 15 0 108 9 0 0 18 0 12 0 92932588 1826357248 13668 1992294400 134512640 134550932 4294955984 18446744073709551615 4109437739 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20968] ppid=20963 vsize=1783552 CPUtime=0
/proc/20965/task/20968/stat : 20968 (java) S 20963 20965 20778 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 92932593 1826357248 13669 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20969] ppid=20963 vsize=1783552 CPUtime=0
/proc/20965/task/20969/stat : 20969 (java) S 20963 20965 20778 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 92932593 1826357248 13669 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20970] ppid=20963 vsize=1783552 CPUtime=0
/proc/20965/task/20970/stat : 20970 (java) S 20963 20965 20778 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 92932596 1826357248 13669 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20971] ppid=20963 vsize=1783552 CPUtime=0
/proc/20965/task/20971/stat : 20971 (java) S 20963 20965 20778 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 92932597 1826357248 13669 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20972] ppid=20963 vsize=1783552 CPUtime=0
/proc/20965/task/20972/stat : 20972 (java) S 20963 20965 20778 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 92932597 1826357248 13669 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20973] ppid=20963 vsize=1783552 CPUtime=0
/proc/20965/task/20973/stat : 20973 (java) S 20963 20965 20778 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 92932604 1826357248 13670 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20974] ppid=20963 vsize=1783552 CPUtime=0.09
/proc/20965/task/20974/stat : 20974 (java) S 20963 20965 20778 0 -1 64 190 0 0 0 9 0 0 0 16 0 12 0 92932604 1826357248 13670 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20975] ppid=20963 vsize=1783552 CPUtime=0.1
/proc/20965/task/20975/stat : 20975 (java) S 20963 20965 20778 0 -1 64 507 0 0 0 10 0 0 0 16 0 12 0 92932604 1826357248 13670 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20976] ppid=20963 vsize=1783552 CPUtime=0
/proc/20965/task/20976/stat : 20976 (java) S 20963 20965 20778 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 92932604 1826357248 13670 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20977] ppid=20963 vsize=1783552 CPUtime=0
/proc/20965/task/20977/stat : 20977 (java) S 20963 20965 20778 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 92932605 1826357248 13670 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 1783552

[startup+3.1028 s]
/proc/loadavg: 1.92 1.95 1.70 2/77 20977
/proc/meminfo: memFree=1672456/2055920 swapFree=4179360/4192956
[pid=20965] ppid=20963 vsize=1787336 CPUtime=3.54
/proc/20965/stat : 20965 (java) S 20963 20965 20778 0 -1 0 21167 0 48 0 339 15 0 0 18 0 13 0 92932575 1830232064 19583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20965/statm: 446834 19583 1404 9 0 444181 0
[pid=20965/tid=20967] ppid=20963 vsize=1787336 CPUtime=2.66
/proc/20965/task/20967/stat : 20967 (java) R 20963 20965 20778 0 -1 64 17363 0 15 0 254 12 0 0 23 0 13 0 92932588 1830232064 19583 1992294400 134512640 134550932 4294955984 18446744073709551615 4109534771 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20968] ppid=20963 vsize=1787336 CPUtime=0
/proc/20965/task/20968/stat : 20968 (java) S 20963 20965 20778 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 92932593 1830232064 19583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20969] ppid=20963 vsize=1787336 CPUtime=0
/proc/20965/task/20969/stat : 20969 (java) S 20963 20965 20778 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 92932593 1830232064 19583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20970] ppid=20963 vsize=1787336 CPUtime=0
/proc/20965/task/20970/stat : 20970 (java) S 20963 20965 20778 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 92932596 1830232064 19583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20971] ppid=20963 vsize=1787336 CPUtime=0
/proc/20965/task/20971/stat : 20971 (java) S 20963 20965 20778 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 92932597 1830232064 19583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20972] ppid=20963 vsize=1787336 CPUtime=0
/proc/20965/task/20972/stat : 20972 (java) S 20963 20965 20778 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 92932597 1830232064 19583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20973] ppid=20963 vsize=1787336 CPUtime=0
/proc/20965/task/20973/stat : 20973 (java) S 20963 20965 20778 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 92932604 1830232064 19583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20974] ppid=20963 vsize=1787336 CPUtime=0.47
/proc/20965/task/20974/stat : 20974 (java) S 20963 20965 20778 0 -1 64 1009 0 0 0 47 0 0 0 17 0 13 0 92932604 1830232064 19583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20975] ppid=20963 vsize=1787336 CPUtime=0.37
/proc/20965/task/20975/stat : 20975 (java) S 20963 20965 20778 0 -1 64 2079 0 0 0 37 0 0 0 16 0 13 0 92932604 1830232064 19583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20976] ppid=20963 vsize=1787336 CPUtime=0
/proc/20965/task/20976/stat : 20976 (java) S 20963 20965 20778 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 92932604 1830232064 19583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20977] ppid=20963 vsize=1787336 CPUtime=0
/proc/20965/task/20977/stat : 20977 (java) S 20963 20965 20778 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92932605 1830232064 19583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 1787336

[startup+6.30115 s]
/proc/loadavg: 1.92 1.95 1.70 2/78 20978
/proc/meminfo: memFree=1658944/2055920 swapFree=4179360/4192956
[pid=20965] ppid=20963 vsize=1786160 CPUtime=6.78
/proc/20965/stat : 20965 (java) S 20963 20965 20778 0 -1 0 21265 0 48 0 662 16 0 0 18 0 13 0 92932575 1829027840 19385 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20965/statm: 446540 19385 1404 9 0 443887 0
[pid=20965/tid=20967] ppid=20963 vsize=1786160 CPUtime=5.82
/proc/20965/task/20967/stat : 20967 (java) R 20963 20965 20778 0 -1 64 17456 0 15 0 570 12 0 0 25 0 13 0 92932588 1829027840 19385 1992294400 134512640 134550932 4294955984 18446744073709551615 4109640051 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20968] ppid=20963 vsize=1786160 CPUtime=0
/proc/20965/task/20968/stat : 20968 (java) S 20963 20965 20778 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 92932593 1829027840 19385 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20969] ppid=20963 vsize=1786160 CPUtime=0
/proc/20965/task/20969/stat : 20969 (java) S 20963 20965 20778 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 92932593 1829027840 19385 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20970] ppid=20963 vsize=1786160 CPUtime=0
/proc/20965/task/20970/stat : 20970 (java) S 20963 20965 20778 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 92932596 1829027840 19385 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20971] ppid=20963 vsize=1786160 CPUtime=0
/proc/20965/task/20971/stat : 20971 (java) S 20963 20965 20778 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 92932597 1829027840 19385 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20972] ppid=20963 vsize=1786160 CPUtime=0
/proc/20965/task/20972/stat : 20972 (java) S 20963 20965 20778 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 92932597 1829027840 19385 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20973] ppid=20963 vsize=1786160 CPUtime=0
/proc/20965/task/20973/stat : 20973 (java) S 20963 20965 20778 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 92932604 1829027840 19385 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20974] ppid=20963 vsize=1786160 CPUtime=0.47
/proc/20965/task/20974/stat : 20974 (java) S 20963 20965 20778 0 -1 64 1009 0 0 0 47 0 0 0 16 0 13 0 92932604 1829027840 19385 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20975] ppid=20963 vsize=1786160 CPUtime=0.43
/proc/20965/task/20975/stat : 20975 (java) S 20963 20965 20778 0 -1 64 2084 0 0 0 43 0 0 0 17 0 13 0 92932604 1829027840 19385 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20976] ppid=20963 vsize=1786160 CPUtime=0
/proc/20965/task/20976/stat : 20976 (java) S 20963 20965 20778 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 92932604 1829027840 19385 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20977] ppid=20963 vsize=1786160 CPUtime=0
/proc/20965/task/20977/stat : 20977 (java) S 20963 20965 20778 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92932605 1829027840 19385 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20978] ppid=20963 vsize=1786160 CPUtime=0
/proc/20965/task/20978/stat : 20978 (java) S 20963 20965 20778 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 92932796 1829027840 19385 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 1786160

[startup+12.7019 s]
/proc/loadavg: 1.78 1.92 1.69 2/78 20978
/proc/meminfo: memFree=1659912/2055920 swapFree=4179360/4192956
[pid=20965] ppid=20963 vsize=1785776 CPUtime=13.27
/proc/20965/stat : 20965 (java) S 20963 20965 20778 0 -1 0 21408 0 48 0 1311 16 0 0 18 0 13 0 92932575 1828634624 19398 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20965/statm: 446444 19398 1411 9 0 443791 0
[pid=20965/tid=20967] ppid=20963 vsize=1785776 CPUtime=12.2
/proc/20965/task/20967/stat : 20967 (java) R 20963 20965 20778 0 -1 64 17569 0 15 0 1208 12 0 0 25 0 13 0 92932588 1828634624 19398 1992294400 134512640 134550932 4294955984 18446744073709551615 4109568282 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20968] ppid=20963 vsize=1785776 CPUtime=0
/proc/20965/task/20968/stat : 20968 (java) S 20963 20965 20778 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 92932593 1828634624 19398 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20969] ppid=20963 vsize=1785776 CPUtime=0
/proc/20965/task/20969/stat : 20969 (java) S 20963 20965 20778 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 92932593 1828634624 19398 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20970] ppid=20963 vsize=1785776 CPUtime=0
/proc/20965/task/20970/stat : 20970 (java) S 20963 20965 20778 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 92932596 1828634624 19398 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20971] ppid=20963 vsize=1785776 CPUtime=0
/proc/20965/task/20971/stat : 20971 (java) S 20963 20965 20778 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 92932597 1828634624 19398 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20972] ppid=20963 vsize=1785776 CPUtime=0
/proc/20965/task/20972/stat : 20972 (java) S 20963 20965 20778 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 92932597 1828634624 19398 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20973] ppid=20963 vsize=1785776 CPUtime=0
/proc/20965/task/20973/stat : 20973 (java) S 20963 20965 20778 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 92932604 1828634624 19398 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20974] ppid=20963 vsize=1785776 CPUtime=0.47
/proc/20965/task/20974/stat : 20974 (java) S 20963 20965 20778 0 -1 64 1009 0 0 0 47 0 0 0 16 0 13 0 92932604 1828634624 19398 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20975] ppid=20963 vsize=1785776 CPUtime=0.55
/proc/20965/task/20975/stat : 20975 (java) S 20963 20965 20778 0 -1 64 2114 0 0 0 55 0 0 0 16 0 13 0 92932604 1828634624 19398 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20976] ppid=20963 vsize=1785776 CPUtime=0
/proc/20965/task/20976/stat : 20976 (java) S 20963 20965 20778 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 92932604 1828634624 19398 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20977] ppid=20963 vsize=1785776 CPUtime=0
/proc/20965/task/20977/stat : 20977 (java) S 20963 20965 20778 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92932605 1828634624 19398 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20978] ppid=20963 vsize=1785776 CPUtime=0
/proc/20965/task/20978/stat : 20978 (java) S 20963 20965 20778 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 92932796 1828634624 19398 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.27
Current children cumulated vsize (KiB) 1785776

[startup+25.5023 s]
/proc/loadavg: 1.66 1.89 1.68 2/78 20978
/proc/meminfo: memFree=1659656/2055920 swapFree=4179360/4192956
[pid=20965] ppid=20963 vsize=1785776 CPUtime=26.07
/proc/20965/stat : 20965 (java) S 20963 20965 20778 0 -1 0 21519 0 48 0 2591 16 0 0 18 0 13 0 92932575 1828634624 19509 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20965/statm: 446444 19509 1411 9 0 443791 0
[pid=20965/tid=20967] ppid=20963 vsize=1785776 CPUtime=25
/proc/20965/task/20967/stat : 20967 (java) R 20963 20965 20778 0 -1 64 17680 0 15 0 2487 13 0 0 25 0 13 0 92932588 1828634624 19509 1992294400 134512640 134550932 4294955984 18446744073709551615 4109534768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20968] ppid=20963 vsize=1785776 CPUtime=0
/proc/20965/task/20968/stat : 20968 (java) S 20963 20965 20778 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 92932593 1828634624 19509 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20969] ppid=20963 vsize=1785776 CPUtime=0
/proc/20965/task/20969/stat : 20969 (java) S 20963 20965 20778 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 92932593 1828634624 19509 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20970] ppid=20963 vsize=1785776 CPUtime=0
/proc/20965/task/20970/stat : 20970 (java) S 20963 20965 20778 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 92932596 1828634624 19509 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20971] ppid=20963 vsize=1785776 CPUtime=0
/proc/20965/task/20971/stat : 20971 (java) S 20963 20965 20778 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 92932597 1828634624 19509 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=20965] ppid=20963 vsize=1785744 CPUtime=1062.65
/proc/20965/stat : 20965 (java) S 20963 20965 20778 0 -1 0 31312 0 48 0 106236 29 0 0 18 0 13 0 92932575 1828601856 29222 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20965/statm: 446436 29222 1411 9 0 443783 0
[pid=20965/tid=20967] ppid=20963 vsize=1785744 CPUtime=1061.44
/proc/20965/task/20967/stat : 20967 (java) R 20963 20965 20778 0 -1 64 27374 0 15 0 106118 26 0 0 25 0 13 0 92932588 1828601856 29222 1992294400 134512640 134550932 4294955984 18446744073709551615 4109587949 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20968] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20968/stat : 20968 (java) S 20963 20965 20778 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 92932593 1828601856 29222 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20969] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20969/stat : 20969 (java) S 20963 20965 20778 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 92932593 1828601856 29222 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20970] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20970/stat : 20970 (java) S 20963 20965 20778 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 92932596 1828601856 29222 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20971] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20971/stat : 20971 (java) S 20963 20965 20778 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 92932597 1828601856 29222 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20972] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20972/stat : 20972 (java) S 20963 20965 20778 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 92932597 1828601856 29222 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20973] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20973/stat : 20973 (java) S 20963 20965 20778 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 92932604 1828601856 29222 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20974] ppid=20963 vsize=1785744 CPUtime=0.53
/proc/20965/task/20974/stat : 20974 (java) S 20963 20965 20778 0 -1 64 1100 0 0 0 53 0 0 0 16 0 13 0 92932604 1828601856 29222 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20975] ppid=20963 vsize=1785744 CPUtime=0.64
/proc/20965/task/20975/stat : 20975 (java) S 20963 20965 20778 0 -1 64 2122 0 0 0 64 0 0 0 17 0 13 0 92932604 1828601856 29222 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20976] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20976/stat : 20976 (java) S 20963 20965 20778 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 92932604 1828601856 29222 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20977] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20977/stat : 20977 (java) S 20963 20965 20778 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92932605 1828601856 29222 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20978] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20978/stat : 20978 (java) S 20963 20965 20778 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 92932796 1828601856 29222 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.65
Current children cumulated vsize (KiB) 1785744

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.18 2/78 20984
/proc/meminfo: memFree=1618248/2055920 swapFree=4179360/4192956
[pid=20965] ppid=20963 vsize=1785744 CPUtime=1122.64
/proc/20965/stat : 20965 (java) S 20963 20965 20778 0 -1 0 31782 0 48 0 112234 30 0 0 18 0 13 0 92932575 1828601856 29692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20965/statm: 446436 29692 1411 9 0 443783 0
[pid=20965/tid=20967] ppid=20963 vsize=1785744 CPUtime=1121.41
/proc/20965/task/20967/stat : 20967 (java) R 20963 20965 20778 0 -1 64 27844 0 15 0 112115 26 0 0 25 0 13 0 92932588 1828601856 29692 1992294400 134512640 134550932 4294955984 18446744073709551615 4109568365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20968] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20968/stat : 20968 (java) S 20963 20965 20778 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 92932593 1828601856 29692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20969] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20969/stat : 20969 (java) S 20963 20965 20778 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 92932593 1828601856 29692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20970] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20970/stat : 20970 (java) S 20963 20965 20778 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 92932596 1828601856 29692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20971] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20971/stat : 20971 (java) S 20963 20965 20778 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 92932597 1828601856 29692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20972] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20972/stat : 20972 (java) S 20963 20965 20778 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 92932597 1828601856 29692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20973] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20973/stat : 20973 (java) S 20963 20965 20778 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 92932604 1828601856 29692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20974] ppid=20963 vsize=1785744 CPUtime=0.54
/proc/20965/task/20974/stat : 20974 (java) S 20963 20965 20778 0 -1 64 1100 0 0 0 54 0 0 0 17 0 13 0 92932604 1828601856 29692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20975] ppid=20963 vsize=1785744 CPUtime=0.64
/proc/20965/task/20975/stat : 20975 (java) S 20963 20965 20778 0 -1 64 2122 0 0 0 64 0 0 0 17 0 13 0 92932604 1828601856 29692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20976] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20976/stat : 20976 (java) S 20963 20965 20778 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 92932604 1828601856 29692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20977] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20977/stat : 20977 (java) S 20963 20965 20778 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92932605 1828601856 29692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20978] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20978/stat : 20978 (java) S 20963 20965 20778 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 92932796 1828601856 29692 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.64
Current children cumulated vsize (KiB) 1785744

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/78 20984
/proc/meminfo: memFree=1616200/2055920 swapFree=4179360/4192956
[pid=20965] ppid=20963 vsize=1785744 CPUtime=1182.63
/proc/20965/stat : 20965 (java) S 20963 20965 20778 0 -1 0 32288 0 48 0 118232 31 0 0 18 0 13 0 92932575 1828601856 30198 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20965/statm: 446436 30198 1411 9 0 443783 0
[pid=20965/tid=20967] ppid=20963 vsize=1785744 CPUtime=1181.39
/proc/20965/task/20967/stat : 20967 (java) R 20963 20965 20778 0 -1 64 28350 0 15 0 118112 27 0 0 25 0 13 0 92932588 1828601856 30198 1992294400 134512640 134550932 4294955984 18446744073709551615 4109534771 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20968] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20968/stat : 20968 (java) S 20963 20965 20778 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 92932593 1828601856 30198 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20969] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20969/stat : 20969 (java) S 20963 20965 20778 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 92932593 1828601856 30198 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20970] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20970/stat : 20970 (java) S 20963 20965 20778 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 92932596 1828601856 30198 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20971] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20971/stat : 20971 (java) S 20963 20965 20778 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 92932597 1828601856 30198 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20972] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20972/stat : 20972 (java) S 20963 20965 20778 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 92932597 1828601856 30198 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20973] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20973/stat : 20973 (java) S 20963 20965 20778 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 92932604 1828601856 30198 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20974] ppid=20963 vsize=1785744 CPUtime=0.54
/proc/20965/task/20974/stat : 20974 (java) S 20963 20965 20778 0 -1 64 1100 0 0 0 54 0 0 0 17 0 13 0 92932604 1828601856 30198 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20975] ppid=20963 vsize=1785744 CPUtime=0.64
/proc/20965/task/20975/stat : 20975 (java) S 20963 20965 20778 0 -1 64 2122 0 0 0 64 0 0 0 17 0 13 0 92932604 1828601856 30198 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20976] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20976/stat : 20976 (java) S 20963 20965 20778 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 92932604 1828601856 30198 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20977] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20977/stat : 20977 (java) S 20963 20965 20778 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92932605 1828601856 30198 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20978] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20978/stat : 20978 (java) S 20963 20965 20778 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 92932796 1828601856 30198 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.63
Current children cumulated vsize (KiB) 1785744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.7 s]
/proc/loadavg: 1.00 1.00 1.16 2/78 20984
/proc/meminfo: memFree=1615496/2055920 swapFree=4179360/4192956
[pid=20965] ppid=20963 vsize=1785744 CPUtime=1200.02
/proc/20965/stat : 20965 (java) S 20963 20965 20778 0 -1 0 32446 0 48 0 119971 31 0 0 18 0 13 0 92932575 1828601856 30356 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20965/statm: 446436 30356 1411 9 0 443783 0
[pid=20965/tid=20967] ppid=20963 vsize=1785744 CPUtime=1198.8
/proc/20965/task/20967/stat : 20967 (java) R 20963 20965 20778 0 -1 64 28508 0 15 0 119852 28 0 0 25 0 13 0 92932588 1828601856 30356 1992294400 134512640 134550932 4294955984 18446744073709551615 4109293331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20968] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20968/stat : 20968 (java) S 20963 20965 20778 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 92932593 1828601856 30356 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20969] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20969/stat : 20969 (java) S 20963 20965 20778 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 92932593 1828601856 30356 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20970] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20970/stat : 20970 (java) S 20963 20965 20778 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 92932596 1828601856 30356 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20971] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20971/stat : 20971 (java) S 20963 20965 20778 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 92932597 1828601856 30356 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20972] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20972/stat : 20972 (java) S 20963 20965 20778 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 92932597 1828601856 30356 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20973] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20973/stat : 20973 (java) S 20963 20965 20778 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 92932604 1828601856 30356 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20974] ppid=20963 vsize=1785744 CPUtime=0.54
/proc/20965/task/20974/stat : 20974 (java) S 20963 20965 20778 0 -1 64 1100 0 0 0 54 0 0 0 17 0 13 0 92932604 1828601856 30356 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20975] ppid=20963 vsize=1785744 CPUtime=0.64
/proc/20965/task/20975/stat : 20975 (java) S 20963 20965 20778 0 -1 64 2122 0 0 0 64 0 0 0 17 0 13 0 92932604 1828601856 30356 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20976] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20976/stat : 20976 (java) S 20963 20965 20778 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 92932604 1828601856 30356 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20977] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20977/stat : 20977 (java) S 20963 20965 20778 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92932605 1828601856 30356 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20978] ppid=20963 vsize=1785744 CPUtime=0
/proc/20965/task/20978/stat : 20978 (java) S 20963 20965 20778 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 92932796 1828601856 30356 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 1785744

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

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

[startup+1199.81 s]
/proc/loadavg: 1.00 1.00 1.16 2/78 20984
/proc/meminfo: memFree=1615496/2055920 swapFree=4179360/4192956
[pid=20965] ppid=20963 vsize=1787416 CPUtime=1200.19
/proc/20965/stat : 20965 (java) S 20963 20965 20778 0 -1 0 32756 0 48 0 119988 31 0 0 16 0 14 0 92932575 1830313984 30638 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20965/statm: 446854 30638 1412 9 0 444201 0
[pid=20965/tid=20967] ppid=20963 vsize=1787416 CPUtime=1198.91
/proc/20965/task/20967/stat : 20967 (java) R 20963 20965 20778 0 -1 64 28509 0 15 0 119863 28 0 0 25 0 14 0 92932588 1830313984 30638 1992294400 134512640 134550932 4294955984 18446744073709551615 4109529067 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20968] ppid=20963 vsize=1787416 CPUtime=0
/proc/20965/task/20968/stat : 20968 (java) S 20963 20965 20778 0 -1 64 3 0 0 0 0 0 0 0 19 0 14 0 92932593 1830313984 30638 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20969] ppid=20963 vsize=1787416 CPUtime=0
/proc/20965/task/20969/stat : 20969 (java) S 20963 20965 20778 0 -1 64 1 0 0 0 0 0 0 0 20 0 14 0 92932593 1830313984 30638 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20970] ppid=20963 vsize=1787416 CPUtime=0
/proc/20965/task/20970/stat : 20970 (java) S 20963 20965 20778 0 -1 64 3 0 0 0 0 0 0 0 16 0 14 0 92932596 1830313984 30638 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20971] ppid=20963 vsize=1787416 CPUtime=0
/proc/20965/task/20971/stat : 20971 (java) S 20963 20965 20778 0 -1 64 10 0 0 0 0 0 0 0 21 0 14 0 92932597 1830313984 30638 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20972] ppid=20963 vsize=1787416 CPUtime=0
/proc/20965/task/20972/stat : 20972 (java) S 20963 20965 20778 0 -1 64 4 0 0 0 0 0 0 0 22 0 14 0 92932597 1830313984 30638 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20973] ppid=20963 vsize=1787416 CPUtime=0
/proc/20965/task/20973/stat : 20973 (java) S 20963 20965 20778 0 -1 64 7 0 0 0 0 0 0 0 18 0 14 0 92932604 1830313984 30638 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20974] ppid=20963 vsize=1787416 CPUtime=0.57
/proc/20965/task/20974/stat : 20974 (java) S 20963 20965 20778 0 -1 64 1381 0 0 0 57 0 0 0 17 0 14 0 92932604 1830313984 30638 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20975] ppid=20963 vsize=1787416 CPUtime=0.64
/proc/20965/task/20975/stat : 20975 (java) S 20963 20965 20778 0 -1 64 2122 0 0 0 64 0 0 0 17 0 14 0 92932604 1830313984 30638 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20976] ppid=20963 vsize=1787416 CPUtime=0
/proc/20965/task/20976/stat : 20976 (java) S 20963 20965 20778 0 -1 64 2 0 0 0 0 0 0 0 23 0 14 0 92932604 1830313984 30638 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20965/tid=20977] ppid=20963 vsize=1787416 CPUtime=0
/proc/20965/task/20977/stat : 20977 (java) S 20963 20965 20778 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 92932605 1830313984 30638 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20965/tid=20978] ppid=20963 vsize=1787416 CPUtime=0
/proc/20965/task/20978/stat : 20978 (java) S 20963 20965 20778 0 -1 64 4 0 0 0 0 0 0 0 19 0 14 0 92932796 1830313984 30638 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.19
Current children cumulated vsize (KiB) 1787416

Child status: 143
Real time (s): 1199.84
CPU time (s): 1200.23
CPU user time (s): 1199.9
CPU system time (s): 0.336948
CPU usage (%): 100.033
Max. virtual memory (cumulated for all children) (KiB): 1787844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.9
system time used= 0.336948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32756
page faults= 48
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24998
involuntary context switches= 24874

runsolver used 1.2818 second user time and 3.11053 second system time

The end

Launcher Data

Begin job on node32 at 2009-04-25 10:43:14
IDJOB=1719737
IDBENCH=69572
IDSOLVER=500
FILE ID=node32/1719737-1240648993
PBS_JOBID= 9186472
Free space on /tmp= 66376 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT_RACE08/cnf/simon-s03-w08-15.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719737-1240648993/watcher-1719737-1240648993 -o /tmp/evaluation-result-1719737-1240648993/solver-1719737-1240648993 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1719737-1240648993.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 169fbc07424949a1f20859053fcfe192
RANDOM SEED=489558146

node32.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.216
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.216
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:       1743880 kB
Buffers:         37488 kB
Cached:         221700 kB
SwapCached:       7236 kB
Active:          90748 kB
Inactive:       178376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743880 kB
SwapTotal:     4192956 kB
SwapFree:      4179360 kB
Dirty:            8568 kB
Writeback:           0 kB
Mapped:          14240 kB
Slab:            28640 kB
Committed_AS:   302704 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66376 MiB
End job on node32 at 2009-04-25 11:03:16