Trace number 1512523

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.36 1200

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1000/
unif-k5-r20-v1000-c20000-S1284372491-036.cnf
MD5SUM2936351992cd53f891ea98e5e0e8663e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark86.4999
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
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 520000
Number of clauses of size over 50

Solver Data

0.14/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.14/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.32	c See www.sat4j.org for details.
0.14/0.34	c version 2.1.0.v20090228
0.14/0.34	c sun.arch.data.model	32
0.14/0.34	c java.version	1.6.0_12
0.14/0.34	c os.name	Linux
0.14/0.34	c os.version	2.6.9-22.EL.rootsmp
0.14/0.34	c os.arch	i386
0.14/0.34	c Free memory 1651659224
0.14/0.34	c Max memory 1654456320
0.14/0.34	c Total memory 1654456320
0.14/0.34	c Number of processors 2
0.14/0.38	c c --- Begin Solver configuration ---
0.14/0.38	c Stops conflict analysis at the first Unique Implication Point
0.14/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.14/0.38	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.14/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.14/0.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.14/0.38	c Expensive reason simplification
0.14/0.38	c Armin Biere (Picosat) restarts strategy
0.14/0.38	c timeout=2147483647s
0.14/0.38	c DB Simplification allowed=true
0.14/0.38	c --- End Solver configuration ---
0.14/0.38	c solving HOME/instance-1512523-1238205324.cnf
0.14/0.38	c reading problem ... 
0.57/0.63	c ... done. Wall clock time 0.249s.
0.57/0.63	c #vars     1000
0.57/0.63	c #constraints  20000
0.57/0.63	c constraints type 
0.57/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20000
1200.06/1199.81	c starts		: 942
1200.06/1199.81	c conflicts		: 590017
1200.06/1199.81	c decisions		: 975334
1200.06/1199.81	c propagations		: 50084691
1200.06/1199.81	c inspects		: 3171163961
1200.06/1199.81	c learnt literals	: 0
1200.06/1199.81	c learnt binary clauses	: 0
1200.06/1199.81	c learnt ternary clauses	: 0
1200.06/1199.81	c learnt clauses	: 273953
1200.06/1199.81	c ignored clauses	: 316065
1200.06/1199.81	c root simplifications	: 942
1200.06/1199.81	c removed literals (reason simplification)	: 4532692
1200.06/1199.81	c reason swapping (by a shorter reason)	: 0
1200.06/1199.81	c Calls to reduceDB	: 0
1200.06/1199.81	c speed (assignments/second)	: 41765.83395806631
1200.06/1199.81	c non guided choices	303
1200.06/1199.90	c learnt constraints type 
1200.06/1199.90	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 273962
1200.06/1199.90	s UNKNOWN
1200.06/1199.90	c Total wall clock time (in seconds) : 1199.429

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-1512523-1238205324/watcher-1512523-1238205324 -o /tmp/evaluation-result-1512523-1238205324/solver-1512523-1238205324 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1512523-1238205324.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.00 0.00 0.00 3/76 16879
/proc/meminfo: memFree=1397128/2055920 swapFree=4173544/4192956
[pid=16879] ppid=16877 vsize=152 CPUtime=0
/proc/16879/stat : 16879 (java6) R 16877 16879 16842 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 1093193690 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 5685547 0 0 4096 0 0 0 0 17 1 0 0
/proc/16879/statm: 38 26 19 9 0 4 0

[startup+0.051613 s]
/proc/loadavg: 0.00 0.00 0.00 3/76 16879
/proc/meminfo: memFree=1397128/2055920 swapFree=4173544/4192956
[pid=16879] ppid=16877 vsize=200 CPUtime=0
/proc/16879/stat : 16879 (java) R 16877 16879 16842 0 -1 0 208 0 3 0 0 0 0 0 18 0 1 0 1093193690 204800 33 1992294400 134512640 134550932 4294956000 18446744073709551615 5648136 0 0 4096 0 0 0 0 17 0 0 0
/proc/16879/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.101731 s]
/proc/loadavg: 0.00 0.00 0.00 3/76 16879
/proc/meminfo: memFree=1397128/2055920 swapFree=4173544/4192956
[pid=16879] ppid=16877 vsize=12928 CPUtime=0.02
/proc/16879/stat : 16879 (java) R 16877 16879 16842 0 -1 0 382 0 26 0 0 2 0 0 18 0 1 0 1093193690 13238272 215 1992294400 134512640 134550932 4294956000 18446744073709551615 5657386 0 0 4096 0 0 0 0 17 0 0 0
/proc/16879/statm: 3232 215 136 9 0 1104 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12928

