Trace number 1732791

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 680.62 679.741

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK11.cnf
MD5SUM594c254e77c66d387919761f50e63b6d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark88.5185
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses139590
Sum of the clauses size1667160
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4990
Number of clauses of size 50
Number of clauses of size over 5138600

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@95fd19
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-1732791-1240783159.cnf
0.09/0.19	c reading problem ... 
1.20/1.03	c ... done. Wall clock time 0.839s.
1.20/1.03	c #vars     55
1.20/1.03	c #constraints  139590
1.20/1.03	c constraints type 
1.20/1.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 139590
680.48/679.69	c starts		: 2007
680.48/679.69	c conflicts		: 4146529
680.48/679.69	c decisions		: 4440619
680.48/679.69	c propagations		: 29926716
680.48/679.69	c inspects		: 5975205969
680.48/679.69	c learnt literals	: 9
680.48/679.69	c learnt binary clauses	: 37
680.48/679.69	c learnt ternary clauses	: 118
680.48/679.69	c learnt clauses	: 1467
680.48/679.69	c ignored clauses	: 4145052
680.48/679.69	c root simplifications	: 2015
680.48/679.69	c removed literals (reason simplification)	: 11793045
680.48/679.69	c reason swapping (by a shorter reason)	: 0
680.48/679.69	c Calls to reduceDB	: 0
680.48/679.69	c speed (assignments/second)	: 44097.29286880463
680.48/679.69	c non guided choices	26
680.48/679.69	c learnt constraints type 
680.48/679.69	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
680.48/679.69	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14
680.48/679.69	s UNSATISFIABLE
680.48/679.69	c Total wall clock time (in seconds) : 679.492

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-1732791-1240783159/watcher-1732791-1240783159 -o /tmp/evaluation-result-1732791-1240783159/solver-1732791-1240783159 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1732791-1240783159.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.50 1.64 1.35 2/64 31397
/proc/meminfo: memFree=1721464/2055920 swapFree=4181248/4192956
[pid=31397] ppid=31395 vsize=1808 CPUtime=0
/proc/31397/stat : 31397 (java6) R 31395 31397 31043 0 -1 0 137 0 0 0 0 0 0 0 20 0 1 0 106343634 1851392 109 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31397/statm: 403 118 86 9 0 45 0

[startup+0.0499929 s]
/proc/loadavg: 1.50 1.64 1.35 2/64 31397
/proc/meminfo: memFree=1721464/2055920 swapFree=4181248/4192956
[pid=31397] ppid=31395 vsize=1778424 CPUtime=0.04
/proc/31397/stat : 31397 (java) S 31395 31397 31043 0 -1 0 3442 0 1 0 2 2 0 0 18 0 7 0 106343634 1821106176 3189 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/31397/statm: 444606 3189 988 9 0 441957 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1778424

[startup+0.102001 s]
/proc/loadavg: 1.50 1.64 1.35 2/64 31397
/proc/meminfo: memFree=1721464/2055920 swapFree=4181248/4192956
[pid=31397] ppid=31395 vsize=1780924 CPUtime=0.09
/proc/31397/stat : 31397 (java) S 31395 31397 31043 0 -1 0 3899 0 1 0 7 2 0 0 18 0 12 0 106343634 1823666176 3642 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31397/statm: 445231 3642 1069 9 0 442578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780924

[startup+0.302019 s]
/proc/loadavg: 1.50 1.64 1.35 2/64 31397
/proc/meminfo: memFree=1721464/2055920 swapFree=4181248/4192956
[pid=31397] ppid=31395 vsize=1783348 CPUtime=0.41
/proc/31397/stat : 31397 (java) S 31395 31397 31043 0 -1 0 5317 0 1 0 38 3 0 0 18 0 12 0 106343634 1826148352 5046 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31397/statm: 445837 5046 1367 9 0 443184 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 1783348

