Trace number 1563547

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.34 1199.42

General information on the benchmark

NameAPPLICATIONS/
c32sat/post-c32s-ss-8.cnf
MD5SUM9d3d3bb9b296880c7463693ae665aafd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark406.26
Satisfiable
(Un)Satisfiability was proved
Number of variables53752
Number of clauses148393
Sum of the clauses size346249
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298928
Number of clauses of size 349464
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.0.v20090228
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.21/0.20	c c --- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.21/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.21/0.20	c Expensive reason simplification
0.21/0.20	c Armin Biere (Picosat) restarts strategy
0.21/0.20	c timeout=2147483647s
0.21/0.20	c DB Simplification allowed=true
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c solving HOME/instance-1563547-1238786920.cnf
0.21/0.20	c reading problem ... 
0.88/0.70	c ... done. Wall clock time 0.502s.
0.88/0.70	c #vars     53752
0.88/0.70	c #constraints  140895
0.88/0.70	c constraints type 
0.88/0.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 44391
0.88/0.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 91335
1200.00/1199.21	c starts		: 713
1200.00/1199.21	c conflicts		: 327943
1200.00/1199.21	c decisions		: 2075892
1200.00/1199.21	c propagations		: 531764158
1200.00/1199.22	c inspects		: 2426097028
1200.00/1199.22	c learnt literals	: 80
1200.00/1199.22	c learnt binary clauses	: 4984
1200.00/1199.22	c learnt ternary clauses	: 10390
1200.00/1199.22	c learnt clauses	: 327863
1200.00/1199.22	c ignored clauses	: 0
1200.00/1199.22	c root simplifications	: 793
1200.00/1199.22	c removed literals (reason simplification)	: 10791891
1200.00/1199.22	c reason swapping (by a shorter reason)	: 0
1200.00/1199.22	c Calls to reduceDB	: 0
1200.00/1199.22	c speed (assignments/second)	: 443686.6767402607
1200.00/1199.22	c non guided choices	24005
1200.21/1199.32	c learnt constraints type 
1200.21/1199.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4914
1200.21/1199.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 318298
1200.21/1199.32	s UNKNOWN
1200.21/1199.32	c Total wall clock time (in seconds) : 1199.017

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1563547-1238786920/watcher-1563547-1238786920 -o /tmp/evaluation-result-1563547-1238786920/solver-1563547-1238786920 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1563547-1238786920.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.99 0.97 0.99 3/72 26108
/proc/meminfo: memFree=1772024/2055920 swapFree=4175756/4192956
[pid=26108] ppid=26106 vsize=152 CPUtime=0
/proc/26108/stat : 26108 (java6) D 26106 26108 25855 0 -1 0 41 0 0 0 0 0 0 0 21 0 1 0 1151353226 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 9839396 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/26108/statm: 38 26 19 9 0 4 0

[startup+0.0869021 s]
/proc/loadavg: 0.99 0.97 0.99 3/72 26108
/proc/meminfo: memFree=1772024/2055920 swapFree=4175756/4192956
[pid=26108] ppid=26106 vsize=1778556 CPUtime=0.06
/proc/26108/stat : 26108 (java) S 26106 26108 25855 0 -1 0 3749 0 1 0 4 2 0 0 18 0 7 0 1151353226 1821241344 3494 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/26108/statm: 444639 3494 1039 9 0 441990 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1778556

[startup+0.102904 s]
/proc/loadavg: 0.99 0.97 0.99 3/72 26108
/proc/meminfo: memFree=1772024/2055920 swapFree=4175756/4192956
[pid=26108] ppid=26106 vsize=1780924 CPUtime=0.09
/proc/26108/stat : 26108 (java) S 26106 26108 25855 0 -1 0 3888 0 1 0 6 3 0 0 18 0 12 0 1151353226 1823666176 3631 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26108/statm: 445231 3631 1067 9 0 442578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780924

[startup+0.301946 s]
/proc/loadavg: 0.99 0.97 0.99 3/72 26108
/proc/meminfo: memFree=1772024/2055920 swapFree=4175756/4192956
[pid=26108] ppid=26106 vsize=1784184 CPUtime=0.36
/proc/26108/stat : 26108 (java) S 26106 26108 25855 0 -1 0 5810 0 1 0 32 4 0 0 18 0 12 0 1151353226 1827004416 5547 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26108/statm: 446046 5547 1367 9 0 443393 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1784184