[startup+0.302821 s]
/proc/loadavg: 0.00 0.00 0.00 3/76 16879
/proc/meminfo: memFree=1397128/2055920 swapFree=4173544/4192956
[pid=16879] ppid=16877 vsize=1780924 CPUtime=0.14
/proc/16879/stat : 16879 (java) S 16877 16879 16842 0 -1 0 3882 0 145 0 9 5 0 0 18 0 12 0 1093193690 1823666176 3769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16879/statm: 445231 3769 1073 9 0 442578 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 1780924

[startup+0.702862 s]
/proc/loadavg: 0.00 0.00 0.00 3/76 16879
/proc/meminfo: memFree=1397128/2055920 swapFree=4173544/4192956
[pid=16879] ppid=16877 vsize=1785016 CPUtime=0.73
/proc/16879/stat : 16879 (java) S 16877 16879 16842 0 -1 0 6016 0 145 0 67 6 0 0 18 0 13 0 1093193690 1827856384 5842 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16879/statm: 446254 5842 1382 9 0 443601 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1785016

[startup+1.50194 s]
/proc/loadavg: 0.16 0.03 0.01 3/89 16892
/proc/meminfo: memFree=1364960/2055920 swapFree=4173544/4192956
[pid=16879] ppid=16877 vsize=1787424 CPUtime=1.83
/proc/16879/stat : 16879 (java) S 16877 16879 16842 0 -1 0 7878 0 145 0 176 7 0 0 18 0 13 0 1093193690 1830322176 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16879/statm: 446856 6898 1407 9 0 444203 0
[pid=16879/tid=16881] ppid=16877 vsize=1787424 CPUtime=1.05
/proc/16879/task/16881/stat : 16881 (java) R 16877 16879 16842 0 -1 64 4657 0 112 0 102 3 0 0 22 0 13 0 1093193702 1830322176 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4109618111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16882] ppid=16877 vsize=1787424 CPUtime=0
/proc/16879/task/16882/stat : 16882 (java) S 16877 16879 16842 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1093193705 1830322176 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16883] ppid=16877 vsize=1787424 CPUtime=0
/proc/16879/task/16883/stat : 16883 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1093193705 1830322176 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16884] ppid=16877 vsize=1787424 CPUtime=0
/proc/16879/task/16884/stat : 16884 (java) S 16877 16879 16842 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 1093193708 1830322176 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16885] ppid=16877 vsize=1787424 CPUtime=0
/proc/16879/task/16885/stat : 16885 (java) S 16877 16879 16842 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 1093193709 1830322176 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16886] ppid=16877 vsize=1787424 CPUtime=0
/proc/16879/task/16886/stat : 16886 (java) S 16877 16879 16842 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 1093193709 1830322176 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16887] ppid=16877 vsize=1787424 CPUtime=0
/proc/16879/task/16887/stat : 16887 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1093193716 1830322176 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16888] ppid=16877 vsize=1787424 CPUtime=0.41
/proc/16879/task/16888/stat : 16888 (java) S 16877 16879 16842 0 -1 64 1369 0 0 0 41 0 0 0 15 0 13 0 1093193716 1830322176 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16889] ppid=16877 vsize=1787424 CPUtime=0.32
/proc/16879/task/16889/stat : 16889 (java) S 16877 16879 16842 0 -1 64 1136 0 0 0 32 0 0 0 17 0 13 0 1093193716 1830322176 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16890] ppid=16877 vsize=1787424 CPUtime=0
/proc/16879/task/16890/stat : 16890 (java) S 16877 16879 16842 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1093193716 1830322176 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16891] ppid=16877 vsize=1787424 CPUtime=0
/proc/16879/task/16891/stat : 16891 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1093193716 1830322176 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16892] ppid=16877 vsize=1787424 CPUtime=0
/proc/16879/task/16892/stat : 16892 (java) S 16877 16879 16842 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 1093193755 1830322176 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 1787424

