Trace number 1723661

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 69.6714 68.6957

General information on the benchmark

Namevelev-live-uns-2.0-ebuf.cnf
MD5SUM67de5cf23f11aa400b48f4451ee5f362
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.3928
Satisfiable
(Un)Satisfiability was proved
Number of variables14628
Number of clauses161477
Sum of the clauses size460215
Maximum clause length88
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2133719
Number of clauses of size 316973
Number of clauses of size 4833
Number of clauses of size 5676
Number of clauses of size over 59275

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.0.v20090228
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.20	c c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.08/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c timeout=2147483647s
0.08/0.20	c DB Simplification allowed=true
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-1723661-1240688154.cnf
0.08/0.20	c reading problem ... 
0.86/0.74	c ... done. Wall clock time 0.542s.
0.86/0.74	c #vars     14628
0.86/0.74	c #constraints  161477
0.86/0.74	c constraints type 
0.86/0.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27757
0.86/0.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 133719
69.60/68.63	c starts		: 276
69.60/68.63	c conflicts		: 64405
69.60/68.63	c decisions		: 228321
69.60/68.63	c propagations		: 32102921
69.60/68.63	c inspects		: 191897720
69.60/68.63	c learnt literals	: 7
69.60/68.63	c learnt binary clauses	: 325
69.60/68.63	c learnt ternary clauses	: 369
69.60/68.63	c learnt clauses	: 64397
69.60/68.63	c ignored clauses	: 0
69.60/68.63	c root simplifications	: 282
69.60/68.63	c removed literals (reason simplification)	: 3931214
69.60/68.63	c reason swapping (by a shorter reason)	: 0
69.60/68.63	c Calls to reduceDB	: 0
69.60/68.63	c speed (assignments/second)	: 472845.8162108023
69.60/68.63	c non guided choices	13666
69.60/68.64	c learnt constraints type 
69.60/68.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 51
69.60/68.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1912
69.60/68.64	s UNSATISFIABLE
69.60/68.64	c Total wall clock time (in seconds) : 68.436

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-1723661-1240688154/watcher-1723661-1240688154 -o /tmp/evaluation-result-1723661-1240688154/solver-1723661-1240688154 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1723661-1240688154.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 2/65 18689
/proc/meminfo: memFree=1734176/2055920 swapFree=4192192/4192956
[pid=18689] ppid=18687 vsize=152 CPUtime=0
/proc/18689/stat : 18689 (java6) R 18687 18689 18319 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 96845535 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 11768612 0 0 4096 0 0 0 0 17 1 0 0
/proc/18689/statm: 50 33 26 9 0 4 0