[startup+0.702021 s]
/proc/loadavg: 0.99 0.97 0.99 3/72 26108
/proc/meminfo: memFree=1772024/2055920 swapFree=4175756/4192956
[pid=26108] ppid=26106 vsize=1784248 CPUtime=0.88
/proc/26108/stat : 26108 (java) S 26106 26108 25855 0 -1 0 9105 0 1 0 82 6 0 0 18 0 12 0 1151353226 1827069952 8842 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26108/statm: 446062 8842 1384 9 0 443409 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1784248

[startup+1.50217 s]
/proc/loadavg: 0.99 0.97 0.99 4/85 26121
/proc/meminfo: memFree=1736656/2055920 swapFree=4175756/4192956
[pid=26108] ppid=26106 vsize=1785612 CPUtime=2.17
/proc/26108/stat : 26108 (java) S 26106 26108 25855 0 -1 0 10612 0 1 0 210 7 0 0 18 0 13 0 1151353226 1828466688 10185 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26108/statm: 446403 10185 1404 9 0 443750 0
[pid=26108/tid=26110] ppid=26106 vsize=1785612 CPUtime=1.23
/proc/26108/task/26110/stat : 26110 (java) R 26106 26108 25855 0 -1 64 8489 0 1 0 118 5 0 0 20 0 13 0 1151353228 1828466688 10185 1992294400 134512640 134550932 4294955984 18446744073709551615 4109658177 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26111] ppid=26106 vsize=1785612 CPUtime=0
/proc/26108/task/26111/stat : 26111 (java) S 26106 26108 25855 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 1151353229 1828466688 10185 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26112] ppid=26106 vsize=1785612 CPUtime=0
/proc/26108/task/26112/stat : 26112 (java) S 26106 26108 25855 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1151353229 1828466688 10185 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26113] ppid=26106 vsize=1785612 CPUtime=0
/proc/26108/task/26113/stat : 26113 (java) S 26106 26108 25855 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1151353231 1828466688 10185 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26114] ppid=26106 vsize=1785612 CPUtime=0
/proc/26108/task/26114/stat : 26114 (java) S 26106 26108 25855 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1151353232 1828466688 10185 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26115] ppid=26106 vsize=1785612 CPUtime=0
/proc/26108/task/26115/stat : 26115 (java) S 26106 26108 25855 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 1151353232 1828466688 10185 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26116] ppid=26106 vsize=1785612 CPUtime=0
/proc/26108/task/26116/stat : 26116 (java) S 26106 26108 25855 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 1151353236 1828466688 10185 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26117] ppid=26106 vsize=1785612 CPUtime=0.46
/proc/26108/task/26117/stat : 26117 (java) S 26106 26108 25855 0 -1 64 523 0 0 0 46 0 0 0 16 0 13 0 1151353236 1828466688 10185 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26118] ppid=26106 vsize=1785612 CPUtime=0.44
/proc/26108/task/26118/stat : 26118 (java) S 26106 26108 25855 0 -1 64 853 0 0 0 44 0 0 0 16 0 13 0 1151353236 1828466688 10185 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26119] ppid=26106 vsize=1785612 CPUtime=0
/proc/26108/task/26119/stat : 26119 (java) S 26106 26108 25855 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1151353236 1828466688 10185 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26120] ppid=26106 vsize=1785612 CPUtime=0
/proc/26108/task/26120/stat : 26120 (java) S 26106 26108 25855 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1151353236 1828466688 10185 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26121] ppid=26106 vsize=1785612 CPUtime=0
/proc/26108/task/26121/stat : 26121 (java) S 26106 26108 25855 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1151353304 1828466688 10185 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 1785612

