Trace number 1556735

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 210.828 210.245

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-06.cnf
MD5SUM54bbde63bf0c9b14dd4e32426eab0a42
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.7376
Satisfiable
(Un)Satisfiability was proved
Number of variables68953
Number of clauses224868
Sum of the clauses size582796
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291550
Number of clauses of size 3133189
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.16/0.40	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.16/0.40	c This is free software under the dual EPL/GNU LGPL licenses.
0.16/0.40	c See www.sat4j.org for details.
0.16/0.42	c version 2.1.0.v20090228
0.16/0.42	c sun.arch.data.model	32
0.16/0.42	c java.version	1.6.0_12
0.16/0.42	c os.name	Linux
0.16/0.42	c os.version	2.6.9-22.EL.rootsmp
0.16/0.42	c os.arch	i386
0.16/0.42	c Free memory 1651659224
0.16/0.42	c Max memory 1654456320
0.16/0.42	c Total memory 1654456320
0.16/0.42	c Number of processors 2
0.16/0.46	c c --- Begin Solver configuration ---
0.16/0.46	c Stops conflict analysis at the first Unique Implication Point
0.16/0.46	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.16/0.46	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.16/0.46	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.16/0.46	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.16/0.46	c Expensive reason simplification
0.16/0.46	c Armin Biere (Picosat) restarts strategy
0.16/0.46	c timeout=2147483647s
0.16/0.46	c DB Simplification allowed=true
0.16/0.46	c --- End Solver configuration ---
0.16/0.46	c solving HOME/instance-1556735-1238750325.cnf
0.16/0.46	c reading problem ... 
1.02/1.17	c ... done. Wall clock time 0.71s.
1.02/1.17	c #vars     68953
1.02/1.17	c #constraints  224482
1.02/1.17	c constraints type 
1.02/1.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 132676
1.02/1.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 91549
210.80/210.21	c starts		: 92
210.80/210.21	c conflicts		: 14066
210.80/210.21	c decisions		: 67416
210.80/210.21	c propagations		: 128850117
210.80/210.21	c inspects		: 420687924
210.80/210.21	c learnt literals	: 24
210.80/210.21	c learnt binary clauses	: 268
210.80/210.21	c learnt ternary clauses	: 976
210.80/210.21	c learnt clauses	: 14041
210.80/210.21	c ignored clauses	: 0
210.80/210.21	c root simplifications	: 115
210.80/210.21	c removed literals (reason simplification)	: 972063
210.80/210.21	c reason swapping (by a shorter reason)	: 0
210.80/210.21	c Calls to reduceDB	: 0
210.80/210.21	c speed (assignments/second)	: 616419.2556092427
210.80/210.21	c non guided choices	1607
210.80/210.21	c learnt constraints type 
210.80/210.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 57
210.80/210.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1128
210.80/210.21	s UNSATISFIABLE
210.80/210.21	c Total wall clock time (in seconds) : 209.743

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-1556735-1238750325/watcher-1556735-1238750325 -o /tmp/evaluation-result-1556735-1238750325/solver-1556735-1238750325 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1556735-1238750325.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.84 1.84 1.63 3/81 912
/proc/meminfo: memFree=1767328/2055920 swapFree=4174616/4192956
[pid=912] ppid=910 vsize=200 CPUtime=0
/proc/912/stat : 912 (java6) D 910 912 340 0 -1 0 48 0 0 0 0 0 0 0 18 0 1 0 751927553 204800 33 1992294400 134512640 134550932 4294956160 18446744073709551615 9921444 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/912/statm: 50 33 26 9 0 4 0

[startup+0.108188 s]
/proc/loadavg: 1.84 1.84 1.63 3/81 912
/proc/meminfo: memFree=1767328/2055920 swapFree=4174616/4192956
[pid=912] ppid=910 vsize=13296 CPUtime=0.03
/proc/912/stat : 912 (java) S 910 912 340 0 -1 0 760 0 31 0 0 3 0 0 18 0 2 0 751927553 13615104 572 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/912/statm: 3324 572 255 9 0 1198 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13296

