Trace number 1579379

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 282.956 281.974

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-5p0.cnf
MD5SUMb0f091d476e617a8697e9f8acfd1538f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark41.6977
Satisfiable
(Un)Satisfiability was proved
Number of variables123925
Number of clauses539763
Sum of the clauses size1252804
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2437089
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

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.09/0.19	c c --- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.09/0.19	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.19	c Expensive reason simplification
0.09/0.19	c Armin Biere (Picosat) restarts strategy
0.09/0.19	c timeout=2147483647s
0.09/0.19	c DB Simplification allowed=true
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c solving HOME/instance-1579379-1238907080.cnf
0.09/0.19	c reading problem ... 
1.69/1.59	c ... done. Wall clock time 1.392s.
1.69/1.59	c #vars     123925
1.69/1.59	c #constraints  539423
1.69/1.59	c constraints type 
1.69/1.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97176
1.69/1.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 436749
282.87/281.91	c starts		: 203
282.87/281.91	c conflicts		: 39815
282.87/281.91	c decisions		: 369410
282.87/281.91	c propagations		: 179387239
282.87/281.91	c inspects		: 501183713
282.87/281.91	c learnt literals	: 140
282.87/281.91	c learnt binary clauses	: 663
282.87/281.91	c learnt ternary clauses	: 734
282.87/281.91	c learnt clauses	: 39674
282.87/281.91	c ignored clauses	: 0
282.87/281.91	c root simplifications	: 342
282.87/281.91	c removed literals (reason simplification)	: 3091566
282.87/281.91	c reason swapping (by a shorter reason)	: 0
282.87/281.91	c Calls to reduceDB	: 0
282.87/281.91	c speed (assignments/second)	: 639939.6366282699
282.87/281.91	c non guided choices	2
282.87/281.93	c learnt constraints type 
282.87/281.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 489
282.87/281.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 24866
282.87/281.93	s UNSATISFIABLE
282.87/281.93	c Total wall clock time (in seconds) : 281.713

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-1579379-1238907080/watcher-1579379-1238907080 -o /tmp/evaluation-result-1579379-1238907080/solver-1579379-1238907080 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1579379-1238907080.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5170
/proc/meminfo: memFree=1635176/2055920 swapFree=4178784/4192956
[pid=5170] ppid=5168 vsize=1612 CPUtime=0
/proc/5170/stat : 5170 (java6) R 5168 5170 1510 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 1163369934 1650688 147 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/5170/statm: 403 147 111 9 0 45 0

