Trace number 1563703

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CORE 2.1 RC1? (TO) 1201.4 1199.37

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ee-r3-noholes.cnf
MD5SUM91d125ee3007575f40ddeef126d7f80f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables498723
Number of clauses2928183
Sum of the clauses size7885040
Maximum clause length33
Minimum clause length1
Number of clauses of size 170035
Number of clauses of size 22107033
Number of clauses of size 3609981
Number of clauses of size 419805
Number of clauses of size 50
Number of clauses of size over 5121329

Solver Data

0.11/0.76	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/0.76	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.76	c See www.sat4j.org for details.
0.11/0.78	c version 2.1.0.v20090228
0.11/0.78	c sun.arch.data.model	32
0.11/0.78	c java.version	1.6.0_12
0.11/0.78	c os.name	Linux
0.11/0.78	c os.version	2.6.9-22.EL.rootsmp
0.11/0.78	c os.arch	i386
0.11/0.78	c Free memory 1651659224
0.11/0.78	c Max memory 1654456320
0.11/0.78	c Total memory 1654456320
0.11/0.78	c Number of processors 2
0.22/0.82	c c --- Begin Solver configuration ---
0.22/0.82	c Stops conflict analysis at the first Unique Implication Point
0.22/0.82	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.22/0.82	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.22/0.82	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.22/0.82	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.22/0.82	c Expensive reason simplification
0.22/0.82	c Armin Biere (Picosat) restarts strategy
0.22/0.82	c timeout=2147483647s
0.22/0.82	c DB Simplification allowed=true
0.22/0.82	c --- End Solver configuration ---
0.22/0.82	c solving HOME/instance-1563703-1238788978.cnf
0.22/0.82	c reading problem ... 
8.81/8.80	c ... done. Wall clock time 7.976s.
8.81/8.80	c #vars     498723
8.81/8.80	c #constraints  2640344
8.81/8.80	c constraints type 
8.81/8.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 451459
8.81/8.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1994000
1200.95/1199.11	c starts		: 618
1200.95/1199.11	c conflicts		: 244042
1200.95/1199.11	c decisions		: 1986757
1200.95/1199.11	c propagations		: 450769161
1200.95/1199.11	c inspects		: 3177557371
1200.95/1199.11	c learnt literals	: 382
1200.95/1199.11	c learnt binary clauses	: 4621
1200.95/1199.11	c learnt ternary clauses	: 4478
1200.95/1199.11	c learnt clauses	: 243660
1200.95/1199.11	c ignored clauses	: 0
1200.95/1199.11	c root simplifications	: 1000
1200.95/1199.11	c removed literals (reason simplification)	: 20491614
1200.95/1199.11	c reason swapping (by a shorter reason)	: 0
1200.95/1199.11	c Calls to reduceDB	: 0
1200.95/1199.11	c speed (assignments/second)	: 378704.22937526356
1200.95/1199.11	c non guided choices	388674
1201.15/1199.25	c learnt constraints type 
1201.15/1199.26	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3880
1201.15/1199.26	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 229735
1201.15/1199.26	s UNKNOWN
1201.15/1199.26	c Total wall clock time (in seconds) : 1197.791

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1563703-1238788978/watcher-1563703-1238788978 -o /tmp/evaluation-result-1563703-1238788978/solver-1563703-1238788978 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1563703-1238788978.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.94 1.00 0.99 2/73 16425
/proc/meminfo: memFree=1754944/2055920 swapFree=4163756/4192956
[pid=16425] ppid=16423 vsize=18576 CPUtime=0
/proc/16425/stat : 16425 (runsolver) D 16423 16425 16031 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1151562942 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 269807578407 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/16425/statm: 4644 292 257 26 0 2626 0

