Trace number 331869

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 JVM PARAM CHANGED SAT 2007? (TO) 1200.15 1199.28

General information on the benchmark

Nameindustrial/
crypto/mizh-md5-48-5.cnf
MD5SUM8ab50418497c0326ed1ff5d73a4e24a3
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark76.9443
Satisfiable
(Un)Satisfiability was proved
Number of variables66892
Number of clauses279256
Sum of the clauses size832648
Maximum clause length4
Minimum clause length1
Number of clauses of size 1201
Number of clauses of size 2120496
Number of clauses of size 342781
Number of clauses of size 4115778
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c version SAT COMPETITION 2007
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.08/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.20	c Expensive reason simplification
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c timeout: 2147483s
0.21/0.20	c solving /tmp/evaluation/331869-1173359332/instance-331869-1173359332.cnf
0.21/0.20	c reading problem ... 
1.12/1.02	c ... done. Wall clock time 0.825s.
1.12/1.02	c CPU time (experimental) 0.95s.
1.12/1.02	c #vars     66892
1.12/1.02	c #constraints  240181
1200.07/1199.21	c starts		: 20
1200.07/1199.21	c conflicts		: 497961
1200.07/1199.21	c decisions		: 2138117
1200.07/1199.21	c propagations		: 487078075
1200.07/1199.21	c inspects		: 3057565629
1200.07/1199.21	c learnt literals	: 248
1200.07/1199.21	c learnt binary clauses	: 7631
1200.07/1199.21	c learnt ternary clauses	: 32381
1200.07/1199.21	c learnt clauses	: 497713
1200.07/1199.21	c root simplifications	: 0
1200.07/1199.21	c removed literals (reason simplification)	: 16318065
1200.07/1199.21	c reason swapping (by a shorter reason)	: 0
1200.07/1199.21	c Calls to reduceDB	: 0
1200.07/1199.21	c speed (decisions/second)	: 1784.5272096295764
1200.07/1199.21	c non guided choices	113235
1200.07/1199.21	s UNKNOWN
1200.07/1199.21	c Total wall clock time (in seconds) : 1199.014
1200.07/1199.21	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.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node15/watcher-331869-1173359332 -o ROOT/results/node15/solver-331869-1173359332 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331869-1173359332/sat4j-sat2007.jar /tmp/evaluation/331869-1173359332/instance-331869-1173359332.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.97 2/77 3280
/proc/meminfo: memFree=1760416/2055920 swapFree=4152672/4192956
[pid=3280] ppid=3278 vsize=1476 CPUtime=0
/proc/3280/stat : 3280 (java6) R 3278 3280 2063 0 -1 0 130 0 0 0 0 0 0 0 18 0 1 0 355887614 1511424 103 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 7946558 0 0 4096 0 0 0 0 17 1 0 0
/proc/3280/statm: 450 108 83 9 0 92 0

[startup+0.0344429 s]
/proc/loadavg: 1.00 1.00 0.97 2/77 3280
/proc/meminfo: memFree=1760416/2055920 swapFree=4152672/4192956
[pid=3280] ppid=3278 vsize=1776088 CPUtime=0.02
/proc/3280/stat : 3280 (java) S 3278 3280 2063 0 -1 0 3139 0 1 0 1 1 0 0 18 0 4 0 355887614 1818714112 2887 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/3280/statm: 444022 2887 882 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.101454 s]
/proc/loadavg: 1.00 1.00 0.97 2/77 3280
/proc/meminfo: memFree=1760416/2055920 swapFree=4152672/4192956
[pid=3280] ppid=3278 vsize=1780108 CPUtime=0.08
/proc/3280/stat : 3280 (java) S 3278 3280 2063 0 -1 0 3976 0 1 0 6 2 0 0 18 0 12 0 355887614 1822830592 3718 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3280/statm: 445027 3718 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301488 s]
/proc/loadavg: 1.00 1.00 0.97 2/77 3280
/proc/meminfo: memFree=1760416/2055920 swapFree=4152672/4192956
[pid=3280] ppid=3278 vsize=1782224 CPUtime=0.36
/proc/3280/stat : 3280 (java) S 3278 3280 2063 0 -1 0 6043 0 1 0 33 3 0 0 18 0 12 0 355887614 1824997376 5756 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3280/statm: 445556 5756 1286 9 0 443168 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1782224