[startup+0.0198919 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5170
/proc/meminfo: memFree=1635176/2055920 swapFree=4178784/4192956
[pid=5170] ppid=5168 vsize=1773828 CPUtime=0.01
/proc/5170/stat : 5170 (java) S 5168 5170 1510 0 -1 0 1481 0 1 0 0 1 0 0 18 0 2 0 1163369934 1816399872 1230 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/5170/statm: 443457 1239 406 9 0 441209 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1773828

[startup+0.101899 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5170
/proc/meminfo: memFree=1635176/2055920 swapFree=4178784/4192956
[pid=5170] ppid=5168 vsize=1780924 CPUtime=0.09
/proc/5170/stat : 5170 (java) S 5168 5170 1510 0 -1 0 3906 0 1 0 7 2 0 0 18 0 12 0 1163369934 1823666176 3649 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5170/statm: 445231 3649 1069 9 0 442578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780924

[startup+0.301921 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5170
/proc/meminfo: memFree=1635176/2055920 swapFree=4178784/4192956
[pid=5170] ppid=5168 vsize=1783572 CPUtime=0.39
/proc/5170/stat : 5170 (java) S 5168 5170 1510 0 -1 0 6490 0 1 0 35 4 0 0 18 0 12 0 1163369934 1826377728 6222 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5170/statm: 445893 6222 1369 9 0 443240 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1783572

[startup+0.701959 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5170
/proc/meminfo: memFree=1635176/2055920 swapFree=4178784/4192956
[pid=5170] ppid=5168 vsize=1783472 CPUtime=0.82
/proc/5170/stat : 5170 (java) S 5168 5170 1510 0 -1 0 11226 0 1 0 77 5 0 0 18 0 12 0 1163369934 1826275328 10928 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5170/statm: 445868 10928 1374 9 0 443215 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 1783472

[startup+1.50302 s]
/proc/loadavg: 1.16 1.03 1.01 2/76 5182
/proc/meminfo: memFree=1590152/2055920 swapFree=4178784/4192956
[pid=5170] ppid=5168 vsize=1783472 CPUtime=1.69
/proc/5170/stat : 5170 (java) S 5168 5170 1510 0 -1 0 16485 0 1 0 160 9 0 0 18 0 12 0 1163369934 1826275328 16186 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5170/statm: 445868 16186 1384 9 0 443215 0
[pid=5170/tid=5172] ppid=5168 vsize=1783472 CPUtime=1.43
/proc/5170/task/5172/stat : 5172 (java) R 5168 5170 1510 0 -1 64 15004 0 1 0 135 8 0 0 25 0 12 0 1163369936 1826275328 16187 1992294400 134512640 134550932 4294955984 18446744073709551615 4109454432 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5173] ppid=5168 vsize=1783472 CPUtime=0
/proc/5170/task/5173/stat : 5173 (java) S 5168 5170 1510 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1163369937 1826275328 16187 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5174] ppid=5168 vsize=1783472 CPUtime=0
/proc/5170/task/5174/stat : 5174 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1163369937 1826275328 16187 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5175] ppid=5168 vsize=1783472 CPUtime=0
/proc/5170/task/5175/stat : 5175 (java) S 5168 5170 1510 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 1163369939 1826275328 16188 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5176] ppid=5168 vsize=1783472 CPUtime=0
/proc/5170/task/5176/stat : 5176 (java) S 5168 5170 1510 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1163369939 1826275328 16188 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5177] ppid=5168 vsize=1783472 CPUtime=0
/proc/5170/task/5177/stat : 5177 (java) S 5168 5170 1510 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1163369939 1826275328 16189 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5178] ppid=5168 vsize=1783472 CPUtime=0
/proc/5170/task/5178/stat : 5178 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1163369944 1826275328 16189 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5179] ppid=5168 vsize=1783472 CPUtime=0.12
/proc/5170/task/5179/stat : 5179 (java) S 5168 5170 1510 0 -1 64 198 0 0 0 12 0 0 0 17 0 12 0 1163369944 1826275328 16189 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5180] ppid=5168 vsize=1783472 CPUtime=0.12
/proc/5170/task/5180/stat : 5180 (java) S 5168 5170 1510 0 -1 64 542 0 0 0 12 0 0 0 17 0 12 0 1163369944 1826275328 16190 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5181] ppid=5168 vsize=1783472 CPUtime=0
/proc/5170/task/5181/stat : 5181 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1163369944 1826275328 16190 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5182] ppid=5168 vsize=1783472 CPUtime=0
/proc/5170/task/5182/stat : 5182 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1163369944 1826275328 16190 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 1783472

