Trace number 1579847

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 264.707 263.65

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-10-5p0.cnf
MD5SUMe024fd9d9cdae82453a8cdaa74d08481
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.3953
Satisfiable
(Un)Satisfiability was proved
Number of variables104479
Number of clauses500869
Sum of the clauses size1175016
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398195
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-1579847-1238912033.cnf
0.09/0.19	c reading problem ... 
1.65/1.52	c ... done. Wall clock time 1.331s.
1.65/1.52	c #vars     104479
1.65/1.52	c #constraints  500529
1.65/1.52	c constraints type 
1.65/1.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97176
1.65/1.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 397855
264.54/263.57	c starts		: 204
264.54/263.57	c conflicts		: 40096
264.54/263.57	c decisions		: 455754
264.54/263.57	c propagations		: 145922021
264.54/263.57	c inspects		: 432498299
264.54/263.57	c learnt literals	: 276
264.54/263.57	c learnt binary clauses	: 893
264.54/263.57	c learnt ternary clauses	: 913
264.54/263.57	c learnt clauses	: 39819
264.54/263.57	c ignored clauses	: 0
264.54/263.57	c root simplifications	: 479
264.54/263.57	c removed literals (reason simplification)	: 3012120
264.54/263.57	c reason swapping (by a shorter reason)	: 0
264.54/263.57	c Calls to reduceDB	: 0
264.54/263.57	c speed (assignments/second)	: 556860.760025034
264.54/263.57	c non guided choices	621
264.65/263.60	c learnt constraints type 
264.65/263.60	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 742
264.65/263.60	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 28557
264.65/263.60	s UNSATISFIABLE
264.65/263.60	c Total wall clock time (in seconds) : 263.377

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-1579847-1238912033/watcher-1579847-1238912033 -o /tmp/evaluation-result-1579847-1238912033/solver-1579847-1238912033 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1579847-1238912033.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.92 0.98 0.99 3/64 11828
/proc/meminfo: memFree=1595912/2055920 swapFree=4177908/4192956
[pid=11828] ppid=11826 vsize=1612 CPUtime=0
/proc/11828/stat : 11828 (java6) R 11826 11828 11365 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 1163868665 1650688 147 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/11828/statm: 403 147 111 9 0 45 0