[startup+3.10106 s]
/proc/loadavg: 0.16 0.03 0.01 2/89 16892
/proc/meminfo: memFree=1362784/2055920 swapFree=4173544/4192956
[pid=16879] ppid=16877 vsize=1787424 CPUtime=3.5
/proc/16879/stat : 16879 (java) S 16877 16879 16842 0 -1 0 8564 0 145 0 342 8 0 0 18 0 13 0 1093193690 1830322176 7583 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16879/statm: 446856 7583 1411 9 0 444203 0
[pid=16879/tid=16881] ppid=16877 vsize=1787424 CPUtime=2.63
/proc/16879/task/16881/stat : 16881 (java) R 16877 16879 16842 0 -1 64 5333 0 112 0 260 3 0 0 24 0 13 0 1093193702 1830322176 7583 1992294400 134512640 134550932 4294956000 18446744073709551615 4109512587 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16882] ppid=16877 vsize=1787424 CPUtime=0
/proc/16879/task/16882/stat : 16882 (java) S 16877 16879 16842 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1093193705 1830322176 7583 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16883] ppid=16877 vsize=1787424 CPUtime=0
/proc/16879/task/16883/stat : 16883 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1093193705 1830322176 7583 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16884] ppid=16877 vsize=1787424 CPUtime=0
/proc/16879/task/16884/stat : 16884 (java) S 16877 16879 16842 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1093193708 1830322176 7583 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16885] ppid=16877 vsize=1787424 CPUtime=0
/proc/16879/task/16885/stat : 16885 (java) S 16877 16879 16842 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 1093193709 1830322176 7583 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16886] ppid=16877 vsize=1787424 CPUtime=0
/proc/16879/task/16886/stat : 16886 (java) S 16877 16879 16842 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 1093193709 1830322176 7583 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16887] ppid=16877 vsize=1787424 CPUtime=0
/proc/16879/task/16887/stat : 16887 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1093193716 1830322176 7583 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16888] ppid=16877 vsize=1787424 CPUtime=0.48
/proc/16879/task/16888/stat : 16888 (java) S 16877 16879 16842 0 -1 64 1379 0 0 0 48 0 0 0 16 0 13 0 1093193716 1830322176 7583 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16889] ppid=16877 vsize=1787424 CPUtime=0.32
/proc/16879/task/16889/stat : 16889 (java) S 16877 16879 16842 0 -1 64 1136 0 0 0 32 0 0 0 17 0 13 0 1093193716 1830322176 7583 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16890] ppid=16877 vsize=1787424 CPUtime=0
/proc/16879/task/16890/stat : 16890 (java) S 16877 16879 16842 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1093193716 1830322176 7583 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16891] ppid=16877 vsize=1787424 CPUtime=0
/proc/16879/task/16891/stat : 16891 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1093193716 1830322176 7583 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16892] ppid=16877 vsize=1787424 CPUtime=0
/proc/16879/task/16892/stat : 16892 (java) S 16877 16879 16842 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 1093193755 1830322176 7583 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 1787424

