Trace number 1579327

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.29 1198.68

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-20-10p0.cnf
MD5SUM28e85fc2a4586943a0ffdffa15206b58
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables374228
Number of clauses1603007
Sum of the clauses size3767588
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 21211215
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.06/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.06/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.17	c See www.sat4j.org for details.
0.06/0.18	c version 2.1.0.v20090228
0.06/0.18	c sun.arch.data.model	32
0.06/0.18	c java.version	1.6.0_12
0.06/0.18	c os.name	Linux
0.06/0.18	c os.version	2.6.9-22.EL.rootsmp
0.06/0.18	c os.arch	i386
0.06/0.18	c Free memory 1651659224
0.06/0.18	c Max memory 1654456320
0.06/0.18	c Total memory 1654456320
0.06/0.18	c Number of processors 2
0.18/0.21	c c --- Begin Solver configuration ---
0.18/0.21	c Stops conflict analysis at the first Unique Implication Point
0.18/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@95fd19
0.18/0.21	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.18/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.18/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.18/0.21	c Expensive reason simplification
0.18/0.21	c Armin Biere (Picosat) restarts strategy
0.18/0.21	c timeout=2147483647s
0.18/0.21	c DB Simplification allowed=true
0.18/0.21	c --- End Solver configuration ---
0.18/0.21	c solving HOME/instance-1579327-1238906120.cnf
0.18/0.21	c reading problem ... 
5.64/4.89	c ... done. Wall clock time 4.67s.
5.64/4.89	c #vars     374228
5.64/4.89	c #constraints  1602137
5.64/4.89	c constraints type 
5.64/4.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 378643
5.64/4.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1210345
1200.04/1198.51	c starts		: 350
1200.04/1198.51	c conflicts		: 92678
1200.04/1198.51	c decisions		: 1197256
1200.04/1198.51	c propagations		: 613964938
1200.04/1198.51	c inspects		: 1752263619
1200.04/1198.51	c learnt literals	: 173
1200.04/1198.51	c learnt binary clauses	: 1718
1200.04/1198.51	c learnt ternary clauses	: 2095
1200.04/1198.51	c learnt clauses	: 92504
1200.04/1198.51	c ignored clauses	: 0
1200.04/1198.51	c root simplifications	: 523
1200.04/1198.51	c removed literals (reason simplification)	: 7994867
1200.04/1198.51	c reason swapping (by a shorter reason)	: 0
1200.04/1198.51	c Calls to reduceDB	: 0
1200.04/1198.51	c speed (assignments/second)	: 514370.03916640487
1200.04/1198.51	c non guided choices	3217
1200.04/1198.58	c learnt constraints type 
1200.04/1198.58	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1639
1200.04/1198.58	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 86150
1200.04/1198.58	s UNKNOWN
1200.04/1198.58	c Total wall clock time (in seconds) : 1198.299

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-1579327-1238906120/watcher-1579327-1238906120 -o /tmp/evaluation-result-1579327-1238906120/solver-1579327-1238906120 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1579327-1238906120.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: 1.70 1.79 1.64 3/81 21982
/proc/meminfo: memFree=1767280/2055920 swapFree=4172196/4192956
[pid=21982] ppid=21980 vsize=200 CPUtime=0
/proc/21982/stat : 21982 (java6) D 21980 21982 21610 0 -1 0 48 0 0 0 0 0 0 0 19 0 1 0 1163276125 204800 33 1992294400 134512640 134550932 4294956160 18446744073709551615 2601764 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/21982/statm: 50 33 26 9 0 4 0

[startup+0.095711 s]
/proc/loadavg: 1.70 1.79 1.64 3/81 21982
/proc/meminfo: memFree=1767280/2055920 swapFree=4172196/4192956
[pid=21982] ppid=21980 vsize=1778556 CPUtime=0.06
/proc/21982/stat : 21982 (java) S 21980 21982 21610 0 -1 0 3641 0 1 0 4 2 0 0 19 0 7 0 1163276125 1821241344 3386 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21982/statm: 444639 3386 1030 9 0 441990 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1778556

[startup+0.101711 s]
/proc/loadavg: 1.70 1.79 1.64 3/81 21982
/proc/meminfo: memFree=1767280/2055920 swapFree=4172196/4192956
[pid=21982] ppid=21980 vsize=1778556 CPUtime=0.06
/proc/21982/stat : 21982 (java) S 21980 21982 21610 0 -1 0 3687 0 1 0 4 2 0 0 19 0 7 0 1163276125 1821241344 3432 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/21982/statm: 444639 3433 1034 9 0 441990 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1778556