[startup+0.201199 s]
/proc/loadavg: 1.84 1.84 1.63 3/81 912
/proc/meminfo: memFree=1767328/2055920 swapFree=4174616/4192956
[pid=912] ppid=910 vsize=13496 CPUtime=0.03
/proc/912/stat : 912 (java) S 910 912 340 0 -1 0 836 0 35 0 0 3 0 0 18 0 2 0 751927553 13819904 626 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/912/statm: 3374 626 302 9 0 1200 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13496

[startup+0.301284 s]
/proc/loadavg: 1.84 1.84 1.63 3/81 912
/proc/meminfo: memFree=1767328/2055920 swapFree=4174616/4192956
[pid=912] ppid=910 vsize=1778560 CPUtime=0.09
/proc/912/stat : 912 (java) S 910 912 340 0 -1 0 3576 0 43 0 3 6 0 0 18 0 7 0 751927553 1821245440 3363 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/912/statm: 444640 3363 1029 9 0 441991 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1778560

[startup+0.701304 s]
/proc/loadavg: 1.84 1.84 1.63 3/81 912
/proc/meminfo: memFree=1767328/2055920 swapFree=4174616/4192956
[pid=912] ppid=910 vsize=1784144 CPUtime=0.6
/proc/912/stat : 912 (java) S 910 912 340 0 -1 0 6624 0 43 0 51 9 0 0 18 0 12 0 751927553 1826963456 6403 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/912/statm: 446036 6403 1382 9 0 443383 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1784144

[startup+1.50746 s]
/proc/loadavg: 1.78 1.83 1.62 2/93 924
/proc/meminfo: memFree=1720960/2055920 swapFree=4174616/4192956
[pid=912] ppid=910 vsize=1784696 CPUtime=1.64
/proc/912/stat : 912 (java) S 910 912 340 0 -1 0 12266 0 43 0 152 12 0 0 18 0 13 0 751927553 1827528704 11987 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/912/statm: 446174 11987 1398 9 0 443521 0
[pid=912/tid=914] ppid=910 vsize=1784696 CPUtime=1.08
/proc/912/task/914/stat : 914 (java) R 910 912 340 0 -1 64 10472 0 12 0 99 9 0 0 20 0 13 0 751927564 1827528704 11987 1992294400 134512640 134550932 4294955984 18446744073709551615 4109143688 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=915] ppid=910 vsize=1784696 CPUtime=0
/proc/912/task/915/stat : 915 (java) S 910 912 340 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 751927577 1827528704 11987 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=916] ppid=910 vsize=1784696 CPUtime=0
/proc/912/task/916/stat : 916 (java) S 910 912 340 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 751927577 1827528704 11987 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=917] ppid=910 vsize=1784696 CPUtime=0
/proc/912/task/917/stat : 917 (java) S 910 912 340 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 751927580 1827528704 11987 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=918] ppid=910 vsize=1784696 CPUtime=0
/proc/912/task/918/stat : 918 (java) S 910 912 340 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 751927581 1827528704 11987 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=919] ppid=910 vsize=1784696 CPUtime=0
/proc/912/task/919/stat : 919 (java) S 910 912 340 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 751927581 1827528704 11987 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=920] ppid=910 vsize=1784696 CPUtime=0
/proc/912/task/920/stat : 920 (java) S 910 912 340 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 751927587 1827528704 11987 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=921] ppid=910 vsize=1784696 CPUtime=0.25
/proc/912/task/921/stat : 921 (java) S 910 912 340 0 -1 64 461 0 0 0 25 0 0 0 16 0 13 0 751927587 1827528704 11987 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=922] ppid=910 vsize=1784696 CPUtime=0.26
/proc/912/task/922/stat : 922 (java) R 910 912 340 0 -1 64 619 0 0 0 26 0 0 0 15 0 13 0 751927587 1827528704 11987 1992294400 134512640 134550932 4294955984 18446744073709551615 103148894 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=923] ppid=910 vsize=1784696 CPUtime=0
/proc/912/task/923/stat : 923 (java) S 910 912 340 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 751927587 1827528704 11987 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=924] ppid=910 vsize=1784696 CPUtime=0
/proc/912/task/924/stat : 924 (java) S 910 912 340 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 751927587 1827528704 11987 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 1784696