[startup+6.30232 s]
/proc/loadavg: 0.16 0.03 0.01 2/89 16892
/proc/meminfo: memFree=1357344/2055920 swapFree=4173544/4192956
[pid=16879] ppid=16877 vsize=1787264 CPUtime=6.7
/proc/16879/stat : 16879 (java) S 16877 16879 16842 0 -1 0 9778 0 145 0 661 9 0 0 18 0 13 0 1093193690 1830158336 8758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16879/statm: 446816 8758 1411 9 0 444163 0
[pid=16879/tid=16881] ppid=16877 vsize=1787264 CPUtime=5.81
/proc/16879/task/16881/stat : 16881 (java) R 16877 16879 16842 0 -1 64 6546 0 112 0 577 4 0 0 25 0 13 0 1093193702 1830158336 8758 1992294400 134512640 134550932 4294956000 18446744073709551615 4109618081 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16882] ppid=16877 vsize=1787264 CPUtime=0
/proc/16879/task/16882/stat : 16882 (java) S 16877 16879 16842 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1093193705 1830158336 8758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16883] ppid=16877 vsize=1787264 CPUtime=0
/proc/16879/task/16883/stat : 16883 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1093193705 1830158336 8758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16884] ppid=16877 vsize=1787264 CPUtime=0
/proc/16879/task/16884/stat : 16884 (java) S 16877 16879 16842 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1093193708 1830158336 8758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16885] ppid=16877 vsize=1787264 CPUtime=0
/proc/16879/task/16885/stat : 16885 (java) S 16877 16879 16842 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 1093193709 1830158336 8758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16886] ppid=16877 vsize=1787264 CPUtime=0
/proc/16879/task/16886/stat : 16886 (java) S 16877 16879 16842 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 1093193709 1830158336 8758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16887] ppid=16877 vsize=1787264 CPUtime=0
/proc/16879/task/16887/stat : 16887 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1093193716 1830158336 8758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16888] ppid=16877 vsize=1787264 CPUtime=0.49
/proc/16879/task/16888/stat : 16888 (java) S 16877 16879 16842 0 -1 64 1379 0 0 0 49 0 0 0 17 0 13 0 1093193716 1830158336 8758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16889] ppid=16877 vsize=1787264 CPUtime=0.33
/proc/16879/task/16889/stat : 16889 (java) S 16877 16879 16842 0 -1 64 1137 0 0 0 33 0 0 0 17 0 13 0 1093193716 1830158336 8758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16890] ppid=16877 vsize=1787264 CPUtime=0
/proc/16879/task/16890/stat : 16890 (java) S 16877 16879 16842 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1093193716 1830158336 8758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16891] ppid=16877 vsize=1787264 CPUtime=0
/proc/16879/task/16891/stat : 16891 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1093193716 1830158336 8758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16892] ppid=16877 vsize=1787264 CPUtime=0
/proc/16879/task/16892/stat : 16892 (java) S 16877 16879 16842 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 1093193755 1830158336 8758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 1787264

[startup+12.7019 s]
/proc/loadavg: 0.29 0.06 0.02 2/89 16892
/proc/meminfo: memFree=1348840/2055920 swapFree=4173544/4192956
[pid=16879] ppid=16877 vsize=1787232 CPUtime=13.11
/proc/16879/stat : 16879 (java) S 16877 16879 16842 0 -1 0 11809 0 145 0 1301 10 0 0 18 0 13 0 1093193690 1830125568 10780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16879/statm: 446808 10780 1411 9 0 444155 0
[pid=16879/tid=16881] ppid=16877 vsize=1787232 CPUtime=12.22
/proc/16879/task/16881/stat : 16881 (java) R 16877 16879 16842 0 -1 64 8575 0 112 0 1216 6 0 0 25 0 13 0 1093193702 1830125568 10780 1992294400 134512640 134550932 4294956000 18446744073709551615 4109512270 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16882] ppid=16877 vsize=1787232 CPUtime=0
/proc/16879/task/16882/stat : 16882 (java) S 16877 16879 16842 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1093193705 1830125568 10780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16883] ppid=16877 vsize=1787232 CPUtime=0
/proc/16879/task/16883/stat : 16883 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1093193705 1830125568 10780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16884] ppid=16877 vsize=1787232 CPUtime=0
/proc/16879/task/16884/stat : 16884 (java) S 16877 16879 16842 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1093193708 1830125568 10780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16885] ppid=16877 vsize=1787232 CPUtime=0
/proc/16879/task/16885/stat : 16885 (java) S 16877 16879 16842 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 1093193709 1830125568 10780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16886] ppid=16877 vsize=1787232 CPUtime=0
/proc/16879/task/16886/stat : 16886 (java) S 16877 16879 16842 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 1093193709 1830125568 10780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16887] ppid=16877 vsize=1787232 CPUtime=0
/proc/16879/task/16887/stat : 16887 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1093193716 1830125568 10780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16888] ppid=16877 vsize=1787232 CPUtime=0.5
/proc/16879/task/16888/stat : 16888 (java) S 16877 16879 16842 0 -1 64 1380 0 0 0 50 0 0 0 16 0 13 0 1093193716 1830125568 10780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16889] ppid=16877 vsize=1787232 CPUtime=0.34
/proc/16879/task/16889/stat : 16889 (java) S 16877 16879 16842 0 -1 64 1138 0 0 0 34 0 0 0 16 0 13 0 1093193716 1830125568 10780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16890] ppid=16877 vsize=1787232 CPUtime=0
/proc/16879/task/16890/stat : 16890 (java) S 16877 16879 16842 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1093193716 1830125568 10780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16891] ppid=16877 vsize=1787232 CPUtime=0
/proc/16879/task/16891/stat : 16891 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1093193716 1830125568 10780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16892] ppid=16877 vsize=1787232 CPUtime=0
/proc/16879/task/16892/stat : 16892 (java) S 16877 16879 16842 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 1093193755 1830125568 10780 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.11
Current children cumulated vsize (KiB) 1787232