[startup+0.30174 s]
/proc/loadavg: 1.70 1.79 1.64 3/81 21982
/proc/meminfo: memFree=1767280/2055920 swapFree=4172196/4192956
[pid=21982] ppid=21980 vsize=1783080 CPUtime=0.33
/proc/21982/stat : 21982 (java) S 21980 21982 21610 0 -1 0 8702 0 1 0 28 5 0 0 19 0 12 0 1163276125 1825873920 8439 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21982/statm: 445770 8439 1350 9 0 443117 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1783080

[startup+0.701789 s]
/proc/loadavg: 1.70 1.79 1.64 3/81 21982
/proc/meminfo: memFree=1767280/2055920 swapFree=4172196/4192956
[pid=21982] ppid=21980 vsize=1783348 CPUtime=0.8
/proc/21982/stat : 21982 (java) S 21980 21982 21610 0 -1 0 12935 0 1 0 73 7 0 0 19 0 12 0 1163276125 1826148352 12641 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21982/statm: 445837 12641 1375 9 0 443184 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 1783348

[startup+1.50287 s]
/proc/loadavg: 1.64 1.78 1.64 2/93 21994
/proc/meminfo: memFree=1698320/2055920 swapFree=4172196/4192956
[pid=21982] ppid=21980 vsize=1783348 CPUtime=1.6
/proc/21982/stat : 21982 (java) S 21980 21982 21610 0 -1 0 21409 0 1 0 149 11 0 0 19 0 12 0 1163276125 1826148352 21114 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21982/statm: 445837 21115 1377 9 0 443184 0
[pid=21982/tid=21984] ppid=21980 vsize=1783348 CPUtime=1.4
/proc/21982/task/21984/stat : 21984 (java) R 21980 21982 21610 0 -1 64 19969 0 1 0 130 10 0 0 25 0 12 0 1163276128 1826148352 21115 1992294400 134512640 134550932 4294955984 18446744073709551615 4109452907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21985] ppid=21980 vsize=1783348 CPUtime=0
/proc/21982/task/21985/stat : 21985 (java) S 21980 21982 21610 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1163276130 1826148352 21115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21986] ppid=21980 vsize=1783348 CPUtime=0
/proc/21982/task/21986/stat : 21986 (java) S 21980 21982 21610 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1163276130 1826148352 21115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21987] ppid=21980 vsize=1783348 CPUtime=0
/proc/21982/task/21987/stat : 21987 (java) S 21980 21982 21610 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 1163276132 1826148352 21115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21988] ppid=21980 vsize=1783348 CPUtime=0
/proc/21982/task/21988/stat : 21988 (java) S 21980 21982 21610 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 1163276132 1826148352 21115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21989] ppid=21980 vsize=1783348 CPUtime=0
/proc/21982/task/21989/stat : 21989 (java) S 21980 21982 21610 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1163276132 1826148352 21115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21990] ppid=21980 vsize=1783348 CPUtime=0
/proc/21982/task/21990/stat : 21990 (java) S 21980 21982 21610 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1163276136 1826148352 21115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21991] ppid=21980 vsize=1783348 CPUtime=0.09
/proc/21982/task/21991/stat : 21991 (java) S 21980 21982 21610 0 -1 64 130 0 0 0 9 0 0 0 16 0 12 0 1163276136 1826148352 21116 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21992] ppid=21980 vsize=1783348 CPUtime=0.1
/proc/21982/task/21992/stat : 21992 (java) S 21980 21982 21610 0 -1 64 565 0 0 0 10 0 0 0 17 0 12 0 1163276137 1826148352 21116 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21993] ppid=21980 vsize=1783348 CPUtime=0
/proc/21982/task/21993/stat : 21993 (java) S 21980 21982 21610 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1163276137 1826148352 21116 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21994] ppid=21980 vsize=1783348 CPUtime=0
/proc/21982/task/21994/stat : 21994 (java) S 21980 21982 21610 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1163276137 1826148352 21116 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 1783348

