Trace number 1556787

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 68.1246 67.4404

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-05.cnf
MD5SUM2802e980ef7a0af021d80df126a2e28c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.1175
Satisfiable
(Un)Satisfiability was proved
Number of variables68827
Number of clauses224473
Sum of the clauses size581793
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291368
Number of clauses of size 3132976
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.19	c c --- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@913fe2
0.08/0.19	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.19	c Expensive reason simplification
0.08/0.19	c Armin Biere (Picosat) restarts strategy
0.08/0.19	c timeout=2147483647s
0.08/0.19	c DB Simplification allowed=true
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving HOME/instance-1556787-1238750548.cnf
0.08/0.19	c reading problem ... 
1.04/0.90	c ... done. Wall clock time 0.711s.
1.04/0.90	c #vars     68827
1.04/0.90	c #constraints  224087
1.04/0.90	c constraints type 
1.04/0.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 132463
1.04/0.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 91367
68.02/67.37	c starts		: 65
68.02/67.37	c conflicts		: 9111
68.02/67.37	c decisions		: 81900
68.02/67.37	c propagations		: 38340763
68.02/67.37	c inspects		: 123411312
68.02/67.37	c learnt literals	: 26
68.02/67.37	c learnt binary clauses	: 386
68.02/67.38	c learnt ternary clauses	: 1632
68.02/67.38	c learnt clauses	: 9084
68.02/67.38	c ignored clauses	: 0
68.02/67.38	c root simplifications	: 90
68.02/67.38	c removed literals (reason simplification)	: 283159
68.02/67.38	c reason swapping (by a shorter reason)	: 0
68.02/67.38	c Calls to reduceDB	: 0
68.02/67.38	c speed (assignments/second)	: 576813.0434782609
68.02/67.38	c non guided choices	1790
68.02/67.38	c learnt constraints type 
68.02/67.38	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 329
68.02/67.38	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 5958
68.02/67.38	s UNSATISFIABLE
68.02/67.38	c Total wall clock time (in seconds) : 67.182

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-1556787-1238750548/watcher-1556787-1238750548 -o /tmp/evaluation-result-1556787-1238750548/solver-1556787-1238750548 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1556787-1238750548.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.96 0.98 0.99 3/64 29554
/proc/meminfo: memFree=1704768/2055920 swapFree=4176304/4192956
[pid=29554] ppid=29552 vsize=1612 CPUtime=0
/proc/29554/stat : 29554 (java6) D 29552 29554 29058 0 -1 0 171 0 0 0 0 0 0 0 19 0 1 0 1147717388 1650688 143 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/29554/statm: 403 143 107 9 0 45 0

[startup+0.0253529 s]
/proc/loadavg: 0.96 0.98 0.99 3/64 29554
/proc/meminfo: memFree=1704768/2055920 swapFree=4176304/4192956
[pid=29554] ppid=29552 vsize=1773828 CPUtime=0.01
/proc/29554/stat : 29554 (java) S 29552 29554 29058 0 -1 0 2519 0 1 0 0 1 0 0 19 0 2 0 1147717388 1816399872 2268 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/29554/statm: 443457 2273 411 9 0 441209 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1773828

[startup+0.101366 s]
/proc/loadavg: 0.96 0.98 0.99 3/64 29554
/proc/meminfo: memFree=1704768/2055920 swapFree=4176304/4192956
[pid=29554] ppid=29552 vsize=1780924 CPUtime=0.08
/proc/29554/stat : 29554 (java) S 29552 29554 29058 0 -1 0 3900 0 1 0 6 2 0 0 19 0 12 0 1147717388 1823666176 3643 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29554/statm: 445231 3643 1069 9 0 442578 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780924

[startup+0.301412 s]
/proc/loadavg: 0.96 0.98 0.99 3/64 29554
/proc/meminfo: memFree=1704768/2055920 swapFree=4176304/4192956
[pid=29554] ppid=29552 vsize=1784148 CPUtime=0.36
/proc/29554/stat : 29554 (java) S 29552 29554 29058 0 -1 0 6029 0 1 0 32 4 0 0 19 0 12 0 1147717388 1826967552 5767 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29554/statm: 446037 5767 1365 9 0 443384 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1784148