[startup+0.701559 s]
/proc/loadavg: 1.00 1.00 0.97 2/77 3280
/proc/meminfo: memFree=1760416/2055920 swapFree=4152672/4192956
[pid=3280] ppid=3278 vsize=1782224 CPUtime=0.82
/proc/3280/stat : 3280 (java) S 3278 3280 2063 0 -1 0 9302 0 1 0 77 5 0 0 18 0 12 0 355887614 1824997376 8985 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3280/statm: 445556 8985 1290 9 0 443168 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 1782224

[startup+1.5027 s]
/proc/loadavg: 1.16 1.03 0.98 2/89 3292
/proc/meminfo: memFree=1718784/2055920 swapFree=4152672/4192956
[pid=3280] ppid=3278 vsize=1788324 CPUtime=2.06
/proc/3280/stat : 3280 (java) S 3278 3280 2063 0 -1 0 15402 0 1 0 198 8 0 0 18 0 13 0 355887614 1831243776 13798 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3280/statm: 447081 13798 1310 9 0 444693 0
[pid=3280/tid=3282] ppid=3278 vsize=1788324 CPUtime=1.41
/proc/3280/task/3282/stat : 3282 (java) R 3278 3280 2063 0 -1 64 11380 0 1 0 135 6 0 0 18 0 13 0 355887615 1831243776 13798 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109582418 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3283] ppid=3278 vsize=1788324 CPUtime=0
/proc/3280/task/3283/stat : 3283 (java) S 3278 3280 2063 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 355887616 1831243776 13798 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3284] ppid=3278 vsize=1788324 CPUtime=0
/proc/3280/task/3284/stat : 3284 (java) S 3278 3280 2063 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 355887616 1831243776 13798 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3285] ppid=3278 vsize=1788324 CPUtime=0
/proc/3280/task/3285/stat : 3285 (java) S 3278 3280 2063 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355887619 1831243776 13799 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3286] ppid=3278 vsize=1788324 CPUtime=0
/proc/3280/task/3286/stat : 3286 (java) S 3278 3280 2063 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355887619 1831243776 13799 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3287] ppid=3278 vsize=1788324 CPUtime=0
/proc/3280/task/3287/stat : 3287 (java) S 3278 3280 2063 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355887619 1831243776 13799 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3288] ppid=3278 vsize=1788324 CPUtime=0
/proc/3280/task/3288/stat : 3288 (java) S 3278 3280 2063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355887623 1831243776 13799 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3289] ppid=3278 vsize=1788324 CPUtime=0.34
/proc/3280/task/3289/stat : 3289 (java) R 3278 3280 2063 0 -1 64 1729 0 0 0 34 0 0 0 18 0 13 0 355887623 1831243776 13799 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105054576 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3290] ppid=3278 vsize=1788324 CPUtime=0.27
/proc/3280/task/3290/stat : 3290 (java) R 3278 3280 2063 0 -1 64 1573 0 0 0 27 0 0 0 18 0 13 0 355887623 1831243776 13800 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 7978711 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3291] ppid=3278 vsize=1788324 CPUtime=0
/proc/3280/task/3291/stat : 3291 (java) S 3278 3280 2063 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 355887623 1831243776 13800 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3292] ppid=3278 vsize=1788324 CPUtime=0
/proc/3280/task/3292/stat : 3292 (java) S 3278 3280 2063 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355887623 1831243776 13800 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1788324

