Trace number 1512643

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.32 1199.95

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S1736471436-014.cnf
MD5SUM88b3ae0f7e2752f0b445f361629fc38e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.5195
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses16000
Sum of the clauses size80000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 516000
Number of clauses of size over 50

Solver Data

0.11/0.38	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/0.38	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.38	c See www.sat4j.org for details.
0.11/0.39	c version 2.1.0.v20090228
0.11/0.39	c sun.arch.data.model	32
0.11/0.39	c java.version	1.6.0_12
0.11/0.39	c os.name	Linux
0.11/0.39	c os.version	2.6.9-22.EL.rootsmp
0.11/0.39	c os.arch	i386
0.11/0.39	c Free memory 1651659224
0.11/0.39	c Max memory 1654456320
0.11/0.39	c Total memory 1654456320
0.11/0.39	c Number of processors 2
0.19/0.44	c c --- Begin Solver configuration ---
0.19/0.44	c Stops conflict analysis at the first Unique Implication Point
0.19/0.44	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.19/0.44	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.19/0.44	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.19/0.44	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.19/0.44	c Expensive reason simplification
0.19/0.44	c Armin Biere (Picosat) restarts strategy
0.19/0.44	c timeout=2147483647s
0.19/0.44	c DB Simplification allowed=true
0.19/0.44	c --- End Solver configuration ---
0.19/0.44	c solving HOME/instance-1512643-1238206539.cnf
0.19/0.44	c reading problem ... 
0.48/0.68	c ... done. Wall clock time 0.239s.
0.48/0.68	c #vars     800
0.48/0.68	c #constraints  16000
0.48/0.68	c constraints type 
0.48/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16000
1200.07/1199.81	c starts		: 944
1200.07/1199.81	c conflicts		: 597699
1200.07/1199.81	c decisions		: 930028
1200.07/1199.81	c propagations		: 43669705
1200.07/1199.81	c inspects		: 3204682990
1200.07/1199.81	c learnt literals	: 0
1200.07/1199.81	c learnt binary clauses	: 0
1200.07/1199.81	c learnt ternary clauses	: 0
1200.07/1199.82	c learnt clauses	: 250377
1200.07/1199.82	c ignored clauses	: 347322
1200.07/1199.82	c root simplifications	: 944
1200.07/1199.82	c removed literals (reason simplification)	: 4253107
1200.07/1199.82	c reason swapping (by a shorter reason)	: 0
1200.07/1199.82	c Calls to reduceDB	: 0
1200.07/1199.82	c speed (assignments/second)	: 36417.67690877174
1200.07/1199.82	c non guided choices	251
1200.07/1199.90	c learnt constraints type 
1200.07/1199.90	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 250388
1200.07/1199.90	s UNKNOWN
1200.07/1199.90	c Total wall clock time (in seconds) : 1199.376

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1512643-1238206539/watcher-1512643-1238206539 -o /tmp/evaluation-result-1512643-1238206539/solver-1512643-1238206539 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1512643-1238206539.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: 0.91 0.95 0.69 2/64 24203
/proc/meminfo: memFree=1041240/2055920 swapFree=4177928/4192956
[pid=24203] ppid=24201 vsize=152 CPUtime=0
/proc/24203/stat : 24203 (java6) D 24201 24203 24132 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 1093320214 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 8905508 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/24203/statm: 38 26 19 9 0 4 0