[startup+0.701493 s]
/proc/loadavg: 0.96 0.98 0.99 3/64 29554
/proc/meminfo: memFree=1704768/2055920 swapFree=4176304/4192956
[pid=29554] ppid=29552 vsize=1784148 CPUtime=0.85
/proc/29554/stat : 29554 (java) S 29552 29554 29058 0 -1 0 9596 0 1 0 80 5 0 0 19 0 12 0 1147717388 1826967552 9334 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29554/statm: 446037 9334 1382 9 0 443384 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1784148

[startup+1.50265 s]
/proc/loadavg: 0.96 0.98 0.99 3/77 29567
/proc/meminfo: memFree=1662616/2055920 swapFree=4176304/4192956
[pid=29554] ppid=29552 vsize=1785052 CPUtime=2.02
/proc/29554/stat : 29554 (java) S 29552 29554 29058 0 -1 0 12762 0 1 0 196 6 0 0 19 0 13 0 1147717388 1827893248 12076 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29554/statm: 446263 12076 1404 9 0 443610 0
[pid=29554/tid=29556] ppid=29552 vsize=1785052 CPUtime=1.27
/proc/29554/task/29556/stat : 29556 (java) R 29552 29554 29058 0 -1 64 10531 0 1 0 123 4 0 0 25 0 13 0 1147717389 1827893248 12076 1992294400 134512640 134550932 4294955984 18446744073709551615 4109598616 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29557] ppid=29552 vsize=1785052 CPUtime=0
/proc/29554/task/29557/stat : 29557 (java) S 29552 29554 29058 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1147717390 1827893248 12076 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29558] ppid=29552 vsize=1785052 CPUtime=0
/proc/29554/task/29558/stat : 29558 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1147717390 1827893248 12076 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29559] ppid=29552 vsize=1785052 CPUtime=0
/proc/29554/task/29559/stat : 29559 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1147717392 1827893248 12076 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29560] ppid=29552 vsize=1785052 CPUtime=0
/proc/29554/task/29560/stat : 29560 (java) S 29552 29554 29058 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 1147717393 1827893248 12076 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29561] ppid=29552 vsize=1785052 CPUtime=0
/proc/29554/task/29561/stat : 29561 (java) S 29552 29554 29058 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1147717393 1827893248 12076 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29562] ppid=29552 vsize=1785052 CPUtime=0
/proc/29554/task/29562/stat : 29562 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1147717397 1827893248 12076 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29563] ppid=29552 vsize=1785052 CPUtime=0.35
/proc/29554/task/29563/stat : 29563 (java) S 29552 29554 29058 0 -1 64 454 0 0 0 35 0 0 0 16 0 13 0 1147717397 1827893248 12076 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29564] ppid=29552 vsize=1785052 CPUtime=0.37
/proc/29554/task/29564/stat : 29564 (java) S 29552 29554 29058 0 -1 64 1033 0 0 0 37 0 0 0 16 0 13 0 1147717397 1827893248 12076 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29565] ppid=29552 vsize=1785052 CPUtime=0
/proc/29554/task/29565/stat : 29565 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1147717397 1827893248 12076 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29566] ppid=29552 vsize=1785052 CPUtime=0
/proc/29554/task/29566/stat : 29566 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1147717397 1827893248 12076 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29567] ppid=29552 vsize=1785052 CPUtime=0
/proc/29554/task/29567/stat : 29567 (java) S 29552 29554 29058 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1147717487 1827893248 12076 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1785052