[startup+3.10206 s]
/proc/loadavg: 1.64 1.78 1.64 2/93 21994
/proc/meminfo: memFree=1674384/2055920 swapFree=4172196/4192956
[pid=21982] ppid=21980 vsize=1783348 CPUtime=3.28
/proc/21982/stat : 21982 (java) S 21980 21982 21610 0 -1 0 31444 0 1 0 312 16 0 0 19 0 12 0 1163276125 1826148352 31148 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21982/statm: 445837 31149 1384 9 0 443184 0
[pid=21982/tid=21984] ppid=21980 vsize=1783348 CPUtime=3
/proc/21982/task/21984/stat : 21984 (java) R 21980 21982 21610 0 -1 64 29999 0 1 0 285 15 0 0 25 0 12 0 1163276128 1826148352 31149 1992294400 134512640 134550932 4294955984 18446744073709551615 4109455016 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21985] ppid=21980 vsize=1783348 CPUtime=0
/proc/21982/task/21985/stat : 21985 (java) S 21980 21982 21610 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1163276130 1826148352 31149 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21986] ppid=21980 vsize=1783348 CPUtime=0
/proc/21982/task/21986/stat : 21986 (java) S 21980 21982 21610 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1163276130 1826148352 31150 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21987] ppid=21980 vsize=1783348 CPUtime=0
/proc/21982/task/21987/stat : 21987 (java) S 21980 21982 21610 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 1163276132 1826148352 31150 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21988] ppid=21980 vsize=1783348 CPUtime=0
/proc/21982/task/21988/stat : 21988 (java) S 21980 21982 21610 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 1163276132 1826148352 31151 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21989] ppid=21980 vsize=1783348 CPUtime=0
/proc/21982/task/21989/stat : 21989 (java) S 21980 21982 21610 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1163276132 1826148352 31151 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21990] ppid=21980 vsize=1783348 CPUtime=0
/proc/21982/task/21990/stat : 21990 (java) S 21980 21982 21610 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1163276136 1826148352 31152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21991] ppid=21980 vsize=1783348 CPUtime=0.12
/proc/21982/task/21991/stat : 21991 (java) S 21980 21982 21610 0 -1 64 132 0 0 0 12 0 0 0 17 0 12 0 1163276136 1826148352 31152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21992] ppid=21980 vsize=1783348 CPUtime=0.14
/proc/21982/task/21992/stat : 21992 (java) S 21980 21982 21610 0 -1 64 568 0 0 0 14 0 0 0 16 0 12 0 1163276137 1826148352 31152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21993] ppid=21980 vsize=1783348 CPUtime=0
/proc/21982/task/21993/stat : 21993 (java) S 21980 21982 21610 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1163276137 1826148352 31153 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21994] ppid=21980 vsize=1783348 CPUtime=0
/proc/21982/task/21994/stat : 21994 (java) S 21980 21982 21610 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1163276137 1826148352 31153 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 1783348