[startup+3.1025 s]
/proc/loadavg: 0.99 0.97 0.99 2/85 26121
/proc/meminfo: memFree=1735760/2055920 swapFree=4175756/4192956
[pid=26108] ppid=26106 vsize=1785612 CPUtime=3.8
/proc/26108/stat : 26108 (java) S 26106 26108 25855 0 -1 0 10756 0 1 0 373 7 0 0 18 0 13 0 1151353226 1828466688 10328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26108/statm: 446403 10328 1407 9 0 443750 0
[pid=26108/tid=26110] ppid=26106 vsize=1785612 CPUtime=2.83
/proc/26108/task/26110/stat : 26110 (java) R 26106 26108 25855 0 -1 64 8626 0 1 0 277 6 0 0 25 0 13 0 1151353228 1828466688 10328 1992294400 134512640 134550932 4294955984 18446744073709551615 4109603380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26111] ppid=26106 vsize=1785612 CPUtime=0
/proc/26108/task/26111/stat : 26111 (java) S 26106 26108 25855 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 1151353229 1828466688 10328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26112] ppid=26106 vsize=1785612 CPUtime=0
/proc/26108/task/26112/stat : 26112 (java) S 26106 26108 25855 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1151353229 1828466688 10328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26113] ppid=26106 vsize=1785612 CPUtime=0
/proc/26108/task/26113/stat : 26113 (java) S 26106 26108 25855 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1151353231 1828466688 10328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26114] ppid=26106 vsize=1785612 CPUtime=0
/proc/26108/task/26114/stat : 26114 (java) S 26106 26108 25855 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1151353232 1828466688 10328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26115] ppid=26106 vsize=1785612 CPUtime=0
/proc/26108/task/26115/stat : 26115 (java) S 26106 26108 25855 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 1151353232 1828466688 10328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26116] ppid=26106 vsize=1785612 CPUtime=0
/proc/26108/task/26116/stat : 26116 (java) S 26106 26108 25855 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 1151353236 1828466688 10328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26117] ppid=26106 vsize=1785612 CPUtime=0.46
/proc/26108/task/26117/stat : 26117 (java) S 26106 26108 25855 0 -1 64 524 0 0 0 46 0 0 0 17 0 13 0 1151353236 1828466688 10328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26118] ppid=26106 vsize=1785612 CPUtime=0.48
/proc/26108/task/26118/stat : 26118 (java) S 26106 26108 25855 0 -1 64 859 0 0 0 48 0 0 0 15 0 13 0 1151353236 1828466688 10328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26119] ppid=26106 vsize=1785612 CPUtime=0
/proc/26108/task/26119/stat : 26119 (java) S 26106 26108 25855 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1151353236 1828466688 10328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26120] ppid=26106 vsize=1785612 CPUtime=0
/proc/26108/task/26120/stat : 26120 (java) S 26106 26108 25855 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1151353236 1828466688 10328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26121] ppid=26106 vsize=1785612 CPUtime=0
/proc/26108/task/26121/stat : 26121 (java) S 26106 26108 25855 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1151353304 1828466688 10328 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 1785612