[startup+0.080178 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11828
/proc/meminfo: memFree=1595912/2055920 swapFree=4177908/4192956
[pid=11828] ppid=11826 vsize=1778556 CPUtime=0.07
/proc/11828/stat : 11828 (java) S 11826 11828 11365 0 -1 0 3729 0 1 0 5 2 0 0 18 0 7 0 1163868665 1821241344 3474 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/11828/statm: 444639 3474 1039 9 0 441990 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1778556

[startup+0.101178 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11828
/proc/meminfo: memFree=1595912/2055920 swapFree=4177908/4192956
[pid=11828] ppid=11826 vsize=1780924 CPUtime=0.09
/proc/11828/stat : 11828 (java) S 11826 11828 11365 0 -1 0 3900 0 1 0 7 2 0 0 18 0 12 0 1163868665 1823666176 3643 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11828/statm: 445231 3644 1069 9 0 442578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780924

[startup+0.301201 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11828
/proc/meminfo: memFree=1595912/2055920 swapFree=4177908/4192956
[pid=11828] ppid=11826 vsize=1783516 CPUtime=0.37
/proc/11828/stat : 11828 (java) S 11826 11828 11365 0 -1 0 6258 0 1 0 33 4 0 0 18 0 12 0 1163868665 1826320384 5990 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11828/statm: 445879 5990 1369 9 0 443226 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1783516

[startup+0.701217 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11828
/proc/meminfo: memFree=1595912/2055920 swapFree=4177908/4192956
[pid=11828] ppid=11826 vsize=1783380 CPUtime=0.81
/proc/11828/stat : 11828 (java) S 11826 11828 11365 0 -1 0 11172 0 1 0 75 6 0 0 18 0 12 0 1163868665 1826181120 10866 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11828/statm: 445845 10866 1374 9 0 443192 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 1783380

[startup+1.50128 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 11840
/proc/meminfo: memFree=1551528/2055920 swapFree=4177908/4192956
[pid=11828] ppid=11826 vsize=1783380 CPUtime=1.65
/proc/11828/stat : 11828 (java) S 11826 11828 11365 0 -1 0 16020 0 1 0 156 9 0 0 18 0 12 0 1163868665 1826181120 15704 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11828/statm: 445845 15704 1384 9 0 443192 0
[pid=11828/tid=11830] ppid=11826 vsize=1783380 CPUtime=1.39
/proc/11828/task/11830/stat : 11830 (java) R 11826 11828 11365 0 -1 64 14550 0 1 0 131 8 0 0 25 0 12 0 1163868667 1826181120 15704 1992294400 134512640 134550932 4294955984 18446744073709551615 4109440042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11831] ppid=11826 vsize=1783380 CPUtime=0
/proc/11828/task/11831/stat : 11831 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1163868668 1826181120 15704 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11832] ppid=11826 vsize=1783380 CPUtime=0
/proc/11828/task/11832/stat : 11832 (java) S 11826 11828 11365 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1163868668 1826181120 15704 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11833] ppid=11826 vsize=1783380 CPUtime=0
/proc/11828/task/11833/stat : 11833 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 1163868670 1826181120 15704 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11834] ppid=11826 vsize=1783380 CPUtime=0
/proc/11828/task/11834/stat : 11834 (java) S 11826 11828 11365 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 1163868670 1826181120 15704 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11835] ppid=11826 vsize=1783380 CPUtime=0
/proc/11828/task/11835/stat : 11835 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 1163868670 1826181120 15704 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11836] ppid=11826 vsize=1783380 CPUtime=0
/proc/11828/task/11836/stat : 11836 (java) S 11826 11828 11365 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1163868675 1826181120 15704 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11837] ppid=11826 vsize=1783380 CPUtime=0.11
/proc/11828/task/11837/stat : 11837 (java) S 11826 11828 11365 0 -1 64 228 0 0 0 11 0 0 0 16 0 12 0 1163868675 1826181120 15704 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11838] ppid=11826 vsize=1783380 CPUtime=0.13
/proc/11828/task/11838/stat : 11838 (java) S 11826 11828 11365 0 -1 64 498 0 0 0 13 0 0 0 16 0 12 0 1163868675 1826181120 15704 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11839] ppid=11826 vsize=1783380 CPUtime=0
/proc/11828/task/11839/stat : 11839 (java) S 11826 11828 11365 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1163868675 1826181120 15704 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11840] ppid=11826 vsize=1783380 CPUtime=0
/proc/11828/task/11840/stat : 11840 (java) S 11826 11828 11365 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1163868675 1826181120 15704 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 1783380