[startup+0.092228 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 18689
/proc/meminfo: memFree=1734176/2055920 swapFree=4192192/4192956
[pid=18689] ppid=18687 vsize=1778556 CPUtime=0.08
/proc/18689/stat : 18689 (java) S 18687 18689 18319 0 -1 0 3791 0 1 0 6 2 0 0 18 0 7 0 96845535 1821241344 3536 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/18689/statm: 444639 3536 1043 9 0 441990 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1778556

[startup+0.101228 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 18689
/proc/meminfo: memFree=1734176/2055920 swapFree=4192192/4192956
[pid=18689] ppid=18687 vsize=1780924 CPUtime=0.08
/proc/18689/stat : 18689 (java) S 18687 18689 18319 0 -1 0 3886 0 1 0 6 2 0 0 18 0 12 0 96845535 1823666176 3629 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18689/statm: 445231 3629 1067 9 0 442578 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780924

[startup+0.301253 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 18689
/proc/meminfo: memFree=1734176/2055920 swapFree=4192192/4192956
[pid=18689] ppid=18687 vsize=1783656 CPUtime=0.36
/proc/18689/stat : 18689 (java) S 18687 18689 18319 0 -1 0 5463 0 1 0 33 3 0 0 18 0 12 0 96845535 1826463744 5188 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18689/statm: 445914 5188 1365 9 0 443261 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1783656

[startup+0.701299 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 18689
/proc/meminfo: memFree=1734176/2055920 swapFree=4192192/4192956
[pid=18689] ppid=18687 vsize=1783656 CPUtime=0.86
/proc/18689/stat : 18689 (java) S 18687 18689 18319 0 -1 0 8151 0 1 0 81 5 0 0 18 0 12 0 96845535 1826463744 7876 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18689/statm: 445914 7876 1374 9 0 443261 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1783656

[startup+1.50239 s]
/proc/loadavg: 0.92 0.98 0.99 4/78 18702
/proc/meminfo: memFree=1702584/2055920 swapFree=4192192/4192956
[pid=18689] ppid=18687 vsize=1787016 CPUtime=2.26
/proc/18689/stat : 18689 (java) S 18687 18689 18319 0 -1 0 10568 0 1 0 220 6 0 0 18 0 13 0 96845535 1829904384 9368 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18689/statm: 446754 9368 1409 9 0 444101 0
[pid=18689/tid=18691] ppid=18687 vsize=1787016 CPUtime=1.2
/proc/18689/task/18691/stat : 18691 (java) R 18687 18689 18319 0 -1 64 7297 0 1 0 115 5 0 0 16 0 13 0 96845536 1829904384 9368 1992294400 134512640 134550932 4294955984 18446744073709551615 4109168849 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18692] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18692/stat : 18692 (java) S 18687 18689 18319 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 96845538 1829904384 9368 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18693] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18693/stat : 18693 (java) S 18687 18689 18319 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 96845538 1829904384 9368 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18694] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18694/stat : 18694 (java) S 18687 18689 18319 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 96845539 1829904384 9368 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18695] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18695/stat : 18695 (java) S 18687 18689 18319 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 96845540 1829904384 9368 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18696] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18696/stat : 18696 (java) S 18687 18689 18319 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 96845540 1829904384 9368 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18697] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18697/stat : 18697 (java) S 18687 18689 18319 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96845544 1829904384 9368 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18698] ppid=18687 vsize=1787016 CPUtime=0.46
/proc/18689/task/18698/stat : 18698 (java) R 18687 18689 18319 0 -1 64 1038 0 0 0 46 0 0 0 16 0 13 0 96845544 1829904384 9368 1992294400 134512640 134550932 4294955984 18446744073709551615 103198091 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18699] ppid=18687 vsize=1787016 CPUtime=0.57
/proc/18689/task/18699/stat : 18699 (java) R 18687 18689 18319 0 -1 64 1488 0 0 0 57 0 0 0 16 0 13 0 96845544 1829904384 9368 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18700] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18700/stat : 18700 (java) S 18687 18689 18319 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96845544 1829904384 9368 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18701] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18701/stat : 18701 (java) S 18687 18689 18319 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 96845544 1829904384 9368 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18702] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18702/stat : 18702 (java) S 18687 18689 18319 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 96845613 1829904384 9368 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 1787016

[startup+3.10256 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 18702
/proc/meminfo: memFree=1701560/2055920 swapFree=4192192/4192956
[pid=18689] ppid=18687 vsize=1787016 CPUtime=3.96
/proc/18689/stat : 18689 (java) S 18687 18689 18319 0 -1 0 10729 0 1 0 390 6 0 0 18 0 13 0 96845535 1829904384 9507 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18689/statm: 446754 9507 1409 9 0 444101 0
[pid=18689/tid=18691] ppid=18687 vsize=1787016 CPUtime=2.78
/proc/18689/task/18691/stat : 18691 (java) R 18687 18689 18319 0 -1 64 7429 0 1 0 273 5 0 0 25 0 13 0 96845536 1829904384 9507 1992294400 134512640 134550932 4294955984 18446744073709551615 4109629519 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18692] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18692/stat : 18692 (java) S 18687 18689 18319 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 96845538 1829904384 9507 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18693] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18693/stat : 18693 (java) S 18687 18689 18319 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 96845538 1829904384 9507 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18694] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18694/stat : 18694 (java) S 18687 18689 18319 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 96845539 1829904384 9507 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18695] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18695/stat : 18695 (java) S 18687 18689 18319 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 96845540 1829904384 9507 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18696] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18696/stat : 18696 (java) S 18687 18689 18319 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 96845540 1829904384 9507 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18697] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18697/stat : 18697 (java) S 18687 18689 18319 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96845544 1829904384 9507 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18698] ppid=18687 vsize=1787016 CPUtime=0.51
/proc/18689/task/18698/stat : 18698 (java) S 18687 18689 18319 0 -1 64 1039 0 0 0 51 0 0 0 16 0 13 0 96845544 1829904384 9507 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18699] ppid=18687 vsize=1787016 CPUtime=0.65
/proc/18689/task/18699/stat : 18699 (java) S 18687 18689 18319 0 -1 64 1516 0 0 0 65 0 0 0 16 0 13 0 96845544 1829904384 9507 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18700] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18700/stat : 18700 (java) S 18687 18689 18319 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96845544 1829904384 9507 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18701] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18701/stat : 18701 (java) S 18687 18689 18319 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 96845544 1829904384 9507 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18702] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18702/stat : 18702 (java) S 18687 18689 18319 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 96845613 1829904384 9507 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) 1787016