[startup+6.30146 s]
/proc/loadavg: 1.64 1.78 1.64 2/94 21995
/proc/meminfo: memFree=1491080/2055920 swapFree=4172196/4192956
[pid=21982] ppid=21980 vsize=1785252 CPUtime=7.66
/proc/21982/stat : 21982 (java) S 21980 21982 21610 0 -1 0 74657 0 7 0 728 38 0 0 19 0 13 0 1163276125 1828098048 70084 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21982/statm: 446313 70084 1413 9 0 443660 0
[pid=21982/tid=21984] ppid=21980 vsize=1785252 CPUtime=5.41
/proc/21982/task/21984/stat : 21984 (java) R 21980 21982 21610 0 -1 64 37571 0 1 0 521 20 0 0 25 0 13 0 1163276128 1828098048 70084 1992294400 134512640 134550932 4294955984 18446744073709551615 4109600653 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21985] ppid=21980 vsize=1785252 CPUtime=0.65
/proc/21982/task/21985/stat : 21985 (java) S 21980 21982 21610 0 -1 64 14560 0 2 0 58 7 0 0 23 0 13 0 1163276130 1828098048 70084 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21986] ppid=21980 vsize=1785252 CPUtime=0.65
/proc/21982/task/21986/stat : 21986 (java) S 21980 21982 21610 0 -1 64 19826 0 3 0 57 8 0 0 16 0 13 0 1163276130 1828098048 70084 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21987] ppid=21980 vsize=1785252 CPUtime=0
/proc/21982/task/21987/stat : 21987 (java) S 21980 21982 21610 0 -1 64 8 0 1 0 0 0 0 0 17 0 13 0 1163276132 1828098048 70084 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21988] ppid=21980 vsize=1785252 CPUtime=0
/proc/21982/task/21988/stat : 21988 (java) S 21980 21982 21610 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1163276132 1828098048 70084 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21989] ppid=21980 vsize=1785252 CPUtime=0
/proc/21982/task/21989/stat : 21989 (java) S 21980 21982 21610 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1163276132 1828098048 70084 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21990] ppid=21980 vsize=1785252 CPUtime=0
/proc/21982/task/21990/stat : 21990 (java) S 21980 21982 21610 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163276136 1828098048 70084 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21991] ppid=21980 vsize=1785252 CPUtime=0.52
/proc/21982/task/21991/stat : 21991 (java) S 21980 21982 21610 0 -1 64 1043 0 0 0 52 0 0 0 15 0 13 0 1163276136 1828098048 70084 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21992] ppid=21980 vsize=1785252 CPUtime=0.38
/proc/21982/task/21992/stat : 21992 (java) S 21980 21982 21610 0 -1 64 902 0 0 0 38 0 0 0 16 0 13 0 1163276137 1828098048 70084 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21993] ppid=21980 vsize=1785252 CPUtime=0
/proc/21982/task/21993/stat : 21993 (java) S 21980 21982 21610 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1163276137 1828098048 70084 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21994] ppid=21980 vsize=1785252 CPUtime=0
/proc/21982/task/21994/stat : 21994 (java) S 21980 21982 21610 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163276137 1828098048 70084 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21995] ppid=21980 vsize=1785252 CPUtime=0
/proc/21982/task/21995/stat : 21995 (java) S 21980 21982 21610 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 1163276642 1828098048 70084 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 1785252

[startup+12.7022 s]
/proc/loadavg: 1.55 1.75 1.63 2/94 21995
/proc/meminfo: memFree=1490376/2055920 swapFree=4172196/4192956
[pid=21982] ppid=21980 vsize=1785252 CPUtime=14.18
/proc/21982/stat : 21982 (java) S 21980 21982 21610 0 -1 0 74695 0 7 0 1380 38 0 0 19 0 13 0 1163276125 1828098048 70099 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21982/statm: 446313 70099 1416 9 0 443660 0
[pid=21982/tid=21984] ppid=21980 vsize=1785252 CPUtime=11.79
/proc/21982/task/21984/stat : 21984 (java) R 21980 21982 21610 0 -1 64 37574 0 1 0 1159 20 0 0 25 0 13 0 1163276128 1828098048 70099 1992294400 134512640 134550932 4294955984 18446744073709551615 4109660062 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21985] ppid=21980 vsize=1785252 CPUtime=0.65
/proc/21982/task/21985/stat : 21985 (java) S 21980 21982 21610 0 -1 64 14560 0 2 0 58 7 0 0 23 0 13 0 1163276130 1828098048 70099 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21986] ppid=21980 vsize=1785252 CPUtime=0.65
/proc/21982/task/21986/stat : 21986 (java) S 21980 21982 21610 0 -1 64 19826 0 3 0 57 8 0 0 16 0 13 0 1163276130 1828098048 70099 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21987] ppid=21980 vsize=1785252 CPUtime=0
/proc/21982/task/21987/stat : 21987 (java) S 21980 21982 21610 0 -1 64 8 0 1 0 0 0 0 0 16 0 13 0 1163276132 1828098048 70099 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21988] ppid=21980 vsize=1785252 CPUtime=0
/proc/21982/task/21988/stat : 21988 (java) S 21980 21982 21610 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1163276132 1828098048 70099 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21989] ppid=21980 vsize=1785252 CPUtime=0
/proc/21982/task/21989/stat : 21989 (java) S 21980 21982 21610 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1163276132 1828098048 70099 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21990] ppid=21980 vsize=1785252 CPUtime=0
/proc/21982/task/21990/stat : 21990 (java) S 21980 21982 21610 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163276136 1828098048 70099 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21991] ppid=21980 vsize=1785252 CPUtime=0.61
/proc/21982/task/21991/stat : 21991 (java) S 21980 21982 21610 0 -1 64 1073 0 0 0 61 0 0 0 16 0 13 0 1163276136 1828098048 70099 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21992] ppid=21980 vsize=1785252 CPUtime=0.43
/proc/21982/task/21992/stat : 21992 (java) S 21980 21982 21610 0 -1 64 907 0 0 0 43 0 0 0 16 0 13 0 1163276137 1828098048 70099 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21993] ppid=21980 vsize=1785252 CPUtime=0
/proc/21982/task/21993/stat : 21993 (java) S 21980 21982 21610 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1163276137 1828098048 70099 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21994] ppid=21980 vsize=1785252 CPUtime=0
/proc/21982/task/21994/stat : 21994 (java) S 21980 21982 21610 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163276137 1828098048 70099 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21995] ppid=21980 vsize=1785252 CPUtime=0
/proc/21982/task/21995/stat : 21995 (java) S 21980 21982 21610 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 1163276642 1828098048 70099 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.18
Current children cumulated vsize (KiB) 1785252