[startup+0.701046 s]
/proc/loadavg: 1.50 1.64 1.35 2/64 31397
/proc/meminfo: memFree=1721464/2055920 swapFree=4181248/4192956
[pid=31397] ppid=31395 vsize=1783348 CPUtime=0.9
/proc/31397/stat : 31397 (java) S 31395 31397 31043 0 -1 0 8328 0 1 0 86 4 0 0 18 0 12 0 106343634 1826148352 8040 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31397/statm: 445837 8041 1374 9 0 443184 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1783348

[startup+1.50212 s]
/proc/loadavg: 1.50 1.64 1.35 2/76 31409
/proc/meminfo: memFree=1683864/2055920 swapFree=4181248/4192956
[pid=31397] ppid=31395 vsize=1786248 CPUtime=1.97
/proc/31397/stat : 31397 (java) S 31395 31397 31043 0 -1 0 12957 0 1 0 190 7 0 0 18 0 13 0 106343634 1829117952 12281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31397/statm: 446562 12281 1403 9 0 443909 0
[pid=31397/tid=31399] ppid=31395 vsize=1786248 CPUtime=1.4
/proc/31397/task/31399/stat : 31399 (java) R 31395 31397 31043 0 -1 64 10406 0 1 0 135 5 0 0 20 0 13 0 106343635 1829117952 12281 1992294400 134512640 134550932 4294955984 18446744073709551615 4109537300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31400] ppid=31395 vsize=1786248 CPUtime=0
/proc/31397/task/31400/stat : 31400 (java) S 31395 31397 31043 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 106343636 1829117952 12281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31401] ppid=31395 vsize=1786248 CPUtime=0
/proc/31397/task/31401/stat : 31401 (java) S 31395 31397 31043 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 106343636 1829117952 12281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31402] ppid=31395 vsize=1786248 CPUtime=0
/proc/31397/task/31402/stat : 31402 (java) S 31395 31397 31043 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 106343638 1829117952 12281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31403] ppid=31395 vsize=1786248 CPUtime=0
/proc/31397/task/31403/stat : 31403 (java) S 31395 31397 31043 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 106343638 1829117952 12281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31404] ppid=31395 vsize=1786248 CPUtime=0
/proc/31397/task/31404/stat : 31404 (java) S 31395 31397 31043 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 106343638 1829117952 12281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31405] ppid=31395 vsize=1786248 CPUtime=0
/proc/31397/task/31405/stat : 31405 (java) S 31395 31397 31043 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 106343643 1829117952 12281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31406] ppid=31395 vsize=1786248 CPUtime=0.21
/proc/31397/task/31406/stat : 31406 (java) S 31395 31397 31043 0 -1 64 971 0 0 0 21 0 0 0 16 0 13 0 106343643 1829117952 12281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31407] ppid=31395 vsize=1786248 CPUtime=0.33
/proc/31397/task/31407/stat : 31407 (java) S 31395 31397 31043 0 -1 64 832 0 0 0 33 0 0 0 16 0 13 0 106343643 1829117952 12281 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31408] ppid=31395 vsize=1786248 CPUtime=0
/proc/31397/task/31408/stat : 31408 (java) S 31395 31397 31043 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106343643 1829117952 12282 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31409] ppid=31395 vsize=1786248 CPUtime=0
/proc/31397/task/31409/stat : 31409 (java) S 31395 31397 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106343643 1829117952 12282 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 1786248