[startup+6.30192 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 18702
/proc/meminfo: memFree=1700280/2055920 swapFree=4192192/4192956
[pid=18689] ppid=18687 vsize=1787016 CPUtime=7.18
/proc/18689/stat : 18689 (java) S 18687 18689 18319 0 -1 0 11008 0 1 0 711 7 0 0 18 0 13 0 96845535 1829904384 9784 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18689/statm: 446754 9784 1411 9 0 444101 0
[pid=18689/tid=18691] ppid=18687 vsize=1787016 CPUtime=5.98
/proc/18689/task/18691/stat : 18691 (java) R 18687 18689 18319 0 -1 64 7706 0 1 0 593 5 0 0 25 0 13 0 96845536 1829904384 9784 1992294400 134512640 134550932 4294955984 18446744073709551615 4109643344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18692] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18692/stat : 18692 (java) S 18687 18689 18319 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 96845538 1829904384 9784 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18693] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18693/stat : 18693 (java) S 18687 18689 18319 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 96845538 1829904384 9784 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18694] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18694/stat : 18694 (java) S 18687 18689 18319 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 96845539 1829904384 9784 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18695] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18695/stat : 18695 (java) S 18687 18689 18319 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 96845540 1829904384 9784 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18696] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18696/stat : 18696 (java) S 18687 18689 18319 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 96845540 1829904384 9784 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18697] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18697/stat : 18697 (java) S 18687 18689 18319 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96845544 1829904384 9784 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18698] ppid=18687 vsize=1787016 CPUtime=0.52
/proc/18689/task/18698/stat : 18698 (java) S 18687 18689 18319 0 -1 64 1041 0 0 0 52 0 0 0 16 0 13 0 96845544 1829904384 9784 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18699] ppid=18687 vsize=1787016 CPUtime=0.65
/proc/18689/task/18699/stat : 18699 (java) S 18687 18689 18319 0 -1 64 1516 0 0 0 65 0 0 0 16 0 13 0 96845544 1829904384 9784 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18700] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18700/stat : 18700 (java) S 18687 18689 18319 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96845544 1829904384 9784 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18701] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18701/stat : 18701 (java) S 18687 18689 18319 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 96845544 1829904384 9784 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18702] ppid=18687 vsize=1787016 CPUtime=0
/proc/18689/task/18702/stat : 18702 (java) S 18687 18689 18319 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 96845613 1829904384 9784 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.18
Current children cumulated vsize (KiB) 1787016