[startup+25.5029 s]
/proc/loadavg: 0.40 0.09 0.03 2/89 16892
/proc/meminfo: memFree=1335720/2055920 swapFree=4173544/4192956
[pid=16879] ppid=16877 vsize=1787200 CPUtime=25.92
/proc/16879/stat : 16879 (java) S 16877 16879 16842 0 -1 0 14965 0 145 0 2580 12 0 0 18 0 13 0 1093193690 1830092800 13930 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16879/statm: 446800 13930 1411 9 0 444147 0
[pid=16879/tid=16881] ppid=16877 vsize=1787200 CPUtime=25.01
/proc/16879/task/16881/stat : 16881 (java) R 16877 16879 16842 0 -1 64 11731 0 112 0 2493 8 0 0 25 0 13 0 1093193702 1830092800 13930 1992294400 134512640 134550932 4294956000 18446744073709551615 4109512545 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16882] ppid=16877 vsize=1787200 CPUtime=0
/proc/16879/task/16882/stat : 16882 (java) S 16877 16879 16842 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1093193705 1830092800 13930 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16883] ppid=16877 vsize=1787200 CPUtime=0
/proc/16879/task/16883/stat : 16883 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1093193705 1830092800 13930 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=16879] ppid=16877 vsize=1785892 CPUtime=1062.61
/proc/16879/stat : 16879 (java) S 16877 16879 16842 0 -1 0 68418 0 145 0 106204 57 0 0 18 0 13 0 1093193690 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16879/statm: 446473 63957 1420 9 0 443820 0
[pid=16879/tid=16881] ppid=16877 vsize=1785892 CPUtime=1061.07
/proc/16879/task/16881/stat : 16881 (java) R 16877 16879 16842 0 -1 64 37453 0 112 0 106068 39 0 0 25 0 13 0 1093193702 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4109512416 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16882] ppid=16877 vsize=1785892 CPUtime=0.31
/proc/16879/task/16882/stat : 16882 (java) S 16877 16879 16842 0 -1 64 13230 0 0 0 24 7 0 0 16 0 13 0 1093193705 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16883] ppid=16877 vsize=1785892 CPUtime=0.3
/proc/16879/task/16883/stat : 16883 (java) S 16877 16879 16842 0 -1 64 14495 0 0 0 23 7 0 0 18 0 13 0 1093193705 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16884] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16884/stat : 16884 (java) S 16877 16879 16842 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1093193708 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16885] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16885/stat : 16885 (java) S 16877 16879 16842 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1093193709 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16886] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16886/stat : 16886 (java) S 16877 16879 16842 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1093193709 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16887] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16887/stat : 16887 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1093193716 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16888] ppid=16877 vsize=1785892 CPUtime=0.52
/proc/16879/task/16888/stat : 16888 (java) S 16877 16879 16842 0 -1 64 1380 0 0 0 52 0 0 0 16 0 13 0 1093193716 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16889] ppid=16877 vsize=1785892 CPUtime=0.34
/proc/16879/task/16889/stat : 16889 (java) S 16877 16879 16842 0 -1 64 1138 0 0 0 34 0 0 0 16 0 13 0 1093193716 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16890] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16890/stat : 16890 (java) S 16877 16879 16842 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1093193716 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16891] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16891/stat : 16891 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1093193716 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16892] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16892/stat : 16892 (java) S 16877 16879 16842 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 1093193755 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1062.61
Current children cumulated vsize (KiB) 1785892

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/89 16898
/proc/meminfo: memFree=1134440/2055920 swapFree=4173544/4192956
[pid=16879] ppid=16877 vsize=1785892 CPUtime=1122.58
/proc/16879/stat : 16879 (java) S 16877 16879 16842 0 -1 0 68418 0 145 0 112201 57 0 0 18 0 13 0 1093193690 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16879/statm: 446473 63957 1420 9 0 443820 0
[pid=16879/tid=16881] ppid=16877 vsize=1785892 CPUtime=1121.04
/proc/16879/task/16881/stat : 16881 (java) R 16877 16879 16842 0 -1 64 37453 0 112 0 112065 39 0 0 25 0 13 0 1093193702 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4109618111 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16882] ppid=16877 vsize=1785892 CPUtime=0.31
/proc/16879/task/16882/stat : 16882 (java) S 16877 16879 16842 0 -1 64 13230 0 0 0 24 7 0 0 16 0 13 0 1093193705 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16883] ppid=16877 vsize=1785892 CPUtime=0.3
/proc/16879/task/16883/stat : 16883 (java) S 16877 16879 16842 0 -1 64 14495 0 0 0 23 7 0 0 18 0 13 0 1093193705 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16884] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16884/stat : 16884 (java) S 16877 16879 16842 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1093193708 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16885] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16885/stat : 16885 (java) S 16877 16879 16842 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1093193709 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16886] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16886/stat : 16886 (java) S 16877 16879 16842 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1093193709 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16887] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16887/stat : 16887 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1093193716 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16888] ppid=16877 vsize=1785892 CPUtime=0.52
/proc/16879/task/16888/stat : 16888 (java) S 16877 16879 16842 0 -1 64 1380 0 0 0 52 0 0 0 16 0 13 0 1093193716 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16889] ppid=16877 vsize=1785892 CPUtime=0.34
/proc/16879/task/16889/stat : 16889 (java) S 16877 16879 16842 0 -1 64 1138 0 0 0 34 0 0 0 16 0 13 0 1093193716 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16890] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16890/stat : 16890 (java) S 16877 16879 16842 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1093193716 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16891] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16891/stat : 16891 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1093193716 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16892] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16892/stat : 16892 (java) S 16877 16879 16842 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 1093193755 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1122.58
Current children cumulated vsize (KiB) 1785892

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/89 16898
/proc/meminfo: memFree=1134440/2055920 swapFree=4173544/4192956
[pid=16879] ppid=16877 vsize=1785892 CPUtime=1182.56
/proc/16879/stat : 16879 (java) S 16877 16879 16842 0 -1 0 68418 0 145 0 118199 57 0 0 18 0 13 0 1093193690 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16879/statm: 446473 63957 1420 9 0 443820 0
[pid=16879/tid=16881] ppid=16877 vsize=1785892 CPUtime=1181.02
/proc/16879/task/16881/stat : 16881 (java) R 16877 16879 16842 0 -1 64 37453 0 112 0 118063 39 0 0 25 0 13 0 1093193702 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4109618122 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16882] ppid=16877 vsize=1785892 CPUtime=0.31
/proc/16879/task/16882/stat : 16882 (java) S 16877 16879 16842 0 -1 64 13230 0 0 0 24 7 0 0 16 0 13 0 1093193705 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16883] ppid=16877 vsize=1785892 CPUtime=0.3
/proc/16879/task/16883/stat : 16883 (java) S 16877 16879 16842 0 -1 64 14495 0 0 0 23 7 0 0 18 0 13 0 1093193705 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16884] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16884/stat : 16884 (java) S 16877 16879 16842 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1093193708 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16885] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16885/stat : 16885 (java) S 16877 16879 16842 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1093193709 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16886] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16886/stat : 16886 (java) S 16877 16879 16842 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1093193709 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16887] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16887/stat : 16887 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1093193716 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16888] ppid=16877 vsize=1785892 CPUtime=0.52
/proc/16879/task/16888/stat : 16888 (java) S 16877 16879 16842 0 -1 64 1380 0 0 0 52 0 0 0 16 0 13 0 1093193716 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16889] ppid=16877 vsize=1785892 CPUtime=0.34
/proc/16879/task/16889/stat : 16889 (java) S 16877 16879 16842 0 -1 64 1138 0 0 0 34 0 0 0 16 0 13 0 1093193716 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16890] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16890/stat : 16890 (java) S 16877 16879 16842 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1093193716 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16891] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16891/stat : 16891 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1093193716 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16892] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16892/stat : 16892 (java) S 16877 16879 16842 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 1093193755 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.56
Current children cumulated vsize (KiB) 1785892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.8 s]
/proc/loadavg: 0.99 0.97 0.69 2/89 16898
/proc/meminfo: memFree=1134440/2055920 swapFree=4173544/4192956
[pid=16879] ppid=16877 vsize=1785892 CPUtime=1200.06
/proc/16879/stat : 16879 (java) S 16877 16879 16842 0 -1 0 68418 0 145 0 119949 57 0 0 18 0 13 0 1093193690 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16879/statm: 446473 63957 1420 9 0 443820 0
[pid=16879/tid=16881] ppid=16877 vsize=1785892 CPUtime=1198.52
/proc/16879/task/16881/stat : 16881 (java) R 16877 16879 16842 0 -1 64 37453 0 112 0 119813 39 0 0 25 0 13 0 1093193702 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4109618111 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16882] ppid=16877 vsize=1785892 CPUtime=0.31
/proc/16879/task/16882/stat : 16882 (java) S 16877 16879 16842 0 -1 64 13230 0 0 0 24 7 0 0 16 0 13 0 1093193705 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16883] ppid=16877 vsize=1785892 CPUtime=0.3
/proc/16879/task/16883/stat : 16883 (java) S 16877 16879 16842 0 -1 64 14495 0 0 0 23 7 0 0 18 0 13 0 1093193705 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16884] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16884/stat : 16884 (java) S 16877 16879 16842 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1093193708 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16885] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16885/stat : 16885 (java) S 16877 16879 16842 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1093193709 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16886] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16886/stat : 16886 (java) S 16877 16879 16842 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1093193709 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16887] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16887/stat : 16887 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1093193716 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16888] ppid=16877 vsize=1785892 CPUtime=0.52
/proc/16879/task/16888/stat : 16888 (java) S 16877 16879 16842 0 -1 64 1380 0 0 0 52 0 0 0 16 0 13 0 1093193716 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16889] ppid=16877 vsize=1785892 CPUtime=0.34
/proc/16879/task/16889/stat : 16889 (java) S 16877 16879 16842 0 -1 64 1138 0 0 0 34 0 0 0 16 0 13 0 1093193716 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16890] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16890/stat : 16890 (java) S 16877 16879 16842 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1093193716 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16891] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16891/stat : 16891 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1093193716 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16892] ppid=16877 vsize=1785892 CPUtime=0
/proc/16879/task/16892/stat : 16892 (java) S 16877 16879 16842 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 1093193755 1828753408 63957 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 1785892

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: 0.99 0.97 0.69 2/89 16898
/proc/meminfo: memFree=1134440/2055920 swapFree=4173544/4192956
[pid=16879] ppid=16877 vsize=1786540 CPUtime=1200.26
/proc/16879/stat : 16879 (java) S 16877 16879 16842 0 -1 0 68446 0 145 0 119969 57 0 0 16 0 14 0 1093193690 1829416960 63985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16879/statm: 446635 63985 1421 9 0 443982 0
[pid=16879/tid=16881] ppid=16877 vsize=1786540 CPUtime=1198.63
/proc/16879/task/16881/stat : 16881 (java) R 16877 16879 16842 0 -1 64 37453 0 112 0 119824 39 0 0 25 0 14 0 1093193702 1829416960 63985 1992294400 134512640 134550932 4294956000 18446744073709551615 4109633279 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16882] ppid=16877 vsize=1786540 CPUtime=0.31
/proc/16879/task/16882/stat : 16882 (java) S 16877 16879 16842 0 -1 64 13230 0 0 0 24 7 0 0 16 0 14 0 1093193705 1829416960 63985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16883] ppid=16877 vsize=1786540 CPUtime=0.3
/proc/16879/task/16883/stat : 16883 (java) S 16877 16879 16842 0 -1 64 14495 0 0 0 23 7 0 0 18 0 14 0 1093193705 1829416960 63985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16884] ppid=16877 vsize=1786540 CPUtime=0
/proc/16879/task/16884/stat : 16884 (java) S 16877 16879 16842 0 -1 64 8 0 0 0 0 0 0 0 16 0 14 0 1093193708 1829416960 63985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16885] ppid=16877 vsize=1786540 CPUtime=0
/proc/16879/task/16885/stat : 16885 (java) S 16877 16879 16842 0 -1 64 11 0 0 0 0 0 0 0 17 0 14 0 1093193709 1829416960 63985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16886] ppid=16877 vsize=1786540 CPUtime=0
/proc/16879/task/16886/stat : 16886 (java) S 16877 16879 16842 0 -1 64 7 0 0 0 0 0 0 0 17 0 14 0 1093193709 1829416960 63985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16887] ppid=16877 vsize=1786540 CPUtime=0
/proc/16879/task/16887/stat : 16887 (java) S 16877 16879 16842 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 1093193716 1829416960 63985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16888] ppid=16877 vsize=1786540 CPUtime=0.56
/proc/16879/task/16888/stat : 16888 (java) S 16877 16879 16842 0 -1 64 1387 0 0 0 56 0 0 0 17 0 14 0 1093193716 1829416960 63985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16889] ppid=16877 vsize=1786540 CPUtime=0.34
/proc/16879/task/16889/stat : 16889 (java) S 16877 16879 16842 0 -1 64 1138 0 0 0 34 0 0 0 16 0 14 0 1093193716 1829416960 63985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16879/tid=16890] ppid=16877 vsize=1786540 CPUtime=0
/proc/16879/task/16890/stat : 16890 (java) S 16877 16879 16842 0 -1 64 2 0 0 0 0 0 0 0 20 0 14 0 1093193716 1829416960 63985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16891] ppid=16877 vsize=1786540 CPUtime=0
/proc/16879/task/16891/stat : 16891 (java) S 16877 16879 16842 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 1093193716 1829416960 63985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16879/tid=16892] ppid=16877 vsize=1786540 CPUtime=0
/proc/16879/task/16892/stat : 16892 (java) S 16877 16879 16842 0 -1 64 4 0 0 0 0 0 0 0 20 0 14 0 1093193755 1829416960 63985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.26
Current children cumulated vsize (KiB) 1786540