[startup+3.10276 s]
/proc/loadavg: 1.78 1.83 1.62 2/94 925
/proc/meminfo: memFree=1711224/2055920 swapFree=4174616/4192956
[pid=912] ppid=910 vsize=1786444 CPUtime=3.52
/proc/912/stat : 912 (java) S 910 912 340 0 -1 0 13633 0 43 0 338 14 0 0 18 0 13 0 751927553 1829318656 12893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/912/statm: 446611 12893 1407 9 0 443958 0
[pid=912/tid=914] ppid=910 vsize=1786444 CPUtime=2.61
/proc/912/task/914/stat : 914 (java) R 910 912 340 0 -1 64 10828 0 12 0 251 10 0 0 25 0 13 0 751927564 1829318656 12893 1992294400 134512640 134550932 4294955984 18446744073709551615 4109523569 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=915] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/915/stat : 915 (java) S 910 912 340 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 751927577 1829318656 12893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=916] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/916/stat : 916 (java) S 910 912 340 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 751927577 1829318656 12893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=917] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/917/stat : 917 (java) S 910 912 340 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 751927580 1829318656 12893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=918] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/918/stat : 918 (java) S 910 912 340 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 751927581 1829318656 12893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=919] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/919/stat : 919 (java) S 910 912 340 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 751927581 1829318656 12893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=920] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/920/stat : 920 (java) S 910 912 340 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 751927587 1829318656 12893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=921] ppid=910 vsize=1786444 CPUtime=0.35
/proc/912/task/921/stat : 921 (java) S 910 912 340 0 -1 64 593 0 0 0 35 0 0 0 15 0 13 0 751927587 1829318656 12893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=922] ppid=910 vsize=1786444 CPUtime=0.51
/proc/912/task/922/stat : 922 (java) S 910 912 340 0 -1 64 1498 0 0 0 51 0 0 0 15 0 13 0 751927587 1829318656 12893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=923] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/923/stat : 923 (java) S 910 912 340 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 751927587 1829318656 12893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=924] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/924/stat : 924 (java) S 910 912 340 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 751927587 1829318656 12893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=925] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/925/stat : 925 (java) S 910 912 340 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 751927680 1829318656 12893 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 1786444

[startup+6.30238 s]
/proc/loadavg: 1.78 1.83 1.62 3/94 925
/proc/meminfo: memFree=1709944/2055920 swapFree=4174616/4192956
[pid=912] ppid=910 vsize=1786444 CPUtime=6.81
/proc/912/stat : 912 (java) S 910 912 340 0 -1 0 13776 0 43 0 667 14 0 0 18 0 13 0 751927553 1829318656 12956 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/912/statm: 446611 12956 1411 9 0 443958 0
[pid=912/tid=914] ppid=910 vsize=1786444 CPUtime=5.81
/proc/912/task/914/stat : 914 (java) R 910 912 340 0 -1 64 10925 0 12 0 571 10 0 0 25 0 13 0 751927564 1829318656 12956 1992294400 134512640 134550932 4294955984 18446744073709551615 4109566463 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=915] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/915/stat : 915 (java) S 910 912 340 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 751927577 1829318656 12956 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=916] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/916/stat : 916 (java) S 910 912 340 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 751927577 1829318656 12956 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=917] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/917/stat : 917 (java) S 910 912 340 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 751927580 1829318656 12956 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=918] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/918/stat : 918 (java) S 910 912 340 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 751927581 1829318656 12956 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=919] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/919/stat : 919 (java) S 910 912 340 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 751927581 1829318656 12956 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=920] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/920/stat : 920 (java) S 910 912 340 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 751927587 1829318656 12956 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=921] ppid=910 vsize=1786444 CPUtime=0.4
/proc/912/task/921/stat : 921 (java) S 910 912 340 0 -1 64 631 0 0 0 40 0 0 0 16 0 13 0 751927587 1829318656 12956 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=922] ppid=910 vsize=1786444 CPUtime=0.55
/proc/912/task/922/stat : 922 (java) S 910 912 340 0 -1 64 1506 0 0 0 55 0 0 0 16 0 13 0 751927587 1829318656 12956 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=923] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/923/stat : 923 (java) S 910 912 340 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 751927587 1829318656 12956 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=924] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/924/stat : 924 (java) S 910 912 340 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 751927587 1829318656 12956 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=925] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/925/stat : 925 (java) S 910 912 340 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 751927680 1829318656 12956 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.81
Current children cumulated vsize (KiB) 1786444

