Trace number 1715629

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 RC1UNSAT 77.3012 78.4946

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-5-11-u.cnf
MD5SUM770fa9cd880a43d98e936f33f4e86d7a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.1094
Satisfiable
(Un)Satisfiability was proved
Number of variables156980
Number of clauses696581
Sum of the clauses size1582352
Maximum clause length10
Minimum clause length1
Number of clauses of size 113310
Number of clauses of size 2570471
Number of clauses of size 382900
Number of clauses of size 43320
Number of clauses of size 513280
Number of clauses of size over 513300

Solver Data

0.16/2.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.16/2.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.16/2.31	c See www.sat4j.org for details.
0.16/2.32	c version 2.1.0.v20090228
0.16/2.32	c sun.arch.data.model	32
0.16/2.32	c java.version	1.6.0_12
0.16/2.32	c os.name	Linux
0.16/2.32	c os.version	2.6.9-22.EL.rootsmp
0.16/2.32	c os.arch	i386
0.16/2.32	c Free memory 1651659224
0.16/2.32	c Max memory 1654456320
0.16/2.32	c Total memory 1654456320
0.16/2.32	c Number of processors 2
0.16/2.37	c c --- Begin Solver configuration ---
0.16/2.37	c Stops conflict analysis at the first Unique Implication Point
0.16/2.37	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.16/2.37	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.16/2.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.16/2.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.16/2.37	c Expensive reason simplification
0.16/2.37	c Armin Biere (Picosat) restarts strategy
0.16/2.37	c timeout=2147483647s
0.16/2.37	c DB Simplification allowed=true
0.16/2.37	c --- End Solver configuration ---
0.16/2.37	c solving HOME/instance-1715629-1240605739.cnf
0.16/2.37	c reading problem ... 
2.11/4.15	c ... done. Wall clock time 1.785s.
2.11/4.15	c #vars     156980
2.11/4.15	c #constraints  689941
2.11/4.15	c constraints type 
2.11/4.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 112800
2.11/4.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 570471
77.27/78.42	c starts		: 91
77.27/78.42	c conflicts		: 13878
77.27/78.42	c decisions		: 32645
77.27/78.42	c propagations		: 45514114
77.27/78.42	c inspects		: 138579920
77.27/78.42	c learnt literals	: 107
77.27/78.42	c learnt binary clauses	: 112
77.27/78.42	c learnt ternary clauses	: 178
77.27/78.42	c learnt clauses	: 13770
77.27/78.42	c ignored clauses	: 0
77.27/78.42	c root simplifications	: 197
77.27/78.42	c removed literals (reason simplification)	: 258334
77.27/78.42	c reason swapping (by a shorter reason)	: 0
77.27/78.42	c Calls to reduceDB	: 0
77.27/78.42	c speed (assignments/second)	: 612885.648110743
77.27/78.42	c non guided choices	1256
77.27/78.42	c learnt constraints type 
77.27/78.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
77.27/78.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 320
77.27/78.42	s UNSATISFIABLE
77.27/78.42	c Total wall clock time (in seconds) : 76.05

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1715629-1240605739/watcher-1715629-1240605739 -o /tmp/evaluation-result-1715629-1240605739/solver-1715629-1240605739 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1715629-1240605739.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 2/64 18165
/proc/meminfo: memFree=1643024/2055920 swapFree=4192812/4192956
[pid=18165] ppid=18163 vsize=18576 CPUtime=0
/proc/18165/stat : 18165 (runsolver) D 18163 18165 18128 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 88607682 19021824 292 1992294400 4194304 4302564 548682068400 18446744073709551615 262910045479 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/18165/statm: 4644 292 257 26 0 2626 0