[startup+3.10128 s]
/proc/loadavg: 1.50 1.64 1.35 2/77 31410
/proc/meminfo: memFree=1676944/2055920 swapFree=4181248/4192956
[pid=31397] ppid=31395 vsize=1786248 CPUtime=3.71
/proc/31397/stat : 31397 (java) S 31395 31397 31043 0 -1 0 13606 0 1 0 364 7 0 0 18 0 13 0 106343634 1829117952 12557 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31397/statm: 446562 12557 1407 9 0 443909 0
[pid=31397/tid=31399] ppid=31395 vsize=1786248 CPUtime=2.99
/proc/31397/task/31399/stat : 31399 (java) R 31395 31397 31043 0 -1 64 10643 0 1 0 294 5 0 0 25 0 13 0 106343635 1829117952 12557 1992294400 134512640 134550932 4294955984 18446744073709551615 4109510761 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31400] ppid=31395 vsize=1786248 CPUtime=0
/proc/31397/task/31400/stat : 31400 (java) S 31395 31397 31043 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 106343636 1829117952 12557 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31401] ppid=31395 vsize=1786248 CPUtime=0
/proc/31397/task/31401/stat : 31401 (java) S 31395 31397 31043 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 106343636 1829117952 12557 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31402] ppid=31395 vsize=1786248 CPUtime=0
/proc/31397/task/31402/stat : 31402 (java) S 31395 31397 31043 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 106343638 1829117952 12557 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31403] ppid=31395 vsize=1786248 CPUtime=0
/proc/31397/task/31403/stat : 31403 (java) S 31395 31397 31043 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 106343638 1829117952 12557 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31404] ppid=31395 vsize=1786248 CPUtime=0
/proc/31397/task/31404/stat : 31404 (java) S 31395 31397 31043 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 106343638 1829117952 12557 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31405] ppid=31395 vsize=1786248 CPUtime=0
/proc/31397/task/31405/stat : 31405 (java) S 31395 31397 31043 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 106343643 1829117952 12557 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31406] ppid=31395 vsize=1786248 CPUtime=0.3
/proc/31397/task/31406/stat : 31406 (java) S 31395 31397 31043 0 -1 64 1352 0 0 0 30 0 0 0 16 0 13 0 106343643 1829117952 12557 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31407] ppid=31395 vsize=1786248 CPUtime=0.38
/proc/31397/task/31407/stat : 31407 (java) S 31395 31397 31043 0 -1 64 863 0 0 0 38 0 0 0 17 0 13 0 106343643 1829117952 12557 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31408] ppid=31395 vsize=1786248 CPUtime=0
/proc/31397/task/31408/stat : 31408 (java) S 31395 31397 31043 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106343643 1829117952 12557 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31409] ppid=31395 vsize=1786248 CPUtime=0
/proc/31397/task/31409/stat : 31409 (java) S 31395 31397 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106343643 1829117952 12557 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31410] ppid=31395 vsize=1786248 CPUtime=0
/proc/31397/task/31410/stat : 31410 (java) S 31395 31397 31043 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 106343738 1829117952 12557 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 1786248

[startup+6.30157 s]
/proc/loadavg: 1.46 1.63 1.35 2/77 31410
/proc/meminfo: memFree=1675024/2055920 swapFree=4181248/4192956
[pid=31397] ppid=31395 vsize=1785896 CPUtime=6.91
/proc/31397/stat : 31397 (java) S 31395 31397 31043 0 -1 0 14044 0 1 0 684 7 0 0 18 0 13 0 106343634 1828757504 12906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31397/statm: 446474 12906 1407 9 0 443821 0
[pid=31397/tid=31399] ppid=31395 vsize=1785896 CPUtime=6.16
/proc/31397/task/31399/stat : 31399 (java) R 31395 31397 31043 0 -1 64 11081 0 1 0 611 5 0 0 25 0 13 0 106343635 1828757504 12906 1992294400 134512640 134550932 4294955984 18446744073709551615 4109583450 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31400] ppid=31395 vsize=1785896 CPUtime=0
/proc/31397/task/31400/stat : 31400 (java) S 31395 31397 31043 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 106343636 1828757504 12906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31401] ppid=31395 vsize=1785896 CPUtime=0
/proc/31397/task/31401/stat : 31401 (java) S 31395 31397 31043 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 106343636 1828757504 12906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31402] ppid=31395 vsize=1785896 CPUtime=0
/proc/31397/task/31402/stat : 31402 (java) S 31395 31397 31043 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 106343638 1828757504 12906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31403] ppid=31395 vsize=1785896 CPUtime=0
/proc/31397/task/31403/stat : 31403 (java) S 31395 31397 31043 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 106343638 1828757504 12906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31404] ppid=31395 vsize=1785896 CPUtime=0
/proc/31397/task/31404/stat : 31404 (java) S 31395 31397 31043 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 106343638 1828757504 12906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31405] ppid=31395 vsize=1785896 CPUtime=0
/proc/31397/task/31405/stat : 31405 (java) S 31395 31397 31043 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 106343643 1828757504 12906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31406] ppid=31395 vsize=1785896 CPUtime=0.32
/proc/31397/task/31406/stat : 31406 (java) S 31395 31397 31043 0 -1 64 1352 0 0 0 32 0 0 0 15 0 13 0 106343643 1828757504 12906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31407] ppid=31395 vsize=1785896 CPUtime=0.4
/proc/31397/task/31407/stat : 31407 (java) S 31395 31397 31043 0 -1 64 863 0 0 0 40 0 0 0 16 0 13 0 106343643 1828757504 12906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31408] ppid=31395 vsize=1785896 CPUtime=0
/proc/31397/task/31408/stat : 31408 (java) S 31395 31397 31043 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106343643 1828757504 12906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31409] ppid=31395 vsize=1785896 CPUtime=0
/proc/31397/task/31409/stat : 31409 (java) S 31395 31397 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106343643 1828757504 12906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31410] ppid=31395 vsize=1785896 CPUtime=0
/proc/31397/task/31410/stat : 31410 (java) S 31395 31397 31043 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 106343738 1828757504 12906 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 1785896