[startup+12.7026 s]
/proc/loadavg: 1.66 1.80 1.62 2/94 925
/proc/meminfo: memFree=1709816/2055920 swapFree=4174616/4192956
[pid=912] ppid=910 vsize=1786444 CPUtime=13.21
/proc/912/stat : 912 (java) S 910 912 340 0 -1 0 13845 0 43 0 1307 14 0 0 18 0 13 0 751927553 1829318656 13009 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/912/statm: 446611 13009 1411 9 0 443958 0
[pid=912/tid=914] ppid=910 vsize=1786444 CPUtime=12.21
/proc/912/task/914/stat : 914 (java) R 910 912 340 0 -1 64 10994 0 12 0 1211 10 0 0 25 0 13 0 751927564 1829318656 13009 1992294400 134512640 134550932 4294955984 18446744073709551615 4109577678 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=915] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/915/stat : 915 (java) S 910 912 340 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 751927577 1829318656 13009 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=916] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/916/stat : 916 (java) S 910 912 340 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 751927577 1829318656 13009 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=917] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/917/stat : 917 (java) S 910 912 340 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 751927580 1829318656 13009 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=918] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/918/stat : 918 (java) S 910 912 340 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 751927581 1829318656 13009 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=919] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/919/stat : 919 (java) S 910 912 340 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 751927581 1829318656 13009 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=920] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/920/stat : 920 (java) S 910 912 340 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 751927587 1829318656 13009 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=921] ppid=910 vsize=1786444 CPUtime=0.4
/proc/912/task/921/stat : 921 (java) S 910 912 340 0 -1 64 631 0 0 0 40 0 0 0 16 0 13 0 751927587 1829318656 13009 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=922] ppid=910 vsize=1786444 CPUtime=0.55
/proc/912/task/922/stat : 922 (java) S 910 912 340 0 -1 64 1506 0 0 0 55 0 0 0 16 0 13 0 751927587 1829318656 13009 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=923] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/923/stat : 923 (java) S 910 912 340 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 751927587 1829318656 13009 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=924] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/924/stat : 924 (java) S 910 912 340 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 751927587 1829318656 13009 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=925] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/925/stat : 925 (java) S 910 912 340 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 751927680 1829318656 13009 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.21
Current children cumulated vsize (KiB) 1786444

[startup+25.5011 s]
/proc/loadavg: 1.56 1.77 1.61 2/94 925
/proc/meminfo: memFree=1709368/2055920 swapFree=4174616/4192956
[pid=912] ppid=910 vsize=1786444 CPUtime=26.01
/proc/912/stat : 912 (java) S 910 912 340 0 -1 0 13973 0 43 0 2587 14 0 0 18 0 13 0 751927553 1829318656 13137 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/912/statm: 446611 13137 1411 9 0 443958 0
[pid=912/tid=914] ppid=910 vsize=1786444 CPUtime=25
/proc/912/task/914/stat : 914 (java) R 910 912 340 0 -1 64 11122 0 12 0 2490 10 0 0 25 0 13 0 751927564 1829318656 13137 1992294400 134512640 134550932 4294955984 18446744073709551615 4109503255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=915] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/915/stat : 915 (java) S 910 912 340 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 751927577 1829318656 13137 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=916] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/916/stat : 916 (java) S 910 912 340 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 751927577 1829318656 13137 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=917] ppid=910 vsize=1786444 CPUtime=0
/proc/912/task/917/stat : 917 (java) S 910 912 340 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 751927580 1829318656 13137 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0

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

/proc/912/task/923/stat : 923 (java) S 910 912 340 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 751927587 1827495936 13747 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=924] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/924/stat : 924 (java) S 910 912 340 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 751927587 1827495936 13747 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=925] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/925/stat : 925 (java) S 910 912 340 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 751927680 1827495936 13747 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 198.98
Current children cumulated vsize (KiB) 1784664