[startup+25.5016 s]
/proc/loadavg: 1.46 1.73 1.62 2/94 21995
/proc/meminfo: memFree=1491912/2055920 swapFree=4172196/4192956
[pid=21982] ppid=21980 vsize=1783932 CPUtime=27.02
/proc/21982/stat : 21982 (java) S 21980 21982 21610 0 -1 0 74708 0 7 0 2664 38 0 0 19 0 13 0 1163276125 1826746368 69779 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21982/statm: 445983 69779 1420 9 0 443330 0
[pid=21982/tid=21984] ppid=21980 vsize=1783932 CPUtime=24.57
/proc/21982/task/21984/stat : 21984 (java) R 21980 21982 21610 0 -1 64 37578 0 1 0 2437 20 0 0 25 0 13 0 1163276128 1826746368 69779 1992294400 134512640 134550932 4294955984 18446744073709551615 4109685260 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21985] ppid=21980 vsize=1783932 CPUtime=0.65
/proc/21982/task/21985/stat : 21985 (java) S 21980 21982 21610 0 -1 64 14560 0 2 0 58 7 0 0 23 0 13 0 1163276130 1826746368 69779 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21986] ppid=21980 vsize=1783932 CPUtime=0.65
/proc/21982/task/21986/stat : 21986 (java) S 21980 21982 21610 0 -1 64 19826 0 3 0 57 8 0 0 16 0 13 0 1163276130 1826746368 69779 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21987] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21987/stat : 21987 (java) S 21980 21982 21610 0 -1 64 8 0 1 0 0 0 0 0 16 0 13 0 1163276132 1826746368 69779 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21988] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21988/stat : 21988 (java) S 21980 21982 21610 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1163276132 1826746368 69779 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=21982] ppid=21980 vsize=1783932 CPUtime=1063.9
/proc/21982/stat : 21982 (java) S 21980 21982 21610 0 -1 0 118402 0 7 0 106329 61 0 0 19 0 13 0 1163276125 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21982/statm: 445983 105086 1420 9 0 443330 0
[pid=21982/tid=21984] ppid=21980 vsize=1783932 CPUtime=1060.5
/proc/21982/task/21984/stat : 21984 (java) R 21980 21982 21610 0 -1 64 37580 0 1 0 106029 21 0 0 25 0 13 0 1163276128 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4109559263 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21985] ppid=21980 vsize=1783932 CPUtime=1.04
/proc/21982/task/21985/stat : 21985 (java) S 21980 21982 21610 0 -1 64 32210 0 2 0 89 15 0 0 16 0 13 0 1163276130 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21986] ppid=21980 vsize=1783932 CPUtime=1.05
/proc/21982/task/21986/stat : 21986 (java) S 21980 21982 21610 0 -1 64 45756 0 3 0 83 22 0 0 16 0 13 0 1163276130 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21987] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21987/stat : 21987 (java) S 21980 21982 21610 0 -1 64 8 0 1 0 0 0 0 0 16 0 13 0 1163276132 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21988] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21988/stat : 21988 (java) S 21980 21982 21610 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1163276132 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21989] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21989/stat : 21989 (java) S 21980 21982 21610 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1163276132 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21990] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21990/stat : 21990 (java) S 21980 21982 21610 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163276136 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21991] ppid=21980 vsize=1783932 CPUtime=0.66
/proc/21982/task/21991/stat : 21991 (java) S 21980 21982 21610 0 -1 64 1115 0 0 0 66 0 0 0 16 0 13 0 1163276136 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21992] ppid=21980 vsize=1783932 CPUtime=0.6
/proc/21982/task/21992/stat : 21992 (java) S 21980 21982 21610 0 -1 64 986 0 0 0 60 0 0 0 16 0 13 0 1163276137 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21993] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21993/stat : 21993 (java) S 21980 21982 21610 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1163276137 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21994] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21994/stat : 21994 (java) S 21980 21982 21610 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163276137 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21995] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21995/stat : 21995 (java) S 21980 21982 21610 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 1163276642 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1063.9
Current children cumulated vsize (KiB) 1783932

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/94 21997
/proc/meminfo: memFree=1349832/2055920 swapFree=4172196/4192956
[pid=21982] ppid=21980 vsize=1783932 CPUtime=1123.88
/proc/21982/stat : 21982 (java) S 21980 21982 21610 0 -1 0 118402 0 7 0 112327 61 0 0 19 0 13 0 1163276125 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21982/statm: 445983 105086 1420 9 0 443330 0
[pid=21982/tid=21984] ppid=21980 vsize=1783932 CPUtime=1120.47
/proc/21982/task/21984/stat : 21984 (java) R 21980 21982 21610 0 -1 64 37580 0 1 0 112026 21 0 0 25 0 13 0 1163276128 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4109597567 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21985] ppid=21980 vsize=1783932 CPUtime=1.04
/proc/21982/task/21985/stat : 21985 (java) S 21980 21982 21610 0 -1 64 32210 0 2 0 89 15 0 0 16 0 13 0 1163276130 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21986] ppid=21980 vsize=1783932 CPUtime=1.05
/proc/21982/task/21986/stat : 21986 (java) S 21980 21982 21610 0 -1 64 45756 0 3 0 83 22 0 0 16 0 13 0 1163276130 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21987] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21987/stat : 21987 (java) S 21980 21982 21610 0 -1 64 8 0 1 0 0 0 0 0 16 0 13 0 1163276132 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21988] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21988/stat : 21988 (java) S 21980 21982 21610 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1163276132 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21989] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21989/stat : 21989 (java) S 21980 21982 21610 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1163276132 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21990] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21990/stat : 21990 (java) S 21980 21982 21610 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163276136 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21991] ppid=21980 vsize=1783932 CPUtime=0.67
/proc/21982/task/21991/stat : 21991 (java) S 21980 21982 21610 0 -1 64 1115 0 0 0 67 0 0 0 16 0 13 0 1163276136 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21992] ppid=21980 vsize=1783932 CPUtime=0.6
/proc/21982/task/21992/stat : 21992 (java) S 21980 21982 21610 0 -1 64 986 0 0 0 60 0 0 0 16 0 13 0 1163276137 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21993] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21993/stat : 21993 (java) S 21980 21982 21610 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1163276137 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21994] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21994/stat : 21994 (java) S 21980 21982 21610 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163276137 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21995] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21995/stat : 21995 (java) S 21980 21982 21610 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 1163276642 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.88
Current children cumulated vsize (KiB) 1783932

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/94 21997
/proc/meminfo: memFree=1349768/2055920 swapFree=4172196/4192956
[pid=21982] ppid=21980 vsize=1783932 CPUtime=1183.85
/proc/21982/stat : 21982 (java) S 21980 21982 21610 0 -1 0 118402 0 7 0 118324 61 0 0 19 0 13 0 1163276125 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21982/statm: 445983 105086 1420 9 0 443330 0
[pid=21982/tid=21984] ppid=21980 vsize=1783932 CPUtime=1180.43
/proc/21982/task/21984/stat : 21984 (java) R 21980 21982 21610 0 -1 64 37580 0 1 0 118022 21 0 0 25 0 13 0 1163276128 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4109526542 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21985] ppid=21980 vsize=1783932 CPUtime=1.04
/proc/21982/task/21985/stat : 21985 (java) S 21980 21982 21610 0 -1 64 32210 0 2 0 89 15 0 0 16 0 13 0 1163276130 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21986] ppid=21980 vsize=1783932 CPUtime=1.05
/proc/21982/task/21986/stat : 21986 (java) S 21980 21982 21610 0 -1 64 45756 0 3 0 83 22 0 0 16 0 13 0 1163276130 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21987] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21987/stat : 21987 (java) S 21980 21982 21610 0 -1 64 8 0 1 0 0 0 0 0 16 0 13 0 1163276132 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21988] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21988/stat : 21988 (java) S 21980 21982 21610 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1163276132 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21989] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21989/stat : 21989 (java) S 21980 21982 21610 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1163276132 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21990] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21990/stat : 21990 (java) S 21980 21982 21610 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163276136 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21991] ppid=21980 vsize=1783932 CPUtime=0.67
/proc/21982/task/21991/stat : 21991 (java) S 21980 21982 21610 0 -1 64 1115 0 0 0 67 0 0 0 16 0 13 0 1163276136 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21992] ppid=21980 vsize=1783932 CPUtime=0.6
/proc/21982/task/21992/stat : 21992 (java) S 21980 21982 21610 0 -1 64 986 0 0 0 60 0 0 0 16 0 13 0 1163276137 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21993] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21993/stat : 21993 (java) S 21980 21982 21610 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1163276137 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21994] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21994/stat : 21994 (java) S 21980 21982 21610 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163276137 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21995] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21995/stat : 21995 (java) S 21980 21982 21610 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 1163276642 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.85
Current children cumulated vsize (KiB) 1783932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.5 s]
/proc/loadavg: 1.00 1.00 1.15 2/94 21997
/proc/meminfo: memFree=1349768/2055920 swapFree=4172196/4192956
[pid=21982] ppid=21980 vsize=1783932 CPUtime=1200.04
/proc/21982/stat : 21982 (java) S 21980 21982 21610 0 -1 0 118402 0 7 0 119943 61 0 0 19 0 13 0 1163276125 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21982/statm: 445983 105086 1420 9 0 443330 0
[pid=21982/tid=21984] ppid=21980 vsize=1783932 CPUtime=1196.63
/proc/21982/task/21984/stat : 21984 (java) R 21980 21982 21610 0 -1 64 37580 0 1 0 119642 21 0 0 25 0 13 0 1163276128 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4109633384 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21985] ppid=21980 vsize=1783932 CPUtime=1.04
/proc/21982/task/21985/stat : 21985 (java) S 21980 21982 21610 0 -1 64 32210 0 2 0 89 15 0 0 16 0 13 0 1163276130 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21986] ppid=21980 vsize=1783932 CPUtime=1.05
/proc/21982/task/21986/stat : 21986 (java) S 21980 21982 21610 0 -1 64 45756 0 3 0 83 22 0 0 16 0 13 0 1163276130 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21987] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21987/stat : 21987 (java) S 21980 21982 21610 0 -1 64 8 0 1 0 0 0 0 0 16 0 13 0 1163276132 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21988] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21988/stat : 21988 (java) S 21980 21982 21610 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1163276132 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21989] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21989/stat : 21989 (java) S 21980 21982 21610 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1163276132 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21990] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21990/stat : 21990 (java) S 21980 21982 21610 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163276136 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21991] ppid=21980 vsize=1783932 CPUtime=0.67
/proc/21982/task/21991/stat : 21991 (java) S 21980 21982 21610 0 -1 64 1115 0 0 0 67 0 0 0 16 0 13 0 1163276136 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21992] ppid=21980 vsize=1783932 CPUtime=0.6
/proc/21982/task/21992/stat : 21992 (java) S 21980 21982 21610 0 -1 64 986 0 0 0 60 0 0 0 16 0 13 0 1163276137 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21993] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21993/stat : 21993 (java) S 21980 21982 21610 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1163276137 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21994] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21994/stat : 21994 (java) S 21980 21982 21610 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163276137 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21995] ppid=21980 vsize=1783932 CPUtime=0
/proc/21982/task/21995/stat : 21995 (java) S 21980 21982 21610 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 1163276642 1826746368 105086 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 1783932

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

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