[startup+0.032083 s]
/proc/loadavg: 0.94 1.00 0.99 2/73 16425
/proc/meminfo: memFree=1754944/2055920 swapFree=4163756/4192956
[pid=16425] ppid=16423 vsize=18576 CPUtime=0
/proc/16425/stat : 16425 (runsolver) D 16423 16425 16031 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1151562942 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 269807578407 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/16425/statm: 4644 292 257 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101089 s]
/proc/loadavg: 0.94 1.00 0.99 2/73 16425
/proc/meminfo: memFree=1754944/2055920 swapFree=4163756/4192956
[pid=16425] ppid=16423 vsize=18576 CPUtime=0
/proc/16425/stat : 16425 (runsolver) D 16423 16425 16031 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1151562942 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 269807578407 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/16425/statm: 4644 292 257 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.30111 s]
/proc/loadavg: 0.94 1.00 0.99 2/73 16425
/proc/meminfo: memFree=1754944/2055920 swapFree=4163756/4192956
[pid=16425] ppid=16423 vsize=200 CPUtime=0
/proc/16425/stat : 16425 (java6) D 16423 16425 16031 0 -1 0 47 0 1 0 0 0 0 0 18 0 1 0 1151562942 204800 33 1992294400 134512640 134550932 4294956160 18446744073709551615 5567268 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/16425/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.701152 s]
/proc/loadavg: 0.94 1.00 0.99 2/73 16425
/proc/meminfo: memFree=1754944/2055920 swapFree=4163756/4192956
[pid=16425] ppid=16423 vsize=1780756 CPUtime=0.11
/proc/16425/stat : 16425 (java) S 16423 16425 16031 0 -1 0 3779 0 54 0 6 5 0 0 18 0 12 0 1151562942 1823494144 3575 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16425/statm: 445189 3575 1056 9 0 442540 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1780756

[startup+1.50224 s]
/proc/loadavg: 0.94 1.00 0.99 2/85 16437
/proc/meminfo: memFree=1705632/2055920 swapFree=4163756/4192956
[pid=16425] ppid=16423 vsize=1782872 CPUtime=1.04
/proc/16425/stat : 16425 (java) S 16423 16425 16031 0 -1 0 14645 0 54 0 93 11 0 0 18 0 12 0 1151562942 1825660928 14436 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16425/statm: 445718 14436 1374 9 0 443065 0
[pid=16425/tid=16427] ppid=16423 vsize=1782872 CPUtime=0.79
/proc/16425/task/16427/stat : 16427 (java) R 16423 16425 16031 0 -1 64 13174 0 11 0 72 7 0 0 25 0 12 0 1151562990 1825660928 14436 1992294400 134512640 134550932 4294955984 18446744073709551615 4109446492 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16428] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16428/stat : 16428 (java) S 16423 16425 16031 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 1151563000 1825660928 14436 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16429] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16429/stat : 16429 (java) S 16423 16425 16031 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1151563000 1825660928 14436 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16430] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16430/stat : 16430 (java) S 16423 16425 16031 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1151563003 1825660928 14436 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16431] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16431/stat : 16431 (java) S 16423 16425 16031 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 1151563004 1825660928 14436 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16432] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16432/stat : 16432 (java) S 16423 16425 16031 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1151563004 1825660928 14436 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16433] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16433/stat : 16433 (java) S 16423 16425 16031 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1151563012 1825660928 14436 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16434] ppid=16423 vsize=1782872 CPUtime=0.09
/proc/16425/task/16434/stat : 16434 (java) S 16423 16425 16031 0 -1 64 245 0 0 0 9 0 0 0 16 0 12 0 1151563012 1825660928 14436 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16435] ppid=16423 vsize=1782872 CPUtime=0.1
/proc/16425/task/16435/stat : 16435 (java) S 16423 16425 16031 0 -1 64 528 0 0 0 10 0 0 0 16 0 12 0 1151563012 1825660928 14436 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16436] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16436/stat : 16436 (java) S 16423 16425 16031 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1151563012 1825660928 14436 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16437] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16437/stat : 16437 (java) S 16423 16425 16031 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1151563012 1825660928 14436 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1782872