[startup+204.803 s]
/proc/loadavg: 1.02 1.42 1.50 2/94 925
/proc/meminfo: memFree=1706616/2055920 swapFree=4174616/4192956
[pid=912] ppid=910 vsize=1784664 CPUtime=205.38
/proc/912/stat : 912 (java) S 910 912 340 0 -1 0 15199 0 43 0 20522 16 0 0 18 0 13 0 751927553 1827495936 13768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/912/statm: 446166 13768 1411 9 0 443513 0
[pid=912/tid=914] ppid=910 vsize=1784664 CPUtime=204.23
/proc/912/task/914/stat : 914 (java) R 910 912 340 0 -1 64 12196 0 12 0 20412 11 0 0 25 0 13 0 751927564 1827495936 13768 1992294400 134512640 134550932 4294955984 18446744073709551615 4109603316 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=915] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/915/stat : 915 (java) S 910 912 340 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 751927577 1827495936 13768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=916] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/916/stat : 916 (java) S 910 912 340 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 751927577 1827495936 13768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=917] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/917/stat : 917 (java) S 910 912 340 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 751927580 1827495936 13768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=918] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/918/stat : 918 (java) S 910 912 340 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 751927581 1827495936 13768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=919] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/919/stat : 919 (java) S 910 912 340 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 751927581 1827495936 13768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=920] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/920/stat : 920 (java) S 910 912 340 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 751927587 1827495936 13768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=921] ppid=910 vsize=1784664 CPUtime=0.44
/proc/912/task/921/stat : 921 (java) S 910 912 340 0 -1 64 779 0 0 0 44 0 0 0 16 0 13 0 751927587 1827495936 13768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=922] ppid=910 vsize=1784664 CPUtime=0.64
/proc/912/task/922/stat : 922 (java) S 910 912 340 0 -1 64 1510 0 0 0 64 0 0 0 16 0 13 0 751927587 1827495936 13768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=923] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/923/stat : 923 (java) S 910 912 340 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 751927587 1827495936 13768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=924] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/924/stat : 924 (java) S 910 912 340 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 751927587 1827495936 13768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=925] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/925/stat : 925 (java) S 910 912 340 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 751927680 1827495936 13768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 205.38
Current children cumulated vsize (KiB) 1784664

[startup+208.007 s]
/proc/loadavg: 1.02 1.41 1.49 2/94 925
/proc/meminfo: memFree=1706616/2055920 swapFree=4174616/4192956
[pid=912] ppid=910 vsize=1784664 CPUtime=208.58
/proc/912/stat : 912 (java) S 910 912 340 0 -1 0 15208 0 43 0 20842 16 0 0 18 0 13 0 751927553 1827495936 13777 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/912/statm: 446166 13777 1411 9 0 443513 0
[pid=912/tid=914] ppid=910 vsize=1784664 CPUtime=207.44
/proc/912/task/914/stat : 914 (java) R 910 912 340 0 -1 64 12205 0 12 0 20733 11 0 0 25 0 13 0 751927564 1827495936 13777 1992294400 134512640 134550932 4294955984 18446744073709551615 4109523471 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=915] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/915/stat : 915 (java) S 910 912 340 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 751927577 1827495936 13777 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=916] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/916/stat : 916 (java) S 910 912 340 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 751927577 1827495936 13777 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=917] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/917/stat : 917 (java) S 910 912 340 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 751927580 1827495936 13777 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=918] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/918/stat : 918 (java) S 910 912 340 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 751927581 1827495936 13777 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=919] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/919/stat : 919 (java) S 910 912 340 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 751927581 1827495936 13777 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=920] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/920/stat : 920 (java) S 910 912 340 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 751927587 1827495936 13777 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=921] ppid=910 vsize=1784664 CPUtime=0.44
/proc/912/task/921/stat : 921 (java) S 910 912 340 0 -1 64 779 0 0 0 44 0 0 0 16 0 13 0 751927587 1827495936 13777 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=922] ppid=910 vsize=1784664 CPUtime=0.64
/proc/912/task/922/stat : 922 (java) S 910 912 340 0 -1 64 1510 0 0 0 64 0 0 0 16 0 13 0 751927587 1827495936 13777 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=923] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/923/stat : 923 (java) S 910 912 340 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 751927587 1827495936 13777 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=924] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/924/stat : 924 (java) S 910 912 340 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 751927587 1827495936 13777 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=925] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/925/stat : 925 (java) S 910 912 340 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 751927680 1827495936 13777 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 208.58
Current children cumulated vsize (KiB) 1784664

