Trace number 319633

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, and are wall clock time (not CPU 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 SAT 2007? (TO) 1200.18 1199.89

General information on the benchmark

Nameindustrial/
crypto/mizh-md5-47-5.cnf
MD5SUM361a244b850a858ed2e51ec140de6356
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark110.43
Satisfiable
(Un)Satisfiability was proved
Number of variables65604
Number of clauses273520
Sum of the clauses size814946
Maximum clause length4
Minimum clause length1
Number of clauses of size 1199
Number of clauses of size 2118258
Number of clauses of size 342021
Number of clauses of size 4113042
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.11/0.37	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.37	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.37	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.38	c version SAT COMPETITION 2007
0.11/0.38	c sun.arch.data.model	32
0.11/0.38	c java.version	1.6.0
0.11/0.38	c os.name	Linux
0.11/0.38	c os.version	2.6.9-22.EL.rootsmp
0.11/0.38	c os.arch	i386
0.11/0.38	c Free memory 1703279312
0.11/0.38	c Max memory 1706164224
0.11/0.38	c Total memory 1706164224
0.11/0.38	c Number of processors 2
0.19/0.43	c --- Begin Solver configuration ---
0.19/0.43	c Stops conflict analysis at the first Unique Implication Point
0.19/0.43	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.19/0.43	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.19/0.43	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.43	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.43	c Expensive reason simplification
0.19/0.43	c --- End Solver configuration ---
0.19/0.43	c timeout: 2147483s
0.19/0.43	c solving /tmp/evaluation/319633-1177365235/instance-319633-1177365235.cnf
0.19/0.43	c reading problem ... 
1.08/1.24	c ... done. Wall clock time 0.807s.
1.08/1.24	c CPU time (experimental) 0.91s.
1.08/1.24	c #vars     65604
1.08/1.24	c #constraints  235061
1200.08/1199.81	c starts		: 20
1200.08/1199.81	c conflicts		: 521879
1200.08/1199.81	c decisions		: 2400154
1200.08/1199.81	c propagations		: 431605652
1200.08/1199.81	c inspects		: 3092928757
1200.08/1199.81	c learnt literals	: 248
1200.08/1199.81	c learnt binary clauses	: 8949
1200.08/1199.81	c learnt ternary clauses	: 38389
1200.08/1199.81	c learnt clauses	: 521631
1200.08/1199.81	c root simplifications	: 0
1200.08/1199.81	c removed literals (reason simplification)	: 12730073
1200.08/1199.81	c reason swapping (by a shorter reason)	: 0
1200.08/1199.81	c Calls to reduceDB	: 0
1200.08/1199.81	c speed (decisions/second)	: 2002.5798248021954
1200.08/1199.81	c non guided choices	88671
1200.08/1199.81	s UNKNOWN
1200.08/1199.81	c Total wall clock time (in seconds) : 1199.377
1200.08/1199.81	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node59/watcher-319633-1177365235 -o ROOT/results/node59/solver-319633-1177365235 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/319633-1177365235/sat4j-sat2007.jar /tmp/evaluation/319633-1177365235/instance-319633-1177365235.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): 2400 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.00 1.00 0.91 2/64 7126
/proc/meminfo: memFree=1864896/2055920 swapFree=4184616/4192956
[pid=7126] ppid=7124 vsize=18528 CPUtime=0
/proc/7126/stat : 7126 (runsolver) R 7124 7126 5963 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 184433200 18972672 284 18446744073709551615 4194304 4255128 548682068752 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7126/statm: 4632 284 249 14 0 2626 0

[startup+0.043018 s]
/proc/loadavg: 1.00 1.00 0.91 2/64 7126
/proc/meminfo: memFree=1864896/2055920 swapFree=4184616/4192956
[pid=7126] ppid=7124 vsize=11868 CPUtime=0
/proc/7126/stat : 7126 (java) R 7124 7126 5963 0 -1 0 346 0 2 0 0 0 0 0 18 0 1 0 184433200 12152832 158 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 9286436 0 0 4096 0 0 0 0 17 0 0 0
/proc/7126/statm: 2967 158 120 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11868

[startup+0.102023 s]
/proc/loadavg: 1.00 1.00 0.91 2/64 7126
/proc/meminfo: memFree=1864896/2055920 swapFree=4184616/4192956
[pid=7126] ppid=7124 vsize=12420 CPUtime=0.02
/proc/7126/stat : 7126 (java) S 7124 7126 5963 0 -1 0 740 0 27 0 0 2 0 0 18 0 2 0 184433200 12718080 551 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/7126/statm: 3105 551 241 9 0 1241 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12420