[startup+3.10197 s]
/proc/loadavg: 0.96 0.98 0.99 2/77 29567
/proc/meminfo: memFree=1660568/2055920 swapFree=4176304/4192956
[pid=29554] ppid=29552 vsize=1785052 CPUtime=3.74
/proc/29554/stat : 29554 (java) S 29552 29554 29058 0 -1 0 13136 0 1 0 368 6 0 0 19 0 13 0 1147717388 1827893248 12384 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29554/statm: 446263 12384 1407 9 0 443610 0
[pid=29554/tid=29556] ppid=29552 vsize=1785052 CPUtime=2.86
/proc/29554/task/29556/stat : 29556 (java) R 29552 29554 29058 0 -1 64 10828 0 1 0 281 5 0 0 25 0 13 0 1147717389 1827893248 12384 1992294400 134512640 134550932 4294955984 18446744073709551615 4109566783 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29557] ppid=29552 vsize=1785052 CPUtime=0
/proc/29554/task/29557/stat : 29557 (java) S 29552 29554 29058 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1147717390 1827893248 12384 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29558] ppid=29552 vsize=1785052 CPUtime=0
/proc/29554/task/29558/stat : 29558 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1147717390 1827893248 12384 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29559] ppid=29552 vsize=1785052 CPUtime=0
/proc/29554/task/29559/stat : 29559 (java) S 29552 29554 29058 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1147717392 1827893248 12384 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29560] ppid=29552 vsize=1785052 CPUtime=0
/proc/29554/task/29560/stat : 29560 (java) S 29552 29554 29058 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 1147717393 1827893248 12384 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29561] ppid=29552 vsize=1785052 CPUtime=0
/proc/29554/task/29561/stat : 29561 (java) S 29552 29554 29058 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1147717393 1827893248 12384 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29562] ppid=29552 vsize=1785052 CPUtime=0
/proc/29554/task/29562/stat : 29562 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1147717397 1827893248 12384 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29563] ppid=29552 vsize=1785052 CPUtime=0.39
/proc/29554/task/29563/stat : 29563 (java) S 29552 29554 29058 0 -1 64 458 0 0 0 39 0 0 0 15 0 13 0 1147717397 1827893248 12384 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29564] ppid=29552 vsize=1785052 CPUtime=0.46
/proc/29554/task/29564/stat : 29564 (java) S 29552 29554 29058 0 -1 64 1105 0 0 0 46 0 0 0 16 0 13 0 1147717397 1827893248 12384 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29565] ppid=29552 vsize=1785052 CPUtime=0
/proc/29554/task/29565/stat : 29565 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1147717397 1827893248 12384 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29566] ppid=29552 vsize=1785052 CPUtime=0
/proc/29554/task/29566/stat : 29566 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1147717397 1827893248 12384 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29567] ppid=29552 vsize=1785052 CPUtime=0
/proc/29554/task/29567/stat : 29567 (java) S 29552 29554 29058 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1147717487 1827893248 12384 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 1785052

[startup+6.30259 s]
/proc/loadavg: 0.97 0.98 0.99 2/77 29567
/proc/meminfo: memFree=1659672/2055920 swapFree=4176304/4192956
[pid=29554] ppid=29552 vsize=1784732 CPUtime=7.02
/proc/29554/stat : 29554 (java) S 29552 29554 29058 0 -1 0 13333 0 1 0 695 7 0 0 19 0 13 0 1147717388 1827565568 12412 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29554/statm: 446183 12412 1411 9 0 443530 0
[pid=29554/tid=29556] ppid=29552 vsize=1784732 CPUtime=6.04
/proc/29554/task/29556/stat : 29556 (java) R 29552 29554 29058 0 -1 64 10927 0 1 0 599 5 0 0 24 0 13 0 1147717389 1827565568 12412 1992294400 134512640 134550932 4294955984 18446744073709551615 4109566783 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29557] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29557/stat : 29557 (java) S 29552 29554 29058 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1147717390 1827565568 12412 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29558] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29558/stat : 29558 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1147717390 1827565568 12412 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29559] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29559/stat : 29559 (java) S 29552 29554 29058 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1147717392 1827565568 12412 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29560] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29560/stat : 29560 (java) S 29552 29554 29058 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 1147717393 1827565568 12412 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29561] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29561/stat : 29561 (java) S 29552 29554 29058 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1147717393 1827565568 12412 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29562] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29562/stat : 29562 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1147717397 1827565568 12412 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29563] ppid=29552 vsize=1784732 CPUtime=0.49
/proc/29554/task/29563/stat : 29563 (java) S 29552 29554 29058 0 -1 64 556 0 0 0 49 0 0 0 16 0 13 0 1147717397 1827565568 12412 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29564] ppid=29552 vsize=1784732 CPUtime=0.46
/proc/29554/task/29564/stat : 29564 (java) S 29552 29554 29058 0 -1 64 1105 0 0 0 46 0 0 0 16 0 13 0 1147717397 1827565568 12412 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29565] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29565/stat : 29565 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1147717397 1827565568 12412 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29566] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29566/stat : 29566 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1147717397 1827565568 12412 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29567] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29567/stat : 29567 (java) S 29552 29554 29058 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1147717487 1827565568 12412 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 1784732