[startup+12.7026 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 18702
/proc/meminfo: memFree=1696760/2055920 swapFree=4192192/4192956
[pid=18689] ppid=18687 vsize=1788040 CPUtime=13.64
/proc/18689/stat : 18689 (java) S 18687 18689 18319 0 -1 0 11870 0 1 0 1357 7 0 0 18 0 13 0 96845535 1830952960 10643 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18689/statm: 447010 10643 1411 9 0 444357 0
[pid=18689/tid=18691] ppid=18687 vsize=1788040 CPUtime=12.31
/proc/18689/task/18691/stat : 18691 (java) R 18687 18689 18319 0 -1 64 8331 0 1 0 1226 5 0 0 20 0 13 0 96845536 1830952960 10643 1992294400 134512640 134550932 4294955984 18446744073709551615 4109629519 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18692] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18692/stat : 18692 (java) S 18687 18689 18319 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 96845538 1830952960 10643 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18693] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18693/stat : 18693 (java) S 18687 18689 18319 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 96845538 1830952960 10643 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18694] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18694/stat : 18694 (java) S 18687 18689 18319 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 96845539 1830952960 10643 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18695] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18695/stat : 18695 (java) S 18687 18689 18319 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 96845540 1830952960 10643 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18696] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18696/stat : 18696 (java) S 18687 18689 18319 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 96845540 1830952960 10643 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18697] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18697/stat : 18697 (java) S 18687 18689 18319 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96845544 1830952960 10643 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18698] ppid=18687 vsize=1788040 CPUtime=0.6
/proc/18689/task/18698/stat : 18698 (java) S 18687 18689 18319 0 -1 64 1058 0 0 0 60 0 0 0 17 0 13 0 96845544 1830952960 10643 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18699] ppid=18687 vsize=1788040 CPUtime=0.7
/proc/18689/task/18699/stat : 18699 (java) S 18687 18689 18319 0 -1 64 1736 0 0 0 70 0 0 0 17 0 13 0 96845544 1830952960 10643 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18700] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18700/stat : 18700 (java) S 18687 18689 18319 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96845544 1830952960 10643 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18701] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18701/stat : 18701 (java) S 18687 18689 18319 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 96845544 1830952960 10643 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18702] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18702/stat : 18702 (java) S 18687 18689 18319 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 96845613 1830952960 10643 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.64
Current children cumulated vsize (KiB) 1788040

[startup+25.5021 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 18702
/proc/meminfo: memFree=1691576/2055920 swapFree=4192192/4192956
[pid=18689] ppid=18687 vsize=1788040 CPUtime=26.45
/proc/18689/stat : 18689 (java) S 18687 18689 18319 0 -1 0 13120 0 1 0 2637 8 0 0 18 0 13 0 96845535 1830952960 11892 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18689/statm: 447010 11892 1411 9 0 444357 0
[pid=18689/tid=18691] ppid=18687 vsize=1788040 CPUtime=25.12
/proc/18689/task/18691/stat : 18691 (java) R 18687 18689 18319 0 -1 64 9581 0 1 0 2505 7 0 0 25 0 13 0 96845536 1830952960 11892 1992294400 134512640 134550932 4294955984 18446744073709551615 4109699455 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18692] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18692/stat : 18692 (java) S 18687 18689 18319 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 96845538 1830952960 11892 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18693] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18693/stat : 18693 (java) S 18687 18689 18319 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 96845538 1830952960 11892 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/18689/task/18701/stat : 18701 (java) S 18687 18689 18319 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 96845544 1830952960 14977 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18702] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18702/stat : 18702 (java) S 18687 18689 18319 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 96845613 1830952960 14977 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 64.86
Current children cumulated vsize (KiB) 1788040