[startup+0.302062 s]
/proc/loadavg: 1.00 1.00 0.91 2/64 7126
/proc/meminfo: memFree=1864896/2055920 swapFree=4184616/4192956
[pid=7126] ppid=7124 vsize=1831496 CPUtime=0.11
/proc/7126/stat : 7126 (java) S 7124 7126 5963 0 -1 0 3967 0 38 0 6 5 0 0 18 0 12 0 184433200 1875451904 3747 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7126/statm: 457874 3748 1122 9 0 455493 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1831496

[startup+0.701148 s]
/proc/loadavg: 1.00 1.00 0.91 2/64 7126
/proc/meminfo: memFree=1864896/2055920 swapFree=4184616/4192956
[pid=7126] ppid=7124 vsize=1833696 CPUtime=0.58
/proc/7126/stat : 7126 (java) S 7124 7126 5963 0 -1 0 7153 0 38 0 51 7 0 0 18 0 12 0 184433200 1877704704 6925 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7126/statm: 458424 6925 1290 9 0 456036 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 1833696

[startup+1.5013 s]
/proc/loadavg: 1.00 1.00 0.91 2/76 7138
/proc/meminfo: memFree=1821920/2055920 swapFree=4184616/4192956
[pid=7126] ppid=7124 vsize=1835204 CPUtime=1.58
/proc/7126/stat : 7126 (java) S 7124 7126 5963 0 -1 0 13214 0 38 0 148 10 0 0 18 0 13 0 184433200 1879248896 12664 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7126/statm: 458801 12664 1310 9 0 456413 0
[pid=7126/tid=7128] ppid=7124 vsize=1835204 CPUtime=1.07
/proc/7126/task/7128/stat : 7128 (java) R 7124 7126 5963 0 -1 64 11216 0 12 0 100 7 0 0 25 0 13 0 184433209 1879248896 12664 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7129] ppid=7124 vsize=1835204 CPUtime=0
/proc/7126/task/7129/stat : 7129 (java) S 7124 7126 5963 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 184433218 1879248896 12664 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7130] ppid=7124 vsize=1835204 CPUtime=0
/proc/7126/task/7130/stat : 7130 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 184433218 1879248896 12664 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7131] ppid=7124 vsize=1835204 CPUtime=0
/proc/7126/task/7131/stat : 7131 (java) S 7124 7126 5963 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 184433222 1879248896 12664 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7132] ppid=7124 vsize=1835204 CPUtime=0
/proc/7126/task/7132/stat : 7132 (java) S 7124 7126 5963 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 184433223 1879248896 12664 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7133] ppid=7124 vsize=1835204 CPUtime=0
/proc/7126/task/7133/stat : 7133 (java) S 7124 7126 5963 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 184433223 1879248896 12664 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7134] ppid=7124 vsize=1835204 CPUtime=0
/proc/7126/task/7134/stat : 7134 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 184433230 1879248896 12664 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7135] ppid=7124 vsize=1835204 CPUtime=0.23
/proc/7126/task/7135/stat : 7135 (java) R 7124 7126 5963 0 -1 64 608 0 0 0 23 0 0 0 16 0 13 0 184433230 1879248896 12664 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 102368813 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7136] ppid=7124 vsize=1835204 CPUtime=0.24
/proc/7126/task/7136/stat : 7136 (java) R 7124 7126 5963 0 -1 64 692 0 0 0 24 0 0 0 17 0 13 0 184433230 1879248896 12664 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 104999873 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7137] ppid=7124 vsize=1835204 CPUtime=0
/proc/7126/task/7137/stat : 7137 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 184433230 1879248896 12664 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7138] ppid=7124 vsize=1835204 CPUtime=0
/proc/7126/task/7138/stat : 7138 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 184433230 1879248896 12664 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 1835204