[startup+12.7029 s]
/proc/loadavg: 0.97 0.98 0.99 2/77 29567
/proc/meminfo: memFree=1659480/2055920 swapFree=4176304/4192956
[pid=29554] ppid=29552 vsize=1784732 CPUtime=13.42
/proc/29554/stat : 29554 (java) S 29552 29554 29058 0 -1 0 13422 0 1 0 1335 7 0 0 19 0 13 0 1147717388 1827565568 12501 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29554/statm: 446183 12501 1411 9 0 443530 0
[pid=29554/tid=29556] ppid=29552 vsize=1784732 CPUtime=12.44
/proc/29554/task/29556/stat : 29556 (java) R 29552 29554 29058 0 -1 64 11016 0 1 0 1239 5 0 0 25 0 13 0 1147717389 1827565568 12501 1992294400 134512640 134550932 4294955984 18446744073709551615 4109506519 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29557] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29557/stat : 29557 (java) S 29552 29554 29058 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1147717390 1827565568 12501 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29558] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29558/stat : 29558 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1147717390 1827565568 12501 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29559] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29559/stat : 29559 (java) S 29552 29554 29058 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1147717392 1827565568 12501 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29560] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29560/stat : 29560 (java) S 29552 29554 29058 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 1147717393 1827565568 12501 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29561] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29561/stat : 29561 (java) S 29552 29554 29058 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1147717393 1827565568 12501 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29562] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29562/stat : 29562 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1147717397 1827565568 12501 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29563] ppid=29552 vsize=1784732 CPUtime=0.49
/proc/29554/task/29563/stat : 29563 (java) S 29552 29554 29058 0 -1 64 556 0 0 0 49 0 0 0 16 0 13 0 1147717397 1827565568 12501 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29564] ppid=29552 vsize=1784732 CPUtime=0.46
/proc/29554/task/29564/stat : 29564 (java) S 29552 29554 29058 0 -1 64 1105 0 0 0 46 0 0 0 16 0 13 0 1147717397 1827565568 12501 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29565] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29565/stat : 29565 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1147717397 1827565568 12501 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29566] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29566/stat : 29566 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1147717397 1827565568 12501 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29567] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29567/stat : 29567 (java) S 29552 29554 29058 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1147717487 1827565568 12501 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.42
Current children cumulated vsize (KiB) 1784732

[startup+25.5024 s]
/proc/loadavg: 0.97 0.98 0.99 2/77 29567
/proc/meminfo: memFree=1658456/2055920 swapFree=4176304/4192956
[pid=29554] ppid=29552 vsize=1784732 CPUtime=26.22
/proc/29554/stat : 29554 (java) S 29552 29554 29058 0 -1 0 13697 0 1 0 2615 7 0 0 19 0 13 0 1147717388 1827565568 12776 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29554/statm: 446183 12776 1411 9 0 443530 0
[pid=29554/tid=29556] ppid=29552 vsize=1784732 CPUtime=25.23
/proc/29554/task/29556/stat : 29556 (java) R 29552 29554 29058 0 -1 64 11289 0 1 0 2517 6 0 0 25 0 13 0 1147717389 1827565568 12776 1992294400 134512640 134550932 4294955984 18446744073709551615 4109269770 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29557] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29557/stat : 29557 (java) S 29552 29554 29058 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1147717390 1827565568 12776 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29558] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29558/stat : 29558 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1147717390 1827565568 12776 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/29554/task/29565/stat : 29565 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1147717397 1827565568 13009 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29566] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29566/stat : 29566 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1147717397 1827565568 13009 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29567] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29567/stat : 29567 (java) S 29552 29554 29058 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1147717487 1827565568 13009 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 64.62
Current children cumulated vsize (KiB) 1784732