[startup+67.1067 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 18702
/proc/meminfo: memFree=1678136/2055920 swapFree=4192192/4192956
[pid=18689] ppid=18687 vsize=1788040 CPUtime=68.09
/proc/18689/stat : 18689 (java) S 18687 18689 18319 0 -1 0 16403 0 1 0 6796 13 0 0 18 0 13 0 96845535 1830952960 15174 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18689/statm: 447010 15174 1411 9 0 444357 0
[pid=18689/tid=18691] ppid=18687 vsize=1788040 CPUtime=66.7
/proc/18689/task/18691/stat : 18691 (java) R 18687 18689 18319 0 -1 64 12862 0 1 0 6659 11 0 0 25 0 13 0 96845536 1830952960 15174 1992294400 134512640 134550932 4294955984 18446744073709551615 4109293267 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18692] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18692/stat : 18692 (java) S 18687 18689 18319 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 96845538 1830952960 15174 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18693] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18693/stat : 18693 (java) S 18687 18689 18319 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 96845538 1830952960 15174 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18694] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18694/stat : 18694 (java) S 18687 18689 18319 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 96845539 1830952960 15174 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18695] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18695/stat : 18695 (java) S 18687 18689 18319 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 96845540 1830952960 15174 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18696] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18696/stat : 18696 (java) S 18687 18689 18319 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 96845540 1830952960 15174 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18697] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18697/stat : 18697 (java) S 18687 18689 18319 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96845544 1830952960 15174 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18698] ppid=18687 vsize=1788040 CPUtime=0.66
/proc/18689/task/18698/stat : 18698 (java) S 18687 18689 18319 0 -1 64 1060 0 0 0 66 0 0 0 15 0 13 0 96845544 1830952960 15174 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18699] ppid=18687 vsize=1788040 CPUtime=0.7
/proc/18689/task/18699/stat : 18699 (java) S 18687 18689 18319 0 -1 64 1736 0 0 0 70 0 0 0 17 0 13 0 96845544 1830952960 15174 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18700] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18700/stat : 18700 (java) S 18687 18689 18319 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96845544 1830952960 15174 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18701] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18701/stat : 18701 (java) S 18687 18689 18319 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 96845544 1830952960 15174 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18702] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18702/stat : 18702 (java) S 18687 18689 18319 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 96845613 1830952960 15174 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 68.09
Current children cumulated vsize (KiB) 1788040

[startup+67.9018 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 18702
/proc/meminfo: memFree=1678136/2055920 swapFree=4192192/4192956
[pid=18689] ppid=18687 vsize=1788040 CPUtime=68.9
/proc/18689/stat : 18689 (java) S 18687 18689 18319 0 -1 0 16449 0 1 0 6877 13 0 0 18 0 13 0 96845535 1830952960 15219 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18689/statm: 447010 15219 1411 9 0 444357 0
[pid=18689/tid=18691] ppid=18687 vsize=1788040 CPUtime=67.5
/proc/18689/task/18691/stat : 18691 (java) R 18687 18689 18319 0 -1 64 12906 0 1 0 6739 11 0 0 21 0 13 0 96845536 1830952960 15219 1992294400 134512640 134550932 4294955984 18446744073709551615 4109629519 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18692] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18692/stat : 18692 (java) S 18687 18689 18319 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 96845538 1830952960 15219 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18693] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18693/stat : 18693 (java) S 18687 18689 18319 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 96845538 1830952960 15219 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18694] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18694/stat : 18694 (java) S 18687 18689 18319 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 96845539 1830952960 15219 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18695] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18695/stat : 18695 (java) S 18687 18689 18319 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 96845540 1830952960 15219 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18696] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18696/stat : 18696 (java) S 18687 18689 18319 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 96845540 1830952960 15219 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18697] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18697/stat : 18697 (java) S 18687 18689 18319 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96845544 1830952960 15219 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18698] ppid=18687 vsize=1788040 CPUtime=0.67
/proc/18689/task/18698/stat : 18698 (java) S 18687 18689 18319 0 -1 64 1062 0 0 0 67 0 0 0 16 0 13 0 96845544 1830952960 15219 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18699] ppid=18687 vsize=1788040 CPUtime=0.7
/proc/18689/task/18699/stat : 18699 (java) S 18687 18689 18319 0 -1 64 1736 0 0 0 70 0 0 0 17 0 13 0 96845544 1830952960 15219 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18700] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18700/stat : 18700 (java) S 18687 18689 18319 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96845544 1830952960 15219 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18701] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18701/stat : 18701 (java) S 18687 18689 18319 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 96845544 1830952960 15219 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18702] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18702/stat : 18702 (java) S 18687 18689 18319 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 96845613 1830952960 15219 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 68.9
Current children cumulated vsize (KiB) 1788040