[startup+3.10241 s]
/proc/loadavg: 0.94 1.00 0.99 2/85 16437
/proc/meminfo: memFree=1673440/2055920 swapFree=4163756/4192956
[pid=16425] ppid=16423 vsize=1782872 CPUtime=2.66
/proc/16425/stat : 16425 (java) S 16423 16425 16031 0 -1 0 26886 0 54 0 249 17 0 0 18 0 12 0 1151562942 1825660928 26675 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16425/statm: 445718 26676 1382 9 0 443065 0
[pid=16425/tid=16427] ppid=16423 vsize=1782872 CPUtime=2.39
/proc/16425/task/16427/stat : 16427 (java) R 16423 16425 16031 0 -1 64 25413 0 11 0 225 14 0 0 25 0 12 0 1151562990 1825660928 26676 1992294400 134512640 134550932 4294955984 18446744073709551615 4109455015 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16428] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16428/stat : 16428 (java) S 16423 16425 16031 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 1151563000 1825660928 26676 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16429] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16429/stat : 16429 (java) S 16423 16425 16031 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1151563000 1825660928 26676 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16430] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16430/stat : 16430 (java) S 16423 16425 16031 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 1151563003 1825660928 26677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16431] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16431/stat : 16431 (java) S 16423 16425 16031 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 1151563004 1825660928 26677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16432] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16432/stat : 16432 (java) S 16423 16425 16031 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1151563004 1825660928 26677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16433] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16433/stat : 16433 (java) S 16423 16425 16031 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1151563012 1825660928 26677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16434] ppid=16423 vsize=1782872 CPUtime=0.11
/proc/16425/task/16434/stat : 16434 (java) S 16423 16425 16031 0 -1 64 246 0 0 0 11 0 0 0 16 0 12 0 1151563012 1825660928 26678 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16435] ppid=16423 vsize=1782872 CPUtime=0.12
/proc/16425/task/16435/stat : 16435 (java) S 16423 16425 16031 0 -1 64 529 0 0 0 12 0 0 0 16 0 12 0 1151563012 1825660928 26678 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16436] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16436/stat : 16436 (java) S 16423 16425 16031 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1151563012 1825660928 26678 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16437] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16437/stat : 16437 (java) S 16423 16425 16031 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1151563012 1825660928 26678 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 1782872

[startup+6.30175 s]
/proc/loadavg: 0.94 1.00 0.99 2/85 16437
/proc/meminfo: memFree=1475616/2055920 swapFree=4163756/4192956
[pid=16425] ppid=16423 vsize=1782872 CPUtime=6.4
/proc/16425/stat : 16425 (java) S 16423 16425 16031 0 -1 0 70315 0 54 0 603 37 0 0 18 0 12 0 1151562942 1825660928 68144 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16425/statm: 445718 68144 1389 9 0 443065 0
[pid=16425/tid=16427] ppid=16423 vsize=1782872 CPUtime=5.03
/proc/16425/task/16427/stat : 16427 (java) R 16423 16425 16031 0 -1 64 37520 0 11 0 482 21 0 0 25 0 12 0 1151562990 1825660928 68144 1992294400 134512640 134550932 4294955984 18446744073709551615 4109446705 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16428] ppid=16423 vsize=1782872 CPUtime=0.54
/proc/16425/task/16428/stat : 16428 (java) S 16423 16425 16031 0 -1 64 17506 0 0 0 47 7 0 0 16 0 12 0 1151563000 1825660928 68144 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16429] ppid=16423 vsize=1782872 CPUtime=0.54
/proc/16425/task/16429/stat : 16429 (java) S 16423 16425 16031 0 -1 64 13811 0 0 0 48 6 0 0 21 0 12 0 1151563000 1825660928 68144 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16430] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16430/stat : 16430 (java) S 16423 16425 16031 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1151563003 1825660928 68144 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16431] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16431/stat : 16431 (java) S 16423 16425 16031 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 1151563004 1825660928 68144 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16432] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16432/stat : 16432 (java) S 16423 16425 16031 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1151563004 1825660928 68144 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16433] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16433/stat : 16433 (java) S 16423 16425 16031 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1151563012 1825660928 68144 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16434] ppid=16423 vsize=1782872 CPUtime=0.11
/proc/16425/task/16434/stat : 16434 (java) S 16423 16425 16031 0 -1 64 246 0 0 0 11 0 0 0 16 0 12 0 1151563012 1825660928 68144 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16435] ppid=16423 vsize=1782872 CPUtime=0.12
/proc/16425/task/16435/stat : 16435 (java) S 16423 16425 16031 0 -1 64 529 0 0 0 12 0 0 0 16 0 12 0 1151563012 1825660928 68144 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16436] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16436/stat : 16436 (java) S 16423 16425 16031 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1151563012 1825660928 68144 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16437] ppid=16423 vsize=1782872 CPUtime=0
/proc/16425/task/16437/stat : 16437 (java) S 16423 16425 16031 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1151563012 1825660928 68144 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 1782872