[startup+0.05345 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 18165
/proc/meminfo: memFree=1643024/2055920 swapFree=4192812/4192956
[pid=18165] ppid=18163 vsize=18576 CPUtime=0
/proc/18165/stat : 18165 (runsolver) D 18163 18165 18128 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 88607682 19021824 292 1992294400 4194304 4302564 548682068400 18446744073709551615 262910045479 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/18165/statm: 4644 292 257 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.102456 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 18165
/proc/meminfo: memFree=1643024/2055920 swapFree=4192812/4192956
[pid=18165] ppid=18163 vsize=18576 CPUtime=0
/proc/18165/stat : 18165 (runsolver) D 18163 18165 18128 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 88607682 19021824 292 1992294400 4194304 4302564 548682068400 18446744073709551615 262910045479 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/18165/statm: 4644 292 257 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.301479 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 18165
/proc/meminfo: memFree=1643024/2055920 swapFree=4192812/4192956
[pid=18165] ppid=18163 vsize=152 CPUtime=0
/proc/18165/stat : 18165 (java6) D 18163 18165 18128 0 -1 0 40 0 1 0 0 0 0 0 18 0 1 0 88607682 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 7979812 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/18165/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.701525 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 18165
/proc/meminfo: memFree=1643024/2055920 swapFree=4192812/4192956
[pid=18165] ppid=18163 vsize=152 CPUtime=0
/proc/18165/stat : 18165 (java6) D 18163 18165 18128 0 -1 0 40 0 1 0 0 0 0 0 18 0 1 0 88607682 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 7979812 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/18165/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+1.50162 s]
/proc/loadavg: 0.00 0.00 0.00 1/65 18166
/proc/meminfo: memFree=1642568/2055920 swapFree=4192812/4192956
[pid=18165] ppid=18163 vsize=1616 CPUtime=0
/proc/18165/stat : 18165 (java) D 18163 18165 18128 0 -1 0 334 0 13 0 0 0 0 0 18 0 1 0 88607682 1654784 155 1992294400 134512640 134550932 4294956000 18446744073709551615 7979579 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/18165/statm: 404 155 118 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+3.10181 s]
/proc/loadavg: 0.00 0.00 0.00 3/68 18169
/proc/meminfo: memFree=1624432/2055920 swapFree=4192812/4192956
[pid=18165] ppid=18163 vsize=1783960 CPUtime=1.07
/proc/18165/stat : 18165 (java) S 18163 18165 18128 0 -1 0 14719 0 65 0 97 10 0 0 18 0 12 0 88607682 1826775040 14521 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18165/statm: 445990 14521 1372 9 0 443337 0
[pid=18165/tid=18167] ppid=18163 vsize=1783960 CPUtime=0.85
/proc/18165/task/18167/stat : 18167 (java) R 18163 18165 18128 0 -1 64 13222 0 14 0 77 8 0 0 23 0 12 0 88607886 1826775040 14521 1992294400 134512640 134550932 4294956000 18446744073709551615 4109442489 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18168] ppid=18163 vsize=1783960 CPUtime=0
/proc/18165/task/18168/stat : 18168 (java) S 18163 18165 18128 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 88607890 1826775040 14521 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18169] ppid=18163 vsize=1783960 CPUtime=0
/proc/18165/task/18169/stat : 18169 (java) S 18163 18165 18128 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 88607890 1826775040 14521 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1783960
heavy processes:

[startup+6.30217 s]
/proc/loadavg: 0.08 0.02 0.01 2/77 18178
/proc/meminfo: memFree=1539752/2055920 swapFree=4192812/4192956
[pid=18165] ppid=18163 vsize=1785284 CPUtime=4.96
/proc/18165/stat : 18165 (java) S 18163 18165 18128 0 -1 0 25267 0 65 0 479 17 0 0 18 0 13 0 88607682 1828130816 24082 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18165/statm: 446321 24082 1404 9 0 443668 0
[pid=18165/tid=18167] ppid=18163 vsize=1785284 CPUtime=3.87
/proc/18165/task/18167/stat : 18167 (java) R 18163 18165 18128 0 -1 64 22281 0 14 0 374 13 0 0 25 0 13 0 88607886 1828130816 24082 1992294400 134512640 134550932 4294956000 18446744073709551615 4109645301 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18168] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18168/stat : 18168 (java) S 18163 18165 18128 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 88607890 1828130816 24082 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18169] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18169/stat : 18169 (java) S 18163 18165 18128 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88607890 1828130816 24082 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18170] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18170/stat : 18170 (java) S 18163 18165 18128 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 88607893 1828130816 24082 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18171] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18171/stat : 18171 (java) S 18163 18165 18128 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 88607894 1828130816 24082 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18172] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18172/stat : 18172 (java) S 18163 18165 18128 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 88607894 1828130816 24082 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18173] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18173/stat : 18173 (java) S 18163 18165 18128 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 88607902 1828130816 24082 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18174] ppid=18163 vsize=1785284 CPUtime=0.62
/proc/18165/task/18174/stat : 18174 (java) S 18163 18165 18128 0 -1 64 1171 0 0 0 61 1 0 0 16 0 13 0 88607902 1828130816 24082 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18175] ppid=18163 vsize=1785284 CPUtime=0.43
/proc/18165/task/18175/stat : 18175 (java) S 18163 18165 18128 0 -1 64 1117 0 0 0 43 0 0 0 16 0 13 0 88607902 1828130816 24082 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18176] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18176/stat : 18176 (java) S 18163 18165 18128 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 88607902 1828130816 24082 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18177] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18177/stat : 18177 (java) S 18163 18165 18128 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 88607902 1828130816 24082 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18178] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18178/stat : 18178 (java) S 18163 18165 18128 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 88608125 1828130816 24082 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 1785284
heavy processes:

[startup+12.7019 s]
/proc/loadavg: 0.15 0.03 0.01 2/77 18178
/proc/meminfo: memFree=1539432/2055920 swapFree=4192812/4192956
[pid=18165] ppid=18163 vsize=1785284 CPUtime=11.42
/proc/18165/stat : 18165 (java) S 18163 18165 18128 0 -1 0 25345 0 65 0 1125 17 0 0 18 0 13 0 88607682 1828130816 24159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18165/statm: 446321 24159 1407 9 0 443668 0
[pid=18165/tid=18167] ppid=18163 vsize=1785284 CPUtime=10.26
/proc/18165/task/18167/stat : 18167 (java) R 18163 18165 18128 0 -1 64 22350 0 14 0 1013 13 0 0 25 0 13 0 88607886 1828130816 24159 1992294400 134512640 134550932 4294956000 18446744073709551615 4109624815 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18168] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18168/stat : 18168 (java) S 18163 18165 18128 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 88607890 1828130816 24159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18169] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18169/stat : 18169 (java) S 18163 18165 18128 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88607890 1828130816 24159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18170] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18170/stat : 18170 (java) S 18163 18165 18128 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 88607893 1828130816 24159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18171] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18171/stat : 18171 (java) S 18163 18165 18128 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 88607894 1828130816 24159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18172] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18172/stat : 18172 (java) S 18163 18165 18128 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 88607894 1828130816 24159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18173] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18173/stat : 18173 (java) S 18163 18165 18128 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 88607902 1828130816 24159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18174] ppid=18163 vsize=1785284 CPUtime=0.64
/proc/18165/task/18174/stat : 18174 (java) S 18163 18165 18128 0 -1 64 1172 0 0 0 63 1 0 0 16 0 13 0 88607902 1828130816 24159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18175] ppid=18163 vsize=1785284 CPUtime=0.48
/proc/18165/task/18175/stat : 18175 (java) S 18163 18165 18128 0 -1 64 1125 0 0 0 48 0 0 0 16 0 13 0 88607902 1828130816 24159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18176] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18176/stat : 18176 (java) S 18163 18165 18128 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 88607902 1828130816 24159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18177] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18177/stat : 18177 (java) S 18163 18165 18128 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 88607902 1828130816 24159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18178] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18178/stat : 18178 (java) S 18163 18165 18128 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 88608125 1828130816 24159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.42
Current children cumulated vsize (KiB) 1785284