[startup+3.10117 s]
/proc/loadavg: 1.16 1.03 1.01 3/77 5183
/proc/meminfo: memFree=1562688/2055920 swapFree=4178784/4192956
[pid=5170] ppid=5168 vsize=1786124 CPUtime=3.89
/proc/5170/stat : 5170 (java) S 5168 5170 1510 0 -1 0 21163 0 1 0 377 12 0 0 18 0 13 0 1163369934 1828990976 19756 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5170/statm: 446531 19756 1407 9 0 443878 0
[pid=5170/tid=5172] ppid=5168 vsize=1786124 CPUtime=2.76
/proc/5170/task/5172/stat : 5172 (java) R 5168 5170 1510 0 -1 64 17924 0 1 0 266 10 0 0 17 0 13 0 1163369936 1828990976 19756 1992294400 134512640 134550932 4294955984 18446744073709551615 4109600077 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5173] ppid=5168 vsize=1786124 CPUtime=0
/proc/5170/task/5173/stat : 5173 (java) S 5168 5170 1510 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1163369937 1828990976 19756 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5174] ppid=5168 vsize=1786124 CPUtime=0
/proc/5170/task/5174/stat : 5174 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1163369937 1828990976 19756 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5175] ppid=5168 vsize=1786124 CPUtime=0
/proc/5170/task/5175/stat : 5175 (java) S 5168 5170 1510 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1163369939 1828990976 19756 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5176] ppid=5168 vsize=1786124 CPUtime=0
/proc/5170/task/5176/stat : 5176 (java) S 5168 5170 1510 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 1163369939 1828990976 19756 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5177] ppid=5168 vsize=1786124 CPUtime=0
/proc/5170/task/5177/stat : 5177 (java) S 5168 5170 1510 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1163369939 1828990976 19756 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5178] ppid=5168 vsize=1786124 CPUtime=0
/proc/5170/task/5178/stat : 5178 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163369944 1828990976 19756 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5179] ppid=5168 vsize=1786124 CPUtime=0.46
/proc/5170/task/5179/stat : 5179 (java) S 5168 5170 1510 0 -1 64 1443 0 0 0 46 0 0 0 16 0 13 0 1163369944 1828990976 19756 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5180] ppid=5168 vsize=1786124 CPUtime=0.64
/proc/5170/task/5180/stat : 5180 (java) S 5168 5170 1510 0 -1 64 1051 0 0 0 64 0 0 0 15 0 13 0 1163369944 1828990976 19756 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5181] ppid=5168 vsize=1786124 CPUtime=0
/proc/5170/task/5181/stat : 5181 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163369944 1828990976 19756 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5182] ppid=5168 vsize=1786124 CPUtime=0
/proc/5170/task/5182/stat : 5182 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163369944 1828990976 19756 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5183] ppid=5168 vsize=1786124 CPUtime=0
/proc/5170/task/5183/stat : 5183 (java) S 5168 5170 1510 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1163370117 1828990976 19756 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 1786124

[startup+6.30244 s]
/proc/loadavg: 1.15 1.03 1.01 2/77 5183
/proc/meminfo: memFree=1560768/2055920 swapFree=4178784/4192956
[pid=5170] ppid=5168 vsize=1785856 CPUtime=7.19
/proc/5170/stat : 5170 (java) S 5168 5170 1510 0 -1 0 21336 0 1 0 707 12 0 0 18 0 13 0 1163369934 1828716544 19804 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5170/statm: 446464 19804 1407 9 0 443811 0
[pid=5170/tid=5172] ppid=5168 vsize=1785856 CPUtime=5.91
/proc/5170/task/5172/stat : 5172 (java) R 5168 5170 1510 0 -1 64 18013 0 1 0 581 10 0 0 25 0 13 0 1163369936 1828716544 19804 1992294400 134512640 134550932 4294955984 18446744073709551615 4109600016 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5173] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5173/stat : 5173 (java) S 5168 5170 1510 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1163369937 1828716544 19804 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5174] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5174/stat : 5174 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1163369937 1828716544 19804 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5175] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5175/stat : 5175 (java) S 5168 5170 1510 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1163369939 1828716544 19804 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5176] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5176/stat : 5176 (java) S 5168 5170 1510 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 1163369939 1828716544 19804 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5177] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5177/stat : 5177 (java) S 5168 5170 1510 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1163369939 1828716544 19804 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5178] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5178/stat : 5178 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163369944 1828716544 19804 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5179] ppid=5168 vsize=1785856 CPUtime=0.55
/proc/5170/task/5179/stat : 5179 (java) S 5168 5170 1510 0 -1 64 1515 0 0 0 55 0 0 0 16 0 13 0 1163369944 1828716544 19804 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5180] ppid=5168 vsize=1785856 CPUtime=0.7
/proc/5170/task/5180/stat : 5180 (java) S 5168 5170 1510 0 -1 64 1062 0 0 0 70 0 0 0 16 0 13 0 1163369944 1828716544 19804 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5181] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5181/stat : 5181 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163369944 1828716544 19804 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5182] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5182/stat : 5182 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163369944 1828716544 19804 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5183] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5183/stat : 5183 (java) S 5168 5170 1510 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1163370117 1828716544 19804 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 1785856