[startup+12.7014 s]
/proc/loadavg: 0.95 1.00 0.99 2/86 16438
/proc/meminfo: memFree=1473632/2055920 swapFree=4163756/4192956
[pid=16425] ppid=16423 vsize=1784512 CPUtime=13.51
/proc/16425/stat : 16425 (java) S 16423 16425 16031 0 -1 0 71939 0 54 0 1311 40 0 0 18 0 13 0 1151562942 1827340288 68600 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16425/statm: 446128 68600 1418 9 0 443475 0
[pid=16425/tid=16427] ppid=16423 vsize=1784512 CPUtime=11.26
/proc/16425/task/16427/stat : 16427 (java) R 16423 16425 16031 0 -1 64 37543 0 11 0 1104 22 0 0 25 0 13 0 1151562990 1827340288 68600 1992294400 134512640 134550932 4294955984 18446744073709551615 4109669599 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16428] ppid=16423 vsize=1784512 CPUtime=0.54
/proc/16425/task/16428/stat : 16428 (java) S 16423 16425 16031 0 -1 64 17506 0 0 0 47 7 0 0 16 0 13 0 1151563000 1827340288 68600 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16429] ppid=16423 vsize=1784512 CPUtime=0.54
/proc/16425/task/16429/stat : 16429 (java) S 16423 16425 16031 0 -1 64 13811 0 0 0 48 6 0 0 21 0 13 0 1151563000 1827340288 68600 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16430] ppid=16423 vsize=1784512 CPUtime=0
/proc/16425/task/16430/stat : 16430 (java) S 16423 16425 16031 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1151563003 1827340288 68600 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16431] ppid=16423 vsize=1784512 CPUtime=0
/proc/16425/task/16431/stat : 16431 (java) S 16423 16425 16031 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1151563004 1827340288 68600 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16432] ppid=16423 vsize=1784512 CPUtime=0
/proc/16425/task/16432/stat : 16432 (java) S 16423 16425 16031 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1151563004 1827340288 68600 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16433] ppid=16423 vsize=1784512 CPUtime=0
/proc/16425/task/16433/stat : 16433 (java) S 16423 16425 16031 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1151563012 1827340288 68600 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16434] ppid=16423 vsize=1784512 CPUtime=0.66
/proc/16425/task/16434/stat : 16434 (java) S 16423 16425 16031 0 -1 64 1191 0 0 0 66 0 0 0 17 0 13 0 1151563012 1827340288 68600 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16435] ppid=16423 vsize=1784512 CPUtime=0.43
/proc/16425/task/16435/stat : 16435 (java) S 16423 16425 16031 0 -1 64 1180 0 0 0 43 0 0 0 17 0 13 0 1151563012 1827340288 68600 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16436] ppid=16423 vsize=1784512 CPUtime=0
/proc/16425/task/16436/stat : 16436 (java) S 16423 16425 16031 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1151563012 1827340288 68600 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16437] ppid=16423 vsize=1784512 CPUtime=0
/proc/16425/task/16437/stat : 16437 (java) S 16423 16425 16031 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1151563012 1827340288 68600 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16438] ppid=16423 vsize=1784512 CPUtime=0
/proc/16425/task/16438/stat : 16438 (java) S 16423 16425 16031 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 1151563850 1827340288 68600 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.51
Current children cumulated vsize (KiB) 1784512

[startup+25.5028 s]
/proc/loadavg: 1.03 1.02 1.00 2/86 16438
/proc/meminfo: memFree=1357600/2055920 swapFree=4163756/4192956
[pid=16425] ppid=16423 vsize=1785108 CPUtime=26.97
/proc/16425/stat : 16425 (java) S 16423 16425 16031 0 -1 0 103889 0 54 0 2642 55 0 0 18 0 13 0 1151562942 1827950592 97632 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16425/statm: 446277 97632 1418 9 0 443624 0
[pid=16425/tid=16427] ppid=16423 vsize=1785108 CPUtime=23.36
/proc/16425/task/16427/stat : 16427 (java) R 16423 16425 16031 0 -1 64 37544 0 11 0 2314 22 0 0 25 0 13 0 1151562990 1827950592 97632 1992294400 134512640 134550932 4294955984 18446744073709551615 4109293331 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16428] ppid=16423 vsize=1785108 CPUtime=1.23
/proc/16425/task/16428/stat : 16428 (java) S 16423 16425 16031 0 -1 64 30776 0 0 0 110 13 0 0 23 0 13 0 1151563000 1827950592 97632 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16429] ppid=16423 vsize=1785108 CPUtime=1.21
/proc/16425/task/16429/stat : 16429 (java) S 16423 16425 16031 0 -1 64 32490 0 0 0 106 15 0 0 16 0 13 0 1151563000 1827950592 97632 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16430] ppid=16423 vsize=1785108 CPUtime=0
/proc/16425/task/16430/stat : 16430 (java) S 16423 16425 16031 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1151563003 1827950592 97632 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16431] ppid=16423 vsize=1785108 CPUtime=0
/proc/16425/task/16431/stat : 16431 (java) S 16423 16425 16031 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1151563004 1827950592 97632 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16432] ppid=16423 vsize=1785108 CPUtime=0
/proc/16425/task/16432/stat : 16432 (java) S 16423 16425 16031 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1151563004 1827950592 97632 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=16425/tid=16434] ppid=16423 vsize=1785108 CPUtime=0.72
/proc/16425/task/16434/stat : 16434 (java) S 16423 16425 16031 0 -1 64 1195 0 0 0 72 0 0 0 16 0 13 0 1151563012 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16435] ppid=16423 vsize=1785108 CPUtime=0.51
/proc/16425/task/16435/stat : 16435 (java) S 16423 16425 16031 0 -1 64 1187 0 0 0 51 0 0 0 17 0 13 0 1151563012 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16436] ppid=16423 vsize=1785108 CPUtime=0
/proc/16425/task/16436/stat : 16436 (java) S 16423 16425 16031 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1151563012 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16437] ppid=16423 vsize=1785108 CPUtime=0
/proc/16425/task/16437/stat : 16437 (java) S 16423 16425 16031 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1151563012 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16438] ppid=16423 vsize=1785108 CPUtime=0
/proc/16425/task/16438/stat : 16438 (java) S 16423 16425 16031 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 1151563850 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.74
Current children cumulated vsize (KiB) 1785108