[startup+3.1026 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 7139
/proc/meminfo: memFree=1808920/2055920 swapFree=4184616/4192956
[pid=7126] ppid=7124 vsize=1835204 CPUtime=3.32
/proc/7126/stat : 7126 (java) S 7124 7126 5963 0 -1 0 13702 0 38 0 322 10 0 0 18 0 13 0 184433200 1879248896 13139 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7126/statm: 458801 13139 1316 9 0 456413 0
[pid=7126/tid=7128] ppid=7124 vsize=1835204 CPUtime=2.59
/proc/7126/task/7128/stat : 7128 (java) R 7124 7126 5963 0 -1 64 11659 0 12 0 252 7 0 0 25 0 13 0 184433209 1879248896 13139 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4109613482 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7129] ppid=7124 vsize=1835204 CPUtime=0
/proc/7126/task/7129/stat : 7129 (java) S 7124 7126 5963 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 184433218 1879248896 13139 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7130] ppid=7124 vsize=1835204 CPUtime=0
/proc/7126/task/7130/stat : 7130 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 184433218 1879248896 13139 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7131] ppid=7124 vsize=1835204 CPUtime=0
/proc/7126/task/7131/stat : 7131 (java) S 7124 7126 5963 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 184433222 1879248896 13139 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7132] ppid=7124 vsize=1835204 CPUtime=0
/proc/7126/task/7132/stat : 7132 (java) S 7124 7126 5963 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 184433223 1879248896 13139 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7133] ppid=7124 vsize=1835204 CPUtime=0
/proc/7126/task/7133/stat : 7133 (java) S 7124 7126 5963 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 184433223 1879248896 13139 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7134] ppid=7124 vsize=1835204 CPUtime=0
/proc/7126/task/7134/stat : 7134 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 184433230 1879248896 13139 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7135] ppid=7124 vsize=1835204 CPUtime=0.33
/proc/7126/task/7135/stat : 7135 (java) S 7124 7126 5963 0 -1 64 625 0 0 0 33 0 0 0 16 0 13 0 184433230 1879248896 13139 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7136] ppid=7124 vsize=1835204 CPUtime=0.35
/proc/7126/task/7136/stat : 7136 (java) S 7124 7126 5963 0 -1 64 720 0 0 0 35 0 0 0 16 0 13 0 184433230 1879248896 13139 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7137] ppid=7124 vsize=1835204 CPUtime=0
/proc/7126/task/7137/stat : 7137 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 184433230 1879248896 13139 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7138] ppid=7124 vsize=1835204 CPUtime=0
/proc/7126/task/7138/stat : 7138 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 184433230 1879248896 13139 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7139] ppid=7124 vsize=1835204 CPUtime=0
/proc/7126/task/7139/stat : 7139 (java) S 7124 7126 5963 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 184433331 1879248896 13139 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 1835204