[startup+65.5013 s]
/proc/loadavg: 0.98 0.98 0.99 2/77 29567
/proc/meminfo: memFree=1657432/2055920 swapFree=4176304/4192956
[pid=29554] ppid=29552 vsize=1784732 CPUtime=66.22
/proc/29554/stat : 29554 (java) S 29552 29554 29058 0 -1 0 13932 0 1 0 6614 8 0 0 19 0 13 0 1147717388 1827565568 13011 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29554/statm: 446183 13011 1411 9 0 443530 0
[pid=29554/tid=29556] ppid=29552 vsize=1784732 CPUtime=65.2
/proc/29554/task/29556/stat : 29556 (java) R 29552 29554 29058 0 -1 64 11524 0 1 0 6514 6 0 0 25 0 13 0 1147717389 1827565568 13011 1992294400 134512640 134550932 4294955984 18446744073709551615 4109597355 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29557] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29557/stat : 29557 (java) S 29552 29554 29058 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1147717390 1827565568 13011 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29558] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29558/stat : 29558 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1147717390 1827565568 13011 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29559] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29559/stat : 29559 (java) S 29552 29554 29058 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1147717392 1827565568 13011 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29560] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29560/stat : 29560 (java) S 29552 29554 29058 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 1147717393 1827565568 13011 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29561] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29561/stat : 29561 (java) S 29552 29554 29058 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1147717393 1827565568 13011 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29562] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29562/stat : 29562 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1147717397 1827565568 13011 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29563] ppid=29552 vsize=1784732 CPUtime=0.49
/proc/29554/task/29563/stat : 29563 (java) S 29552 29554 29058 0 -1 64 556 0 0 0 49 0 0 0 17 0 13 0 1147717397 1827565568 13011 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29564] ppid=29552 vsize=1784732 CPUtime=0.49
/proc/29554/task/29564/stat : 29564 (java) S 29552 29554 29058 0 -1 64 1107 0 0 0 49 0 0 0 16 0 13 0 1147717397 1827565568 13011 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29565] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29565/stat : 29565 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1147717397 1827565568 13011 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29566] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29566/stat : 29566 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1147717397 1827565568 13011 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29567] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29567/stat : 29567 (java) S 29552 29554 29058 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1147717487 1827565568 13011 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 66.22
Current children cumulated vsize (KiB) 1784732

[startup+66.3024 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 29567
/proc/meminfo: memFree=1657432/2055920 swapFree=4176304/4192956
[pid=29554] ppid=29552 vsize=1784732 CPUtime=67.02
/proc/29554/stat : 29554 (java) S 29552 29554 29058 0 -1 0 13933 0 1 0 6694 8 0 0 19 0 13 0 1147717388 1827565568 13012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29554/statm: 446183 13012 1411 9 0 443530 0
[pid=29554/tid=29556] ppid=29552 vsize=1784732 CPUtime=66
/proc/29554/task/29556/stat : 29556 (java) R 29552 29554 29058 0 -1 64 11525 0 1 0 6594 6 0 0 25 0 13 0 1147717389 1827565568 13012 1992294400 134512640 134550932 4294955984 18446744073709551615 4109567049 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29557] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29557/stat : 29557 (java) S 29552 29554 29058 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1147717390 1827565568 13012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29558] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29558/stat : 29558 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1147717390 1827565568 13012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29559] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29559/stat : 29559 (java) S 29552 29554 29058 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1147717392 1827565568 13012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29560] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29560/stat : 29560 (java) S 29552 29554 29058 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 1147717393 1827565568 13012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29561] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29561/stat : 29561 (java) S 29552 29554 29058 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1147717393 1827565568 13012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29562] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29562/stat : 29562 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1147717397 1827565568 13012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29563] ppid=29552 vsize=1784732 CPUtime=0.49
/proc/29554/task/29563/stat : 29563 (java) S 29552 29554 29058 0 -1 64 556 0 0 0 49 0 0 0 17 0 13 0 1147717397 1827565568 13012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29564] ppid=29552 vsize=1784732 CPUtime=0.49
/proc/29554/task/29564/stat : 29564 (java) S 29552 29554 29058 0 -1 64 1107 0 0 0 49 0 0 0 17 0 13 0 1147717397 1827565568 13012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29565] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29565/stat : 29565 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1147717397 1827565568 13012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29566] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29566/stat : 29566 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1147717397 1827565568 13012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29567] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29567/stat : 29567 (java) S 29552 29554 29058 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1147717487 1827565568 13012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 67.02
Current children cumulated vsize (KiB) 1784732