[startup+1182.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/86 16438
/proc/meminfo: memFree=1237152/2055920 swapFree=4163756/4192956
[pid=16425] ppid=16423 vsize=1785108 CPUtime=1183.72
/proc/16425/stat : 16425 (java) S 16423 16425 16031 0 -1 0 141678 0 54 0 118298 74 0 0 18 0 13 0 1151562942 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16425/statm: 446277 127525 1418 9 0 443624 0
[pid=16425/tid=16427] ppid=16423 vsize=1785108 CPUtime=1179.16
/proc/16425/task/16427/stat : 16427 (java) R 16423 16425 16031 0 -1 64 37551 0 11 0 117893 23 0 0 25 0 13 0 1151562990 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4109673926 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16428] ppid=16423 vsize=1785108 CPUtime=1.63
/proc/16425/task/16428/stat : 16428 (java) S 16423 16425 16031 0 -1 64 53553 0 0 0 140 23 0 0 16 0 13 0 1151563000 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16429] ppid=16423 vsize=1785108 CPUtime=1.62
/proc/16425/task/16429/stat : 16429 (java) S 16423 16425 16031 0 -1 64 47484 0 0 0 140 22 0 0 21 0 13 0 1151563000 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16430] ppid=16423 vsize=1785108 CPUtime=0
/proc/16425/task/16430/stat : 16430 (java) S 16423 16425 16031 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1151563003 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16431] ppid=16423 vsize=1785108 CPUtime=0
/proc/16425/task/16431/stat : 16431 (java) S 16423 16425 16031 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1151563004 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16432] ppid=16423 vsize=1785108 CPUtime=0
/proc/16425/task/16432/stat : 16432 (java) S 16423 16425 16031 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1151563004 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16433] ppid=16423 vsize=1785108 CPUtime=0
/proc/16425/task/16433/stat : 16433 (java) S 16423 16425 16031 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1151563012 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16434] ppid=16423 vsize=1785108 CPUtime=0.72
/proc/16425/task/16434/stat : 16434 (java) S 16423 16425 16031 0 -1 64 1195 0 0 0 72 0 0 0 16 0 13 0 1151563012 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16435] ppid=16423 vsize=1785108 CPUtime=0.51
/proc/16425/task/16435/stat : 16435 (java) S 16423 16425 16031 0 -1 64 1187 0 0 0 51 0 0 0 17 0 13 0 1151563012 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16436] ppid=16423 vsize=1785108 CPUtime=0
/proc/16425/task/16436/stat : 16436 (java) S 16423 16425 16031 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1151563012 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16437] ppid=16423 vsize=1785108 CPUtime=0
/proc/16425/task/16437/stat : 16437 (java) S 16423 16425 16031 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1151563012 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16438] ppid=16423 vsize=1785108 CPUtime=0
/proc/16425/task/16438/stat : 16438 (java) S 16423 16425 16031 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 1151563850 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.72
Current children cumulated vsize (KiB) 1785108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.6 s]
/proc/loadavg: 1.02 1.01 1.00 2/86 16438
/proc/meminfo: memFree=1237152/2055920 swapFree=4163756/4192956
[pid=16425] ppid=16423 vsize=1785108 CPUtime=1200.02
/proc/16425/stat : 16425 (java) S 16423 16425 16031 0 -1 0 141678 0 54 0 119928 74 0 0 18 0 13 0 1151562942 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16425/statm: 446277 127525 1418 9 0 443624 0
[pid=16425/tid=16427] ppid=16423 vsize=1785108 CPUtime=1195.46
/proc/16425/task/16427/stat : 16427 (java) R 16423 16425 16031 0 -1 64 37551 0 11 0 119523 23 0 0 25 0 13 0 1151562990 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4109738477 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16428] ppid=16423 vsize=1785108 CPUtime=1.63
/proc/16425/task/16428/stat : 16428 (java) S 16423 16425 16031 0 -1 64 53553 0 0 0 140 23 0 0 16 0 13 0 1151563000 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16429] ppid=16423 vsize=1785108 CPUtime=1.62
/proc/16425/task/16429/stat : 16429 (java) S 16423 16425 16031 0 -1 64 47484 0 0 0 140 22 0 0 21 0 13 0 1151563000 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16430] ppid=16423 vsize=1785108 CPUtime=0
/proc/16425/task/16430/stat : 16430 (java) S 16423 16425 16031 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1151563003 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16431] ppid=16423 vsize=1785108 CPUtime=0
/proc/16425/task/16431/stat : 16431 (java) S 16423 16425 16031 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1151563004 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16432] ppid=16423 vsize=1785108 CPUtime=0
/proc/16425/task/16432/stat : 16432 (java) S 16423 16425 16031 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1151563004 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16433] ppid=16423 vsize=1785108 CPUtime=0
/proc/16425/task/16433/stat : 16433 (java) S 16423 16425 16031 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1151563012 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16434] ppid=16423 vsize=1785108 CPUtime=0.72
/proc/16425/task/16434/stat : 16434 (java) S 16423 16425 16031 0 -1 64 1195 0 0 0 72 0 0 0 16 0 13 0 1151563012 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16435] ppid=16423 vsize=1785108 CPUtime=0.51
/proc/16425/task/16435/stat : 16435 (java) S 16423 16425 16031 0 -1 64 1187 0 0 0 51 0 0 0 17 0 13 0 1151563012 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16436] ppid=16423 vsize=1785108 CPUtime=0
/proc/16425/task/16436/stat : 16436 (java) S 16423 16425 16031 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1151563012 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16437] ppid=16423 vsize=1785108 CPUtime=0
/proc/16425/task/16437/stat : 16437 (java) S 16423 16425 16031 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1151563012 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16438] ppid=16423 vsize=1785108 CPUtime=0
/proc/16425/task/16438/stat : 16438 (java) S 16423 16425 16031 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 1151563850 1827950592 127525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 1785108

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

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