[startup+6.30212 s]
/proc/loadavg: 0.99 0.97 0.99 2/85 26121
/proc/meminfo: memFree=1735376/2055920 swapFree=4175756/4192956
[pid=26108] ppid=26106 vsize=1785452 CPUtime=7.09
/proc/26108/stat : 26108 (java) S 26106 26108 25855 0 -1 0 10840 0 1 0 702 7 0 0 18 0 13 0 1151353226 1828302848 10360 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26108/statm: 446363 10360 1411 9 0 443710 0
[pid=26108/tid=26110] ppid=26106 vsize=1785452 CPUtime=6.02
/proc/26108/task/26110/stat : 26110 (java) R 26106 26108 25855 0 -1 64 8690 0 1 0 596 6 0 0 25 0 13 0 1151353228 1828302848 10360 1992294400 134512640 134550932 4294955984 18446744073709551615 4109603383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26111] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26111/stat : 26111 (java) S 26106 26108 25855 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 1151353229 1828302848 10360 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26112] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26112/stat : 26112 (java) S 26106 26108 25855 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1151353229 1828302848 10360 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26113] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26113/stat : 26113 (java) S 26106 26108 25855 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1151353231 1828302848 10360 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26114] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26114/stat : 26114 (java) S 26106 26108 25855 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1151353232 1828302848 10360 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26115] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26115/stat : 26115 (java) S 26106 26108 25855 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 1151353232 1828302848 10360 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26116] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26116/stat : 26116 (java) S 26106 26108 25855 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 1151353236 1828302848 10360 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26117] ppid=26106 vsize=1785452 CPUtime=0.56
/proc/26108/task/26117/stat : 26117 (java) S 26106 26108 25855 0 -1 64 544 0 0 0 56 0 0 0 17 0 13 0 1151353236 1828302848 10360 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26118] ppid=26106 vsize=1785452 CPUtime=0.48
/proc/26108/task/26118/stat : 26118 (java) S 26106 26108 25855 0 -1 64 859 0 0 0 48 0 0 0 15 0 13 0 1151353236 1828302848 10360 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26119] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26119/stat : 26119 (java) S 26106 26108 25855 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1151353236 1828302848 10360 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26120] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26120/stat : 26120 (java) S 26106 26108 25855 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1151353236 1828302848 10360 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26121] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26121/stat : 26121 (java) S 26106 26108 25855 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1151353304 1828302848 10360 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 1785452

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.99 2/85 26121
/proc/meminfo: memFree=1734736/2055920 swapFree=4175756/4192956
[pid=26108] ppid=26106 vsize=1785452 CPUtime=13.49
/proc/26108/stat : 26108 (java) S 26106 26108 25855 0 -1 0 11008 0 1 0 1342 7 0 0 18 0 13 0 1151353226 1828302848 10528 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26108/statm: 446363 10528 1411 9 0 443710 0
[pid=26108/tid=26110] ppid=26106 vsize=1785452 CPUtime=12.4
/proc/26108/task/26110/stat : 26110 (java) R 26106 26108 25855 0 -1 64 8858 0 1 0 1234 6 0 0 25 0 13 0 1151353228 1828302848 10528 1992294400 134512640 134550932 4294955984 18446744073709551615 4109604135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26111] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26111/stat : 26111 (java) S 26106 26108 25855 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 1151353229 1828302848 10528 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26112] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26112/stat : 26112 (java) S 26106 26108 25855 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1151353229 1828302848 10528 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26113] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26113/stat : 26113 (java) S 26106 26108 25855 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1151353231 1828302848 10528 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26114] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26114/stat : 26114 (java) S 26106 26108 25855 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1151353232 1828302848 10528 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26115] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26115/stat : 26115 (java) S 26106 26108 25855 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 1151353232 1828302848 10528 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26116] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26116/stat : 26116 (java) S 26106 26108 25855 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 1151353236 1828302848 10528 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26117] ppid=26106 vsize=1785452 CPUtime=0.58
/proc/26108/task/26117/stat : 26117 (java) S 26106 26108 25855 0 -1 64 544 0 0 0 58 0 0 0 17 0 13 0 1151353236 1828302848 10528 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26118] ppid=26106 vsize=1785452 CPUtime=0.48
/proc/26108/task/26118/stat : 26118 (java) S 26106 26108 25855 0 -1 64 859 0 0 0 48 0 0 0 15 0 13 0 1151353236 1828302848 10528 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26119] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26119/stat : 26119 (java) S 26106 26108 25855 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1151353236 1828302848 10528 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26120] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26120/stat : 26120 (java) S 26106 26108 25855 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1151353236 1828302848 10528 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26121] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26121/stat : 26121 (java) S 26106 26108 25855 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1151353304 1828302848 10528 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.49
Current children cumulated vsize (KiB) 1785452