[startup+67.1066 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 29567
/proc/meminfo: memFree=1657432/2055920 swapFree=4176304/4192956
[pid=29554] ppid=29552 vsize=1784732 CPUtime=67.82
/proc/29554/stat : 29554 (java) S 29552 29554 29058 0 -1 0 13934 0 1 0 6774 8 0 0 19 0 13 0 1147717388 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29554/statm: 446183 13013 1411 9 0 443530 0
[pid=29554/tid=29556] ppid=29552 vsize=1784732 CPUtime=66.8
/proc/29554/task/29556/stat : 29556 (java) R 29552 29554 29058 0 -1 64 11526 0 1 0 6674 6 0 0 25 0 13 0 1147717389 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4109613734 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29557] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29557/stat : 29557 (java) S 29552 29554 29058 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1147717390 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29558] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29558/stat : 29558 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1147717390 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29559] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29559/stat : 29559 (java) S 29552 29554 29058 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1147717392 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29560] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29560/stat : 29560 (java) S 29552 29554 29058 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 1147717393 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29561] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29561/stat : 29561 (java) S 29552 29554 29058 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1147717393 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29562] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29562/stat : 29562 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1147717397 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29563] ppid=29552 vsize=1784732 CPUtime=0.49
/proc/29554/task/29563/stat : 29563 (java) S 29552 29554 29058 0 -1 64 556 0 0 0 49 0 0 0 17 0 13 0 1147717397 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29564] ppid=29552 vsize=1784732 CPUtime=0.49
/proc/29554/task/29564/stat : 29564 (java) S 29552 29554 29058 0 -1 64 1107 0 0 0 49 0 0 0 17 0 13 0 1147717397 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29565] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29565/stat : 29565 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1147717397 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29566] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29566/stat : 29566 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1147717397 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29567] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29567/stat : 29567 (java) S 29552 29554 29058 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1147717487 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 67.82
Current children cumulated vsize (KiB) 1784732

[startup+67.3026 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 29567
/proc/meminfo: memFree=1657432/2055920 swapFree=4176304/4192956
[pid=29554] ppid=29552 vsize=1784732 CPUtime=68.02
/proc/29554/stat : 29554 (java) S 29552 29554 29058 0 -1 0 13934 0 1 0 6794 8 0 0 19 0 13 0 1147717388 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29554/statm: 446183 13013 1411 9 0 443530 0
[pid=29554/tid=29556] ppid=29552 vsize=1784732 CPUtime=67
/proc/29554/task/29556/stat : 29556 (java) R 29552 29554 29058 0 -1 64 11526 0 1 0 6694 6 0 0 25 0 13 0 1147717389 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4109293314 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29557] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29557/stat : 29557 (java) S 29552 29554 29058 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1147717390 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29558] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29558/stat : 29558 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1147717390 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29559] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29559/stat : 29559 (java) S 29552 29554 29058 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1147717392 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29560] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29560/stat : 29560 (java) S 29552 29554 29058 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 1147717393 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29561] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29561/stat : 29561 (java) S 29552 29554 29058 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1147717393 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29562] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29562/stat : 29562 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1147717397 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29563] ppid=29552 vsize=1784732 CPUtime=0.49
/proc/29554/task/29563/stat : 29563 (java) S 29552 29554 29058 0 -1 64 556 0 0 0 49 0 0 0 17 0 13 0 1147717397 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29564] ppid=29552 vsize=1784732 CPUtime=0.5
/proc/29554/task/29564/stat : 29564 (java) S 29552 29554 29058 0 -1 64 1107 0 0 0 50 0 0 0 17 0 13 0 1147717397 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29565] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29565/stat : 29565 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1147717397 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29566] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29566/stat : 29566 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1147717397 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29567] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29567/stat : 29567 (java) S 29552 29554 29058 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1147717487 1827565568 13013 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 68.02
Current children cumulated vsize (KiB) 1784732