[startup+3.10237 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 11841
/proc/meminfo: memFree=1526048/2055920 swapFree=4177908/4192956
[pid=11828] ppid=11826 vsize=1786532 CPUtime=3.96
/proc/11828/stat : 11828 (java) S 11826 11828 11365 0 -1 0 20322 0 1 0 385 11 0 0 18 0 13 0 1163868665 1829408768 18706 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11828/statm: 446633 18706 1407 9 0 443980 0
[pid=11828/tid=11830] ppid=11826 vsize=1786532 CPUtime=2.78
/proc/11828/task/11830/stat : 11830 (java) R 11826 11828 11365 0 -1 64 16766 0 1 0 269 9 0 0 24 0 13 0 1163868667 1829408768 18706 1992294400 134512640 134550932 4294955984 18446744073709551615 4109683475 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11831] ppid=11826 vsize=1786532 CPUtime=0
/proc/11828/task/11831/stat : 11831 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1163868668 1829408768 18706 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11832] ppid=11826 vsize=1786532 CPUtime=0
/proc/11828/task/11832/stat : 11832 (java) S 11826 11828 11365 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1163868668 1829408768 18706 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11833] ppid=11826 vsize=1786532 CPUtime=0
/proc/11828/task/11833/stat : 11833 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1163868670 1829408768 18706 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11834] ppid=11826 vsize=1786532 CPUtime=0
/proc/11828/task/11834/stat : 11834 (java) S 11826 11828 11365 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 1163868670 1829408768 18706 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11835] ppid=11826 vsize=1786532 CPUtime=0
/proc/11828/task/11835/stat : 11835 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 1163868670 1829408768 18706 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11836] ppid=11826 vsize=1786532 CPUtime=0
/proc/11828/task/11836/stat : 11836 (java) S 11826 11828 11365 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1163868675 1829408768 18706 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11837] ppid=11826 vsize=1786532 CPUtime=0.61
/proc/11828/task/11837/stat : 11837 (java) S 11826 11828 11365 0 -1 64 1503 0 0 0 61 0 0 0 16 0 13 0 1163868675 1829408768 18706 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11838] ppid=11826 vsize=1786532 CPUtime=0.54
/proc/11828/task/11838/stat : 11838 (java) S 11826 11828 11365 0 -1 64 1305 0 0 0 54 0 0 0 16 0 13 0 1163868675 1829408768 18706 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11839] ppid=11826 vsize=1786532 CPUtime=0
/proc/11828/task/11839/stat : 11839 (java) S 11826 11828 11365 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1163868675 1829408768 18706 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11840] ppid=11826 vsize=1786532 CPUtime=0
/proc/11828/task/11840/stat : 11840 (java) S 11826 11828 11365 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163868675 1829408768 18706 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11841] ppid=11826 vsize=1786532 CPUtime=0
/proc/11828/task/11841/stat : 11841 (java) S 11826 11828 11365 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1163868843 1829408768 18706 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 1786532

[startup+6.30257 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 11841
/proc/meminfo: memFree=1525472/2055920 swapFree=4177908/4192956
[pid=11828] ppid=11826 vsize=1786436 CPUtime=7.27
/proc/11828/stat : 11828 (java) S 11826 11828 11365 0 -1 0 20504 0 1 0 715 12 0 0 18 0 13 0 1163868665 1829310464 18814 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11828/statm: 446609 18814 1411 9 0 443956 0
[pid=11828/tid=11830] ppid=11826 vsize=1786436 CPUtime=5.97
/proc/11828/task/11830/stat : 11830 (java) R 11826 11828 11365 0 -1 64 16889 0 1 0 588 9 0 0 25 0 13 0 1163868667 1829310464 18814 1992294400 134512640 134550932 4294955984 18446744073709551615 4109629675 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11831] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11831/stat : 11831 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1163868668 1829310464 18814 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11832] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11832/stat : 11832 (java) S 11826 11828 11365 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1163868668 1829310464 18814 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11833] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11833/stat : 11833 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1163868670 1829310464 18814 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11834] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11834/stat : 11834 (java) S 11826 11828 11365 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 1163868670 1829310464 18814 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11835] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11835/stat : 11835 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 1163868670 1829310464 18814 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11836] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11836/stat : 11836 (java) S 11826 11828 11365 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1163868675 1829310464 18814 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11837] ppid=11826 vsize=1786436 CPUtime=0.67
/proc/11828/task/11837/stat : 11837 (java) S 11826 11828 11365 0 -1 64 1525 0 0 0 67 0 0 0 16 0 13 0 1163868675 1829310464 18814 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11838] ppid=11826 vsize=1786436 CPUtime=0.58
/proc/11828/task/11838/stat : 11838 (java) S 11826 11828 11365 0 -1 64 1342 0 0 0 58 0 0 0 16 0 13 0 1163868675 1829310464 18814 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11839] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11839/stat : 11839 (java) S 11826 11828 11365 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1163868675 1829310464 18814 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11840] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11840/stat : 11840 (java) S 11826 11828 11365 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163868675 1829310464 18814 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11841] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11841/stat : 11841 (java) S 11826 11828 11365 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1163868843 1829310464 18814 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 1786436