[startup+12.702 s]
/proc/loadavg: 1.13 1.03 1.01 2/77 5183
/proc/meminfo: memFree=1559808/2055920 swapFree=4178784/4192956
[pid=5170] ppid=5168 vsize=1785856 CPUtime=13.62
/proc/5170/stat : 5170 (java) S 5168 5170 1510 0 -1 0 21613 0 1 0 1350 12 0 0 18 0 13 0 1163369934 1828716544 20080 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5170/statm: 446464 20080 1411 9 0 443811 0
[pid=5170/tid=5172] ppid=5168 vsize=1785856 CPUtime=12.29
/proc/5170/task/5172/stat : 5172 (java) R 5168 5170 1510 0 -1 64 18282 0 1 0 1219 10 0 0 25 0 13 0 1163369936 1828716544 20080 1992294400 134512640 134550932 4294955984 18446744073709551615 4109575724 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5173] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5173/stat : 5173 (java) S 5168 5170 1510 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1163369937 1828716544 20080 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5174] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5174/stat : 5174 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1163369937 1828716544 20080 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5175] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5175/stat : 5175 (java) S 5168 5170 1510 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1163369939 1828716544 20080 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5176] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5176/stat : 5176 (java) S 5168 5170 1510 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 1163369939 1828716544 20080 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5177] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5177/stat : 5177 (java) S 5168 5170 1510 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1163369939 1828716544 20080 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5178] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5178/stat : 5178 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163369944 1828716544 20080 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5179] ppid=5168 vsize=1785856 CPUtime=0.61
/proc/5170/task/5179/stat : 5179 (java) S 5168 5170 1510 0 -1 64 1523 0 0 0 61 0 0 0 17 0 13 0 1163369944 1828716544 20080 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5180] ppid=5168 vsize=1785856 CPUtime=0.7
/proc/5170/task/5180/stat : 5180 (java) S 5168 5170 1510 0 -1 64 1062 0 0 0 70 0 0 0 16 0 13 0 1163369944 1828716544 20080 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5181] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5181/stat : 5181 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163369944 1828716544 20080 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5182] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5182/stat : 5182 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163369944 1828716544 20080 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5183] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5183/stat : 5183 (java) S 5168 5170 1510 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1163370117 1828716544 20080 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.62
Current children cumulated vsize (KiB) 1785856

[startup+25.5021 s]
/proc/loadavg: 1.11 1.03 1.01 2/77 5183
/proc/meminfo: memFree=1557056/2055920 swapFree=4178784/4192956
[pid=5170] ppid=5168 vsize=1785856 CPUtime=26.42
/proc/5170/stat : 5170 (java) S 5168 5170 1510 0 -1 0 22325 0 1 0 2629 13 0 0 18 0 13 0 1163369934 1828716544 20791 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5170/statm: 446464 20791 1411 9 0 443811 0
[pid=5170/tid=5172] ppid=5168 vsize=1785856 CPUtime=25.05
/proc/5170/task/5172/stat : 5172 (java) R 5168 5170 1510 0 -1 64 18992 0 1 0 2494 11 0 0 25 0 13 0 1163369936 1828716544 20791 1992294400 134512640 134550932 4294955984 18446744073709551615 4109661929 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5173] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5173/stat : 5173 (java) S 5168 5170 1510 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1163369937 1828716544 20791 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5174] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5174/stat : 5174 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1163369937 1828716544 20791 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5175] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5175/stat : 5175 (java) S 5168 5170 1510 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1163369939 1828716544 20791 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0

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

/proc/5170/task/5182/stat : 5182 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163369944 1828716544 30171 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5183] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5183/stat : 5183 (java) S 5168 5170 1510 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1163370117 1828716544 30171 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 276.07
Current children cumulated vsize (KiB) 1785856