[startup+12.7012 s]
/proc/loadavg: 1.42 1.62 1.35 2/77 31410
/proc/meminfo: memFree=1671632/2055920 swapFree=4181248/4192956
[pid=31397] ppid=31395 vsize=1785896 CPUtime=13.3
/proc/31397/stat : 31397 (java) S 31395 31397 31043 0 -1 0 14868 0 1 0 1323 7 0 0 18 0 13 0 106343634 1828757504 13730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31397/statm: 446474 13730 1407 9 0 443821 0
[pid=31397/tid=31399] ppid=31395 vsize=1785896 CPUtime=12.56
/proc/31397/task/31399/stat : 31399 (java) R 31395 31397 31043 0 -1 64 11905 0 1 0 1251 5 0 0 25 0 13 0 106343635 1828757504 13730 1992294400 134512640 134550932 4294955984 18446744073709551615 4109510636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31400] ppid=31395 vsize=1785896 CPUtime=0
/proc/31397/task/31400/stat : 31400 (java) S 31395 31397 31043 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 106343636 1828757504 13730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31401] ppid=31395 vsize=1785896 CPUtime=0
/proc/31397/task/31401/stat : 31401 (java) S 31395 31397 31043 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 106343636 1828757504 13730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31402] ppid=31395 vsize=1785896 CPUtime=0
/proc/31397/task/31402/stat : 31402 (java) S 31395 31397 31043 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 106343638 1828757504 13730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31403] ppid=31395 vsize=1785896 CPUtime=0
/proc/31397/task/31403/stat : 31403 (java) S 31395 31397 31043 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 106343638 1828757504 13730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31404] ppid=31395 vsize=1785896 CPUtime=0
/proc/31397/task/31404/stat : 31404 (java) S 31395 31397 31043 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 106343638 1828757504 13730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31405] ppid=31395 vsize=1785896 CPUtime=0
/proc/31397/task/31405/stat : 31405 (java) S 31395 31397 31043 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 106343643 1828757504 13730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31406] ppid=31395 vsize=1785896 CPUtime=0.32
/proc/31397/task/31406/stat : 31406 (java) S 31395 31397 31043 0 -1 64 1352 0 0 0 32 0 0 0 15 0 13 0 106343643 1828757504 13730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31407] ppid=31395 vsize=1785896 CPUtime=0.4
/proc/31397/task/31407/stat : 31407 (java) S 31395 31397 31043 0 -1 64 863 0 0 0 40 0 0 0 16 0 13 0 106343643 1828757504 13730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31408] ppid=31395 vsize=1785896 CPUtime=0
/proc/31397/task/31408/stat : 31408 (java) S 31395 31397 31043 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106343643 1828757504 13730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31409] ppid=31395 vsize=1785896 CPUtime=0
/proc/31397/task/31409/stat : 31409 (java) S 31395 31397 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106343643 1828757504 13731 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31410] ppid=31395 vsize=1785896 CPUtime=0
/proc/31397/task/31410/stat : 31410 (java) S 31395 31397 31043 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 106343738 1828757504 13731 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.3
Current children cumulated vsize (KiB) 1785896