[startup+12.703 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 11841
/proc/meminfo: memFree=1524320/2055920 swapFree=4177908/4192956
[pid=11828] ppid=11826 vsize=1786436 CPUtime=13.66
/proc/11828/stat : 11828 (java) S 11826 11828 11365 0 -1 0 20838 0 1 0 1354 12 0 0 18 0 13 0 1163868665 1829310464 19148 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11828/statm: 446609 19148 1411 9 0 443956 0
[pid=11828/tid=11830] ppid=11826 vsize=1786436 CPUtime=12.37
/proc/11828/task/11830/stat : 11830 (java) R 11826 11828 11365 0 -1 64 17223 0 1 0 1227 10 0 0 25 0 13 0 1163868667 1829310464 19148 1992294400 134512640 134550932 4294955984 18446744073709551615 4109629791 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11831] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11831/stat : 11831 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1163868668 1829310464 19148 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11832] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11832/stat : 11832 (java) S 11826 11828 11365 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1163868668 1829310464 19148 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11833] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11833/stat : 11833 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1163868670 1829310464 19148 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11834] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11834/stat : 11834 (java) S 11826 11828 11365 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 1163868670 1829310464 19148 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11835] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11835/stat : 11835 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 1163868670 1829310464 19148 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11836] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11836/stat : 11836 (java) S 11826 11828 11365 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1163868675 1829310464 19148 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11837] ppid=11826 vsize=1786436 CPUtime=0.67
/proc/11828/task/11837/stat : 11837 (java) S 11826 11828 11365 0 -1 64 1525 0 0 0 67 0 0 0 16 0 13 0 1163868675 1829310464 19148 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11838] ppid=11826 vsize=1786436 CPUtime=0.58
/proc/11828/task/11838/stat : 11838 (java) S 11826 11828 11365 0 -1 64 1342 0 0 0 58 0 0 0 16 0 13 0 1163868675 1829310464 19148 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11839] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11839/stat : 11839 (java) S 11826 11828 11365 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1163868675 1829310464 19148 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11840] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11840/stat : 11840 (java) S 11826 11828 11365 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163868675 1829310464 19148 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11841] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11841/stat : 11841 (java) S 11826 11828 11365 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1163868843 1829310464 19148 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.66
Current children cumulated vsize (KiB) 1786436

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 11841
/proc/meminfo: memFree=1521568/2055920 swapFree=4177908/4192956
[pid=11828] ppid=11826 vsize=1786436 CPUtime=26.48
/proc/11828/stat : 11828 (java) S 11826 11828 11365 0 -1 0 21522 0 1 0 2635 13 0 0 18 0 13 0 1163868665 1829310464 19830 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11828/statm: 446609 19830 1411 9 0 443956 0
[pid=11828/tid=11830] ppid=11826 vsize=1786436 CPUtime=25.18
/proc/11828/task/11830/stat : 11830 (java) R 11826 11828 11365 0 -1 64 17906 0 1 0 2507 11 0 0 25 0 13 0 1163868667 1829310464 19830 1992294400 134512640 134550932 4294955984 18446744073709551615 4109711425 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11831] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11831/stat : 11831 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1163868668 1829310464 19830 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11832] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11832/stat : 11832 (java) S 11826 11828 11365 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1163868668 1829310464 19830 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11833] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11833/stat : 11833 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1163868670 1829310464 19830 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/11828/task/11839/stat : 11839 (java) S 11826 11828 11365 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1163868675 1829310464 28786 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11840] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11840/stat : 11840 (java) S 11826 11828 11365 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163868675 1829310464 28786 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11841] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11841/stat : 11841 (java) S 11826 11828 11365 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1163868843 1829310464 28786 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 260.14
Current children cumulated vsize (KiB) 1786436