[startup+278.306 s]
/proc/loadavg: 1.05 1.07 1.02 2/77 5183
/proc/meminfo: memFree=1518976/2055920 swapFree=4178784/4192956
[pid=5170] ppid=5168 vsize=1785856 CPUtime=279.27
/proc/5170/stat : 5170 (java) S 5168 5170 1510 0 -1 0 31750 0 1 0 27902 25 0 0 18 0 13 0 1163369934 1828716544 30214 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5170/statm: 446464 30214 1411 9 0 443811 0
[pid=5170/tid=5172] ppid=5168 vsize=1785856 CPUtime=277.74
/proc/5170/task/5172/stat : 5172 (java) R 5168 5170 1510 0 -1 64 28403 0 1 0 27751 23 0 0 25 0 13 0 1163369936 1828716544 30214 1992294400 134512640 134550932 4294955984 18446744073709551615 4109539027 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5173] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5173/stat : 5173 (java) S 5168 5170 1510 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1163369937 1828716544 30214 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5174] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5174/stat : 5174 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1163369937 1828716544 30214 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5175] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5175/stat : 5175 (java) S 5168 5170 1510 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1163369939 1828716544 30214 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5176] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5176/stat : 5176 (java) S 5168 5170 1510 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 1163369939 1828716544 30214 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5177] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5177/stat : 5177 (java) S 5168 5170 1510 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1163369939 1828716544 30214 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5178] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5178/stat : 5178 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163369944 1828716544 30214 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5179] ppid=5168 vsize=1785856 CPUtime=0.69
/proc/5170/task/5179/stat : 5179 (java) S 5168 5170 1510 0 -1 64 1530 0 0 0 69 0 0 0 17 0 13 0 1163369944 1828716544 30214 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5180] ppid=5168 vsize=1785856 CPUtime=0.81
/proc/5170/task/5180/stat : 5180 (java) S 5168 5170 1510 0 -1 64 1071 0 0 0 81 0 0 0 16 0 13 0 1163369944 1828716544 30214 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5181] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5181/stat : 5181 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163369944 1828716544 30214 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5182] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5182/stat : 5182 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163369944 1828716544 30214 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5183] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5183/stat : 5183 (java) S 5168 5170 1510 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1163370117 1828716544 30214 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.27
Current children cumulated vsize (KiB) 1785856

[startup+279.902 s]
/proc/loadavg: 1.05 1.07 1.02 2/77 5183
/proc/meminfo: memFree=1518976/2055920 swapFree=4178784/4192956
[pid=5170] ppid=5168 vsize=1785856 CPUtime=280.87
/proc/5170/stat : 5170 (java) S 5168 5170 1510 0 -1 0 31762 0 1 0 28062 25 0 0 18 0 13 0 1163369934 1828716544 30226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5170/statm: 446464 30226 1411 9 0 443811 0
[pid=5170/tid=5172] ppid=5168 vsize=1785856 CPUtime=279.34
/proc/5170/task/5172/stat : 5172 (java) R 5168 5170 1510 0 -1 64 28415 0 1 0 27911 23 0 0 25 0 13 0 1163369936 1828716544 30226 1992294400 134512640 134550932 4294955984 18446744073709551615 4109539492 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5173] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5173/stat : 5173 (java) S 5168 5170 1510 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1163369937 1828716544 30226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5174] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5174/stat : 5174 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1163369937 1828716544 30226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5175] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5175/stat : 5175 (java) S 5168 5170 1510 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1163369939 1828716544 30226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5176] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5176/stat : 5176 (java) S 5168 5170 1510 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 1163369939 1828716544 30226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5177] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5177/stat : 5177 (java) S 5168 5170 1510 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1163369939 1828716544 30226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5178] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5178/stat : 5178 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163369944 1828716544 30226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5179] ppid=5168 vsize=1785856 CPUtime=0.69
/proc/5170/task/5179/stat : 5179 (java) S 5168 5170 1510 0 -1 64 1530 0 0 0 69 0 0 0 17 0 13 0 1163369944 1828716544 30226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5180] ppid=5168 vsize=1785856 CPUtime=0.81
/proc/5170/task/5180/stat : 5180 (java) S 5168 5170 1510 0 -1 64 1071 0 0 0 81 0 0 0 16 0 13 0 1163369944 1828716544 30226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5181] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5181/stat : 5181 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163369944 1828716544 30226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5182] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5182/stat : 5182 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163369944 1828716544 30226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5183] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5183/stat : 5183 (java) S 5168 5170 1510 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1163370117 1828716544 30226 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.87
Current children cumulated vsize (KiB) 1785856