[startup+0.0782069 s]
/proc/loadavg: 0.91 0.95 0.69 2/64 24203
/proc/meminfo: memFree=1041240/2055920 swapFree=4177928/4192956
[pid=24203] ppid=24201 vsize=12928 CPUtime=0.01
/proc/24203/stat : 24203 (java) R 24201 24203 24132 0 -1 0 373 0 14 0 0 1 0 0 18 0 1 0 1093320214 13238272 194 1992294400 134512640 134550932 4294956000 18446744073709551615 8876842 0 0 4096 0 0 0 0 17 0 0 0
/proc/24203/statm: 3232 194 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.102124 s]
/proc/loadavg: 0.91 0.95 0.69 2/64 24203
/proc/meminfo: memFree=1041240/2055920 swapFree=4177928/4192956
[pid=24203] ppid=24201 vsize=12928 CPUtime=0.02
/proc/24203/stat : 24203 (java) R 24201 24203 24132 0 -1 0 521 0 28 0 0 2 0 0 18 0 1 0 1093320214 13238272 356 1992294400 134512640 134550932 4294956000 18446744073709551615 8876842 0 0 4096 0 0 0 0 17 0 0 0
/proc/24203/statm: 3232 356 138 9 0 1104 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12928

[startup+0.301116 s]
/proc/loadavg: 0.91 0.95 0.69 2/64 24203
/proc/meminfo: memFree=1041240/2055920 swapFree=4177928/4192956
[pid=24203] ppid=24201 vsize=1778560 CPUtime=0.11
/proc/24203/stat : 24203 (java) S 24201 24203 24132 0 -1 0 3720 0 42 0 6 5 0 0 18 0 7 0 1093320214 1821245440 3506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/24203/statm: 444640 3506 1040 9 0 441991 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1778560

[startup+0.702199 s]
/proc/loadavg: 0.91 0.95 0.69 2/64 24203
/proc/meminfo: memFree=1041240/2055920 swapFree=4177928/4192956
[pid=24203] ppid=24201 vsize=1784108 CPUtime=0.63
/proc/24203/stat : 24203 (java) S 24201 24203 24132 0 -1 0 5782 0 42 0 55 8 0 0 18 0 13 0 1093320214 1826926592 5546 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24203/statm: 446027 5546 1382 9 0 443374 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 1784108

[startup+1.50137 s]
/proc/loadavg: 1.00 0.97 0.69 4/77 24216
/proc/meminfo: memFree=1010160/2055920 swapFree=4177928/4192956
[pid=24203] ppid=24201 vsize=1787740 CPUtime=1.77
/proc/24203/stat : 24203 (java) S 24201 24203 24132 0 -1 0 8118 0 42 0 168 9 0 0 18 0 13 0 1093320214 1830645760 6795 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24203/statm: 446935 6795 1407 9 0 444282 0
[pid=24203/tid=24205] ppid=24201 vsize=1787740 CPUtime=0.96
/proc/24203/task/24205/stat : 24205 (java) R 24201 24203 24132 0 -1 64 4585 0 12 0 92 4 0 0 19 0 13 0 1093320225 1830645760 6795 1992294400 134512640 134550932 4294956000 18446744073709551615 4109133786 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24206] ppid=24201 vsize=1787740 CPUtime=0
/proc/24203/task/24206/stat : 24206 (java) S 24201 24203 24132 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 1093320230 1830645760 6795 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24207] ppid=24201 vsize=1787740 CPUtime=0
/proc/24203/task/24207/stat : 24207 (java) S 24201 24203 24132 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1093320230 1830645760 6795 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24208] ppid=24201 vsize=1787740 CPUtime=0
/proc/24203/task/24208/stat : 24208 (java) S 24201 24203 24132 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1093320234 1830645760 6795 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24209] ppid=24201 vsize=1787740 CPUtime=0
/proc/24203/task/24209/stat : 24209 (java) S 24201 24203 24132 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1093320235 1830645760 6795 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24210] ppid=24201 vsize=1787740 CPUtime=0
/proc/24203/task/24210/stat : 24210 (java) S 24201 24203 24132 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1093320235 1830645760 6795 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24211] ppid=24201 vsize=1787740 CPUtime=0
/proc/24203/task/24211/stat : 24211 (java) S 24201 24203 24132 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1093320245 1830645760 6795 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24212] ppid=24201 vsize=1787740 CPUtime=0.41
/proc/24203/task/24212/stat : 24212 (java) S 24201 24203 24132 0 -1 64 1305 0 0 0 41 0 0 0 15 0 13 0 1093320245 1830645760 6795 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24213] ppid=24201 vsize=1787740 CPUtime=0.34
/proc/24203/task/24213/stat : 24213 (java) S 24201 24203 24132 0 -1 64 1514 0 0 0 34 0 0 0 16 0 13 0 1093320245 1830645760 6795 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24214] ppid=24201 vsize=1787740 CPUtime=0
/proc/24203/task/24214/stat : 24214 (java) S 24201 24203 24132 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1093320245 1830645760 6795 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24215] ppid=24201 vsize=1787740 CPUtime=0
/proc/24203/task/24215/stat : 24215 (java) S 24201 24203 24132 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1093320245 1830645760 6795 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24216] ppid=24201 vsize=1787740 CPUtime=0
/proc/24203/task/24216/stat : 24216 (java) S 24201 24203 24132 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1093320283 1830645760 6795 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 1787740