[startup+25.5029 s]
/proc/loadavg: 0.99 0.97 0.99 2/85 26121
/proc/meminfo: memFree=1733392/2055920 swapFree=4175756/4192956
[pid=26108] ppid=26106 vsize=1785452 CPUtime=26.38
/proc/26108/stat : 26108 (java) S 26106 26108 25855 0 -1 0 11358 0 1 0 2630 8 0 0 18 0 13 0 1151353226 1828302848 10877 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26108/statm: 446363 10877 1411 9 0 443710 0
[pid=26108/tid=26110] ppid=26106 vsize=1785452 CPUtime=25.18
/proc/26108/task/26110/stat : 26110 (java) R 26106 26108 25855 0 -1 64 9197 0 1 0 2511 7 0 0 25 0 13 0 1151353228 1828302848 10877 1992294400 134512640 134550932 4294955984 18446744073709551615 4109603380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26111] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26111/stat : 26111 (java) S 26106 26108 25855 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 1151353229 1828302848 10877 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26112] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26112/stat : 26112 (java) S 26106 26108 25855 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1151353229 1828302848 10877 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=26108/tid=26113] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26113/stat : 26113 (java) S 26106 26108 25855 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1151353231 1828302848 68822 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26114] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26114/stat : 26114 (java) S 26106 26108 25855 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1151353232 1828302848 68822 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26115] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26115/stat : 26115 (java) S 26106 26108 25855 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 1151353232 1828302848 68822 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26116] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26116/stat : 26116 (java) S 26106 26108 25855 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 1151353236 1828302848 68822 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26117] ppid=26106 vsize=1785452 CPUtime=0.65
/proc/26108/task/26117/stat : 26117 (java) S 26106 26108 25855 0 -1 64 552 0 0 0 65 0 0 0 17 0 13 0 1151353236 1828302848 68822 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26118] ppid=26106 vsize=1785452 CPUtime=0.61
/proc/26108/task/26118/stat : 26118 (java) S 26106 26108 25855 0 -1 64 867 0 0 0 61 0 0 0 17 0 13 0 1151353236 1828302848 68822 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26119] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26119/stat : 26119 (java) S 26106 26108 25855 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1151353236 1828302848 68822 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26120] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26120/stat : 26120 (java) S 26106 26108 25855 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1151353236 1828302848 68822 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26121] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26121/stat : 26121 (java) S 26106 26108 25855 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1151353304 1828302848 68822 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1003.18
Current children cumulated vsize (KiB) 1785452

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/85 26121
/proc/meminfo: memFree=1500496/2055920 swapFree=4175756/4192956
[pid=26108] ppid=26106 vsize=1785452 CPUtime=1063.15
/proc/26108/stat : 26108 (java) S 26106 26108 25855 0 -1 0 76544 0 1 0 106252 63 0 0 18 0 13 0 1151353226 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26108/statm: 446363 68829 1418 9 0 443710 0
[pid=26108/tid=26110] ppid=26106 vsize=1785452 CPUtime=1061.23
/proc/26108/task/26110/stat : 26110 (java) R 26106 26108 25855 0 -1 64 37569 0 1 0 106078 45 0 0 25 0 13 0 1151353228 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4109603383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26111] ppid=26106 vsize=1785452 CPUtime=0.31
/proc/26108/task/26111/stat : 26111 (java) S 26106 26108 25855 0 -1 64 20371 0 0 0 21 10 0 0 19 0 13 0 1151353229 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26112] ppid=26106 vsize=1785452 CPUtime=0.31
/proc/26108/task/26112/stat : 26112 (java) S 26106 26108 25855 0 -1 64 16437 0 0 0 25 6 0 0 16 0 13 0 1151353229 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26113] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26113/stat : 26113 (java) S 26106 26108 25855 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1151353231 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26114] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26114/stat : 26114 (java) S 26106 26108 25855 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1151353232 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26115] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26115/stat : 26115 (java) S 26106 26108 25855 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 1151353232 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26116] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26116/stat : 26116 (java) S 26106 26108 25855 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 1151353236 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26117] ppid=26106 vsize=1785452 CPUtime=0.65
/proc/26108/task/26117/stat : 26117 (java) S 26106 26108 25855 0 -1 64 552 0 0 0 65 0 0 0 17 0 13 0 1151353236 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26118] ppid=26106 vsize=1785452 CPUtime=0.61
/proc/26108/task/26118/stat : 26118 (java) S 26106 26108 25855 0 -1 64 867 0 0 0 61 0 0 0 17 0 13 0 1151353236 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26119] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26119/stat : 26119 (java) S 26106 26108 25855 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1151353236 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26120] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26120/stat : 26120 (java) S 26106 26108 25855 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1151353236 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26121] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26121/stat : 26121 (java) S 26106 26108 25855 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1151353304 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1063.15
Current children cumulated vsize (KiB) 1785452

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/85 26123
/proc/meminfo: memFree=1500112/2055920 swapFree=4175756/4192956
[pid=26108] ppid=26106 vsize=1785452 CPUtime=1123.13
/proc/26108/stat : 26108 (java) S 26106 26108 25855 0 -1 0 76544 0 1 0 112250 63 0 0 18 0 13 0 1151353226 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26108/statm: 446363 68829 1418 9 0 443710 0
[pid=26108/tid=26110] ppid=26106 vsize=1785452 CPUtime=1121.2
/proc/26108/task/26110/stat : 26110 (java) R 26106 26108 25855 0 -1 64 37569 0 1 0 112075 45 0 0 25 0 13 0 1151353228 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4109604144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26111] ppid=26106 vsize=1785452 CPUtime=0.31
/proc/26108/task/26111/stat : 26111 (java) S 26106 26108 25855 0 -1 64 20371 0 0 0 21 10 0 0 19 0 13 0 1151353229 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26112] ppid=26106 vsize=1785452 CPUtime=0.31
/proc/26108/task/26112/stat : 26112 (java) S 26106 26108 25855 0 -1 64 16437 0 0 0 25 6 0 0 16 0 13 0 1151353229 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26113] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26113/stat : 26113 (java) S 26106 26108 25855 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1151353231 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26114] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26114/stat : 26114 (java) S 26106 26108 25855 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1151353232 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26115] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26115/stat : 26115 (java) S 26106 26108 25855 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 1151353232 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26116] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26116/stat : 26116 (java) S 26106 26108 25855 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 1151353236 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26117] ppid=26106 vsize=1785452 CPUtime=0.65
/proc/26108/task/26117/stat : 26117 (java) S 26106 26108 25855 0 -1 64 552 0 0 0 65 0 0 0 17 0 13 0 1151353236 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26118] ppid=26106 vsize=1785452 CPUtime=0.61
/proc/26108/task/26118/stat : 26118 (java) S 26106 26108 25855 0 -1 64 867 0 0 0 61 0 0 0 17 0 13 0 1151353236 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26119] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26119/stat : 26119 (java) S 26106 26108 25855 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1151353236 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26120] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26120/stat : 26120 (java) S 26106 26108 25855 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1151353236 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26121] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26121/stat : 26121 (java) S 26106 26108 25855 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1151353304 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1123.13
Current children cumulated vsize (KiB) 1785452

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/85 26123
/proc/meminfo: memFree=1500176/2055920 swapFree=4175756/4192956
[pid=26108] ppid=26106 vsize=1785452 CPUtime=1183.1
/proc/26108/stat : 26108 (java) S 26106 26108 25855 0 -1 0 76544 0 1 0 118247 63 0 0 18 0 13 0 1151353226 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26108/statm: 446363 68829 1418 9 0 443710 0
[pid=26108/tid=26110] ppid=26106 vsize=1785452 CPUtime=1181.18
/proc/26108/task/26110/stat : 26110 (java) R 26106 26108 25855 0 -1 64 37569 0 1 0 118073 45 0 0 25 0 13 0 1151353228 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4109614232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26111] ppid=26106 vsize=1785452 CPUtime=0.31
/proc/26108/task/26111/stat : 26111 (java) S 26106 26108 25855 0 -1 64 20371 0 0 0 21 10 0 0 19 0 13 0 1151353229 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26112] ppid=26106 vsize=1785452 CPUtime=0.31
/proc/26108/task/26112/stat : 26112 (java) S 26106 26108 25855 0 -1 64 16437 0 0 0 25 6 0 0 16 0 13 0 1151353229 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26113] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26113/stat : 26113 (java) S 26106 26108 25855 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1151353231 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26114] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26114/stat : 26114 (java) S 26106 26108 25855 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1151353232 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26115] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26115/stat : 26115 (java) S 26106 26108 25855 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 1151353232 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26116] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26116/stat : 26116 (java) S 26106 26108 25855 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 1151353236 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26117] ppid=26106 vsize=1785452 CPUtime=0.65
/proc/26108/task/26117/stat : 26117 (java) S 26106 26108 25855 0 -1 64 552 0 0 0 65 0 0 0 17 0 13 0 1151353236 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26118] ppid=26106 vsize=1785452 CPUtime=0.61
/proc/26108/task/26118/stat : 26118 (java) S 26106 26108 25855 0 -1 64 867 0 0 0 61 0 0 0 17 0 13 0 1151353236 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26119] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26119/stat : 26119 (java) S 26106 26108 25855 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1151353236 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26120] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26120/stat : 26120 (java) S 26106 26108 25855 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1151353236 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26121] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26121/stat : 26121 (java) S 26106 26108 25855 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1151353304 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1183.1
Current children cumulated vsize (KiB) 1785452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.2 s]
/proc/loadavg: 1.00 0.99 1.00 2/85 26123
/proc/meminfo: memFree=1500176/2055920 swapFree=4175756/4192956
[pid=26108] ppid=26106 vsize=1785452 CPUtime=1200
/proc/26108/stat : 26108 (java) S 26106 26108 25855 0 -1 0 76544 0 1 0 119937 63 0 0 18 0 13 0 1151353226 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26108/statm: 446363 68829 1418 9 0 443710 0
[pid=26108/tid=26110] ppid=26106 vsize=1785452 CPUtime=1198.08
/proc/26108/task/26110/stat : 26110 (java) R 26106 26108 25855 0 -1 64 37569 0 1 0 119763 45 0 0 25 0 13 0 1151353228 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4109779754 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26111] ppid=26106 vsize=1785452 CPUtime=0.31
/proc/26108/task/26111/stat : 26111 (java) S 26106 26108 25855 0 -1 64 20371 0 0 0 21 10 0 0 19 0 13 0 1151353229 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26112] ppid=26106 vsize=1785452 CPUtime=0.31
/proc/26108/task/26112/stat : 26112 (java) S 26106 26108 25855 0 -1 64 16437 0 0 0 25 6 0 0 16 0 13 0 1151353229 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26113] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26113/stat : 26113 (java) S 26106 26108 25855 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1151353231 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26114] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26114/stat : 26114 (java) S 26106 26108 25855 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1151353232 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26115] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26115/stat : 26115 (java) S 26106 26108 25855 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 1151353232 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26116] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26116/stat : 26116 (java) S 26106 26108 25855 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 1151353236 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26117] ppid=26106 vsize=1785452 CPUtime=0.65
/proc/26108/task/26117/stat : 26117 (java) S 26106 26108 25855 0 -1 64 552 0 0 0 65 0 0 0 17 0 13 0 1151353236 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26118] ppid=26106 vsize=1785452 CPUtime=0.61
/proc/26108/task/26118/stat : 26118 (java) S 26106 26108 25855 0 -1 64 867 0 0 0 61 0 0 0 17 0 13 0 1151353236 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26119] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26119/stat : 26119 (java) S 26106 26108 25855 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1151353236 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26108/tid=26120] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26120/stat : 26120 (java) S 26106 26108 25855 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1151353236 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26108/tid=26121] ppid=26106 vsize=1785452 CPUtime=0
/proc/26108/task/26121/stat : 26121 (java) S 26106 26108 25855 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1151353304 1828302848 68829 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 1785452

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

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