[startup+25.5024 s]
/proc/loadavg: 0.34 0.08 0.02 2/77 18178
/proc/meminfo: memFree=1539048/2055920 swapFree=4192812/4192956
[pid=18165] ppid=18163 vsize=1785284 CPUtime=24.28
/proc/18165/stat : 18165 (java) S 18163 18165 18128 0 -1 0 25588 0 65 0 2410 18 0 0 18 0 13 0 88607682 1828130816 24285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18165/statm: 446321 24285 1411 9 0 443668 0
[pid=18165/tid=18167] ppid=18163 vsize=1785284 CPUtime=23.06
/proc/18165/task/18167/stat : 18167 (java) R 18163 18165 18128 0 -1 64 22578 0 14 0 2292 14 0 0 25 0 13 0 88607886 1828130816 24285 1992294400 134512640 134550932 4294956000 18446744073709551615 4109543110 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18168] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18168/stat : 18168 (java) S 18163 18165 18128 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 88607890 1828130816 24285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18169] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18169/stat : 18169 (java) S 18163 18165 18128 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88607890 1828130816 24285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18170] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18170/stat : 18170 (java) S 18163 18165 18128 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 88607893 1828130816 24285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18171] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18171/stat : 18171 (java) S 18163 18165 18128 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 88607894 1828130816 24285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18172] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18172/stat : 18172 (java) S 18163 18165 18128 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 88607894 1828130816 24285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18173] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18173/stat : 18173 (java) S 18163 18165 18128 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 88607902 1828130816 24285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18174] ppid=18163 vsize=1785284 CPUtime=0.64
/proc/18165/task/18174/stat : 18174 (java) S 18163 18165 18128 0 -1 64 1172 0 0 0 63 1 0 0 16 0 13 0 88607902 1828130816 24285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18175] ppid=18163 vsize=1785284 CPUtime=0.54
/proc/18165/task/18175/stat : 18175 (java) S 18163 18165 18128 0 -1 64 1140 0 0 0 54 0 0 0 15 0 13 0 88607902 1828130816 24285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18176] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18176/stat : 18176 (java) S 18163 18165 18128 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 88607902 1828130816 24285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18177] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18177/stat : 18177 (java) S 18163 18165 18128 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 88607902 1828130816 24285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18178] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18178/stat : 18178 (java) S 18163 18165 18128 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 88608125 1828130816 24285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.28
Current children cumulated vsize (KiB) 1785284

[startup+51.1024 s]
/proc/loadavg: 0.56 0.15 0.05 2/77 18178
/proc/meminfo: memFree=1537512/2055920 swapFree=4192812/4192956
[pid=18165] ppid=18163 vsize=1785284 CPUtime=49.88
/proc/18165/stat : 18165 (java) S 18163 18165 18128 0 -1 0 25970 0 65 0 4969 19 0 0 18 0 13 0 88607682 1828130816 24667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18165/statm: 446321 24667 1411 9 0 443668 0
[pid=18165/tid=18167] ppid=18163 vsize=1785284 CPUtime=48.65
/proc/18165/task/18167/stat : 18167 (java) R 18163 18165 18128 0 -1 64 22960 0 14 0 4851 14 0 0 25 0 13 0 88607886 1828130816 24667 1992294400 134512640 134550932 4294956000 18446744073709551615 4109543344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18168] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18168/stat : 18168 (java) S 18163 18165 18128 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 88607890 1828130816 24667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18169] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18169/stat : 18169 (java) S 18163 18165 18128 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88607890 1828130816 24667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18170] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18170/stat : 18170 (java) S 18163 18165 18128 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 88607893 1828130816 24667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18171] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18171/stat : 18171 (java) S 18163 18165 18128 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 88607894 1828130816 24667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18172] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18172/stat : 18172 (java) S 18163 18165 18128 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 88607894 1828130816 24667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18173] ppid=18163 vsize=1785284 CPUtime=0

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

/proc/18165/task/18176/stat : 18176 (java) S 18163 18165 18128 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 88607902 1828130816 24903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18177] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18177/stat : 18177 (java) S 18163 18165 18128 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 88607902 1828130816 24903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18178] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18178/stat : 18178 (java) S 18163 18165 18128 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 88608125 1828130816 24903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 72.41
Current children cumulated vsize (KiB) 1785284