[startup+3.10171 s]
/proc/loadavg: 1.00 0.97 0.69 2/77 24216
/proc/meminfo: memFree=1007792/2055920 swapFree=4177928/4192956
[pid=24203] ppid=24201 vsize=1787740 CPUtime=3.46
/proc/24203/stat : 24203 (java) S 24201 24203 24132 0 -1 0 8992 0 42 0 336 10 0 0 18 0 13 0 1093320214 1830645760 7503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24203/statm: 446935 7503 1411 9 0 444282 0
[pid=24203/tid=24205] ppid=24201 vsize=1787740 CPUtime=2.57
/proc/24203/task/24205/stat : 24205 (java) R 24201 24203 24132 0 -1 64 5281 0 12 0 252 5 0 0 24 0 13 0 1093320225 1830645760 7503 1992294400 134512640 134550932 4294956000 18446744073709551615 4109476011 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24206] ppid=24201 vsize=1787740 CPUtime=0
/proc/24203/task/24206/stat : 24206 (java) S 24201 24203 24132 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 1093320230 1830645760 7503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24207] ppid=24201 vsize=1787740 CPUtime=0
/proc/24203/task/24207/stat : 24207 (java) S 24201 24203 24132 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1093320230 1830645760 7503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24208] ppid=24201 vsize=1787740 CPUtime=0
/proc/24203/task/24208/stat : 24208 (java) S 24201 24203 24132 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1093320234 1830645760 7503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24209] ppid=24201 vsize=1787740 CPUtime=0
/proc/24203/task/24209/stat : 24209 (java) S 24201 24203 24132 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1093320235 1830645760 7503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24210] ppid=24201 vsize=1787740 CPUtime=0
/proc/24203/task/24210/stat : 24210 (java) S 24201 24203 24132 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1093320235 1830645760 7503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24211] ppid=24201 vsize=1787740 CPUtime=0
/proc/24203/task/24211/stat : 24211 (java) S 24201 24203 24132 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1093320245 1830645760 7503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24212] ppid=24201 vsize=1787740 CPUtime=0.42
/proc/24203/task/24212/stat : 24212 (java) S 24201 24203 24132 0 -1 64 1305 0 0 0 42 0 0 0 16 0 13 0 1093320245 1830645760 7503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24213] ppid=24201 vsize=1787740 CPUtime=0.42
/proc/24203/task/24213/stat : 24213 (java) S 24201 24203 24132 0 -1 64 1691 0 0 0 41 1 0 0 16 0 13 0 1093320245 1830645760 7503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24214] ppid=24201 vsize=1787740 CPUtime=0
/proc/24203/task/24214/stat : 24214 (java) S 24201 24203 24132 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1093320245 1830645760 7503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24215] ppid=24201 vsize=1787740 CPUtime=0
/proc/24203/task/24215/stat : 24215 (java) S 24201 24203 24132 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1093320245 1830645760 7503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24216] ppid=24201 vsize=1787740 CPUtime=0
/proc/24203/task/24216/stat : 24216 (java) S 24201 24203 24132 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1093320283 1830645760 7503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 1787740