[startup+68.3028 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 18702
/proc/meminfo: memFree=1677944/2055920 swapFree=4192192/4192956
[pid=18689] ppid=18687 vsize=1788040 CPUtime=69.3
/proc/18689/stat : 18689 (java) S 18687 18689 18319 0 -1 0 16463 0 1 0 6917 13 0 0 18 0 13 0 96845535 1830952960 15233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18689/statm: 447010 15233 1411 9 0 444357 0
[pid=18689/tid=18691] ppid=18687 vsize=1788040 CPUtime=67.9
/proc/18689/task/18691/stat : 18691 (java) R 18687 18689 18319 0 -1 64 12920 0 1 0 6779 11 0 0 25 0 13 0 96845536 1830952960 15233 1992294400 134512640 134550932 4294955984 18446744073709551615 4109771707 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18692] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18692/stat : 18692 (java) S 18687 18689 18319 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 96845538 1830952960 15233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18693] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18693/stat : 18693 (java) S 18687 18689 18319 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 96845538 1830952960 15233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18694] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18694/stat : 18694 (java) S 18687 18689 18319 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 96845539 1830952960 15233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18695] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18695/stat : 18695 (java) S 18687 18689 18319 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 96845540 1830952960 15233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18696] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18696/stat : 18696 (java) S 18687 18689 18319 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 96845540 1830952960 15233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18697] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18697/stat : 18697 (java) S 18687 18689 18319 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96845544 1830952960 15233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18698] ppid=18687 vsize=1788040 CPUtime=0.67
/proc/18689/task/18698/stat : 18698 (java) S 18687 18689 18319 0 -1 64 1062 0 0 0 67 0 0 0 16 0 13 0 96845544 1830952960 15233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18699] ppid=18687 vsize=1788040 CPUtime=0.7
/proc/18689/task/18699/stat : 18699 (java) S 18687 18689 18319 0 -1 64 1736 0 0 0 70 0 0 0 17 0 13 0 96845544 1830952960 15233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18700] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18700/stat : 18700 (java) S 18687 18689 18319 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96845544 1830952960 15233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18701] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18701/stat : 18701 (java) S 18687 18689 18319 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 96845544 1830952960 15233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18702] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18702/stat : 18702 (java) S 18687 18689 18319 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 96845613 1830952960 15233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 69.3
Current children cumulated vsize (KiB) 1788040

[startup+68.5029 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 18702
/proc/meminfo: memFree=1677944/2055920 swapFree=4192192/4192956
[pid=18689] ppid=18687 vsize=1788040 CPUtime=69.5
/proc/18689/stat : 18689 (java) S 18687 18689 18319 0 -1 0 16469 0 1 0 6937 13 0 0 18 0 13 0 96845535 1830952960 15238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18689/statm: 447010 15238 1411 9 0 444357 0
[pid=18689/tid=18691] ppid=18687 vsize=1788040 CPUtime=68.1
/proc/18689/task/18691/stat : 18691 (java) R 18687 18689 18319 0 -1 64 12926 0 1 0 6799 11 0 0 17 0 13 0 96845536 1830952960 15238 1992294400 134512640 134550932 4294955984 18446744073709551615 4109629366 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18692] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18692/stat : 18692 (java) S 18687 18689 18319 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 96845538 1830952960 15238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18693] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18693/stat : 18693 (java) S 18687 18689 18319 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 96845538 1830952960 15238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18694] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18694/stat : 18694 (java) S 18687 18689 18319 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 96845539 1830952960 15238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18695] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18695/stat : 18695 (java) S 18687 18689 18319 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 96845540 1830952960 15238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18696] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18696/stat : 18696 (java) S 18687 18689 18319 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 96845540 1830952960 15238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18697] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18697/stat : 18697 (java) S 18687 18689 18319 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96845544 1830952960 15238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18698] ppid=18687 vsize=1788040 CPUtime=0.67
/proc/18689/task/18698/stat : 18698 (java) S 18687 18689 18319 0 -1 64 1062 0 0 0 67 0 0 0 16 0 13 0 96845544 1830952960 15238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18699] ppid=18687 vsize=1788040 CPUtime=0.7
/proc/18689/task/18699/stat : 18699 (java) S 18687 18689 18319 0 -1 64 1736 0 0 0 70 0 0 0 17 0 13 0 96845544 1830952960 15238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18700] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18700/stat : 18700 (java) S 18687 18689 18319 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96845544 1830952960 15238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18701] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18701/stat : 18701 (java) S 18687 18689 18319 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 96845544 1830952960 15238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18702] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18702/stat : 18702 (java) S 18687 18689 18319 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 96845613 1830952960 15238 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 69.5
Current children cumulated vsize (KiB) 1788040