[startup+260.706 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 11842
/proc/meminfo: memFree=1485216/2055920 swapFree=4177908/4192956
[pid=11828] ppid=11826 vsize=1786436 CPUtime=261.74
/proc/11828/stat : 11828 (java) S 11826 11828 11365 0 -1 0 30517 0 1 0 26150 24 0 0 18 0 13 0 1163868665 1829310464 28824 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11828/statm: 446609 28824 1411 9 0 443956 0
[pid=11828/tid=11830] ppid=11826 vsize=1786436 CPUtime=260.28
/proc/11828/task/11830/stat : 11830 (java) R 11826 11828 11365 0 -1 64 26885 0 1 0 26006 22 0 0 25 0 13 0 1163868667 1829310464 28824 1992294400 134512640 134550932 4294955984 18446744073709551615 4109782933 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11831] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11831/stat : 11831 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1163868668 1829310464 28824 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11832] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11832/stat : 11832 (java) S 11826 11828 11365 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1163868668 1829310464 28824 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11833] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11833/stat : 11833 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1163868670 1829310464 28824 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11834] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11834/stat : 11834 (java) S 11826 11828 11365 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 1163868670 1829310464 28824 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11835] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11835/stat : 11835 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 1163868670 1829310464 28824 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11836] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11836/stat : 11836 (java) S 11826 11828 11365 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1163868675 1829310464 28824 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11837] ppid=11826 vsize=1786436 CPUtime=0.71
/proc/11828/task/11837/stat : 11837 (java) S 11826 11828 11365 0 -1 64 1530 0 0 0 71 0 0 0 16 0 13 0 1163868675 1829310464 28824 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11838] ppid=11826 vsize=1786436 CPUtime=0.73
/proc/11828/task/11838/stat : 11838 (java) S 11826 11828 11365 0 -1 64 1354 0 0 0 72 1 0 0 16 0 13 0 1163868675 1829310464 28824 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11839] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11839/stat : 11839 (java) S 11826 11828 11365 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1163868675 1829310464 28824 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11840] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11840/stat : 11840 (java) S 11826 11828 11365 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163868675 1829310464 28824 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11841] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11841/stat : 11841 (java) S 11826 11828 11365 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1163868843 1829310464 28824 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 261.74
Current children cumulated vsize (KiB) 1786436

[startup+262.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 11842
/proc/meminfo: memFree=1485152/2055920 swapFree=4177908/4192956
[pid=11828] ppid=11826 vsize=1786436 CPUtime=263.34
/proc/11828/stat : 11828 (java) S 11826 11828 11365 0 -1 0 30537 0 1 0 26310 24 0 0 18 0 13 0 1163868665 1829310464 28844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11828/statm: 446609 28844 1411 9 0 443956 0
[pid=11828/tid=11830] ppid=11826 vsize=1786436 CPUtime=261.88
/proc/11828/task/11830/stat : 11830 (java) R 11826 11828 11365 0 -1 64 26905 0 1 0 26166 22 0 0 25 0 13 0 1163868667 1829310464 28844 1992294400 134512640 134550932 4294955984 18446744073709551615 4109539527 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11831] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11831/stat : 11831 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1163868668 1829310464 28844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11832] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11832/stat : 11832 (java) S 11826 11828 11365 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1163868668 1829310464 28844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11833] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11833/stat : 11833 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1163868670 1829310464 28844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11834] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11834/stat : 11834 (java) S 11826 11828 11365 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 1163868670 1829310464 28844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11835] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11835/stat : 11835 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 1163868670 1829310464 28844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11836] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11836/stat : 11836 (java) S 11826 11828 11365 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1163868675 1829310464 28844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11837] ppid=11826 vsize=1786436 CPUtime=0.71
/proc/11828/task/11837/stat : 11837 (java) S 11826 11828 11365 0 -1 64 1530 0 0 0 71 0 0 0 16 0 13 0 1163868675 1829310464 28844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11838] ppid=11826 vsize=1786436 CPUtime=0.73
/proc/11828/task/11838/stat : 11838 (java) S 11826 11828 11365 0 -1 64 1354 0 0 0 72 1 0 0 16 0 13 0 1163868675 1829310464 28844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11839] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11839/stat : 11839 (java) S 11826 11828 11365 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1163868675 1829310464 28844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11840] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11840/stat : 11840 (java) S 11826 11828 11365 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163868675 1829310464 28844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11841] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11841/stat : 11841 (java) S 11826 11828 11365 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1163868843 1829310464 28844 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 263.34
Current children cumulated vsize (KiB) 1786436