[startup+1199.4 s]
/proc/loadavg: 1.00 0.99 1.00 2/85 26123
/proc/meminfo: memFree=1500176/2055920 swapFree=4175756/4192956
[pid=26108] ppid=26106 vsize=0 CPUtime=1200.31
/proc/26108/stat : 26108 (java) Z 26106 26108 25855 0 -1 1036 76569 0 1 0 119965 66 0 0 15 0 2 0 1151353226 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26108/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1199.42
CPU time (s): 1200.34
CPU user time (s): 1199.66
CPU system time (s): 0.679896
CPU usage (%): 100.076
Max. virtual memory (cumulated for all children) (KiB): 1786100

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

runsolver used 1.70874 second user time and 3.75943 second system time

The end

Launcher Data

Begin job on node66 at 2009-04-03 21:28:40
IDJOB=1563547
IDBENCH=70956
IDSOLVER=500
FILE ID=node66/1563547-1238786920
PBS_JOBID= 9085587
Free space on /tmp= 66508 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-ss-8.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563547-1238786920/watcher-1563547-1238786920 -o /tmp/evaluation-result-1563547-1238786920/solver-1563547-1238786920 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1563547-1238786920.cnf

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

MD5SUM BENCH= 9d3d3bb9b296880c7463693ae665aafd
RANDOM SEED=1761544990

node66.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.286
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.286
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:       1772440 kB
Buffers:         36948 kB
Cached:         177892 kB
SwapCached:       8540 kB
Active:          97628 kB
Inactive:       127692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772440 kB
SwapTotal:     4192956 kB
SwapFree:      4175756 kB
Dirty:            2764 kB
Writeback:           0 kB
Mapped:          16192 kB
Slab:            43304 kB
Committed_AS:  3473888 kB
PageTables:       1976 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= 66508 MiB
End job on node66 at 2009-04-03 21:48:41