[startup+68.6029 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 18702
/proc/meminfo: memFree=1677944/2055920 swapFree=4192192/4192956
[pid=18689] ppid=18687 vsize=1788040 CPUtime=69.6
/proc/18689/stat : 18689 (java) S 18687 18689 18319 0 -1 0 16473 0 1 0 6947 13 0 0 18 0 13 0 96845535 1830952960 15242 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18689/statm: 447010 15242 1411 9 0 444357 0
[pid=18689/tid=18691] ppid=18687 vsize=1788040 CPUtime=68.2
/proc/18689/task/18691/stat : 18691 (java) R 18687 18689 18319 0 -1 64 12930 0 1 0 6809 11 0 0 18 0 13 0 96845536 1830952960 15242 1992294400 134512640 134550932 4294955984 18446744073709551615 4109293219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18692] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18692/stat : 18692 (java) S 18687 18689 18319 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 96845538 1830952960 15242 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18693] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18693/stat : 18693 (java) S 18687 18689 18319 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 96845538 1830952960 15242 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18694] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18694/stat : 18694 (java) S 18687 18689 18319 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 96845539 1830952960 15242 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18695] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18695/stat : 18695 (java) S 18687 18689 18319 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 96845540 1830952960 15242 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18696] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18696/stat : 18696 (java) S 18687 18689 18319 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 96845540 1830952960 15242 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18697] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18697/stat : 18697 (java) S 18687 18689 18319 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96845544 1830952960 15242 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18698] ppid=18687 vsize=1788040 CPUtime=0.67
/proc/18689/task/18698/stat : 18698 (java) S 18687 18689 18319 0 -1 64 1062 0 0 0 67 0 0 0 16 0 13 0 96845544 1830952960 15242 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18699] ppid=18687 vsize=1788040 CPUtime=0.7
/proc/18689/task/18699/stat : 18699 (java) S 18687 18689 18319 0 -1 64 1736 0 0 0 70 0 0 0 17 0 13 0 96845544 1830952960 15242 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18700] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18700/stat : 18700 (java) S 18687 18689 18319 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96845544 1830952960 15242 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18689/tid=18701] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18701/stat : 18701 (java) S 18687 18689 18319 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 96845544 1830952960 15242 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18689/tid=18702] ppid=18687 vsize=1788040 CPUtime=0
/proc/18689/task/18702/stat : 18702 (java) S 18687 18689 18319 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 96845613 1830952960 15242 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 69.6
Current children cumulated vsize (KiB) 1788040

Child status: 20
Real time (s): 68.6957
CPU time (s): 69.6714
CPU user time (s): 69.5254
CPU system time (s): 0.145977
CPU usage (%): 101.42
Max. virtual memory (cumulated for all children) (KiB): 1788040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.5254
system time used= 0.145977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16489
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= 1827
involuntary context switches= 1710

runsolver used 0.077988 second user time and 0.184971 second system time

The end

Launcher Data

Begin job on node76 at 2009-04-25 21:35:54
IDJOB=1723661
IDBENCH=71731
IDSOLVER=500
FILE ID=node76/1723661-1240688154
PBS_JOBID= 9186688
Free space on /tmp= 66196 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT_RACE06/velev-live-uns-2.0-ebuf.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723661-1240688154/watcher-1723661-1240688154 -o /tmp/evaluation-result-1723661-1240688154/solver-1723661-1240688154 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1723661-1240688154.cnf

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

MD5SUM BENCH= 67de5cf23f11aa400b48f4451ee5f362
RANDOM SEED=98562689

node76.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1734592 kB
Buffers:         29232 kB
Cached:         231744 kB
SwapCached:        620 kB
Active:          62496 kB
Inactive:       212348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734592 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:            2972 kB
Writeback:           0 kB
Mapped:          22400 kB
Slab:            32360 kB
Committed_AS:   310640 kB
PageTables:       1440 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= 66196 MiB
End job on node76 at 2009-04-25 21:37:03