[startup+1198.61 s]
/proc/loadavg: 1.00 1.00 1.15 2/94 21997
/proc/meminfo: memFree=1349768/2055920 swapFree=4172196/4192956
[pid=21982] ppid=21980 vsize=1784832 CPUtime=1200.21
/proc/21982/stat : 21982 (java) S 21980 21982 21610 0 -1 0 118487 0 7 0 119960 61 0 0 16 0 14 0 1163276125 1827667968 105143 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21982/statm: 446208 105143 1421 9 0 443555 0
[pid=21982/tid=21984] ppid=21980 vsize=1784832 CPUtime=1196.73
/proc/21982/task/21984/stat : 21984 (java) R 21980 21982 21610 0 -1 64 37580 0 1 0 119652 21 0 0 25 0 14 0 1163276128 1827667968 105143 1992294400 134512640 134550932 4294955984 18446744073709551615 4109633503 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21985] ppid=21980 vsize=1784832 CPUtime=1.04
/proc/21982/task/21985/stat : 21985 (java) S 21980 21982 21610 0 -1 64 32210 0 2 0 89 15 0 0 16 0 14 0 1163276130 1827667968 105143 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21986] ppid=21980 vsize=1784832 CPUtime=1.05
/proc/21982/task/21986/stat : 21986 (java) S 21980 21982 21610 0 -1 64 45756 0 3 0 83 22 0 0 16 0 14 0 1163276130 1827667968 105143 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21987] ppid=21980 vsize=1784832 CPUtime=0
/proc/21982/task/21987/stat : 21987 (java) S 21980 21982 21610 0 -1 64 8 0 1 0 0 0 0 0 16 0 14 0 1163276132 1827667968 105143 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21988] ppid=21980 vsize=1784832 CPUtime=0
/proc/21982/task/21988/stat : 21988 (java) S 21980 21982 21610 0 -1 64 11 0 0 0 0 0 0 0 17 0 14 0 1163276132 1827667968 105143 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21989] ppid=21980 vsize=1784832 CPUtime=0
/proc/21982/task/21989/stat : 21989 (java) S 21980 21982 21610 0 -1 64 6 0 0 0 0 0 0 0 17 0 14 0 1163276132 1827667968 105143 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21990] ppid=21980 vsize=1784832 CPUtime=0
/proc/21982/task/21990/stat : 21990 (java) S 21980 21982 21610 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 1163276136 1827667968 105143 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21991] ppid=21980 vsize=1784832 CPUtime=0.7
/proc/21982/task/21991/stat : 21991 (java) S 21980 21982 21610 0 -1 64 1179 0 0 0 70 0 0 0 17 0 14 0 1163276136 1827667968 105143 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21992] ppid=21980 vsize=1784832 CPUtime=0.6
/proc/21982/task/21992/stat : 21992 (java) S 21980 21982 21610 0 -1 64 986 0 0 0 60 0 0 0 16 0 14 0 1163276137 1827667968 105143 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21982/tid=21993] ppid=21980 vsize=1784832 CPUtime=0
/proc/21982/task/21993/stat : 21993 (java) S 21980 21982 21610 0 -1 64 2 0 0 0 0 0 0 0 25 0 14 0 1163276137 1827667968 105143 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21994] ppid=21980 vsize=1784832 CPUtime=0
/proc/21982/task/21994/stat : 21994 (java) S 21980 21982 21610 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 1163276137 1827667968 105143 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21982/tid=21995] ppid=21980 vsize=1784832 CPUtime=0
/proc/21982/task/21995/stat : 21995 (java) S 21980 21982 21610 0 -1 64 5 0 0 0 0 0 0 0 24 0 14 0 1163276642 1827667968 105143 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.21
Current children cumulated vsize (KiB) 1784832