[startup+6.30301 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 7139
/proc/meminfo: memFree=1806104/2055920 swapFree=4184616/4192956
[pid=7126] ppid=7124 vsize=1834836 CPUtime=6.55
/proc/7126/stat : 7126 (java) S 7124 7126 5963 0 -1 0 14179 0 38 0 644 11 0 0 18 0 13 0 184433200 1878872064 13522 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7126/statm: 458709 13522 1317 9 0 456321 0
[pid=7126/tid=7128] ppid=7124 vsize=1834836 CPUtime=5.76
/proc/7126/task/7128/stat : 7128 (java) R 7124 7126 5963 0 -1 64 12130 0 12 0 568 8 0 0 25 0 13 0 184433209 1878872064 13522 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4109484140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7129] ppid=7124 vsize=1834836 CPUtime=0
/proc/7126/task/7129/stat : 7129 (java) S 7124 7126 5963 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 184433218 1878872064 13522 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7130] ppid=7124 vsize=1834836 CPUtime=0
/proc/7126/task/7130/stat : 7130 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 184433218 1878872064 13522 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7131] ppid=7124 vsize=1834836 CPUtime=0
/proc/7126/task/7131/stat : 7131 (java) S 7124 7126 5963 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 184433222 1878872064 13522 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7132] ppid=7124 vsize=1834836 CPUtime=0
/proc/7126/task/7132/stat : 7132 (java) S 7124 7126 5963 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 184433223 1878872064 13522 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7133] ppid=7124 vsize=1834836 CPUtime=0
/proc/7126/task/7133/stat : 7133 (java) S 7124 7126 5963 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 184433223 1878872064 13522 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7134] ppid=7124 vsize=1834836 CPUtime=0
/proc/7126/task/7134/stat : 7134 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 184433230 1878872064 13522 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7135] ppid=7124 vsize=1834836 CPUtime=0.36
/proc/7126/task/7135/stat : 7135 (java) S 7124 7126 5963 0 -1 64 629 0 0 0 36 0 0 0 17 0 13 0 184433230 1878872064 13522 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7136] ppid=7124 vsize=1834836 CPUtime=0.38
/proc/7126/task/7136/stat : 7136 (java) S 7124 7126 5963 0 -1 64 722 0 0 0 38 0 0 0 17 0 13 0 184433230 1878872064 13522 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7137] ppid=7124 vsize=1834836 CPUtime=0
/proc/7126/task/7137/stat : 7137 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 184433230 1878872064 13522 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7138] ppid=7124 vsize=1834836 CPUtime=0
/proc/7126/task/7138/stat : 7138 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 184433230 1878872064 13522 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7139] ppid=7124 vsize=1834836 CPUtime=0
/proc/7126/task/7139/stat : 7139 (java) S 7124 7126 5963 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 184433331 1878872064 13522 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 1834836

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 7139
/proc/meminfo: memFree=1802912/2055920 swapFree=4184616/4192956
[pid=7126] ppid=7124 vsize=1834836 CPUtime=12.94
/proc/7126/stat : 7126 (java) S 7124 7126 5963 0 -1 0 15000 0 38 0 1282 12 0 0 18 0 13 0 184433200 1878872064 14343 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7126/statm: 458709 14343 1317 9 0 456321 0
[pid=7126/tid=7128] ppid=7124 vsize=1834836 CPUtime=12.16
/proc/7126/task/7128/stat : 7128 (java) R 7124 7126 5963 0 -1 64 12951 0 12 0 1207 9 0 0 25 0 13 0 184433209 1878872064 14343 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4109613458 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7129] ppid=7124 vsize=1834836 CPUtime=0
/proc/7126/task/7129/stat : 7129 (java) S 7124 7126 5963 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 184433218 1878872064 14343 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7130] ppid=7124 vsize=1834836 CPUtime=0
/proc/7126/task/7130/stat : 7130 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 184433218 1878872064 14343 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7131] ppid=7124 vsize=1834836 CPUtime=0
/proc/7126/task/7131/stat : 7131 (java) S 7124 7126 5963 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 184433222 1878872064 14343 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7132] ppid=7124 vsize=1834836 CPUtime=0
/proc/7126/task/7132/stat : 7132 (java) S 7124 7126 5963 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 184433223 1878872064 14343 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7133] ppid=7124 vsize=1834836 CPUtime=0
/proc/7126/task/7133/stat : 7133 (java) S 7124 7126 5963 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 184433223 1878872064 14343 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7134] ppid=7124 vsize=1834836 CPUtime=0
/proc/7126/task/7134/stat : 7134 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 184433230 1878872064 14343 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7135] ppid=7124 vsize=1834836 CPUtime=0.36
/proc/7126/task/7135/stat : 7135 (java) S 7124 7126 5963 0 -1 64 629 0 0 0 36 0 0 0 17 0 13 0 184433230 1878872064 14343 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7136] ppid=7124 vsize=1834836 CPUtime=0.38
/proc/7126/task/7136/stat : 7136 (java) S 7124 7126 5963 0 -1 64 722 0 0 0 38 0 0 0 17 0 13 0 184433230 1878872064 14343 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7137] ppid=7124 vsize=1834836 CPUtime=0
/proc/7126/task/7137/stat : 7137 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 184433230 1878872064 14343 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7138] ppid=7124 vsize=1834836 CPUtime=0
/proc/7126/task/7138/stat : 7138 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 184433230 1878872064 14343 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7139] ppid=7124 vsize=1834836 CPUtime=0
/proc/7126/task/7139/stat : 7139 (java) S 7124 7126 5963 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 184433331 1878872064 14343 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.94
Current children cumulated vsize (KiB) 1834836

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 7139
/proc/meminfo: memFree=1795808/2055920 swapFree=4184616/4192956
[pid=7126] ppid=7124 vsize=1834836 CPUtime=25.74
/proc/7126/stat : 7126 (java) S 7124 7126 5963 0 -1 0 16811 0 38 0 2561 13 0 0 18 0 13 0 184433200 1878872064 16154 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7126/statm: 458709 16154 1317 9 0 456321 0
[pid=7126/tid=7128] ppid=7124 vsize=1834836 CPUtime=24.94
/proc/7126/task/7128/stat : 7128 (java) R 7124 7126 5963 0 -1 64 14762 0 12 0 2484 10 0 0 25 0 13 0 184433209 1878872064 16154 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4109484554 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7129] ppid=7124 vsize=1834836 CPUtime=0
/proc/7126/task/7129/stat : 7129 (java) S 7124 7126 5963 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 184433218 1878872064 16154 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7130] ppid=7124 vsize=1834836 CPUtime=0
/proc/7126/task/7130/stat : 7130 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 184433218 1878872064 16154 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7131] ppid=7124 vsize=1834836 CPUtime=0
/proc/7126/task/7131/stat : 7131 (java) S 7124 7126 5963 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 184433222 1878872064 16154 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=7126] ppid=7124 vsize=1838328 CPUtime=1002.65
/proc/7126/stat : 7126 (java) S 7124 7126 5963 0 -1 0 77305 0 38 0 100201 64 0 0 18 0 13 0 184433200 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7126/statm: 459582 70953 1324 9 0 457194 0
[pid=7126/tid=7128] ppid=7124 vsize=1838328 CPUtime=1000.8
/proc/7126/task/7128/stat : 7128 (java) R 7124 7126 5963 0 -1 64 38811 0 12 0 100037 43 0 0 25 0 13 0 184433209 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4109570439 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7129] ppid=7124 vsize=1838328 CPUtime=0.51
/proc/7126/task/7129/stat : 7129 (java) S 7124 7126 5963 0 -1 64 23835 0 0 0 40 11 0 0 21 0 13 0 184433218 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7130] ppid=7124 vsize=1838328 CPUtime=0.51
/proc/7126/task/7130/stat : 7130 (java) S 7124 7126 5963 0 -1 64 12607 0 0 0 45 6 0 0 16 0 13 0 184433218 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7131] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7131/stat : 7131 (java) S 7124 7126 5963 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 184433222 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7132] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7132/stat : 7132 (java) S 7124 7126 5963 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 184433223 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7133] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7133/stat : 7133 (java) S 7124 7126 5963 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 184433223 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7134] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7134/stat : 7134 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7135] ppid=7124 vsize=1838328 CPUtime=0.37
/proc/7126/task/7135/stat : 7135 (java) S 7124 7126 5963 0 -1 64 629 0 0 0 37 0 0 0 17 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7136] ppid=7124 vsize=1838328 CPUtime=0.39
/proc/7126/task/7136/stat : 7136 (java) S 7124 7126 5963 0 -1 64 722 0 0 0 39 0 0 0 16 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7137] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7137/stat : 7137 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7138] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7138/stat : 7138 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7139] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7139/stat : 7139 (java) S 7124 7126 5963 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 184433331 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1002.65
Current children cumulated vsize (KiB) 1838328

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 7337
/proc/meminfo: memFree=1575648/2055920 swapFree=4184616/4192956
[pid=7126] ppid=7124 vsize=1838328 CPUtime=1062.63
/proc/7126/stat : 7126 (java) S 7124 7126 5963 0 -1 0 77305 0 38 0 106199 64 0 0 18 0 13 0 184433200 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7126/statm: 459582 70953 1324 9 0 457194 0
[pid=7126/tid=7128] ppid=7124 vsize=1838328 CPUtime=1060.78
/proc/7126/task/7128/stat : 7128 (java) R 7124 7126 5963 0 -1 64 38811 0 12 0 106035 43 0 0 25 0 13 0 184433209 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4109606029 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7129] ppid=7124 vsize=1838328 CPUtime=0.51
/proc/7126/task/7129/stat : 7129 (java) S 7124 7126 5963 0 -1 64 23835 0 0 0 40 11 0 0 21 0 13 0 184433218 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7130] ppid=7124 vsize=1838328 CPUtime=0.51
/proc/7126/task/7130/stat : 7130 (java) S 7124 7126 5963 0 -1 64 12607 0 0 0 45 6 0 0 16 0 13 0 184433218 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7131] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7131/stat : 7131 (java) S 7124 7126 5963 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 184433222 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7132] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7132/stat : 7132 (java) S 7124 7126 5963 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 184433223 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7133] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7133/stat : 7133 (java) S 7124 7126 5963 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 184433223 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7134] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7134/stat : 7134 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7135] ppid=7124 vsize=1838328 CPUtime=0.37
/proc/7126/task/7135/stat : 7135 (java) S 7124 7126 5963 0 -1 64 629 0 0 0 37 0 0 0 17 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7136] ppid=7124 vsize=1838328 CPUtime=0.39
/proc/7126/task/7136/stat : 7136 (java) S 7124 7126 5963 0 -1 64 722 0 0 0 39 0 0 0 16 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7137] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7137/stat : 7137 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7138] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7138/stat : 7138 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7139] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7139/stat : 7139 (java) S 7124 7126 5963 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 184433331 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.63
Current children cumulated vsize (KiB) 1838328

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 7337
/proc/meminfo: memFree=1575648/2055920 swapFree=4184616/4192956
[pid=7126] ppid=7124 vsize=1838328 CPUtime=1122.61
/proc/7126/stat : 7126 (java) S 7124 7126 5963 0 -1 0 77305 0 38 0 112197 64 0 0 18 0 13 0 184433200 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7126/statm: 459582 70953 1324 9 0 457194 0
[pid=7126/tid=7128] ppid=7124 vsize=1838328 CPUtime=1120.77
/proc/7126/task/7128/stat : 7128 (java) R 7124 7126 5963 0 -1 64 38811 0 12 0 112033 44 0 0 25 0 13 0 184433209 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4109586702 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7129] ppid=7124 vsize=1838328 CPUtime=0.51
/proc/7126/task/7129/stat : 7129 (java) S 7124 7126 5963 0 -1 64 23835 0 0 0 40 11 0 0 21 0 13 0 184433218 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7130] ppid=7124 vsize=1838328 CPUtime=0.51
/proc/7126/task/7130/stat : 7130 (java) S 7124 7126 5963 0 -1 64 12607 0 0 0 45 6 0 0 16 0 13 0 184433218 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7131] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7131/stat : 7131 (java) S 7124 7126 5963 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 184433222 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7132] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7132/stat : 7132 (java) S 7124 7126 5963 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 184433223 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7133] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7133/stat : 7133 (java) S 7124 7126 5963 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 184433223 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7134] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7134/stat : 7134 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7135] ppid=7124 vsize=1838328 CPUtime=0.37
/proc/7126/task/7135/stat : 7135 (java) S 7124 7126 5963 0 -1 64 629 0 0 0 37 0 0 0 17 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7136] ppid=7124 vsize=1838328 CPUtime=0.39
/proc/7126/task/7136/stat : 7136 (java) S 7124 7126 5963 0 -1 64 722 0 0 0 39 0 0 0 16 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7137] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7137/stat : 7137 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7138] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7138/stat : 7138 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7139] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7139/stat : 7139 (java) S 7124 7126 5963 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 184433331 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.61
Current children cumulated vsize (KiB) 1838328

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 7337
/proc/meminfo: memFree=1575648/2055920 swapFree=4184616/4192956
[pid=7126] ppid=7124 vsize=1838328 CPUtime=1182.59
/proc/7126/stat : 7126 (java) S 7124 7126 5963 0 -1 0 77305 0 38 0 118195 64 0 0 18 0 13 0 184433200 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7126/statm: 459582 70953 1324 9 0 457194 0
[pid=7126/tid=7128] ppid=7124 vsize=1838328 CPUtime=1180.74
/proc/7126/task/7128/stat : 7128 (java) R 7124 7126 5963 0 -1 64 38811 0 12 0 118030 44 0 0 25 0 13 0 184433209 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4109484594 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7129] ppid=7124 vsize=1838328 CPUtime=0.51
/proc/7126/task/7129/stat : 7129 (java) S 7124 7126 5963 0 -1 64 23835 0 0 0 40 11 0 0 21 0 13 0 184433218 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7130] ppid=7124 vsize=1838328 CPUtime=0.51
/proc/7126/task/7130/stat : 7130 (java) S 7124 7126 5963 0 -1 64 12607 0 0 0 45 6 0 0 16 0 13 0 184433218 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7131] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7131/stat : 7131 (java) S 7124 7126 5963 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 184433222 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7132] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7132/stat : 7132 (java) S 7124 7126 5963 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 184433223 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7133] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7133/stat : 7133 (java) S 7124 7126 5963 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 184433223 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7134] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7134/stat : 7134 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7135] ppid=7124 vsize=1838328 CPUtime=0.37
/proc/7126/task/7135/stat : 7135 (java) S 7124 7126 5963 0 -1 64 629 0 0 0 37 0 0 0 17 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7136] ppid=7124 vsize=1838328 CPUtime=0.39
/proc/7126/task/7136/stat : 7136 (java) S 7124 7126 5963 0 -1 64 722 0 0 0 39 0 0 0 16 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7137] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7137/stat : 7137 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7138] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7138/stat : 7138 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7139] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7139/stat : 7139 (java) S 7124 7126 5963 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 184433331 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.59
Current children cumulated vsize (KiB) 1838328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.8 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 7337
/proc/meminfo: memFree=1575648/2055920 swapFree=4184616/4192956
[pid=7126] ppid=7124 vsize=1838328 CPUtime=1200.08
/proc/7126/stat : 7126 (java) S 7124 7126 5963 0 -1 0 77305 0 38 0 119944 64 0 0 18 0 13 0 184433200 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7126/statm: 459582 70953 1324 9 0 457194 0
[pid=7126/tid=7128] ppid=7124 vsize=1838328 CPUtime=1198.24
/proc/7126/task/7128/stat : 7128 (java) R 7124 7126 5963 0 -1 64 38811 0 12 0 119780 44 0 0 25 0 13 0 184433209 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4109570381 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7129] ppid=7124 vsize=1838328 CPUtime=0.51
/proc/7126/task/7129/stat : 7129 (java) S 7124 7126 5963 0 -1 64 23835 0 0 0 40 11 0 0 21 0 13 0 184433218 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7130] ppid=7124 vsize=1838328 CPUtime=0.51
/proc/7126/task/7130/stat : 7130 (java) S 7124 7126 5963 0 -1 64 12607 0 0 0 45 6 0 0 16 0 13 0 184433218 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7131] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7131/stat : 7131 (java) S 7124 7126 5963 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 184433222 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7132] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7132/stat : 7132 (java) S 7124 7126 5963 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 184433223 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7133] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7133/stat : 7133 (java) S 7124 7126 5963 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 184433223 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7134] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7134/stat : 7134 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7135] ppid=7124 vsize=1838328 CPUtime=0.37
/proc/7126/task/7135/stat : 7135 (java) S 7124 7126 5963 0 -1 64 629 0 0 0 37 0 0 0 17 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7126/tid=7136] ppid=7124 vsize=1838328 CPUtime=0.39
/proc/7126/task/7136/stat : 7136 (java) S 7124 7126 5963 0 -1 64 722 0 0 0 39 0 0 0 16 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7137] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7137/stat : 7137 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7138] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7138/stat : 7138 (java) S 7124 7126 5963 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 184433230 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7126/tid=7139] ppid=7124 vsize=1838328 CPUtime=0
/proc/7126/task/7139/stat : 7139 (java) S 7124 7126 5963 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 184433331 1882447872 70953 18446744073709551615 134512640 134550740 4294956336 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 1838328

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1199.89
CPU time (s): 1200.18
CPU user time (s): 1199.49
CPU system time (s): 0.691894
CPU usage (%): 100.024
Max. virtual memory (cumulated for all children) (KiB): 1838328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.49
system time used= 0.691894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77326
page faults= 38
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25024
involuntary context switches= 3149