[startup+209.603 s]
/proc/loadavg: 1.02 1.41 1.49 2/94 925
/proc/meminfo: memFree=1706552/2055920 swapFree=4174616/4192956
[pid=912] ppid=910 vsize=1784664 CPUtime=210.19
/proc/912/stat : 912 (java) S 910 912 340 0 -1 0 15220 0 43 0 21003 16 0 0 18 0 13 0 751927553 1827495936 13789 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/912/statm: 446166 13789 1411 9 0 443513 0
[pid=912/tid=914] ppid=910 vsize=1784664 CPUtime=209.03
/proc/912/task/914/stat : 914 (java) R 910 912 340 0 -1 64 12208 0 12 0 20892 11 0 0 25 0 13 0 751927564 1827495936 13789 1992294400 134512640 134550932 4294955984 18446744073709551615 4109583395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=915] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/915/stat : 915 (java) S 910 912 340 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 751927577 1827495936 13789 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=916] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/916/stat : 916 (java) S 910 912 340 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 751927577 1827495936 13789 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=917] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/917/stat : 917 (java) S 910 912 340 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 751927580 1827495936 13789 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=918] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/918/stat : 918 (java) S 910 912 340 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 751927581 1827495936 13789 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=919] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/919/stat : 919 (java) S 910 912 340 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 751927581 1827495936 13789 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=920] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/920/stat : 920 (java) S 910 912 340 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 751927587 1827495936 13789 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=921] ppid=910 vsize=1784664 CPUtime=0.45
/proc/912/task/921/stat : 921 (java) S 910 912 340 0 -1 64 786 0 0 0 45 0 0 0 17 0 13 0 751927587 1827495936 13789 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=922] ppid=910 vsize=1784664 CPUtime=0.65
/proc/912/task/922/stat : 922 (java) S 910 912 340 0 -1 64 1512 0 0 0 65 0 0 0 16 0 13 0 751927587 1827495936 13789 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=923] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/923/stat : 923 (java) S 910 912 340 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 751927587 1827495936 13789 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=924] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/924/stat : 924 (java) S 910 912 340 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 751927587 1827495936 13789 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=925] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/925/stat : 925 (java) S 910 912 340 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 751927680 1827495936 13789 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 210.19
Current children cumulated vsize (KiB) 1784664

[startup+210.003 s]
/proc/loadavg: 1.02 1.41 1.49 2/94 925
/proc/meminfo: memFree=1706552/2055920 swapFree=4174616/4192956
[pid=912] ppid=910 vsize=1784664 CPUtime=210.59
/proc/912/stat : 912 (java) S 910 912 340 0 -1 0 15221 0 43 0 21043 16 0 0 18 0 13 0 751927553 1827495936 13790 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/912/statm: 446166 13790 1411 9 0 443513 0
[pid=912/tid=914] ppid=910 vsize=1784664 CPUtime=209.43
/proc/912/task/914/stat : 914 (java) R 910 912 340 0 -1 64 12209 0 12 0 20932 11 0 0 25 0 13 0 751927564 1827495936 13790 1992294400 134512640 134550932 4294955984 18446744073709551615 4109581165 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=915] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/915/stat : 915 (java) S 910 912 340 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 751927577 1827495936 13790 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=916] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/916/stat : 916 (java) S 910 912 340 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 751927577 1827495936 13790 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=917] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/917/stat : 917 (java) S 910 912 340 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 751927580 1827495936 13790 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=918] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/918/stat : 918 (java) S 910 912 340 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 751927581 1827495936 13790 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=919] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/919/stat : 919 (java) S 910 912 340 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 751927581 1827495936 13790 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=920] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/920/stat : 920 (java) S 910 912 340 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 751927587 1827495936 13790 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=921] ppid=910 vsize=1784664 CPUtime=0.45
/proc/912/task/921/stat : 921 (java) S 910 912 340 0 -1 64 786 0 0 0 45 0 0 0 17 0 13 0 751927587 1827495936 13790 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=922] ppid=910 vsize=1784664 CPUtime=0.65
/proc/912/task/922/stat : 922 (java) S 910 912 340 0 -1 64 1512 0 0 0 65 0 0 0 16 0 13 0 751927587 1827495936 13790 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=923] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/923/stat : 923 (java) S 910 912 340 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 751927587 1827495936 13790 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=924] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/924/stat : 924 (java) S 910 912 340 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 751927587 1827495936 13790 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=925] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/925/stat : 925 (java) S 910 912 340 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 751927680 1827495936 13790 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 210.59
Current children cumulated vsize (KiB) 1784664