[startup+280.702 s]
/proc/loadavg: 1.05 1.07 1.02 2/77 5183
/proc/meminfo: memFree=1518912/2055920 swapFree=4178784/4192956
[pid=5170] ppid=5168 vsize=1785856 CPUtime=281.67
/proc/5170/stat : 5170 (java) S 5168 5170 1510 0 -1 0 31769 0 1 0 28142 25 0 0 18 0 13 0 1163369934 1828716544 30233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5170/statm: 446464 30233 1411 9 0 443811 0
[pid=5170/tid=5172] ppid=5168 vsize=1785856 CPUtime=280.14
/proc/5170/task/5172/stat : 5172 (java) R 5168 5170 1510 0 -1 64 28422 0 1 0 27991 23 0 0 25 0 13 0 1163369936 1828716544 30233 1992294400 134512640 134550932 4294955984 18446744073709551615 4109538998 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5173] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5173/stat : 5173 (java) S 5168 5170 1510 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1163369937 1828716544 30233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5174] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5174/stat : 5174 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1163369937 1828716544 30233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5175] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5175/stat : 5175 (java) S 5168 5170 1510 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1163369939 1828716544 30233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5176] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5176/stat : 5176 (java) S 5168 5170 1510 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 1163369939 1828716544 30233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5177] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5177/stat : 5177 (java) S 5168 5170 1510 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1163369939 1828716544 30233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5178] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5178/stat : 5178 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163369944 1828716544 30233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5179] ppid=5168 vsize=1785856 CPUtime=0.69
/proc/5170/task/5179/stat : 5179 (java) S 5168 5170 1510 0 -1 64 1530 0 0 0 69 0 0 0 17 0 13 0 1163369944 1828716544 30233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5180] ppid=5168 vsize=1785856 CPUtime=0.81
/proc/5170/task/5180/stat : 5180 (java) S 5168 5170 1510 0 -1 64 1071 0 0 0 81 0 0 0 16 0 13 0 1163369944 1828716544 30233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5181] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5181/stat : 5181 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163369944 1828716544 30233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5182] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5182/stat : 5182 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163369944 1828716544 30233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5183] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5183/stat : 5183 (java) S 5168 5170 1510 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1163370117 1828716544 30233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.67
Current children cumulated vsize (KiB) 1785856

[startup+281.502 s]
/proc/loadavg: 1.05 1.07 1.02 2/77 5183
/proc/meminfo: memFree=1518912/2055920 swapFree=4178784/4192956
[pid=5170] ppid=5168 vsize=1785856 CPUtime=282.47
/proc/5170/stat : 5170 (java) S 5168 5170 1510 0 -1 0 31774 0 1 0 28222 25 0 0 18 0 13 0 1163369934 1828716544 30238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5170/statm: 446464 30238 1411 9 0 443811 0
[pid=5170/tid=5172] ppid=5168 vsize=1785856 CPUtime=280.94
/proc/5170/task/5172/stat : 5172 (java) R 5168 5170 1510 0 -1 64 28427 0 1 0 28071 23 0 0 25 0 13 0 1163369936 1828716544 30238 1992294400 134512640 134550932 4294955984 18446744073709551615 4109662047 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5173] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5173/stat : 5173 (java) S 5168 5170 1510 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1163369937 1828716544 30238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5174] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5174/stat : 5174 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1163369937 1828716544 30238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5175] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5175/stat : 5175 (java) S 5168 5170 1510 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1163369939 1828716544 30238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5176] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5176/stat : 5176 (java) S 5168 5170 1510 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 1163369939 1828716544 30238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5177] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5177/stat : 5177 (java) S 5168 5170 1510 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1163369939 1828716544 30238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5178] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5178/stat : 5178 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163369944 1828716544 30238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5179] ppid=5168 vsize=1785856 CPUtime=0.69
/proc/5170/task/5179/stat : 5179 (java) S 5168 5170 1510 0 -1 64 1530 0 0 0 69 0 0 0 17 0 13 0 1163369944 1828716544 30238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5180] ppid=5168 vsize=1785856 CPUtime=0.81
/proc/5170/task/5180/stat : 5180 (java) S 5168 5170 1510 0 -1 64 1071 0 0 0 81 0 0 0 16 0 13 0 1163369944 1828716544 30238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5181] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5181/stat : 5181 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163369944 1828716544 30238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5182] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5182/stat : 5182 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163369944 1828716544 30238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5183] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5183/stat : 5183 (java) S 5168 5170 1510 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1163370117 1828716544 30238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.47
Current children cumulated vsize (KiB) 1785856