Child status: 143
Real time (s): 1200
CPU time (s): 1200.36
CPU user time (s): 1199.74
CPU system time (s): 0.621905
CPU usage (%): 100.03
Max. virtual memory (cumulated for all children) (KiB): 1787424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.74
system time used= 0.621905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68447
page faults= 145
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25074
involuntary context switches= 26343

runsolver used 1.51977 second user time and 4.01239 second system time

The end

Launcher Data

Begin job on node65 at 2009-03-28 02:55:25
IDJOB=1512523
IDBENCH=70187
IDSOLVER=500
FILE ID=node65/1512523-1238205324
PBS_JOBID= 9060501
Free space on /tmp= 66268 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/1000/unif-k5-r20-v1000-c20000-S1284372491-036.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1512523-1238205324/watcher-1512523-1238205324 -o /tmp/evaluation-result-1512523-1238205324/solver-1512523-1238205324 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1512523-1238205324.cnf

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

MD5SUM BENCH= 2936351992cd53f891ea98e5e0e8663e
RANDOM SEED=1177848277

node65.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.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1397544 kB
Buffers:         62656 kB
Cached:         500284 kB
SwapCached:      10232 kB
Active:          78184 kB
Inactive:       496456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1397544 kB
SwapTotal:     4192956 kB
SwapFree:      4173544 kB
Dirty:             852 kB
Writeback:           0 kB
Mapped:          16864 kB
Slab:            68416 kB
Committed_AS:  3267288 kB
PageTables:       2316 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= 66268 MiB
End job on node65 at 2009-03-28 03:15:27