Child status: 143
Real time (s): 1198.68
CPU time (s): 1200.29
CPU user time (s): 1199.61
CPU system time (s): 0.681896
CPU usage (%): 100.135
Max. virtual memory (cumulated for all children) (KiB): 1785296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.61
system time used= 0.681896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118488
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24742
involuntary context switches= 27429

runsolver used 1.54176 second user time and 3.98139 second system time

The end

Launcher Data

Begin job on node85 at 2009-04-05 06:35:22
IDJOB=1579327
IDBENCH=70996
IDSOLVER=500
FILE ID=node85/1579327-1238906120
PBS_JOBID= 9101334
Free space on /tmp= 126844 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-20-10p0.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1579327-1238906120/watcher-1579327-1238906120 -o /tmp/evaluation-result-1579327-1238906120/solver-1579327-1238906120 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1579327-1238906120.cnf

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

MD5SUM BENCH= 28e85fc2a4586943a0ffdffa15206b58
RANDOM SEED=118507508

node85.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1767696 kB
Buffers:         11948 kB
Cached:         211620 kB
SwapCached:       9740 kB
Active:          50436 kB
Inactive:       184320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767696 kB
SwapTotal:     4192956 kB
SwapFree:      4172196 kB
Dirty:           30112 kB
Writeback:           0 kB
Mapped:          16868 kB
Slab:            37700 kB
Committed_AS:  2864600 kB
PageTables:       2608 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= 126844 MiB
End job on node85 at 2009-04-05 06:55:23