[startup+25.5023 s]
/proc/loadavg: 1.33 1.58 1.35 2/77 31410
/proc/meminfo: memFree=1664784/2055920 swapFree=4181248/4192956
[pid=31397] ppid=31395 vsize=1785896 CPUtime=26.11
/proc/31397/stat : 31397 (java) S 31395 31397 31043 0 -1 0 16522 0 1 0 2602 9 0 0 18 0 13 0 106343634 1828757504 15384 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31397/statm: 446474 15384 1407 9 0 443821 0
[pid=31397/tid=31399] ppid=31395 vsize=1785896 CPUtime=25.37
/proc/31397/task/31399/stat : 31399 (java) R 31395 31397 31043 0 -1 64 13559 0 1 0 2530 7 0 0 25 0 13 0 106343635 1828757504 15384 1992294400 134512640 134550932 4294955984 18446744073709551615 4109540812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31400] ppid=31395 vsize=1785896 CPUtime=0
/proc/31397/task/31400/stat : 31400 (java) S 31395 31397 31043 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 106343636 1828757504 15384 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31401] ppid=31395 vsize=1785896 CPUtime=0
/proc/31397/task/31401/stat : 31401 (java) S 31395 31397 31043 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 106343636 1828757504 15384 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31402] ppid=31395 vsize=1785896 CPUtime=0
/proc/31397/task/31402/stat : 31402 (java) S 31395 31397 31043 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 106343638 1828757504 15384 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/31397/task/31408/stat : 31408 (java) S 31395 31397 31043 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31409] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31409/stat : 31409 (java) S 31395 31397 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31410] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31410/stat : 31410 (java) S 31395 31397 31043 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 106343738 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 672.78
Current children cumulated vsize (KiB) 1786144

[startup+675.103 s]
/proc/loadavg: 1.00 1.05 1.15 2/77 31416
/proc/meminfo: memFree=1536336/2055920 swapFree=4181248/4192956
[pid=31397] ppid=31395 vsize=1786144 CPUtime=675.98
/proc/31397/stat : 31397 (java) S 31395 31397 31043 0 -1 0 50709 0 1 0 67571 27 0 0 18 0 13 0 106343634 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31397/statm: 446536 47257 1416 9 0 443883 0
[pid=31397/tid=31399] ppid=31395 vsize=1786144 CPUtime=674.51
/proc/31397/task/31399/stat : 31399 (java) R 31395 31397 31043 0 -1 64 37576 0 1 0 67430 21 0 0 25 0 13 0 106343635 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4109690785 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31400] ppid=31395 vsize=1786144 CPUtime=0.15
/proc/31397/task/31400/stat : 31400 (java) S 31395 31397 31043 0 -1 64 3863 0 0 0 13 2 0 0 16 0 13 0 106343636 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31401] ppid=31395 vsize=1786144 CPUtime=0.15
/proc/31397/task/31401/stat : 31401 (java) S 31395 31397 31043 0 -1 64 4115 0 0 0 14 1 0 0 16 0 13 0 106343636 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31402] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31402/stat : 31402 (java) S 31395 31397 31043 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 106343638 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31403] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31403/stat : 31403 (java) S 31395 31397 31043 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 106343638 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31404] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31404/stat : 31404 (java) S 31395 31397 31043 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 106343638 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31405] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31405/stat : 31405 (java) S 31395 31397 31043 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31406] ppid=31395 vsize=1786144 CPUtime=0.33
/proc/31397/task/31406/stat : 31406 (java) S 31395 31397 31043 0 -1 64 1390 0 0 0 33 0 0 0 16 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31407] ppid=31395 vsize=1786144 CPUtime=0.8
/proc/31397/task/31407/stat : 31407 (java) S 31395 31397 31043 0 -1 64 3010 0 0 0 79 1 0 0 17 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31408] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31408/stat : 31408 (java) S 31395 31397 31043 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31409] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31409/stat : 31409 (java) S 31395 31397 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31410] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31410/stat : 31410 (java) S 31395 31397 31043 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 106343738 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 675.98
Current children cumulated vsize (KiB) 1786144