[startup+3.10196 s]
/proc/loadavg: 1.16 1.03 0.98 2/90 3293
/proc/meminfo: memFree=1709176/2055920 swapFree=4152672/4192956
[pid=3280] ppid=3278 vsize=1788324 CPUtime=3.82
/proc/3280/stat : 3280 (java) S 3278 3280 2063 0 -1 0 15755 0 1 0 373 9 0 0 18 0 13 0 355887614 1831243776 14150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3280/statm: 447081 14150 1316 9 0 444693 0
[pid=3280/tid=3282] ppid=3278 vsize=1788324 CPUtime=2.96
/proc/3280/task/3282/stat : 3282 (java) R 3278 3280 2063 0 -1 64 11707 0 1 0 290 6 0 0 25 0 13 0 355887615 1831243776 14150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109592753 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3283] ppid=3278 vsize=1788324 CPUtime=0
/proc/3280/task/3283/stat : 3283 (java) S 3278 3280 2063 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 355887616 1831243776 14150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3284] ppid=3278 vsize=1788324 CPUtime=0
/proc/3280/task/3284/stat : 3284 (java) S 3278 3280 2063 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 355887616 1831243776 14150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3285] ppid=3278 vsize=1788324 CPUtime=0
/proc/3280/task/3285/stat : 3285 (java) S 3278 3280 2063 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355887619 1831243776 14150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3286] ppid=3278 vsize=1788324 CPUtime=0
/proc/3280/task/3286/stat : 3286 (java) S 3278 3280 2063 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355887619 1831243776 14150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3287] ppid=3278 vsize=1788324 CPUtime=0
/proc/3280/task/3287/stat : 3287 (java) S 3278 3280 2063 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355887619 1831243776 14150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3288] ppid=3278 vsize=1788324 CPUtime=0
/proc/3280/task/3288/stat : 3288 (java) S 3278 3280 2063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355887623 1831243776 14150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3289] ppid=3278 vsize=1788324 CPUtime=0.42
/proc/3280/task/3289/stat : 3289 (java) S 3278 3280 2063 0 -1 64 1741 0 0 0 42 0 0 0 16 0 13 0 355887623 1831243776 14150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3290] ppid=3278 vsize=1788324 CPUtime=0.4
/proc/3280/task/3290/stat : 3290 (java) S 3278 3280 2063 0 -1 64 1585 0 0 0 39 1 0 0 16 0 13 0 355887623 1831243776 14150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3291] ppid=3278 vsize=1788324 CPUtime=0
/proc/3280/task/3291/stat : 3291 (java) S 3278 3280 2063 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 355887623 1831243776 14150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3292] ppid=3278 vsize=1788324 CPUtime=0
/proc/3280/task/3292/stat : 3292 (java) S 3278 3280 2063 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355887623 1831243776 14150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3293] ppid=3278 vsize=1788324 CPUtime=0
/proc/3280/task/3293/stat : 3293 (java) S 3278 3280 2063 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355887723 1831243776 14150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 1788324