[startup+67.4027 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 29567
/proc/meminfo: memFree=1657432/2055920 swapFree=4176304/4192956
[pid=29554] ppid=29552 vsize=1784732 CPUtime=68.1
/proc/29554/stat : 29554 (java) S 29552 29554 29058 0 -1 0 13948 0 1 0 6802 8 0 0 19 0 12 0 1147717388 1827565568 13027 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29554/statm: 446183 13027 1412 9 0 443530 0
[pid=29554/tid=29556] ppid=29552 vsize=1784732 CPUtime=67.07
/proc/29554/task/29556/stat : 29556 (java) S 29552 29554 29058 0 -1 64 11531 0 1 0 6701 6 0 0 25 0 12 0 1147717389 1827565568 13027 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29557] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29557/stat : 29557 (java) S 29552 29554 29058 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1147717390 1827565568 13027 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29558] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29558/stat : 29558 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1147717390 1827565568 13027 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29559] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29559/stat : 29559 (java) S 29552 29554 29058 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1147717392 1827565568 13027 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29554/tid=29560] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29560/stat : 29560 (java) S 29552 29554 29058 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 1147717393 1827565568 13027 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29561] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29561/stat : 29561 (java) S 29552 29554 29058 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1147717393 1827565568 13027 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29562] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29562/stat : 29562 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1147717397 1827565568 13027 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29563] ppid=29552 vsize=1784732 CPUtime=0.49
/proc/29554/task/29563/stat : 29563 (java) S 29552 29554 29058 0 -1 64 556 0 0 0 49 0 0 0 17 0 12 0 1147717397 1827565568 13027 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29564] ppid=29552 vsize=1784732 CPUtime=0.5
/proc/29554/task/29564/stat : 29564 (java) S 29552 29554 29058 0 -1 64 1107 0 0 0 50 0 0 0 17 0 12 0 1147717397 1827565568 13027 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29565] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29565/stat : 29565 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1147717397 1827565568 13027 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29554/tid=29566] ppid=29552 vsize=1784732 CPUtime=0
/proc/29554/task/29566/stat : 29566 (java) S 29552 29554 29058 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1147717397 1827565568 13027 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 68.1
Current children cumulated vsize (KiB) 1784732

Child status: 20
Real time (s): 67.4404
CPU time (s): 68.1246
CPU user time (s): 68.0307
CPU system time (s): 0.093985
CPU usage (%): 101.015
Max. virtual memory (cumulated for all children) (KiB): 1785224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.0307
system time used= 0.093985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13951
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= 1792
involuntary context switches= 1110

runsolver used 0.077988 second user time and 0.181972 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-03 11:22:29
IDJOB=1556787
IDBENCH=70826
IDSOLVER=500
FILE ID=node53/1556787-1238750548
PBS_JOBID= 9085433
Free space on /tmp= 66440 MiB

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

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

MD5SUM BENCH= 2802e980ef7a0af021d80df126a2e28c
RANDOM SEED=537326860

node53.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.264
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.264
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:       1705184 kB
Buffers:         64448 kB
Cached:         194708 kB
SwapCached:      10600 kB
Active:          96756 kB
Inactive:       174628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705184 kB
SwapTotal:     4192956 kB
SwapFree:      4176304 kB
Dirty:            4284 kB
Writeback:           0 kB
Mapped:          17908 kB
Slab:            65392 kB
Committed_AS:  2806368 kB
PageTables:       1384 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= 66440 MiB
End job on node53 at 2009-04-03 11:23:36