runsolver used 1.07284 second user time and 3.3115 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Mon Apr 23 21:53:56 UTC 2007

IDJOB= 319633
IDBENCH= 20484
IDSOLVER= 96
FILE ID= node59/319633-1177365235

PBS_JOBID= 4675155

Free space on /tmp= 66325 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/crypto/mizh-md5-47-5.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/319633-1177365235/sat4j-sat2007.jar /tmp/evaluation/319633-1177365235/instance-319633-1177365235.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-319633-1177365235 -o ROOT/results/node59/solver-319633-1177365235 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/319633-1177365235/sat4j-sat2007.jar /tmp/evaluation/319633-1177365235/instance-319633-1177365235.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  361a244b850a858ed2e51ec140de6356

RANDOM SEED= 519444834

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.268
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.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1865304 kB
Buffers:         32524 kB
Cached:          95296 kB
SwapCached:       2468 kB
Active:          26032 kB
Inactive:       111808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865304 kB
SwapTotal:     4192956 kB
SwapFree:      4184616 kB
Dirty:            6640 kB
Writeback:           0 kB
Mapped:          16704 kB
Slab:            38708 kB
Committed_AS:  3014724 kB
PageTables:       1472 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= 66325 MiB

End job on node59 on Mon Apr 23 22:13:58 UTC 2007