[startup+678.302 s]
/proc/loadavg: 1.00 1.05 1.15 2/77 31416
/proc/meminfo: memFree=1536336/2055920 swapFree=4181248/4192956
[pid=31397] ppid=31395 vsize=1786144 CPUtime=679.18
/proc/31397/stat : 31397 (java) S 31395 31397 31043 0 -1 0 50710 0 1 0 67891 27 0 0 18 0 13 0 106343634 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31397/statm: 446536 47257 1416 9 0 443883 0
[pid=31397/tid=31399] ppid=31395 vsize=1786144 CPUtime=677.7
/proc/31397/task/31399/stat : 31399 (java) R 31395 31397 31043 0 -1 64 37577 0 1 0 67749 21 0 0 25 0 13 0 106343635 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4109293258 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31400] ppid=31395 vsize=1786144 CPUtime=0.15
/proc/31397/task/31400/stat : 31400 (java) S 31395 31397 31043 0 -1 64 3863 0 0 0 13 2 0 0 16 0 13 0 106343636 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31401] ppid=31395 vsize=1786144 CPUtime=0.15
/proc/31397/task/31401/stat : 31401 (java) S 31395 31397 31043 0 -1 64 4115 0 0 0 14 1 0 0 16 0 13 0 106343636 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31402] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31402/stat : 31402 (java) S 31395 31397 31043 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 106343638 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31403] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31403/stat : 31403 (java) S 31395 31397 31043 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 106343638 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31404] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31404/stat : 31404 (java) S 31395 31397 31043 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 106343638 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31405] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31405/stat : 31405 (java) S 31395 31397 31043 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31406] ppid=31395 vsize=1786144 CPUtime=0.33
/proc/31397/task/31406/stat : 31406 (java) S 31395 31397 31043 0 -1 64 1390 0 0 0 33 0 0 0 16 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31407] ppid=31395 vsize=1786144 CPUtime=0.81
/proc/31397/task/31407/stat : 31407 (java) S 31395 31397 31043 0 -1 64 3010 0 0 0 80 1 0 0 16 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31408] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31408/stat : 31408 (java) S 31395 31397 31043 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31409] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31409/stat : 31409 (java) S 31395 31397 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31410] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31410/stat : 31410 (java) S 31395 31397 31043 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 106343738 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 679.18
Current children cumulated vsize (KiB) 1786144