[startup+6.30239 s]
/proc/loadavg: 1.00 0.97 0.69 2/77 24216
/proc/meminfo: memFree=1002672/2055920 swapFree=4177928/4192956
[pid=24203] ppid=24201 vsize=1786972 CPUtime=6.68
/proc/24203/stat : 24203 (java) S 24201 24203 24132 0 -1 0 10138 0 42 0 657 11 0 0 18 0 13 0 1093320214 1829859328 8455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24203/statm: 446743 8455 1411 9 0 444090 0
[pid=24203/tid=24205] ppid=24201 vsize=1786972 CPUtime=5.77
/proc/24203/task/24205/stat : 24205 (java) R 24201 24203 24132 0 -1 64 6427 0 12 0 571 6 0 0 25 0 13 0 1093320225 1829859328 8455 1992294400 134512640 134550932 4294956000 18446744073709551615 4109509934 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24206] ppid=24201 vsize=1786972 CPUtime=0
/proc/24203/task/24206/stat : 24206 (java) S 24201 24203 24132 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 1093320230 1829859328 8455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24207] ppid=24201 vsize=1786972 CPUtime=0
/proc/24203/task/24207/stat : 24207 (java) S 24201 24203 24132 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1093320230 1829859328 8455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24208] ppid=24201 vsize=1786972 CPUtime=0
/proc/24203/task/24208/stat : 24208 (java) S 24201 24203 24132 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1093320234 1829859328 8455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24209] ppid=24201 vsize=1786972 CPUtime=0
/proc/24203/task/24209/stat : 24209 (java) S 24201 24203 24132 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1093320235 1829859328 8455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24210] ppid=24201 vsize=1786972 CPUtime=0
/proc/24203/task/24210/stat : 24210 (java) S 24201 24203 24132 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1093320235 1829859328 8455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24211] ppid=24201 vsize=1786972 CPUtime=0
/proc/24203/task/24211/stat : 24211 (java) S 24201 24203 24132 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1093320245 1829859328 8455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24212] ppid=24201 vsize=1786972 CPUtime=0.43
/proc/24203/task/24212/stat : 24212 (java) S 24201 24203 24132 0 -1 64 1305 0 0 0 43 0 0 0 16 0 13 0 1093320245 1829859328 8455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24213] ppid=24201 vsize=1786972 CPUtime=0.43
/proc/24203/task/24213/stat : 24213 (java) S 24201 24203 24132 0 -1 64 1691 0 0 0 42 1 0 0 16 0 13 0 1093320245 1829859328 8455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24214] ppid=24201 vsize=1786972 CPUtime=0
/proc/24203/task/24214/stat : 24214 (java) S 24201 24203 24132 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1093320245 1829859328 8455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24215] ppid=24201 vsize=1786972 CPUtime=0
/proc/24203/task/24215/stat : 24215 (java) S 24201 24203 24132 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1093320245 1829859328 8455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24216] ppid=24201 vsize=1786972 CPUtime=0
/proc/24203/task/24216/stat : 24216 (java) S 24201 24203 24132 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1093320283 1829859328 8455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 1786972