[startup+281.903 s]
/proc/loadavg: 1.05 1.07 1.02 2/77 5183
/proc/meminfo: memFree=1518912/2055920 swapFree=4178784/4192956
[pid=5170] ppid=5168 vsize=1785856 CPUtime=282.87
/proc/5170/stat : 5170 (java) S 5168 5170 1510 0 -1 0 31776 0 1 0 28262 25 0 0 18 0 13 0 1163369934 1828716544 30240 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5170/statm: 446464 30240 1411 9 0 443811 0
[pid=5170/tid=5172] ppid=5168 vsize=1785856 CPUtime=281.34
/proc/5170/task/5172/stat : 5172 (java) R 5168 5170 1510 0 -1 64 28429 0 1 0 28111 23 0 0 25 0 13 0 1163369936 1828716544 30240 1992294400 134512640 134550932 4294955984 18446744073709551615 4109293320 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5173] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5173/stat : 5173 (java) S 5168 5170 1510 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1163369937 1828716544 30240 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5174] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5174/stat : 5174 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1163369937 1828716544 30240 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5175] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5175/stat : 5175 (java) S 5168 5170 1510 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1163369939 1828716544 30240 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5176] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5176/stat : 5176 (java) S 5168 5170 1510 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 1163369939 1828716544 30240 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5177] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5177/stat : 5177 (java) S 5168 5170 1510 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1163369939 1828716544 30240 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5178] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5178/stat : 5178 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163369944 1828716544 30240 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5179] ppid=5168 vsize=1785856 CPUtime=0.69
/proc/5170/task/5179/stat : 5179 (java) S 5168 5170 1510 0 -1 64 1530 0 0 0 69 0 0 0 17 0 13 0 1163369944 1828716544 30240 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5180] ppid=5168 vsize=1785856 CPUtime=0.81
/proc/5170/task/5180/stat : 5180 (java) S 5168 5170 1510 0 -1 64 1071 0 0 0 81 0 0 0 16 0 13 0 1163369944 1828716544 30240 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5181] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5181/stat : 5181 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1163369944 1828716544 30240 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5170/tid=5182] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5182/stat : 5182 (java) S 5168 5170 1510 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163369944 1828716544 30240 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5183] ppid=5168 vsize=1785856 CPUtime=0
/proc/5170/task/5183/stat : 5183 (java) S 5168 5170 1510 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1163370117 1828716544 30240 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.87
Current children cumulated vsize (KiB) 1785856

Child status: 20
Real time (s): 281.974
CPU time (s): 282.956
CPU user time (s): 282.677
CPU system time (s): 0.278957
CPU usage (%): 100.348
Max. virtual memory (cumulated for all children) (KiB): 1786124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 282.677
system time used= 0.278957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31793
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= 6184
involuntary context switches= 1890

runsolver used 0.318951 second user time and 0.746886 second system time

The end

Launcher Data

Begin job on node57 at 2009-04-05 06:51:21
IDJOB=1579379
IDBENCH=70997
IDSOLVER=500
FILE ID=node57/1579379-1238907080
PBS_JOBID= 9086082
Free space on /tmp= 66552 MiB

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

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

MD5SUM BENCH= b0f091d476e617a8697e9f8acfd1538f
RANDOM SEED=395025630

node57.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.213
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.213
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:       1635592 kB
Buffers:         46768 kB
Cached:         299020 kB
SwapCached:       8220 kB
Active:         154048 kB
Inactive:       201428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1635592 kB
SwapTotal:     4192956 kB
SwapFree:      4178784 kB
Dirty:            9364 kB
Writeback:           0 kB
Mapped:          15160 kB
Slab:            50876 kB
Committed_AS:  3068196 kB
PageTables:       1420 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= 66552 MiB
End job on node57 at 2009-04-05 06:56:03