[startup+1199.01 s]
/proc/loadavg: 1.02 1.01 1.00 3/89 16441
/proc/meminfo: memFree=1128456/2055920 swapFree=4163756/4192956
[pid=16425] ppid=16423 vsize=1785756 CPUtime=1200.8
/proc/16425/stat : 16425 (java) S 16423 16425 16031 0 -1 0 185701 0 54 0 119985 95 0 0 16 0 15 0 1151562942 1828614144 160635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16425/statm: 446439 160635 1418 9 0 443786 0
[pid=16425/tid=16427] ppid=16423 vsize=1785756 CPUtime=1195.47
/proc/16425/task/16427/stat : 16427 (java) S 16423 16425 16031 0 -1 64 37551 0 11 0 119524 23 0 0 25 0 15 0 1151562990 1828614144 160635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16428] ppid=16423 vsize=1785756 CPUtime=2.02
/proc/16425/task/16428/stat : 16428 (java) R 16423 16425 16031 0 -1 64 75698 0 0 0 167 35 0 0 20 0 15 0 1151563000 1828614144 160635 1992294400 134512640 134550932 4294955984 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16429] ppid=16423 vsize=1785756 CPUtime=2
/proc/16425/task/16429/stat : 16429 (java) R 16423 16425 16031 0 -1 64 69345 0 0 0 169 31 0 0 20 0 15 0 1151563000 1828614144 160635 1992294400 134512640 134550932 4294955984 18446744073709551615 105886409 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16430] ppid=16423 vsize=1785756 CPUtime=0
/proc/16425/task/16430/stat : 16430 (java) S 16423 16425 16031 0 -1 64 9 0 0 0 0 0 0 0 15 0 15 0 1151563003 1828614144 160635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16431] ppid=16423 vsize=1785756 CPUtime=0
/proc/16425/task/16431/stat : 16431 (java) S 16423 16425 16031 0 -1 64 10 0 0 0 0 0 0 0 21 0 15 0 1151563004 1828614144 160635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16432] ppid=16423 vsize=1785756 CPUtime=0
/proc/16425/task/16432/stat : 16432 (java) S 16423 16425 16031 0 -1 64 4 0 0 0 0 0 0 0 22 0 15 0 1151563004 1828614144 160635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16433] ppid=16423 vsize=1785756 CPUtime=0
/proc/16425/task/16433/stat : 16433 (java) S 16423 16425 16031 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 1151563012 1828614144 160635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16434] ppid=16423 vsize=1785756 CPUtime=0.72
/proc/16425/task/16434/stat : 16434 (java) S 16423 16425 16031 0 -1 64 1195 0 0 0 72 0 0 0 16 0 15 0 1151563012 1828614144 160635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16435] ppid=16423 vsize=1785756 CPUtime=0.51
/proc/16425/task/16435/stat : 16435 (java) S 16423 16425 16031 0 -1 64 1187 0 0 0 51 0 0 0 17 0 15 0 1151563012 1828614144 160635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16436] ppid=16423 vsize=1785756 CPUtime=0
/proc/16425/task/16436/stat : 16436 (java) S 16423 16425 16031 0 -1 64 1 0 0 0 0 0 0 0 22 0 15 0 1151563012 1828614144 160635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16437] ppid=16423 vsize=1785756 CPUtime=0
/proc/16425/task/16437/stat : 16437 (java) S 16423 16425 16031 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 1151563012 1828614144 160635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16438] ppid=16423 vsize=1785756 CPUtime=0
/proc/16425/task/16438/stat : 16438 (java) S 16423 16425 16031 0 -1 64 5 0 0 0 0 0 0 0 25 0 15 0 1151563850 1828614144 160635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16440] ppid=16423 vsize=1785756 CPUtime=0
/proc/16425/task/16440/stat : 16440 (java) S 16423 16425 16031 0 -1 64 7 0 0 0 0 0 0 0 19 0 15 0 1151682804 1828614144 160635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16441] ppid=16423 vsize=1785756 CPUtime=0
/proc/16425/task/16441/stat : 16441 (java) S 16423 16425 16031 0 -1 64 5 0 0 0 0 0 0 0 19 0 15 0 1151682804 1828614144 160635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.8
Current children cumulated vsize (KiB) 1785756