[startup+76.7023 s]
/proc/loadavg: 0.71 0.22 0.07 2/77 18178
/proc/meminfo: memFree=1536680/2055920 swapFree=4192812/4192956
[pid=18165] ppid=18163 vsize=1785284 CPUtime=75.6
/proc/18165/stat : 18165 (java) S 18163 18165 18128 0 -1 0 26259 0 65 0 7541 19 0 0 18 0 13 0 88607682 1828130816 24929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18165/statm: 446321 24929 1411 9 0 443668 0
[pid=18165/tid=18167] ppid=18163 vsize=1785284 CPUtime=74.25
/proc/18165/task/18167/stat : 18167 (java) R 18163 18165 18128 0 -1 64 23211 0 14 0 7410 15 0 0 25 0 13 0 88607886 1828130816 24929 1992294400 134512640 134550932 4294956000 18446744073709551615 4109603110 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18168] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18168/stat : 18168 (java) S 18163 18165 18128 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 88607890 1828130816 24929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18169] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18169/stat : 18169 (java) S 18163 18165 18128 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88607890 1828130816 24929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18170] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18170/stat : 18170 (java) S 18163 18165 18128 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 88607893 1828130816 24929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18171] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18171/stat : 18171 (java) S 18163 18165 18128 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 88607894 1828130816 24929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18172] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18172/stat : 18172 (java) S 18163 18165 18128 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 88607894 1828130816 24929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18173] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18173/stat : 18173 (java) S 18163 18165 18128 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 88607902 1828130816 24929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18174] ppid=18163 vsize=1785284 CPUtime=0.7
/proc/18165/task/18174/stat : 18174 (java) S 18163 18165 18128 0 -1 64 1188 0 0 0 69 1 0 0 15 0 13 0 88607902 1828130816 24929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18175] ppid=18163 vsize=1785284 CPUtime=0.62
/proc/18165/task/18175/stat : 18175 (java) S 18163 18165 18128 0 -1 64 1162 0 0 0 62 0 0 0 16 0 13 0 88607902 1828130816 24929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18176] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18176/stat : 18176 (java) S 18163 18165 18128 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 88607902 1828130816 24929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18177] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18177/stat : 18177 (java) S 18163 18165 18128 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 88607902 1828130816 24929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18178] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18178/stat : 18178 (java) S 18163 18165 18128 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 88608125 1828130816 24929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.6
Current children cumulated vsize (KiB) 1785284

[startup+77.5024 s]
/proc/loadavg: 0.71 0.22 0.07 2/77 18178
/proc/meminfo: memFree=1536616/2055920 swapFree=4192812/4192956
[pid=18165] ppid=18163 vsize=1785284 CPUtime=76.4
/proc/18165/stat : 18165 (java) S 18163 18165 18128 0 -1 0 26274 0 65 0 7621 19 0 0 18 0 13 0 88607682 1828130816 24944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18165/statm: 446321 24944 1411 9 0 443668 0
[pid=18165/tid=18167] ppid=18163 vsize=1785284 CPUtime=75.05
/proc/18165/task/18167/stat : 18167 (java) R 18163 18165 18128 0 -1 64 23226 0 14 0 7490 15 0 0 25 0 13 0 88607886 1828130816 24944 1992294400 134512640 134550932 4294956000 18446744073709551615 4109681098 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18168] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18168/stat : 18168 (java) S 18163 18165 18128 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 88607890 1828130816 24944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18169] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18169/stat : 18169 (java) S 18163 18165 18128 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88607890 1828130816 24944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18170] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18170/stat : 18170 (java) S 18163 18165 18128 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 88607893 1828130816 24944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18171] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18171/stat : 18171 (java) S 18163 18165 18128 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 88607894 1828130816 24944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18172] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18172/stat : 18172 (java) S 18163 18165 18128 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 88607894 1828130816 24944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18173] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18173/stat : 18173 (java) S 18163 18165 18128 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 88607902 1828130816 24944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18174] ppid=18163 vsize=1785284 CPUtime=0.7
/proc/18165/task/18174/stat : 18174 (java) S 18163 18165 18128 0 -1 64 1188 0 0 0 69 1 0 0 15 0 13 0 88607902 1828130816 24944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18175] ppid=18163 vsize=1785284 CPUtime=0.62
/proc/18165/task/18175/stat : 18175 (java) S 18163 18165 18128 0 -1 64 1162 0 0 0 62 0 0 0 16 0 13 0 88607902 1828130816 24944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18176] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18176/stat : 18176 (java) S 18163 18165 18128 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 88607902 1828130816 24944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18177] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18177/stat : 18177 (java) S 18163 18165 18128 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 88607902 1828130816 24944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18178] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18178/stat : 18178 (java) S 18163 18165 18128 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 88608125 1828130816 24944 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.4
Current children cumulated vsize (KiB) 1785284