[startup+679.101 s]
/proc/loadavg: 1.00 1.05 1.15 2/77 31416
/proc/meminfo: memFree=1536336/2055920 swapFree=4181248/4192956
[pid=31397] ppid=31395 vsize=1786144 CPUtime=679.98
/proc/31397/stat : 31397 (java) S 31395 31397 31043 0 -1 0 50710 0 1 0 67971 27 0 0 18 0 13 0 106343634 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31397/statm: 446536 47257 1416 9 0 443883 0
[pid=31397/tid=31399] ppid=31395 vsize=1786144 CPUtime=678.5
/proc/31397/task/31399/stat : 31399 (java) R 31395 31397 31043 0 -1 64 37577 0 1 0 67829 21 0 0 25 0 13 0 106343635 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4109701166 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31400] ppid=31395 vsize=1786144 CPUtime=0.15
/proc/31397/task/31400/stat : 31400 (java) S 31395 31397 31043 0 -1 64 3863 0 0 0 13 2 0 0 16 0 13 0 106343636 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31401] ppid=31395 vsize=1786144 CPUtime=0.15
/proc/31397/task/31401/stat : 31401 (java) S 31395 31397 31043 0 -1 64 4115 0 0 0 14 1 0 0 16 0 13 0 106343636 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31402] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31402/stat : 31402 (java) S 31395 31397 31043 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 106343638 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31403] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31403/stat : 31403 (java) S 31395 31397 31043 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 106343638 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31404] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31404/stat : 31404 (java) S 31395 31397 31043 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 106343638 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31405] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31405/stat : 31405 (java) S 31395 31397 31043 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31406] ppid=31395 vsize=1786144 CPUtime=0.33
/proc/31397/task/31406/stat : 31406 (java) S 31395 31397 31043 0 -1 64 1390 0 0 0 33 0 0 0 16 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31407] ppid=31395 vsize=1786144 CPUtime=0.81
/proc/31397/task/31407/stat : 31407 (java) S 31395 31397 31043 0 -1 64 3010 0 0 0 80 1 0 0 16 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31408] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31408/stat : 31408 (java) S 31395 31397 31043 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31409] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31409/stat : 31409 (java) S 31395 31397 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31410] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31410/stat : 31410 (java) S 31395 31397 31043 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 106343738 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 679.98
Current children cumulated vsize (KiB) 1786144

[startup+679.501 s]
/proc/loadavg: 1.00 1.05 1.15 2/77 31416
/proc/meminfo: memFree=1536336/2055920 swapFree=4181248/4192956
[pid=31397] ppid=31395 vsize=1786144 CPUtime=680.38
/proc/31397/stat : 31397 (java) S 31395 31397 31043 0 -1 0 50710 0 1 0 68011 27 0 0 18 0 13 0 106343634 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31397/statm: 446536 47257 1416 9 0 443883 0
[pid=31397/tid=31399] ppid=31395 vsize=1786144 CPUtime=678.9
/proc/31397/task/31399/stat : 31399 (java) R 31395 31397 31043 0 -1 64 37577 0 1 0 67869 21 0 0 25 0 13 0 106343635 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4109691069 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31400] ppid=31395 vsize=1786144 CPUtime=0.15
/proc/31397/task/31400/stat : 31400 (java) S 31395 31397 31043 0 -1 64 3863 0 0 0 13 2 0 0 16 0 13 0 106343636 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31401] ppid=31395 vsize=1786144 CPUtime=0.15
/proc/31397/task/31401/stat : 31401 (java) S 31395 31397 31043 0 -1 64 4115 0 0 0 14 1 0 0 16 0 13 0 106343636 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31402] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31402/stat : 31402 (java) S 31395 31397 31043 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 106343638 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31403] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31403/stat : 31403 (java) S 31395 31397 31043 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 106343638 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31404] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31404/stat : 31404 (java) S 31395 31397 31043 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 106343638 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31405] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31405/stat : 31405 (java) S 31395 31397 31043 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31406] ppid=31395 vsize=1786144 CPUtime=0.33
/proc/31397/task/31406/stat : 31406 (java) S 31395 31397 31043 0 -1 64 1390 0 0 0 33 0 0 0 16 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31407] ppid=31395 vsize=1786144 CPUtime=0.81
/proc/31397/task/31407/stat : 31407 (java) S 31395 31397 31043 0 -1 64 3010 0 0 0 80 1 0 0 16 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31408] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31408/stat : 31408 (java) S 31395 31397 31043 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31409] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31409/stat : 31409 (java) S 31395 31397 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 106343643 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31410] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31410/stat : 31410 (java) S 31395 31397 31043 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 106343738 1829011456 47257 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 680.38
Current children cumulated vsize (KiB) 1786144