[startup+1199.2 s]
/proc/loadavg: 1.02 1.01 1.00 3/89 16441
/proc/meminfo: memFree=1128456/2055920 swapFree=4163756/4192956
[pid=16425] ppid=16423 vsize=1785756 CPUtime=1201.15
/proc/16425/stat : 16425 (java) S 16423 16425 16031 0 -1 0 186108 0 54 0 120020 95 0 0 16 0 15 0 1151562942 1828614144 161042 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16425/statm: 446439 161042 1418 9 0 443786 0
[pid=16425/tid=16427] ppid=16423 vsize=1785756 CPUtime=1195.57
/proc/16425/task/16427/stat : 16427 (java) R 16423 16425 16031 0 -1 64 37551 0 11 0 119534 23 0 0 17 0 15 0 1151562990 1828614144 161042 1992294400 134512640 134550932 4294955984 18446744073709551615 4109738423 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16428] ppid=16423 vsize=1785756 CPUtime=2.08
/proc/16425/task/16428/stat : 16428 (java) R 16423 16425 16031 0 -1 64 75701 0 0 0 173 35 0 0 19 0 15 0 1151563000 1828614144 161042 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16429] ppid=16423 vsize=1785756 CPUtime=2.1
/proc/16425/task/16429/stat : 16429 (java) S 16423 16425 16031 0 -1 64 69747 0 0 0 178 32 0 0 16 0 15 0 1151563000 1828614144 161042 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16430] ppid=16423 vsize=1785756 CPUtime=0
/proc/16425/task/16430/stat : 16430 (java) S 16423 16425 16031 0 -1 64 9 0 0 0 0 0 0 0 15 0 15 0 1151563003 1828614144 161042 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16431] ppid=16423 vsize=1785756 CPUtime=0
/proc/16425/task/16431/stat : 16431 (java) S 16423 16425 16031 0 -1 64 10 0 0 0 0 0 0 0 21 0 15 0 1151563004 1828614144 161042 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16432] ppid=16423 vsize=1785756 CPUtime=0
/proc/16425/task/16432/stat : 16432 (java) S 16423 16425 16031 0 -1 64 4 0 0 0 0 0 0 0 22 0 15 0 1151563004 1828614144 161042 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16433] ppid=16423 vsize=1785756 CPUtime=0
/proc/16425/task/16433/stat : 16433 (java) S 16423 16425 16031 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 1151563012 1828614144 161042 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16434] ppid=16423 vsize=1785756 CPUtime=0.72
/proc/16425/task/16434/stat : 16434 (java) S 16423 16425 16031 0 -1 64 1195 0 0 0 72 0 0 0 16 0 15 0 1151563012 1828614144 161042 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16435] ppid=16423 vsize=1785756 CPUtime=0.54
/proc/16425/task/16435/stat : 16435 (java) R 16423 16425 16031 0 -1 64 1187 0 0 0 54 0 0 0 17 0 15 0 1151563012 1828614144 161042 1992294400 134512640 134550932 4294955984 18446744073709551615 103148019 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16436] ppid=16423 vsize=1785756 CPUtime=0
/proc/16425/task/16436/stat : 16436 (java) S 16423 16425 16031 0 -1 64 1 0 0 0 0 0 0 0 22 0 15 0 1151563012 1828614144 161042 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16437] ppid=16423 vsize=1785756 CPUtime=0
/proc/16425/task/16437/stat : 16437 (java) S 16423 16425 16031 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 1151563012 1828614144 161042 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16425/tid=16438] ppid=16423 vsize=1785756 CPUtime=0
/proc/16425/task/16438/stat : 16438 (java) S 16423 16425 16031 0 -1 64 5 0 0 0 0 0 0 0 25 0 15 0 1151563850 1828614144 161042 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16440] ppid=16423 vsize=1785756 CPUtime=0
/proc/16425/task/16440/stat : 16440 (java) S 16423 16425 16031 0 -1 64 7 0 0 0 0 0 0 0 19 0 15 0 1151682804 1828614144 161042 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16425/tid=16441] ppid=16423 vsize=1785756 CPUtime=0.07
/proc/16425/task/16441/stat : 16441 (java) R 16423 16425 16031 0 -1 64 7 0 0 0 7 0 0 0 16 0 15 0 1151682804 1828614144 161042 1992294400 134512640 134550932 4294955984 18446744073709551615 4109164284 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1201.15
Current children cumulated vsize (KiB) 1785756