[startup+77.9025 s]
/proc/loadavg: 0.71 0.22 0.07 2/77 18178
/proc/meminfo: memFree=1536616/2055920 swapFree=4192812/4192956
[pid=18165] ppid=18163 vsize=1785284 CPUtime=76.8
/proc/18165/stat : 18165 (java) S 18163 18165 18128 0 -1 0 26277 0 65 0 7661 19 0 0 18 0 13 0 88607682 1828130816 24947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18165/statm: 446321 24947 1411 9 0 443668 0
[pid=18165/tid=18167] ppid=18163 vsize=1785284 CPUtime=75.45
/proc/18165/task/18167/stat : 18167 (java) R 18163 18165 18128 0 -1 64 23229 0 14 0 7530 15 0 0 25 0 13 0 88607886 1828130816 24947 1992294400 134512640 134550932 4294956000 18446744073709551615 4109552307 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18168] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18168/stat : 18168 (java) S 18163 18165 18128 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 88607890 1828130816 24947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18169] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18169/stat : 18169 (java) S 18163 18165 18128 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88607890 1828130816 24947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18170] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18170/stat : 18170 (java) S 18163 18165 18128 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 88607893 1828130816 24947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18171] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18171/stat : 18171 (java) S 18163 18165 18128 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 88607894 1828130816 24947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18172] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18172/stat : 18172 (java) S 18163 18165 18128 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 88607894 1828130816 24947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18173] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18173/stat : 18173 (java) S 18163 18165 18128 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 88607902 1828130816 24947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18174] ppid=18163 vsize=1785284 CPUtime=0.7
/proc/18165/task/18174/stat : 18174 (java) S 18163 18165 18128 0 -1 64 1188 0 0 0 69 1 0 0 15 0 13 0 88607902 1828130816 24947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18175] ppid=18163 vsize=1785284 CPUtime=0.62
/proc/18165/task/18175/stat : 18175 (java) S 18163 18165 18128 0 -1 64 1162 0 0 0 62 0 0 0 16 0 13 0 88607902 1828130816 24947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18176] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18176/stat : 18176 (java) S 18163 18165 18128 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 88607902 1828130816 24947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18177] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18177/stat : 18177 (java) S 18163 18165 18128 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 88607902 1828130816 24947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18178] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18178/stat : 18178 (java) S 18163 18165 18128 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 88608125 1828130816 24947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.8
Current children cumulated vsize (KiB) 1785284

[startup+78.3025 s]
/proc/loadavg: 0.73 0.23 0.08 2/77 18178
/proc/meminfo: memFree=1536552/2055920 swapFree=4192812/4192956
[pid=18165] ppid=18163 vsize=1785284 CPUtime=77.2
/proc/18165/stat : 18165 (java) S 18163 18165 18128 0 -1 0 26280 0 65 0 7701 19 0 0 18 0 13 0 88607682 1828130816 24950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18165/statm: 446321 24950 1411 9 0 443668 0
[pid=18165/tid=18167] ppid=18163 vsize=1785284 CPUtime=75.85
/proc/18165/task/18167/stat : 18167 (java) R 18163 18165 18128 0 -1 64 23232 0 14 0 7570 15 0 0 25 0 13 0 88607886 1828130816 24950 1992294400 134512640 134550932 4294956000 18446744073709551615 4109603113 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18168] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18168/stat : 18168 (java) S 18163 18165 18128 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 88607890 1828130816 24950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18169] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18169/stat : 18169 (java) S 18163 18165 18128 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88607890 1828130816 24950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18170] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18170/stat : 18170 (java) S 18163 18165 18128 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 88607893 1828130816 24950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18171] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18171/stat : 18171 (java) S 18163 18165 18128 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 88607894 1828130816 24950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18172] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18172/stat : 18172 (java) S 18163 18165 18128 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 88607894 1828130816 24950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18173] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18173/stat : 18173 (java) S 18163 18165 18128 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 88607902 1828130816 24950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18174] ppid=18163 vsize=1785284 CPUtime=0.7
/proc/18165/task/18174/stat : 18174 (java) S 18163 18165 18128 0 -1 64 1188 0 0 0 69 1 0 0 15 0 13 0 88607902 1828130816 24950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18175] ppid=18163 vsize=1785284 CPUtime=0.62
/proc/18165/task/18175/stat : 18175 (java) S 18163 18165 18128 0 -1 64 1162 0 0 0 62 0 0 0 16 0 13 0 88607902 1828130816 24950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18176] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18176/stat : 18176 (java) S 18163 18165 18128 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 88607902 1828130816 24950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18177] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18177/stat : 18177 (java) S 18163 18165 18128 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 88607902 1828130816 24950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18178] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18178/stat : 18178 (java) S 18163 18165 18128 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 88608125 1828130816 24950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.2
Current children cumulated vsize (KiB) 1785284