[startup+12.7018 s]
/proc/loadavg: 1.00 0.97 0.70 2/77 24216
/proc/meminfo: memFree=996336/2055920 swapFree=4177928/4192956
[pid=24203] ppid=24201 vsize=1785908 CPUtime=13.09
/proc/24203/stat : 24203 (java) S 24201 24203 24132 0 -1 0 11992 0 42 0 1297 12 0 0 18 0 13 0 1093320214 1828769792 10042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24203/statm: 446477 10042 1411 9 0 443824 0
[pid=24203/tid=24205] ppid=24201 vsize=1785908 CPUtime=12.16
/proc/24203/task/24205/stat : 24205 (java) R 24201 24203 24132 0 -1 64 8278 0 12 0 1209 7 0 0 25 0 13 0 1093320225 1828769792 10042 1992294400 134512640 134550932 4294956000 18446744073709551615 4109655386 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24206] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24206/stat : 24206 (java) S 24201 24203 24132 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 1093320230 1828769792 10042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24207] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24207/stat : 24207 (java) S 24201 24203 24132 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1093320230 1828769792 10042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24208] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24208/stat : 24208 (java) S 24201 24203 24132 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1093320234 1828769792 10042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24209] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24209/stat : 24209 (java) S 24201 24203 24132 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1093320235 1828769792 10042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24210] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24210/stat : 24210 (java) S 24201 24203 24132 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1093320235 1828769792 10042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24211] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24211/stat : 24211 (java) S 24201 24203 24132 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1093320245 1828769792 10042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24212] ppid=24201 vsize=1785908 CPUtime=0.44
/proc/24203/task/24212/stat : 24212 (java) S 24201 24203 24132 0 -1 64 1305 0 0 0 44 0 0 0 16 0 13 0 1093320245 1828769792 10042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24213] ppid=24201 vsize=1785908 CPUtime=0.44
/proc/24203/task/24213/stat : 24213 (java) S 24201 24203 24132 0 -1 64 1694 0 0 0 43 1 0 0 16 0 13 0 1093320245 1828769792 10042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24214] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24214/stat : 24214 (java) S 24201 24203 24132 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1093320245 1828769792 10042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24215] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24215/stat : 24215 (java) S 24201 24203 24132 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1093320245 1828769792 10042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24216] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24216/stat : 24216 (java) S 24201 24203 24132 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1093320283 1828769792 10042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.09
Current children cumulated vsize (KiB) 1785908