[startup+263.103 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 11842
/proc/meminfo: memFree=1485088/2055920 swapFree=4177908/4192956
[pid=11828] ppid=11826 vsize=1786436 CPUtime=264.14
/proc/11828/stat : 11828 (java) S 11826 11828 11365 0 -1 0 30544 0 1 0 26390 24 0 0 18 0 13 0 1163868665 1829310464 28851 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11828/statm: 446609 28851 1411 9 0 443956 0
[pid=11828/tid=11830] ppid=11826 vsize=1786436 CPUtime=262.68
/proc/11828/task/11830/stat : 11830 (java) R 11826 11828 11365 0 -1 64 26912 0 1 0 26246 22 0 0 25 0 13 0 1163868667 1829310464 28851 1992294400 134512640 134550932 4294955984 18446744073709551615 4109506550 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11831] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11831/stat : 11831 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1163868668 1829310464 28851 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11832] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11832/stat : 11832 (java) S 11826 11828 11365 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1163868668 1829310464 28851 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11833] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11833/stat : 11833 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1163868670 1829310464 28851 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11834] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11834/stat : 11834 (java) S 11826 11828 11365 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 1163868670 1829310464 28851 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11835] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11835/stat : 11835 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 1163868670 1829310464 28851 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11836] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11836/stat : 11836 (java) S 11826 11828 11365 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1163868675 1829310464 28851 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11837] ppid=11826 vsize=1786436 CPUtime=0.71
/proc/11828/task/11837/stat : 11837 (java) S 11826 11828 11365 0 -1 64 1530 0 0 0 71 0 0 0 16 0 13 0 1163868675 1829310464 28851 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11838] ppid=11826 vsize=1786436 CPUtime=0.73
/proc/11828/task/11838/stat : 11838 (java) S 11826 11828 11365 0 -1 64 1354 0 0 0 72 1 0 0 16 0 13 0 1163868675 1829310464 28851 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11839] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11839/stat : 11839 (java) S 11826 11828 11365 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1163868675 1829310464 28851 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11840] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11840/stat : 11840 (java) S 11826 11828 11365 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163868675 1829310464 28851 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11841] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11841/stat : 11841 (java) S 11826 11828 11365 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1163868843 1829310464 28851 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 264.14
Current children cumulated vsize (KiB) 1786436

[startup+263.503 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 11842
/proc/meminfo: memFree=1485088/2055920 swapFree=4177908/4192956
[pid=11828] ppid=11826 vsize=1786436 CPUtime=264.54
/proc/11828/stat : 11828 (java) S 11826 11828 11365 0 -1 0 30550 0 1 0 26430 24 0 0 18 0 13 0 1163868665 1829310464 28857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11828/statm: 446609 28857 1411 9 0 443956 0
[pid=11828/tid=11830] ppid=11826 vsize=1786436 CPUtime=263.08
/proc/11828/task/11830/stat : 11830 (java) R 11826 11828 11365 0 -1 64 26918 0 1 0 26286 22 0 0 25 0 13 0 1163868667 1829310464 28857 1992294400 134512640 134550932 4294955984 18446744073709551615 4109711425 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11831] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11831/stat : 11831 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1163868668 1829310464 28857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11832] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11832/stat : 11832 (java) S 11826 11828 11365 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1163868668 1829310464 28857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11833] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11833/stat : 11833 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1163868670 1829310464 28857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11834] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11834/stat : 11834 (java) S 11826 11828 11365 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 1163868670 1829310464 28857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11835] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11835/stat : 11835 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 1163868670 1829310464 28857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11836] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11836/stat : 11836 (java) S 11826 11828 11365 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1163868675 1829310464 28857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11837] ppid=11826 vsize=1786436 CPUtime=0.71
/proc/11828/task/11837/stat : 11837 (java) S 11826 11828 11365 0 -1 64 1530 0 0 0 71 0 0 0 16 0 13 0 1163868675 1829310464 28857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11838] ppid=11826 vsize=1786436 CPUtime=0.73
/proc/11828/task/11838/stat : 11838 (java) S 11826 11828 11365 0 -1 64 1354 0 0 0 72 1 0 0 16 0 13 0 1163868675 1829310464 28857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11839] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11839/stat : 11839 (java) S 11826 11828 11365 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1163868675 1829310464 28857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11840] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11840/stat : 11840 (java) S 11826 11828 11365 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163868675 1829310464 28857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11841] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11841/stat : 11841 (java) S 11826 11828 11365 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1163868843 1829310464 28857 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 264.54
Current children cumulated vsize (KiB) 1786436