[startup+78.4015 s]
/proc/loadavg: 0.73 0.23 0.08 2/77 18178
/proc/meminfo: memFree=1536552/2055920 swapFree=4192812/4192956
[pid=18165] ppid=18163 vsize=1785284 CPUtime=77.27
/proc/18165/stat : 18165 (java) S 18163 18165 18128 0 -1 0 26282 0 65 0 7708 19 0 0 18 0 12 0 88607682 1828130816 24952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18165/statm: 446321 24952 1412 9 0 443668 0
[pid=18165/tid=18167] ppid=18163 vsize=1785284 CPUtime=75.91
/proc/18165/task/18167/stat : 18167 (java) D 18163 18165 18128 0 -1 64 23233 0 14 0 7576 15 0 0 24 0 12 0 88607886 1828130816 24952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 18446744071563478208 0 0 -1 0 0 0
[pid=18165/tid=18168] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18168/stat : 18168 (java) S 18163 18165 18128 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 88607890 1828130816 24952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18169] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18169/stat : 18169 (java) S 18163 18165 18128 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 88607890 1828130816 24952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18170] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18170/stat : 18170 (java) S 18163 18165 18128 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 88607893 1828130816 24952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18171] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18171/stat : 18171 (java) S 18163 18165 18128 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 88607894 1828130816 24952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18172] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18172/stat : 18172 (java) S 18163 18165 18128 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 88607894 1828130816 24952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18165/tid=18173] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18173/stat : 18173 (java) S 18163 18165 18128 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 88607902 1828130816 24952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18174] ppid=18163 vsize=1785284 CPUtime=0.7
/proc/18165/task/18174/stat : 18174 (java) S 18163 18165 18128 0 -1 64 1188 0 0 0 69 1 0 0 15 0 12 0 88607902 1828130816 24952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18175] ppid=18163 vsize=1785284 CPUtime=0.62
/proc/18165/task/18175/stat : 18175 (java) S 18163 18165 18128 0 -1 64 1162 0 0 0 62 0 0 0 16 0 12 0 88607902 1828130816 24952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18176] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18176/stat : 18176 (java) S 18163 18165 18128 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 88607902 1828130816 24952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18165/tid=18177] ppid=18163 vsize=1785284 CPUtime=0
/proc/18165/task/18177/stat : 18177 (java) S 18163 18165 18128 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 88607902 1828130816 24952 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.27
Current children cumulated vsize (KiB) 1785284

Child status: 20
Real time (s): 78.4946
CPU time (s): 77.3012
CPU user time (s): 77.0923
CPU system time (s): 0.208968
CPU usage (%): 98.4797
Max. virtual memory (cumulated for all children) (KiB): 1785456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.0923
system time used= 0.208968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26296
page faults= 65
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2327
involuntary context switches= 486

runsolver used 0.099984 second user time and 0.208968 second system time

The end

Launcher Data

Begin job on node11 at 2009-04-24 22:42:20
IDJOB=1715629
IDBENCH=20343
IDSOLVER=500
FILE ID=node11/1715629-1240605739
PBS_JOBID= 9186303
Free space on /tmp= 66080 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-5-11-u.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1715629-1240605739/watcher-1715629-1240605739 -o /tmp/evaluation-result-1715629-1240605739/solver-1715629-1240605739 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1715629-1240605739.cnf

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

MD5SUM BENCH= 770fa9cd880a43d98e936f33f4e86d7a
RANDOM SEED=2131040472

node11.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.214
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.214
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:       1643504 kB
Buffers:         48476 kB
Cached:         283356 kB
SwapCached:        144 kB
Active:         112332 kB
Inactive:       233468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1643504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           12404 kB
Writeback:           0 kB
Mapped:          23556 kB
Slab:            52616 kB
Committed_AS:   282156 kB
PageTables:       1448 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= 66080 MiB
End job on node11 at 2009-04-24 22:43:39