[startup+25.5025 s]
/proc/loadavg: 1.00 0.97 0.70 2/77 24216
/proc/meminfo: memFree=984688/2055920 swapFree=4177928/4192956
[pid=24203] ppid=24201 vsize=1785908 CPUtime=25.89
/proc/24203/stat : 24203 (java) S 24201 24203 24132 0 -1 0 14802 0 42 0 2574 15 0 0 18 0 13 0 1093320214 1828769792 12852 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24203/statm: 446477 12852 1411 9 0 443824 0
[pid=24203/tid=24205] ppid=24201 vsize=1785908 CPUtime=24.95
/proc/24203/task/24205/stat : 24205 (java) R 24201 24203 24132 0 -1 64 11087 0 12 0 2485 10 0 0 25 0 13 0 1093320225 1828769792 12852 1992294400 134512640 134550932 4294956000 18446744073709551615 4109543692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24206] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24206/stat : 24206 (java) S 24201 24203 24132 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 1093320230 1828769792 12852 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24207] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24207/stat : 24207 (java) S 24201 24203 24132 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1093320230 1828769792 12852 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=24203/tid=24208] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24208/stat : 24208 (java) S 24201 24203 24132 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1093320234 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24209] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24209/stat : 24209 (java) S 24201 24203 24132 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1093320235 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24210] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24210/stat : 24210 (java) S 24201 24203 24132 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1093320235 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24211] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24211/stat : 24211 (java) S 24201 24203 24132 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1093320245 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24212] ppid=24201 vsize=1785908 CPUtime=0.46
/proc/24203/task/24212/stat : 24212 (java) S 24201 24203 24132 0 -1 64 1307 0 0 0 46 0 0 0 17 0 13 0 1093320245 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24213] ppid=24201 vsize=1785908 CPUtime=0.44
/proc/24203/task/24213/stat : 24213 (java) S 24201 24203 24132 0 -1 64 1694 0 0 0 43 1 0 0 16 0 13 0 1093320245 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24214] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24214/stat : 24214 (java) S 24201 24203 24132 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1093320245 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24215] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24215/stat : 24215 (java) S 24201 24203 24132 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1093320245 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24216] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24216/stat : 24216 (java) S 24201 24203 24132 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1093320283 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1002.44
Current children cumulated vsize (KiB) 1785908

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.87 2/77 24216
/proc/meminfo: memFree=843504/2055920 swapFree=4177928/4192956
[pid=24203] ppid=24201 vsize=1785908 CPUtime=1062.42
/proc/24203/stat : 24203 (java) S 24201 24203 24132 0 -1 0 50585 0 42 0 106188 54 0 0 18 0 13 0 1093320214 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24203/statm: 446477 47945 1420 9 0 443824 0
[pid=24203/tid=24205] ppid=24201 vsize=1785908 CPUtime=1061.27
/proc/24203/task/24205/stat : 24205 (java) R 24201 24203 24132 0 -1 64 37558 0 12 0 106083 44 0 0 25 0 13 0 1093320225 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4109509934 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24206] ppid=24201 vsize=1785908 CPUtime=0.08
/proc/24203/task/24206/stat : 24206 (java) S 24201 24203 24132 0 -1 64 3816 0 0 0 7 1 0 0 16 0 13 0 1093320230 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24207] ppid=24201 vsize=1785908 CPUtime=0.08
/proc/24203/task/24207/stat : 24207 (java) S 24201 24203 24132 0 -1 64 5488 0 0 0 6 2 0 0 17 0 13 0 1093320230 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24208] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24208/stat : 24208 (java) S 24201 24203 24132 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1093320234 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24209] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24209/stat : 24209 (java) S 24201 24203 24132 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1093320235 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24210] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24210/stat : 24210 (java) S 24201 24203 24132 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1093320235 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24211] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24211/stat : 24211 (java) S 24201 24203 24132 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1093320245 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24212] ppid=24201 vsize=1785908 CPUtime=0.46
/proc/24203/task/24212/stat : 24212 (java) S 24201 24203 24132 0 -1 64 1307 0 0 0 46 0 0 0 17 0 13 0 1093320245 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24213] ppid=24201 vsize=1785908 CPUtime=0.44
/proc/24203/task/24213/stat : 24213 (java) S 24201 24203 24132 0 -1 64 1694 0 0 0 43 1 0 0 16 0 13 0 1093320245 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24214] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24214/stat : 24214 (java) S 24201 24203 24132 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1093320245 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24215] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24215/stat : 24215 (java) S 24201 24203 24132 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1093320245 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24216] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24216/stat : 24216 (java) S 24201 24203 24132 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1093320283 1828769792 47945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.42
Current children cumulated vsize (KiB) 1785908

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.87 2/77 24216
/proc/meminfo: memFree=786160/2055920 swapFree=4177928/4192956
[pid=24203] ppid=24201 vsize=1785908 CPUtime=1122.6
/proc/24203/stat : 24203 (java) S 24201 24203 24132 0 -1 0 66659 0 42 0 112199 61 0 0 18 0 13 0 1093320214 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24203/statm: 446477 62279 1420 9 0 443824 0
[pid=24203/tid=24205] ppid=24201 vsize=1785908 CPUtime=1121.04
/proc/24203/task/24205/stat : 24205 (java) R 24201 24203 24132 0 -1 64 37559 0 12 0 112060 44 0 0 25 0 13 0 1093320225 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4109608080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24206] ppid=24201 vsize=1785908 CPUtime=0.3
/proc/24203/task/24206/stat : 24206 (java) S 24201 24203 24132 0 -1 64 11804 0 0 0 25 5 0 0 16 0 13 0 1093320230 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24207] ppid=24201 vsize=1785908 CPUtime=0.29
/proc/24203/task/24207/stat : 24207 (java) S 24201 24203 24132 0 -1 64 13573 0 0 0 22 7 0 0 18 0 13 0 1093320230 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24208] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24208/stat : 24208 (java) S 24201 24203 24132 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1093320234 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24209] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24209/stat : 24209 (java) S 24201 24203 24132 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1093320235 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24210] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24210/stat : 24210 (java) S 24201 24203 24132 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1093320235 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24211] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24211/stat : 24211 (java) S 24201 24203 24132 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1093320245 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24212] ppid=24201 vsize=1785908 CPUtime=0.46
/proc/24203/task/24212/stat : 24212 (java) S 24201 24203 24132 0 -1 64 1307 0 0 0 46 0 0 0 17 0 13 0 1093320245 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24213] ppid=24201 vsize=1785908 CPUtime=0.44
/proc/24203/task/24213/stat : 24213 (java) S 24201 24203 24132 0 -1 64 1694 0 0 0 43 1 0 0 16 0 13 0 1093320245 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24214] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24214/stat : 24214 (java) S 24201 24203 24132 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1093320245 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24215] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24215/stat : 24215 (java) S 24201 24203 24132 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1093320245 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24216] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24216/stat : 24216 (java) S 24201 24203 24132 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1093320283 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.6
Current children cumulated vsize (KiB) 1785908

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.88 2/77 24216
/proc/meminfo: memFree=786160/2055920 swapFree=4177928/4192956
[pid=24203] ppid=24201 vsize=1785908 CPUtime=1182.58
/proc/24203/stat : 24203 (java) S 24201 24203 24132 0 -1 0 66659 0 42 0 118197 61 0 0 18 0 13 0 1093320214 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24203/statm: 446477 62279 1420 9 0 443824 0
[pid=24203/tid=24205] ppid=24201 vsize=1785908 CPUtime=1181.02
/proc/24203/task/24205/stat : 24205 (java) R 24201 24203 24132 0 -1 64 37559 0 12 0 118058 44 0 0 25 0 13 0 1093320225 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4109509484 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24206] ppid=24201 vsize=1785908 CPUtime=0.3
/proc/24203/task/24206/stat : 24206 (java) S 24201 24203 24132 0 -1 64 11804 0 0 0 25 5 0 0 16 0 13 0 1093320230 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24207] ppid=24201 vsize=1785908 CPUtime=0.29
/proc/24203/task/24207/stat : 24207 (java) S 24201 24203 24132 0 -1 64 13573 0 0 0 22 7 0 0 18 0 13 0 1093320230 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24208] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24208/stat : 24208 (java) S 24201 24203 24132 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1093320234 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24209] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24209/stat : 24209 (java) S 24201 24203 24132 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1093320235 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24210] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24210/stat : 24210 (java) S 24201 24203 24132 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1093320235 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24211] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24211/stat : 24211 (java) S 24201 24203 24132 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1093320245 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24212] ppid=24201 vsize=1785908 CPUtime=0.46
/proc/24203/task/24212/stat : 24212 (java) S 24201 24203 24132 0 -1 64 1307 0 0 0 46 0 0 0 17 0 13 0 1093320245 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24213] ppid=24201 vsize=1785908 CPUtime=0.44
/proc/24203/task/24213/stat : 24213 (java) S 24201 24203 24132 0 -1 64 1694 0 0 0 43 1 0 0 16 0 13 0 1093320245 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24214] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24214/stat : 24214 (java) S 24201 24203 24132 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1093320245 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24215] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24215/stat : 24215 (java) S 24201 24203 24132 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1093320245 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24216] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24216/stat : 24216 (java) S 24201 24203 24132 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1093320283 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.58
Current children cumulated vsize (KiB) 1785908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.8 s]
/proc/loadavg: 1.00 0.97 0.88 2/77 24216
/proc/meminfo: memFree=786096/2055920 swapFree=4177928/4192956
[pid=24203] ppid=24201 vsize=1785908 CPUtime=1200.07
/proc/24203/stat : 24203 (java) S 24201 24203 24132 0 -1 0 66659 0 42 0 119946 61 0 0 18 0 13 0 1093320214 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24203/statm: 446477 62279 1420 9 0 443824 0
[pid=24203/tid=24205] ppid=24201 vsize=1785908 CPUtime=1198.51
/proc/24203/task/24205/stat : 24205 (java) R 24201 24203 24132 0 -1 64 37559 0 12 0 119807 44 0 0 25 0 13 0 1093320225 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4109509857 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24206] ppid=24201 vsize=1785908 CPUtime=0.3
/proc/24203/task/24206/stat : 24206 (java) S 24201 24203 24132 0 -1 64 11804 0 0 0 25 5 0 0 16 0 13 0 1093320230 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24207] ppid=24201 vsize=1785908 CPUtime=0.29
/proc/24203/task/24207/stat : 24207 (java) S 24201 24203 24132 0 -1 64 13573 0 0 0 22 7 0 0 18 0 13 0 1093320230 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24208] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24208/stat : 24208 (java) S 24201 24203 24132 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1093320234 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24209] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24209/stat : 24209 (java) S 24201 24203 24132 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1093320235 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24210] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24210/stat : 24210 (java) S 24201 24203 24132 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1093320235 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24211] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24211/stat : 24211 (java) S 24201 24203 24132 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1093320245 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24212] ppid=24201 vsize=1785908 CPUtime=0.46
/proc/24203/task/24212/stat : 24212 (java) S 24201 24203 24132 0 -1 64 1307 0 0 0 46 0 0 0 17 0 13 0 1093320245 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24203/tid=24213] ppid=24201 vsize=1785908 CPUtime=0.44
/proc/24203/task/24213/stat : 24213 (java) S 24201 24203 24132 0 -1 64 1694 0 0 0 43 1 0 0 16 0 13 0 1093320245 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24214] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24214/stat : 24214 (java) S 24201 24203 24132 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1093320245 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24215] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24215/stat : 24215 (java) R 24201 24203 24132 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1093320245 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24203/tid=24216] ppid=24201 vsize=1785908 CPUtime=0
/proc/24203/task/24216/stat : 24216 (java) S 24201 24203 24132 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1093320283 1828769792 62279 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1785908

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

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