[startup+679.701 s]
/proc/loadavg: 1.00 1.05 1.15 1/76 31417
/proc/meminfo: memFree=1536336/2055920 swapFree=4181248/4192956
[pid=31397] ppid=31395 vsize=1786144 CPUtime=680.57
/proc/31397/stat : 31397 (java) S 31395 31397 31043 0 -1 0 50717 0 1 0 68030 27 0 0 18 0 12 0 106343634 1829011456 47264 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31397/statm: 446536 47264 1417 9 0 443883 0
[pid=31397/tid=31399] ppid=31395 vsize=1786144 CPUtime=679.09
/proc/31397/task/31399/stat : 31399 (java) S 31395 31397 31043 0 -1 64 37581 0 1 0 67888 21 0 0 25 0 12 0 106343635 1829011456 47264 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31400] ppid=31395 vsize=1786144 CPUtime=0.15
/proc/31397/task/31400/stat : 31400 (java) S 31395 31397 31043 0 -1 64 3863 0 0 0 13 2 0 0 16 0 12 0 106343636 1829011456 47264 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31401] ppid=31395 vsize=1786144 CPUtime=0.15
/proc/31397/task/31401/stat : 31401 (java) S 31395 31397 31043 0 -1 64 4115 0 0 0 14 1 0 0 16 0 12 0 106343636 1829011456 47264 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31402] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31402/stat : 31402 (java) S 31395 31397 31043 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 106343638 1829011456 47264 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31403] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31403/stat : 31403 (java) S 31395 31397 31043 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 106343638 1829011456 47264 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31404] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31404/stat : 31404 (java) S 31395 31397 31043 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 106343638 1829011456 47264 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31405] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31405/stat : 31405 (java) S 31395 31397 31043 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 106343643 1829011456 47264 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31406] ppid=31395 vsize=1786144 CPUtime=0.33
/proc/31397/task/31406/stat : 31406 (java) S 31395 31397 31043 0 -1 64 1390 0 0 0 33 0 0 0 16 0 12 0 106343643 1829011456 47264 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31407] ppid=31395 vsize=1786144 CPUtime=0.81
/proc/31397/task/31407/stat : 31407 (java) S 31395 31397 31043 0 -1 64 3010 0 0 0 80 1 0 0 16 0 12 0 106343643 1829011456 47264 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31397/tid=31408] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31408/stat : 31408 (java) S 31395 31397 31043 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 106343643 1829011456 47264 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31397/tid=31409] ppid=31395 vsize=1786144 CPUtime=0
/proc/31397/task/31409/stat : 31409 (java) S 31395 31397 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 106343643 1829011456 47264 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 680.57
Current children cumulated vsize (KiB) 1786144

Child status: 20
Real time (s): 679.741
CPU time (s): 680.62
CPU user time (s): 680.31
CPU system time (s): 0.309952
CPU usage (%): 100.129
Max. virtual memory (cumulated for all children) (KiB): 1788800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 680.31
system time used= 0.309952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50721
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= 14196
involuntary context switches= 15610

runsolver used 0.71989 second user time and 1.76673 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-26 23:59:19
IDJOB=1732791
IDBENCH=71128
IDSOLVER=500
FILE ID=node48/1732791-1240783159
PBS_JOBID= 9187257
Free space on /tmp= 66380 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/CRAFTED/ramseycube/Q32inK11.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732791-1240783159/watcher-1732791-1240783159 -o /tmp/evaluation-result-1732791-1240783159/solver-1732791-1240783159 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1732791-1240783159.cnf

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

MD5SUM BENCH= 594c254e77c66d387919761f50e63b6d
RANDOM SEED=2119296514

node48.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.209
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.209
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:       1721944 kB
Buffers:         44148 kB
Cached:         226528 kB
SwapCached:       5676 kB
Active:          92812 kB
Inactive:       185880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1721944 kB
SwapTotal:     4192956 kB
SwapFree:      4181248 kB
Dirty:            5072 kB
Writeback:           0 kB
Mapped:          13476 kB
Slab:            41292 kB
Committed_AS:   497432 kB
PageTables:       1368 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= 66380 MiB
End job on node48 at 2009-04-27 00:10:39