[startup+6.30251 s]
/proc/loadavg: 1.15 1.03 0.98 2/90 3293
/proc/meminfo: memFree=1708280/2055920 swapFree=4152672/4192956
[pid=3280] ppid=3278 vsize=1787108 CPUtime=7.04
/proc/3280/stat : 3280 (java) S 3278 3280 2063 0 -1 0 16224 0 1 0 695 9 0 0 18 0 13 0 355887614 1829998592 14186 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3280/statm: 446777 14186 1317 9 0 444389 0
[pid=3280/tid=3282] ppid=3278 vsize=1787108 CPUtime=6.12
/proc/3280/task/3282/stat : 3282 (java) R 3278 3280 2063 0 -1 64 12168 0 1 0 606 6 0 0 25 0 13 0 355887615 1829998592 14186 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109592753 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3283] ppid=3278 vsize=1787108 CPUtime=0
/proc/3280/task/3283/stat : 3283 (java) S 3278 3280 2063 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 355887616 1829998592 14186 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3284] ppid=3278 vsize=1787108 CPUtime=0
/proc/3280/task/3284/stat : 3284 (java) S 3278 3280 2063 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 355887616 1829998592 14186 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3285] ppid=3278 vsize=1787108 CPUtime=0
/proc/3280/task/3285/stat : 3285 (java) S 3278 3280 2063 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355887619 1829998592 14186 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3286] ppid=3278 vsize=1787108 CPUtime=0
/proc/3280/task/3286/stat : 3286 (java) S 3278 3280 2063 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355887619 1829998592 14186 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3287] ppid=3278 vsize=1787108 CPUtime=0
/proc/3280/task/3287/stat : 3287 (java) S 3278 3280 2063 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355887619 1829998592 14186 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3288] ppid=3278 vsize=1787108 CPUtime=0
/proc/3280/task/3288/stat : 3288 (java) S 3278 3280 2063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355887623 1829998592 14186 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3289] ppid=3278 vsize=1787108 CPUtime=0.45
/proc/3280/task/3289/stat : 3289 (java) S 3278 3280 2063 0 -1 64 1743 0 0 0 45 0 0 0 17 0 13 0 355887623 1829998592 14186 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3290] ppid=3278 vsize=1787108 CPUtime=0.43
/proc/3280/task/3290/stat : 3290 (java) S 3278 3280 2063 0 -1 64 1591 0 0 0 42 1 0 0 17 0 13 0 355887623 1829998592 14186 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3291] ppid=3278 vsize=1787108 CPUtime=0
/proc/3280/task/3291/stat : 3291 (java) S 3278 3280 2063 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 355887623 1829998592 14186 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3292] ppid=3278 vsize=1787108 CPUtime=0
/proc/3280/task/3292/stat : 3292 (java) S 3278 3280 2063 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355887623 1829998592 14186 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3293] ppid=3278 vsize=1787108 CPUtime=0
/proc/3280/task/3293/stat : 3293 (java) S 3278 3280 2063 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355887723 1829998592 14186 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 1787108

[startup+12.7016 s]
/proc/loadavg: 1.13 1.03 0.98 2/90 3293
/proc/meminfo: memFree=1705592/2055920 swapFree=4152672/4192956
[pid=3280] ppid=3278 vsize=1787108 CPUtime=13.44
/proc/3280/stat : 3280 (java) S 3278 3280 2063 0 -1 0 16955 0 1 0 1334 10 0 0 18 0 13 0 355887614 1829998592 14917 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3280/statm: 446777 14917 1317 9 0 444389 0
[pid=3280/tid=3282] ppid=3278 vsize=1787108 CPUtime=12.52
/proc/3280/task/3282/stat : 3282 (java) R 3278 3280 2063 0 -1 64 12899 0 1 0 1245 7 0 0 25 0 13 0 355887615 1829998592 14917 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109620775 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3283] ppid=3278 vsize=1787108 CPUtime=0
/proc/3280/task/3283/stat : 3283 (java) S 3278 3280 2063 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 355887616 1829998592 14917 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3284] ppid=3278 vsize=1787108 CPUtime=0
/proc/3280/task/3284/stat : 3284 (java) S 3278 3280 2063 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 355887616 1829998592 14917 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3285] ppid=3278 vsize=1787108 CPUtime=0
/proc/3280/task/3285/stat : 3285 (java) S 3278 3280 2063 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355887619 1829998592 14917 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3286] ppid=3278 vsize=1787108 CPUtime=0
/proc/3280/task/3286/stat : 3286 (java) S 3278 3280 2063 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355887619 1829998592 14917 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3287] ppid=3278 vsize=1787108 CPUtime=0
/proc/3280/task/3287/stat : 3287 (java) S 3278 3280 2063 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355887619 1829998592 14917 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3288] ppid=3278 vsize=1787108 CPUtime=0
/proc/3280/task/3288/stat : 3288 (java) S 3278 3280 2063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355887623 1829998592 14917 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3289] ppid=3278 vsize=1787108 CPUtime=0.45
/proc/3280/task/3289/stat : 3289 (java) S 3278 3280 2063 0 -1 64 1743 0 0 0 45 0 0 0 17 0 13 0 355887623 1829998592 14917 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3290] ppid=3278 vsize=1787108 CPUtime=0.43
/proc/3280/task/3290/stat : 3290 (java) S 3278 3280 2063 0 -1 64 1591 0 0 0 42 1 0 0 17 0 13 0 355887623 1829998592 14918 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3291] ppid=3278 vsize=1787108 CPUtime=0
/proc/3280/task/3291/stat : 3291 (java) S 3278 3280 2063 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 355887623 1829998592 14918 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3292] ppid=3278 vsize=1787108 CPUtime=0
/proc/3280/task/3292/stat : 3292 (java) S 3278 3280 2063 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355887623 1829998592 14918 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3293] ppid=3278 vsize=1787108 CPUtime=0
/proc/3280/task/3293/stat : 3293 (java) S 3278 3280 2063 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355887723 1829998592 14918 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.44
Current children cumulated vsize (KiB) 1787108