[startup+1199.91 s]
/proc/loadavg: 1.00 0.97 0.88 2/77 24216
/proc/meminfo: memFree=786096/2055920 swapFree=4177928/4192956
[pid=24203] ppid=24201 vsize=0 CPUtime=1200.27
/proc/24203/stat : 24203 (java) Z 24201 24203 24132 0 -1 1036 66705 0 42 0 119966 61 0 0 15 0 2 0 1093320214 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24203/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1199.95
CPU time (s): 1200.32
CPU user time (s): 1199.66
CPU system time (s): 0.6549
CPU usage (%): 100.03
Max. virtual memory (cumulated for all children) (KiB): 1788208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.66
system time used= 0.6549
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66705
page faults= 42
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25025
involuntary context switches= 2876

runsolver used 1.42078 second user time and 2.96055 second system time

The end

Launcher Data

Begin job on node10 at 2009-03-28 03:15:39
IDJOB=1512643
IDBENCH=70197
IDSOLVER=500
FILE ID=node10/1512643-1238206539
PBS_JOBID= 9060554
Free space on /tmp= 65600 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/800/unif-k5-r20-v800-c16000-S1736471436-014.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1512643-1238206539/watcher-1512643-1238206539 -o /tmp/evaluation-result-1512643-1238206539/solver-1512643-1238206539 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1512643-1238206539.cnf

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

MD5SUM BENCH= 88b3ae0f7e2752f0b445f361629fc38e
RANDOM SEED=1220455083

node10.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.272
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.272
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:       1041720 kB
Buffers:         78968 kB
Cached:         848292 kB
SwapCached:       8896 kB
Active:         164236 kB
Inactive:       773996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1041720 kB
SwapTotal:     4192956 kB
SwapFree:      4177928 kB
Dirty:             592 kB
Writeback:           0 kB
Mapped:          16588 kB
Slab:            62000 kB
Committed_AS:  2781956 kB
PageTables:       1380 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= 65600 MiB
End job on node10 at 2009-03-28 03:35:41