[startup+210.208 s]
/proc/loadavg: 1.02 1.41 1.49 2/94 925
/proc/meminfo: memFree=1706552/2055920 swapFree=4174616/4192956
[pid=912] ppid=910 vsize=1784664 CPUtime=210.8
/proc/912/stat : 912 (java) S 910 912 340 0 -1 0 15223 0 43 0 21064 16 0 0 18 0 12 0 751927553 1827495936 13792 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/912/statm: 446166 13792 1412 9 0 443513 0
[pid=912/tid=914] ppid=910 vsize=1784664 CPUtime=209.63
/proc/912/task/914/stat : 914 (java) R 910 912 340 0 -1 64 12209 0 12 0 20952 11 0 0 25 0 12 0 751927564 1827495936 13792 1992294400 134512640 134550932 4294955984 18446744073709551615 104722000 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=915] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/915/stat : 915 (java) S 910 912 340 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 751927577 1827495936 13792 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=916] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/916/stat : 916 (java) S 910 912 340 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 751927577 1827495936 13792 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=917] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/917/stat : 917 (java) S 910 912 340 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 751927580 1827495936 13792 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=918] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/918/stat : 918 (java) S 910 912 340 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 751927581 1827495936 13792 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=919] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/919/stat : 919 (java) S 910 912 340 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 751927581 1827495936 13792 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=920] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/920/stat : 920 (java) S 910 912 340 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 751927587 1827495936 13792 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=921] ppid=910 vsize=1784664 CPUtime=0.45
/proc/912/task/921/stat : 921 (java) S 910 912 340 0 -1 64 786 0 0 0 45 0 0 0 17 0 12 0 751927587 1827495936 13792 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=912/tid=922] ppid=910 vsize=1784664 CPUtime=0.66
/proc/912/task/922/stat : 922 (java) S 910 912 340 0 -1 64 1513 0 0 0 66 0 0 0 16 0 12 0 751927587 1827495936 13792 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=923] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/923/stat : 923 (java) S 910 912 340 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 751927587 1827495936 13792 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=912/tid=924] ppid=910 vsize=1784664 CPUtime=0
/proc/912/task/924/stat : 924 (java) S 910 912 340 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 751927587 1827495936 13792 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 210.8
Current children cumulated vsize (KiB) 1784664

Child status: 20
Real time (s): 210.245
CPU time (s): 210.828
CPU user time (s): 210.653
CPU system time (s): 0.174973
CPU usage (%): 100.277
Max. virtual memory (cumulated for all children) (KiB): 1786444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 210.653
system time used= 0.174973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15239
page faults= 43
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4962
involuntary context switches= 634

runsolver used 0.285956 second user time and 0.692894 second system time

The end

Launcher Data

Begin job on node88 at 2009-04-03 11:18:45
IDJOB=1556735
IDBENCH=70825
IDSOLVER=500
FILE ID=node88/1556735-1238750325
PBS_JOBID= 9085422
Free space on /tmp= 66528 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-06.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1556735-1238750325/watcher-1556735-1238750325 -o /tmp/evaluation-result-1556735-1238750325/solver-1556735-1238750325 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1556735-1238750325.cnf

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

MD5SUM BENCH= 54bbde63bf0c9b14dd4e32426eab0a42
RANDOM SEED=799977868

node88.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.281
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.281
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:       1767744 kB
Buffers:         34584 kB
Cached:         177532 kB
SwapCached:       7524 kB
Active:          63560 kB
Inactive:       157824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767744 kB
SwapTotal:     4192956 kB
SwapFree:      4174616 kB
Dirty:            4232 kB
Writeback:           0 kB
Mapped:          14916 kB
Slab:            50892 kB
Committed_AS:  1922044 kB
PageTables:       2664 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= 66528 MiB
End job on node88 at 2009-04-03 11:22:16