[startup+263.603 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 11842
/proc/meminfo: memFree=1485088/2055920 swapFree=4177908/4192956
[pid=11828] ppid=11826 vsize=1786436 CPUtime=264.65
/proc/11828/stat : 11828 (java) S 11826 11828 11365 0 -1 0 30563 0 1 0 26441 24 0 0 18 0 13 0 1163868665 1829310464 28870 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11828/statm: 446609 28870 1412 9 0 443956 0
[pid=11828/tid=11830] ppid=11826 vsize=1786436 CPUtime=263.15
/proc/11828/task/11830/stat : 11830 (java) S 11826 11828 11365 0 -1 64 26925 0 1 0 26293 22 0 0 25 0 13 0 1163868667 1829310464 28870 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11831] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11831/stat : 11831 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1163868668 1829310464 28870 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11832] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11832/stat : 11832 (java) S 11826 11828 11365 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1163868668 1829310464 28870 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11833] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11833/stat : 11833 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1163868670 1829310464 28870 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11834] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11834/stat : 11834 (java) S 11826 11828 11365 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 1163868670 1829310464 28870 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11835] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11835/stat : 11835 (java) S 11826 11828 11365 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 1163868670 1829310464 28870 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11836] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11836/stat : 11836 (java) S 11826 11828 11365 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1163868675 1829310464 28870 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11837] ppid=11826 vsize=1786436 CPUtime=0.72
/proc/11828/task/11837/stat : 11837 (java) R 11826 11828 11365 0 -1 64 1530 0 0 0 72 0 0 0 16 0 13 0 1163868675 1829310464 28870 1992294400 134512640 134550932 4294955984 18446744073709551615 103443346 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11838] ppid=11826 vsize=1786436 CPUtime=0.73
/proc/11828/task/11838/stat : 11838 (java) S 11826 11828 11365 0 -1 64 1354 0 0 0 72 1 0 0 16 0 13 0 1163868675 1829310464 28870 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11828/tid=11839] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11839/stat : 11839 (java) S 11826 11828 11365 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1163868675 1829310464 28870 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11828/tid=11840] ppid=11826 vsize=1786436 CPUtime=0
/proc/11828/task/11840/stat : 11840 (java) S 11826 11828 11365 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1163868675 1829310464 28870 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 264.65
Current children cumulated vsize (KiB) 1786436

Child status: 20
Real time (s): 263.65
CPU time (s): 264.707
CPU user time (s): 264.443
CPU system time (s): 0.263959
CPU usage (%): 100.401
Max. virtual memory (cumulated for all children) (KiB): 1786532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 264.443
system time used= 0.263959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30578
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= 5775
involuntary context switches= 1100

runsolver used 0.351946 second user time and 0.648901 second system time

The end

Launcher Data

Begin job on node29 at 2009-04-05 08:13:54
IDJOB=1579847
IDBENCH=71006
IDSOLVER=500
FILE ID=node29/1579847-1238912033
PBS_JOBID= 9101355
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-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-1579847-1238912033/watcher-1579847-1238912033 -o /tmp/evaluation-result-1579847-1238912033/solver-1579847-1238912033 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1579847-1238912033.cnf

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

MD5SUM BENCH= e024fd9d9cdae82453a8cdaa74d08481
RANDOM SEED=993988472

node29.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.234
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.234
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:       1596328 kB
Buffers:         55492 kB
Cached:         320132 kB
SwapCached:       8848 kB
Active:         173600 kB
Inactive:       212484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1596328 kB
SwapTotal:     4192956 kB
SwapFree:      4177908 kB
Dirty:            8680 kB
Writeback:           0 kB
Mapped:          16160 kB
Slab:            59376 kB
Committed_AS:  3586368 kB
PageTables:       1492 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= 66548 MiB
End job on node29 at 2009-04-05 08:18:18