[startup+25.5028 s]
/proc/loadavg: 1.11 1.03 0.98 2/90 3293
/proc/meminfo: memFree=1698424/2055920 swapFree=4152672/4192956
[pid=3280] ppid=3278 vsize=1787108 CPUtime=26.25
/proc/3280/stat : 3280 (java) S 3278 3280 2063 0 -1 0 18733 0 1 0 2613 12 0 0 18 0 13 0 355887614 1829998592 16639 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3280/statm: 446777 16639 1317 9 0 444389 0
[pid=3280/tid=3282] ppid=3278 vsize=1787108 CPUtime=25.32
/proc/3280/task/3282/stat : 3282 (java) R 3278 3280 2063 0 -1 64 14676 0 1 0 2523 9 0 0 25 0 13 0 355887615 1829998592 16639 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109582083 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3283] ppid=3278 vsize=1787108 CPUtime=0
/proc/3280/task/3283/stat : 3283 (java) S 3278 3280 2063 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 355887616 1829998592 16639 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3284] ppid=3278 vsize=1787108 CPUtime=0
/proc/3280/task/3284/stat : 3284 (java) S 3278 3280 2063 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 355887616 1829998592 16639 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3285] ppid=3278 vsize=1787108 CPUtime=0
/proc/3280/task/3285/stat : 3285 (java) S 3278 3280 2063 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355887619 1829998592 16639 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=3280] ppid=3278 vsize=1790380 CPUtime=1003.23
/proc/3280/stat : 3280 (java) S 3278 3280 2063 0 -1 0 77042 0 1 0 100263 60 0 0 18 0 13 0 355887614 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3280/statm: 447595 69649 1324 9 0 445207 0
[pid=3280/tid=3282] ppid=3278 vsize=1790380 CPUtime=1001.25
/proc/3280/task/3282/stat : 3282 (java) R 3278 3280 2063 0 -1 64 37713 0 1 0 100084 41 0 0 25 0 13 0 355887615 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109660822 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3283] ppid=3278 vsize=1790380 CPUtime=0.51
/proc/3280/task/3283/stat : 3283 (java) S 3278 3280 2063 0 -1 64 22006 0 0 0 42 9 0 0 20 0 13 0 355887616 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3284] ppid=3278 vsize=1790380 CPUtime=0.52
/proc/3280/task/3284/stat : 3284 (java) S 3278 3280 2063 0 -1 64 13261 0 0 0 45 7 0 0 21 0 13 0 355887616 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3285] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3285/stat : 3285 (java) S 3278 3280 2063 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 355887619 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3286] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3286/stat : 3286 (java) S 3278 3280 2063 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 355887619 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3287] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3287/stat : 3287 (java) S 3278 3280 2063 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355887619 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3288] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3288/stat : 3288 (java) S 3278 3280 2063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3289] ppid=3278 vsize=1790380 CPUtime=0.46
/proc/3280/task/3289/stat : 3289 (java) S 3278 3280 2063 0 -1 64 1744 0 0 0 46 0 0 0 16 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3290] ppid=3278 vsize=1790380 CPUtime=0.44
/proc/3280/task/3290/stat : 3290 (java) S 3278 3280 2063 0 -1 64 1591 0 0 0 43 1 0 0 17 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3291] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3291/stat : 3291 (java) S 3278 3280 2063 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3292] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3292/stat : 3292 (java) S 3278 3280 2063 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3293] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3293/stat : 3293 (java) S 3278 3280 2063 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355887723 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1003.23
Current children cumulated vsize (KiB) 1790380

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/90 3293
/proc/meminfo: memFree=1485560/2055920 swapFree=4152672/4192956
[pid=3280] ppid=3278 vsize=1790380 CPUtime=1063.2
/proc/3280/stat : 3280 (java) S 3278 3280 2063 0 -1 0 77042 0 1 0 106260 60 0 0 18 0 13 0 355887614 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3280/statm: 447595 69649 1324 9 0 445207 0
[pid=3280/tid=3282] ppid=3278 vsize=1790380 CPUtime=1061.23
/proc/3280/task/3282/stat : 3282 (java) R 3278 3280 2063 0 -1 64 37713 0 1 0 106082 41 0 0 25 0 13 0 355887615 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109591939 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3283] ppid=3278 vsize=1790380 CPUtime=0.51
/proc/3280/task/3283/stat : 3283 (java) S 3278 3280 2063 0 -1 64 22006 0 0 0 42 9 0 0 20 0 13 0 355887616 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3284] ppid=3278 vsize=1790380 CPUtime=0.52
/proc/3280/task/3284/stat : 3284 (java) S 3278 3280 2063 0 -1 64 13261 0 0 0 45 7 0 0 21 0 13 0 355887616 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3285] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3285/stat : 3285 (java) S 3278 3280 2063 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 355887619 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3286] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3286/stat : 3286 (java) S 3278 3280 2063 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 355887619 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3287] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3287/stat : 3287 (java) S 3278 3280 2063 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355887619 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3288] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3288/stat : 3288 (java) S 3278 3280 2063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3289] ppid=3278 vsize=1790380 CPUtime=0.46
/proc/3280/task/3289/stat : 3289 (java) S 3278 3280 2063 0 -1 64 1744 0 0 0 46 0 0 0 16 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3290] ppid=3278 vsize=1790380 CPUtime=0.44
/proc/3280/task/3290/stat : 3290 (java) S 3278 3280 2063 0 -1 64 1591 0 0 0 43 1 0 0 17 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3291] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3291/stat : 3291 (java) S 3278 3280 2063 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3292] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3292/stat : 3292 (java) S 3278 3280 2063 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3293] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3293/stat : 3293 (java) S 3278 3280 2063 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355887723 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1063.2
Current children cumulated vsize (KiB) 1790380

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/90 3293
/proc/meminfo: memFree=1485496/2055920 swapFree=4152672/4192956
[pid=3280] ppid=3278 vsize=1790380 CPUtime=1123.19
/proc/3280/stat : 3280 (java) S 3278 3280 2063 0 -1 0 77042 0 1 0 112258 61 0 0 18 0 13 0 355887614 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3280/statm: 447595 69649 1324 9 0 445207 0
[pid=3280/tid=3282] ppid=3278 vsize=1790380 CPUtime=1121.21
/proc/3280/task/3282/stat : 3282 (java) R 3278 3280 2063 0 -1 64 37713 0 1 0 112079 42 0 0 25 0 13 0 355887615 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109559148 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3283] ppid=3278 vsize=1790380 CPUtime=0.51
/proc/3280/task/3283/stat : 3283 (java) S 3278 3280 2063 0 -1 64 22006 0 0 0 42 9 0 0 20 0 13 0 355887616 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3284] ppid=3278 vsize=1790380 CPUtime=0.52
/proc/3280/task/3284/stat : 3284 (java) S 3278 3280 2063 0 -1 64 13261 0 0 0 45 7 0 0 21 0 13 0 355887616 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3285] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3285/stat : 3285 (java) S 3278 3280 2063 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 355887619 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3286] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3286/stat : 3286 (java) S 3278 3280 2063 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 355887619 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3287] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3287/stat : 3287 (java) S 3278 3280 2063 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355887619 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3288] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3288/stat : 3288 (java) S 3278 3280 2063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3289] ppid=3278 vsize=1790380 CPUtime=0.46
/proc/3280/task/3289/stat : 3289 (java) S 3278 3280 2063 0 -1 64 1744 0 0 0 46 0 0 0 16 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3290] ppid=3278 vsize=1790380 CPUtime=0.44
/proc/3280/task/3290/stat : 3290 (java) S 3278 3280 2063 0 -1 64 1591 0 0 0 43 1 0 0 17 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3291] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3291/stat : 3291 (java) S 3278 3280 2063 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3292] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3292/stat : 3292 (java) S 3278 3280 2063 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3293] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3293/stat : 3293 (java) S 3278 3280 2063 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355887723 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1123.19
Current children cumulated vsize (KiB) 1790380

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/90 3293
/proc/meminfo: memFree=1485560/2055920 swapFree=4152672/4192956
[pid=3280] ppid=3278 vsize=1790380 CPUtime=1183.17
/proc/3280/stat : 3280 (java) S 3278 3280 2063 0 -1 0 77042 0 1 0 118255 62 0 0 18 0 13 0 355887614 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3280/statm: 447595 69649 1324 9 0 445207 0
[pid=3280/tid=3282] ppid=3278 vsize=1790380 CPUtime=1181.18
/proc/3280/task/3282/stat : 3282 (java) R 3278 3280 2063 0 -1 64 37713 0 1 0 118076 42 0 0 25 0 13 0 355887615 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109596020 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3283] ppid=3278 vsize=1790380 CPUtime=0.51
/proc/3280/task/3283/stat : 3283 (java) S 3278 3280 2063 0 -1 64 22006 0 0 0 42 9 0 0 20 0 13 0 355887616 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3284] ppid=3278 vsize=1790380 CPUtime=0.52
/proc/3280/task/3284/stat : 3284 (java) S 3278 3280 2063 0 -1 64 13261 0 0 0 45 7 0 0 21 0 13 0 355887616 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3285] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3285/stat : 3285 (java) S 3278 3280 2063 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 355887619 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3286] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3286/stat : 3286 (java) S 3278 3280 2063 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 355887619 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3287] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3287/stat : 3287 (java) S 3278 3280 2063 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355887619 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3288] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3288/stat : 3288 (java) S 3278 3280 2063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3289] ppid=3278 vsize=1790380 CPUtime=0.46
/proc/3280/task/3289/stat : 3289 (java) S 3278 3280 2063 0 -1 64 1744 0 0 0 46 0 0 0 16 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3290] ppid=3278 vsize=1790380 CPUtime=0.44
/proc/3280/task/3290/stat : 3290 (java) S 3278 3280 2063 0 -1 64 1591 0 0 0 43 1 0 0 17 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3291] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3291/stat : 3291 (java) S 3278 3280 2063 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3292] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3292/stat : 3292 (java) S 3278 3280 2063 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3293] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3293/stat : 3293 (java) S 3278 3280 2063 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355887723 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1183.17
Current children cumulated vsize (KiB) 1790380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.2 s]
/proc/loadavg: 1.00 1.00 0.98 2/90 3293
/proc/meminfo: memFree=1485560/2055920 swapFree=4152672/4192956
[pid=3280] ppid=3278 vsize=1790380 CPUtime=1200.07
/proc/3280/stat : 3280 (java) S 3278 3280 2063 0 -1 0 77042 0 1 0 119945 62 0 0 18 0 13 0 355887614 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3280/statm: 447595 69649 1324 9 0 445207 0
[pid=3280/tid=3282] ppid=3278 vsize=1790380 CPUtime=1198.08
/proc/3280/task/3282/stat : 3282 (java) R 3278 3280 2063 0 -1 64 37713 0 1 0 119766 42 0 0 25 0 13 0 355887615 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109594352 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3283] ppid=3278 vsize=1790380 CPUtime=0.51
/proc/3280/task/3283/stat : 3283 (java) S 3278 3280 2063 0 -1 64 22006 0 0 0 42 9 0 0 20 0 13 0 355887616 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3284] ppid=3278 vsize=1790380 CPUtime=0.52
/proc/3280/task/3284/stat : 3284 (java) S 3278 3280 2063 0 -1 64 13261 0 0 0 45 7 0 0 21 0 13 0 355887616 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3285] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3285/stat : 3285 (java) S 3278 3280 2063 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 355887619 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3286] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3286/stat : 3286 (java) S 3278 3280 2063 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 355887619 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3287] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3287/stat : 3287 (java) S 3278 3280 2063 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355887619 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3288] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3288/stat : 3288 (java) S 3278 3280 2063 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3289] ppid=3278 vsize=1790380 CPUtime=0.46
/proc/3280/task/3289/stat : 3289 (java) S 3278 3280 2063 0 -1 64 1744 0 0 0 46 0 0 0 16 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3290] ppid=3278 vsize=1790380 CPUtime=0.44
/proc/3280/task/3290/stat : 3290 (java) S 3278 3280 2063 0 -1 64 1591 0 0 0 43 1 0 0 17 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3280/tid=3291] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3291/stat : 3291 (java) S 3278 3280 2063 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3292] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3292/stat : 3292 (java) S 3278 3280 2063 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355887623 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3280/tid=3293] ppid=3278 vsize=1790380 CPUtime=0
/proc/3280/task/3293/stat : 3293 (java) S 3278 3280 2063 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 355887723 1833349120 69649 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1790380

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.28
CPU time (s): 1200.15
CPU user time (s): 1199.48
CPU system time (s): 0.663899
CPU usage (%): 100.072
Max. virtual memory (cumulated for all children) (KiB): 1790380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.48
system time used= 0.663899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77063
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= 24561
involuntary context switches= 17502