[startup+1199.3 s]
/proc/loadavg: 1.02 1.01 1.00 3/89 16441
/proc/meminfo: memFree=1128456/2055920 swapFree=4163756/4192956
[pid=16425] ppid=16423 vsize=0 CPUtime=1201.32
/proc/16425/stat : 16425 (java) Z 16423 16425 16031 0 -1 1036 186114 0 54 0 120034 98 0 0 15 0 2 0 1151562942 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16425/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1201.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1199.37
CPU time (s): 1201.4
CPU user time (s): 1200.34
CPU system time (s): 1.05384
CPU usage (%): 100.169
Max. virtual memory (cumulated for all children) (KiB): 1785756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.34
system time used= 1.05384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186114
page faults= 54
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25170
involuntary context switches= 27558

runsolver used 1.64375 second user time and 3.82742 second system time

The end

Launcher Data

Begin job on node81 at 2009-04-03 22:03:01
IDJOB=1563703
IDBENCH=70959
IDSOLVER=500
FILE ID=node81/1563703-1238788978
PBS_JOBID= 9085602
Free space on /tmp= 126668 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ee-r3-noholes.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563703-1238788978/watcher-1563703-1238788978 -o /tmp/evaluation-result-1563703-1238788978/solver-1563703-1238788978 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1563703-1238788978.cnf

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

MD5SUM BENCH= 91d125ee3007575f40ddeef126d7f80f
RANDOM SEED=262615870

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1755360 kB
Buffers:          3952 kB
Cached:         223356 kB
SwapCached:      19532 kB
Active:          98080 kB
Inactive:       149604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755360 kB
SwapTotal:     4192956 kB
SwapFree:      4163756 kB
Dirty:           61924 kB
Writeback:           0 kB
Mapped:          25152 kB
Slab:            37716 kB
Committed_AS:  3193484 kB
PageTables:       2084 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126668 MiB
End job on node81 at 2009-04-03 22:23:02