runsolver used 1.09983 second user time and 3.2885 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Thu Mar  8 13:08:52 UTC 2007

IDJOB= 331869
IDBENCH= 20481
IDSOLVER= 141
FILE ID= node15/331869-1173359332

PBS_JOBID= 4045306

Free space on /tmp= 66445 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/crypto/mizh-md5-48-5.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331869-1173359332/sat4j-sat2007.jar /tmp/evaluation/331869-1173359332/instance-331869-1173359332.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-331869-1173359332 -o ROOT/results/node15/solver-331869-1173359332 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331869-1173359332/sat4j-sat2007.jar /tmp/evaluation/331869-1173359332/instance-331869-1173359332.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  8ab50418497c0326ed1ff5d73a4e24a3

RANDOM SEED= 840148877

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.276
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.276
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:       1760824 kB
Buffers:         37472 kB
Cached:         186472 kB
SwapCached:       2700 kB
Active:         190756 kB
Inactive:        56800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760824 kB
SwapTotal:     4192956 kB
SwapFree:      4152672 kB
Dirty:            6792 kB
Writeback:           0 kB
Mapped:          30564 kB
Slab:            32972 kB
Committed_AS:  1278352 kB
PageTables:       1804 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= 66445 MiB

End job on node15 on Thu Mar  8 13:28:54 UTC 2007