Trace number 332057

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) 1202.16 1197.93

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq5.cnf
MD5SUM79c983ee7a6671238604da3040f85341
Bench CategoryINDUST (industrial 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 variables151669
Number of clauses2465731
Sum of the clauses size7141423
Maximum clause length150
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22309834
Number of clauses of size 335167
Number of clauses of size 45995
Number of clauses of size 511790
Number of clauses of size over 5102944

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.15	c version SAT COMPETITION 2007
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.21/0.20	c --- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.21/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c Expensive reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c timeout: 2147483s
0.21/0.20	c solving /tmp/evaluation/332057-1173366587/instance-332057-1173366587.cnf
0.21/0.20	c reading problem ... 
9.47/8.20	c ... done. Wall clock time 8.006s.
9.47/8.20	c CPU time (experimental) 6.94s.
9.47/8.20	c #vars     151669
9.47/8.20	c #constraints  2465730
1201.84/1197.79	c starts		: 19
1201.84/1197.79	c conflicts		: 395219
1201.84/1197.79	c decisions		: 6748452
1201.84/1197.79	c propagations		: 566614234
1201.84/1197.79	c inspects		: 2262316116
1201.84/1197.79	c learnt literals	: 7
1201.84/1197.79	c learnt binary clauses	: 819
1201.84/1197.79	c learnt ternary clauses	: 1477
1201.84/1197.79	c learnt clauses	: 395211
1201.84/1197.79	c root simplifications	: 0
1201.84/1197.79	c removed literals (reason simplification)	: 42756046
1201.84/1197.79	c reason swapping (by a shorter reason)	: 0
1201.84/1197.79	c Calls to reduceDB	: 0
1201.84/1197.79	c speed (decisions/second)	: 5673.234274185073
1201.84/1197.79	c non guided choices	3244923
1201.84/1197.79	s UNKNOWN
1201.84/1197.79	c Total wall clock time (in seconds) : 1196.617
1201.84/1197.79	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/node5/watcher-332057-1173366587 -o ROOT/results/node5/solver-332057-1173366587 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332057-1173366587/sat4j-sat2007.jar /tmp/evaluation/332057-1173366587/instance-332057-1173366587.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 0.99 0.99 2/77 3960
/proc/meminfo: memFree=1710304/2055920 swapFree=4170416/4192956
[pid=3960] ppid=3958 vsize=272 CPUtime=0
/proc/3960/stat : 3960 (java6) R 3958 3960 3178 0 -1 0 53 0 0 0 0 0 0 0 18 0 1 0 356613809 278528 37 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 7893563 0 0 4096 0 0 0 0 17 1 0 0
/proc/3960/statm: 77 39 29 9 0 6 0

[startup+0.00867111 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 3960
/proc/meminfo: memFree=1710304/2055920 swapFree=4170416/4192956
[pid=3960] ppid=3958 vsize=152 CPUtime=0
/proc/3960/stat : 3960 (java) R 3958 3960 3178 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 356613809 155648 26 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 7893291 0 0 4096 0 0 0 0 17 1 0 0
/proc/3960/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.101682 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 3960
/proc/meminfo: memFree=1710304/2055920 swapFree=4170416/4192956
[pid=3960] ppid=3958 vsize=1780108 CPUtime=0.08
/proc/3960/stat : 3960 (java) S 3958 3960 3178 0 -1 0 3977 0 1 0 6 2 0 0 18 0 12 0 356613809 1822830592 3719 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3960/statm: 445027 3719 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301705 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 3960
/proc/meminfo: memFree=1710304/2055920 swapFree=4170416/4192956
[pid=3960] ppid=3958 vsize=1782512 CPUtime=0.33
/proc/3960/stat : 3960 (java) S 3958 3960 3178 0 -1 0 8928 0 1 0 29 4 0 0 18 0 12 0 356613809 1825292288 8656 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3960/statm: 445628 8656 1285 9 0 443240 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782512

[startup+0.701741 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 3960
/proc/meminfo: memFree=1710304/2055920 swapFree=4170416/4192956
[pid=3960] ppid=3958 vsize=1783296 CPUtime=0.85
/proc/3960/stat : 3960 (java) S 3958 3960 3178 0 -1 0 12214 0 1 0 79 6 0 0 18 0 12 0 356613809 1826095104 11586 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3960/statm: 445824 11587 1289 9 0 443436 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1783296

[startup+1.50283 s]
/proc/loadavg: 1.00 0.99 0.99 2/89 3972
/proc/meminfo: memFree=1658880/2055920 swapFree=4170416/4192956
[pid=3960] ppid=3958 vsize=1783296 CPUtime=1.66
/proc/3960/stat : 3960 (java) S 3958 3960 3178 0 -1 0 18519 0 1 0 157 9 0 0 18 0 12 0 356613809 1826095104 17890 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3960/statm: 445824 17891 1304 9 0 443436 0
[pid=3960/tid=3962] ppid=3958 vsize=1783296 CPUtime=1.36
/proc/3960/task/3962/stat : 3962 (java) R 3958 3960 3178 0 -1 64 16590 0 1 0 128 8 0 0 20 0 12 0 356613811 1826095104 17891 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109502002 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3963] ppid=3958 vsize=1783296 CPUtime=0
/proc/3960/task/3963/stat : 3963 (java) S 3958 3960 3178 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 356613812 1826095104 17891 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3964] ppid=3958 vsize=1783296 CPUtime=0
/proc/3960/task/3964/stat : 3964 (java) S 3958 3960 3178 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 356613812 1826095104 17891 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3965] ppid=3958 vsize=1783296 CPUtime=0
/proc/3960/task/3965/stat : 3965 (java) S 3958 3960 3178 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 356613814 1826095104 17892 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3966] ppid=3958 vsize=1783296 CPUtime=0
/proc/3960/task/3966/stat : 3966 (java) S 3958 3960 3178 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 356613815 1826095104 17892 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3967] ppid=3958 vsize=1783296 CPUtime=0
/proc/3960/task/3967/stat : 3967 (java) S 3958 3960 3178 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 356613815 1826095104 17892 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3968] ppid=3958 vsize=1783296 CPUtime=0
/proc/3960/task/3968/stat : 3968 (java) S 3958 3960 3178 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 356613819 1826095104 17893 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3969] ppid=3958 vsize=1783296 CPUtime=0.11
/proc/3960/task/3969/stat : 3969 (java) S 3958 3960 3178 0 -1 64 485 0 0 0 11 0 0 0 16 0 12 0 356613819 1826095104 17893 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3970] ppid=3958 vsize=1783296 CPUtime=0.16
/proc/3960/task/3970/stat : 3970 (java) S 3958 3960 3178 0 -1 64 727 0 0 0 16 0 0 0 16 0 12 0 356613819 1826095104 17893 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3971] ppid=3958 vsize=1783296 CPUtime=0
/proc/3960/task/3971/stat : 3971 (java) S 3958 3960 3178 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 356613819 1826095104 17893 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3972] ppid=3958 vsize=1783296 CPUtime=0
/proc/3960/task/3972/stat : 3972 (java) S 3958 3960 3178 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 356613819 1826095104 17894 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 1783296

[startup+3.10201 s]
/proc/loadavg: 1.00 0.99 0.99 2/89 3972
/proc/meminfo: memFree=1624320/2055920 swapFree=4170416/4192956
[pid=3960] ppid=3958 vsize=1783296 CPUtime=3.26
/proc/3960/stat : 3960 (java) S 3958 3960 3178 0 -1 0 30910 0 1 0 311 15 0 0 18 0 12 0 356613809 1826095104 30281 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3960/statm: 445824 30281 1304 9 0 443436 0
[pid=3960/tid=3962] ppid=3958 vsize=1783296 CPUtime=2.96
/proc/3960/task/3962/stat : 3962 (java) R 3958 3960 3178 0 -1 64 28980 0 1 0 282 14 0 0 25 0 12 0 356613811 1826095104 30281 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109502093 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3963] ppid=3958 vsize=1783296 CPUtime=0
/proc/3960/task/3963/stat : 3963 (java) S 3958 3960 3178 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 356613812 1826095104 30282 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3964] ppid=3958 vsize=1783296 CPUtime=0
/proc/3960/task/3964/stat : 3964 (java) S 3958 3960 3178 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 356613812 1826095104 30282 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3965] ppid=3958 vsize=1783296 CPUtime=0
/proc/3960/task/3965/stat : 3965 (java) S 3958 3960 3178 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 356613814 1826095104 30282 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3966] ppid=3958 vsize=1783296 CPUtime=0
/proc/3960/task/3966/stat : 3966 (java) S 3958 3960 3178 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 356613815 1826095104 30283 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3967] ppid=3958 vsize=1783296 CPUtime=0
/proc/3960/task/3967/stat : 3967 (java) S 3958 3960 3178 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 356613815 1826095104 30283 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3968] ppid=3958 vsize=1783296 CPUtime=0
/proc/3960/task/3968/stat : 3968 (java) S 3958 3960 3178 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 356613819 1826095104 30284 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3969] ppid=3958 vsize=1783296 CPUtime=0.11
/proc/3960/task/3969/stat : 3969 (java) S 3958 3960 3178 0 -1 64 485 0 0 0 11 0 0 0 16 0 12 0 356613819 1826095104 30284 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3970] ppid=3958 vsize=1783296 CPUtime=0.16
/proc/3960/task/3970/stat : 3970 (java) S 3958 3960 3178 0 -1 64 727 0 0 0 16 0 0 0 16 0 12 0 356613819 1826095104 30284 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3971] ppid=3958 vsize=1783296 CPUtime=0
/proc/3960/task/3971/stat : 3971 (java) S 3958 3960 3178 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 356613819 1826095104 30284 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3972] ppid=3958 vsize=1783296 CPUtime=0
/proc/3960/task/3972/stat : 3972 (java) S 3958 3960 3178 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 356613819 1826095104 30285 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 1783296

[startup+6.30137 s]
/proc/loadavg: 1.00 0.99 0.99 2/89 3972
/proc/meminfo: memFree=1430272/2055920 swapFree=4170416/4192956
[pid=3960] ppid=3958 vsize=1794824 CPUtime=7.57
/proc/3960/stat : 3960 (java) S 3958 3960 3178 0 -1 0 78307 0 1 0 722 35 0 0 18 0 12 0 356613809 1837899776 71195 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3960/statm: 448706 71195 1313 9 0 446318 0
[pid=3960/tid=3962] ppid=3958 vsize=1794824 CPUtime=5.04
/proc/3960/task/3962/stat : 3962 (java) R 3958 3960 3178 0 -1 64 37698 0 1 0 485 19 0 0 25 0 12 0 356613811 1837899776 71195 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109501337 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3963] ppid=3958 vsize=1794824 CPUtime=1.1
/proc/3960/task/3963/stat : 3963 (java) S 3958 3960 3178 0 -1 64 12324 0 0 0 107 3 0 0 16 0 12 0 356613812 1837899776 71195 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3964] ppid=3958 vsize=1794824 CPUtime=1.11
/proc/3960/task/3964/stat : 3964 (java) S 3958 3960 3178 0 -1 64 26348 0 0 0 100 11 0 0 25 0 12 0 356613812 1837899776 71195 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3965] ppid=3958 vsize=1794824 CPUtime=0
/proc/3960/task/3965/stat : 3965 (java) S 3958 3960 3178 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 356613814 1837899776 71195 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3966] ppid=3958 vsize=1794824 CPUtime=0
/proc/3960/task/3966/stat : 3966 (java) S 3958 3960 3178 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356613815 1837899776 71195 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3967] ppid=3958 vsize=1794824 CPUtime=0
/proc/3960/task/3967/stat : 3967 (java) S 3958 3960 3178 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 356613815 1837899776 71195 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3968] ppid=3958 vsize=1794824 CPUtime=0
/proc/3960/task/3968/stat : 3968 (java) S 3958 3960 3178 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 356613819 1837899776 71195 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3969] ppid=3958 vsize=1794824 CPUtime=0.11
/proc/3960/task/3969/stat : 3969 (java) S 3958 3960 3178 0 -1 64 485 0 0 0 11 0 0 0 16 0 12 0 356613819 1837899776 71195 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3970] ppid=3958 vsize=1794824 CPUtime=0.16
/proc/3960/task/3970/stat : 3970 (java) S 3958 3960 3178 0 -1 64 727 0 0 0 16 0 0 0 16 0 12 0 356613819 1837899776 71195 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3971] ppid=3958 vsize=1794824 CPUtime=0
/proc/3960/task/3971/stat : 3971 (java) S 3958 3960 3178 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 356613819 1837899776 71195 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3972] ppid=3958 vsize=1794824 CPUtime=0
/proc/3960/task/3972/stat : 3972 (java) S 3958 3960 3178 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 356613819 1837899776 71195 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 1794824

[startup+12.7011 s]
/proc/loadavg: 1.00 0.99 0.99 2/90 3973
/proc/meminfo: memFree=1429368/2055920 swapFree=4170416/4192956
[pid=3960] ppid=3958 vsize=1795988 CPUtime=14.33
/proc/3960/stat : 3960 (java) S 3958 3960 3178 0 -1 0 79105 0 1 0 1396 37 0 0 18 0 13 0 356613809 1839091712 71375 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3960/statm: 448997 71375 1329 9 0 446609 0
[pid=3960/tid=3962] ppid=3958 vsize=1795988 CPUtime=11.26
/proc/3960/task/3962/stat : 3962 (java) R 3958 3960 3178 0 -1 64 37720 0 1 0 1106 20 0 0 25 0 13 0 356613811 1839091712 71375 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109646611 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3963] ppid=3958 vsize=1795988 CPUtime=1.1
/proc/3960/task/3963/stat : 3963 (java) S 3958 3960 3178 0 -1 64 12324 0 0 0 107 3 0 0 16 0 13 0 356613812 1839091712 71375 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3964] ppid=3958 vsize=1795988 CPUtime=1.11
/proc/3960/task/3964/stat : 3964 (java) S 3958 3960 3178 0 -1 64 26348 0 0 0 100 11 0 0 25 0 13 0 356613812 1839091712 71375 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3965] ppid=3958 vsize=1795988 CPUtime=0
/proc/3960/task/3965/stat : 3965 (java) S 3958 3960 3178 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356613814 1839091712 71375 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3966] ppid=3958 vsize=1795988 CPUtime=0
/proc/3960/task/3966/stat : 3966 (java) S 3958 3960 3178 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356613815 1839091712 71375 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3967] ppid=3958 vsize=1795988 CPUtime=0
/proc/3960/task/3967/stat : 3967 (java) S 3958 3960 3178 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356613815 1839091712 71375 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3968] ppid=3958 vsize=1795988 CPUtime=0
/proc/3960/task/3968/stat : 3968 (java) S 3958 3960 3178 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356613819 1839091712 71375 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3969] ppid=3958 vsize=1795988 CPUtime=0.35
/proc/3960/task/3969/stat : 3969 (java) S 3958 3960 3178 0 -1 64 525 0 0 0 35 0 0 0 16 0 13 0 356613819 1839091712 71375 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3970] ppid=3958 vsize=1795988 CPUtime=0.46
/proc/3960/task/3970/stat : 3970 (java) S 3958 3960 3178 0 -1 64 1459 0 0 0 46 0 0 0 17 0 13 0 356613819 1839091712 71375 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3971] ppid=3958 vsize=1795988 CPUtime=0
/proc/3960/task/3971/stat : 3971 (java) S 3958 3960 3178 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356613819 1839091712 71375 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3972] ppid=3958 vsize=1795988 CPUtime=0
/proc/3960/task/3972/stat : 3972 (java) S 3958 3960 3178 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356613819 1839091712 71375 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3973] ppid=3958 vsize=1795988 CPUtime=0
/proc/3960/task/3973/stat : 3973 (java) S 3958 3960 3178 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 356614636 1839091712 71375 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.33
Current children cumulated vsize (KiB) 1795988

[startup+25.5025 s]
/proc/loadavg: 1.00 0.99 0.99 2/90 3973
/proc/meminfo: memFree=1429560/2055920 swapFree=4170416/4192956
[pid=3960] ppid=3958 vsize=1795988 CPUtime=27.13
/proc/3960/stat : 3960 (java) S 3958 3960 3178 0 -1 0 79105 0 1 0 2676 37 0 0 18 0 13 0 356613809 1839091712 71375 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3960/statm: 448997 71375 1329 9 0 446609 0
[pid=3960/tid=3962] ppid=3958 vsize=1795988 CPUtime=24.06
/proc/3960/task/3962/stat : 3962 (java) R 3958 3960 3178 0 -1 64 37720 0 1 0 2386 20 0 0 25 0 13 0 356613811 1839091712 71375 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109650861 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3963] ppid=3958 vsize=1795988 CPUtime=1.1
/proc/3960/task/3963/stat : 3963 (java) S 3958 3960 3178 0 -1 64 12324 0 0 0 107 3 0 0 16 0 13 0 356613812 1839091712 71375 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3964] ppid=3958 vsize=1795988 CPUtime=1.11
/proc/3960/task/3964/stat : 3964 (java) S 3958 3960 3178 0 -1 64 26348 0 0 0 100 11 0 0 25 0 13 0 356613812 1839091712 71375 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3965] ppid=3958 vsize=1795988 CPUtime=0
/proc/3960/task/3965/stat : 3965 (java) S 3958 3960 3178 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356613814 1839091712 71375 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3966] ppid=3958 vsize=1795988 CPUtime=0
/proc/3960/task/3966/stat : 3966 (java) S 3958 3960 3178 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356613815 1839091712 71375 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3967] ppid=3958 vsize=1795988 CPUtime=0
/proc/3960/task/3967/stat : 3967 (java) S 3958 3960 3178 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356613815 1839091712 71375 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=3960/tid=3966] ppid=3958 vsize=1804948 CPUtime=0
/proc/3960/task/3966/stat : 3966 (java) S 3958 3960 3178 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356613815 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3967] ppid=3958 vsize=1804948 CPUtime=0
/proc/3960/task/3967/stat : 3967 (java) S 3958 3960 3178 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356613815 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3968] ppid=3958 vsize=1804948 CPUtime=0
/proc/3960/task/3968/stat : 3968 (java) S 3958 3960 3178 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356613819 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3969] ppid=3958 vsize=1804948 CPUtime=0.42
/proc/3960/task/3969/stat : 3969 (java) S 3958 3960 3178 0 -1 64 532 0 0 0 42 0 0 0 17 0 13 0 356613819 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3970] ppid=3958 vsize=1804948 CPUtime=0.51
/proc/3960/task/3970/stat : 3970 (java) S 3958 3960 3178 0 -1 64 1466 0 0 0 51 0 0 0 16 0 13 0 356613819 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3971] ppid=3958 vsize=1804948 CPUtime=0
/proc/3960/task/3971/stat : 3971 (java) S 3958 3960 3178 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356613819 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3972] ppid=3958 vsize=1804948 CPUtime=0
/proc/3960/task/3972/stat : 3972 (java) S 3958 3960 3178 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356613819 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3973] ppid=3958 vsize=1804948 CPUtime=0
/proc/3960/task/3973/stat : 3973 (java) S 3958 3960 3178 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 356614636 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1125.58
Current children cumulated vsize (KiB) 1804948

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/90 3973
/proc/meminfo: memFree=1132856/2055920 swapFree=4170416/4192956
[pid=3960] ppid=3958 vsize=1804948 CPUtime=1185.56
/proc/3960/stat : 3960 (java) S 3958 3960 3178 0 -1 0 172347 0 1 0 118468 88 0 0 18 0 13 0 356613809 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3960/statm: 451237 145417 1331 9 0 448849 0
[pid=3960/tid=3962] ppid=3958 vsize=1804948 CPUtime=1178.44
/proc/3960/task/3962/stat : 3962 (java) R 3958 3960 3178 0 -1 64 37723 0 1 0 117815 29 0 0 25 0 13 0 356613811 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109646662 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3963] ppid=3958 vsize=1804948 CPUtime=3.03
/proc/3960/task/3963/stat : 3963 (java) S 3958 3960 3178 0 -1 64 64313 0 0 0 278 25 0 0 25 0 13 0 356613812 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3964] ppid=3958 vsize=1804948 CPUtime=3.1
/proc/3960/task/3964/stat : 3964 (java) S 3958 3960 3178 0 -1 64 67584 0 0 0 279 31 0 0 23 0 13 0 356613812 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3965] ppid=3958 vsize=1804948 CPUtime=0
/proc/3960/task/3965/stat : 3965 (java) S 3958 3960 3178 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356613814 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3966] ppid=3958 vsize=1804948 CPUtime=0
/proc/3960/task/3966/stat : 3966 (java) S 3958 3960 3178 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356613815 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3967] ppid=3958 vsize=1804948 CPUtime=0
/proc/3960/task/3967/stat : 3967 (java) S 3958 3960 3178 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356613815 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3968] ppid=3958 vsize=1804948 CPUtime=0
/proc/3960/task/3968/stat : 3968 (java) S 3958 3960 3178 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356613819 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3969] ppid=3958 vsize=1804948 CPUtime=0.42
/proc/3960/task/3969/stat : 3969 (java) S 3958 3960 3178 0 -1 64 532 0 0 0 42 0 0 0 17 0 13 0 356613819 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3970] ppid=3958 vsize=1804948 CPUtime=0.51
/proc/3960/task/3970/stat : 3970 (java) S 3958 3960 3178 0 -1 64 1466 0 0 0 51 0 0 0 16 0 13 0 356613819 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3971] ppid=3958 vsize=1804948 CPUtime=0
/proc/3960/task/3971/stat : 3971 (java) S 3958 3960 3178 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356613819 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3972] ppid=3958 vsize=1804948 CPUtime=0
/proc/3960/task/3972/stat : 3972 (java) S 3958 3960 3178 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356613819 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3973] ppid=3958 vsize=1804948 CPUtime=0
/proc/3960/task/3973/stat : 3973 (java) S 3958 3960 3178 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 356614636 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1185.56
Current children cumulated vsize (KiB) 1804948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1196.81 s]
/proc/loadavg: 1.00 0.99 0.99 2/90 3973
/proc/meminfo: memFree=1132792/2055920 swapFree=4170416/4192956
[pid=3960] ppid=3958 vsize=1804948 CPUtime=1200.07
/proc/3960/stat : 3960 (java) S 3958 3960 3178 0 -1 0 172347 0 1 0 119919 88 0 0 18 0 13 0 356613809 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3960/statm: 451237 145417 1331 9 0 448849 0
[pid=3960/tid=3962] ppid=3958 vsize=1804948 CPUtime=1192.95
/proc/3960/task/3962/stat : 3962 (java) R 3958 3960 3178 0 -1 64 37723 0 1 0 119266 29 0 0 25 0 13 0 356613811 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109616021 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3963] ppid=3958 vsize=1804948 CPUtime=3.03
/proc/3960/task/3963/stat : 3963 (java) S 3958 3960 3178 0 -1 64 64313 0 0 0 278 25 0 0 25 0 13 0 356613812 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3964] ppid=3958 vsize=1804948 CPUtime=3.1
/proc/3960/task/3964/stat : 3964 (java) S 3958 3960 3178 0 -1 64 67584 0 0 0 279 31 0 0 23 0 13 0 356613812 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3965] ppid=3958 vsize=1804948 CPUtime=0
/proc/3960/task/3965/stat : 3965 (java) S 3958 3960 3178 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356613814 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3966] ppid=3958 vsize=1804948 CPUtime=0
/proc/3960/task/3966/stat : 3966 (java) S 3958 3960 3178 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356613815 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3967] ppid=3958 vsize=1804948 CPUtime=0
/proc/3960/task/3967/stat : 3967 (java) S 3958 3960 3178 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356613815 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3968] ppid=3958 vsize=1804948 CPUtime=0
/proc/3960/task/3968/stat : 3968 (java) S 3958 3960 3178 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356613819 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3969] ppid=3958 vsize=1804948 CPUtime=0.42
/proc/3960/task/3969/stat : 3969 (java) S 3958 3960 3178 0 -1 64 532 0 0 0 42 0 0 0 17 0 13 0 356613819 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3970] ppid=3958 vsize=1804948 CPUtime=0.51
/proc/3960/task/3970/stat : 3970 (java) S 3958 3960 3178 0 -1 64 1466 0 0 0 51 0 0 0 16 0 13 0 356613819 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3971] ppid=3958 vsize=1804948 CPUtime=0
/proc/3960/task/3971/stat : 3971 (java) S 3958 3960 3178 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356613819 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3972] ppid=3958 vsize=1804948 CPUtime=0
/proc/3960/task/3972/stat : 3972 (java) S 3958 3960 3178 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356613819 1848266752 145417 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3973] ppid=3958 vsize=1804948 CPUtime=0
/proc/3960/task/3973/stat : 3973 (java) S 3958 3960 3178 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 356614636 1848266752 145417 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) 1804948

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

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

[startup+1197.4 s]
/proc/loadavg: 1.00 0.99 0.99 2/90 3973
/proc/meminfo: memFree=1132792/2055920 swapFree=4170416/4192956
[pid=3960] ppid=3958 vsize=1805596 CPUtime=1201.24
/proc/3960/stat : 3960 (java) S 3958 3960 3178 0 -1 0 193755 0 1 0 120026 98 0 0 16 0 15 0 356613809 1848930304 159284 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3960/statm: 451399 159291 1331 9 0 449011 0
[pid=3960/tid=3962] ppid=3958 vsize=1805596 CPUtime=1192.96
/proc/3960/task/3962/stat : 3962 (java) S 3958 3960 3178 0 -1 64 37723 0 1 0 119267 29 0 0 25 0 15 0 356613811 1848930304 159296 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3963] ppid=3958 vsize=1805596 CPUtime=3.61
/proc/3960/task/3963/stat : 3963 (java) R 3958 3960 3178 0 -1 64 75899 0 0 0 331 30 0 0 21 0 15 0 356613812 1848930304 159302 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3964] ppid=3958 vsize=1805596 CPUtime=3.68
/proc/3960/task/3964/stat : 3964 (java) R 3958 3960 3178 0 -1 64 77415 0 0 0 332 36 0 0 21 0 15 0 356613812 1848930304 159309 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3965] ppid=3958 vsize=1805596 CPUtime=0
/proc/3960/task/3965/stat : 3965 (java) S 3958 3960 3178 0 -1 64 8 0 0 0 0 0 0 0 16 0 15 0 356613814 1848930304 159313 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3966] ppid=3958 vsize=1805596 CPUtime=0
/proc/3960/task/3966/stat : 3966 (java) S 3958 3960 3178 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 356613815 1848930304 159319 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3967] ppid=3958 vsize=1805596 CPUtime=0
/proc/3960/task/3967/stat : 3967 (java) S 3958 3960 3178 0 -1 64 6 0 0 0 0 0 0 0 16 0 15 0 356613815 1848930304 159326 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3968] ppid=3958 vsize=1805596 CPUtime=0
/proc/3960/task/3968/stat : 3968 (java) S 3958 3960 3178 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 356613819 1848930304 159332 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3969] ppid=3958 vsize=1805596 CPUtime=0.42
/proc/3960/task/3969/stat : 3969 (java) S 3958 3960 3178 0 -1 64 532 0 0 0 42 0 0 0 17 0 15 0 356613819 1848930304 159338 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3970] ppid=3958 vsize=1805596 CPUtime=0.51
/proc/3960/task/3970/stat : 3970 (java) S 3958 3960 3178 0 -1 64 1466 0 0 0 51 0 0 0 16 0 15 0 356613819 1848930304 159343 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3971] ppid=3958 vsize=1805596 CPUtime=0
/proc/3960/task/3971/stat : 3971 (java) S 3958 3960 3178 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 356613819 1848930304 159350 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3972] ppid=3958 vsize=1805596 CPUtime=0
/proc/3960/task/3972/stat : 3972 (java) S 3958 3960 3178 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 356613819 1848930304 159356 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3973] ppid=3958 vsize=1805596 CPUtime=0
/proc/3960/task/3973/stat : 3973 (java) S 3958 3960 3178 0 -1 64 4 0 0 0 0 0 0 0 16 0 15 0 356614636 1848930304 159362 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1201.24
Current children cumulated vsize (KiB) 1805596

[startup+1197.8 s]
/proc/loadavg: 1.16 1.02 1.01 2/92 3976
/proc/meminfo: memFree=993832/2055920 swapFree=4170416/4192956
[pid=3960] ppid=3958 vsize=1805596 CPUtime=1202.03
/proc/3960/stat : 3960 (java) S 3958 3960 3178 0 -1 0 224333 0 1 0 120090 113 0 0 16 0 14 0 356613809 1848930304 180134 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3960/statm: 451399 180134 1332 9 0 449011 0
[pid=3960/tid=3962] ppid=3958 vsize=1805596 CPUtime=1192.97
/proc/3960/task/3962/stat : 3962 (java) R 3958 3960 3178 0 -1 64 37723 0 1 0 119268 29 0 0 16 0 14 0 356613811 1848930304 180134 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109616015 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3963] ppid=3958 vsize=1805596 CPUtime=4
/proc/3960/task/3963/stat : 3963 (java) S 3958 3960 3178 0 -1 64 92307 0 0 0 362 38 0 0 16 0 14 0 356613812 1848930304 180134 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3964] ppid=3958 vsize=1805596 CPUtime=4.07
/proc/3960/task/3964/stat : 3964 (java) S 3958 3960 3178 0 -1 64 91555 0 0 0 364 43 0 0 16 0 14 0 356613812 1848930304 180134 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3965] ppid=3958 vsize=1805596 CPUtime=0
/proc/3960/task/3965/stat : 3965 (java) S 3958 3960 3178 0 -1 64 8 0 0 0 0 0 0 0 16 0 14 0 356613814 1848930304 180134 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3966] ppid=3958 vsize=1805596 CPUtime=0
/proc/3960/task/3966/stat : 3966 (java) S 3958 3960 3178 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 356613815 1848930304 180134 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3967] ppid=3958 vsize=1805596 CPUtime=0
/proc/3960/task/3967/stat : 3967 (java) S 3958 3960 3178 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 356613815 1848930304 180134 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3968] ppid=3958 vsize=1805596 CPUtime=0
/proc/3960/task/3968/stat : 3968 (java) S 3958 3960 3178 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 356613819 1848930304 180134 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3969] ppid=3958 vsize=1805596 CPUtime=0.42
/proc/3960/task/3969/stat : 3969 (java) S 3958 3960 3178 0 -1 64 532 0 0 0 42 0 0 0 17 0 14 0 356613819 1848930304 180134 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3960/tid=3970] ppid=3958 vsize=1805596 CPUtime=0.51
/proc/3960/task/3970/stat : 3970 (java) S 3958 3960 3178 0 -1 64 1466 0 0 0 51 0 0 0 16 0 14 0 356613819 1848930304 180134 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3971] ppid=3958 vsize=1805596 CPUtime=0
/proc/3960/task/3971/stat : 3971 (java) S 3958 3960 3178 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 356613819 1848930304 180134 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3972] ppid=3958 vsize=1805596 CPUtime=0
/proc/3960/task/3972/stat : 3972 (java) S 3958 3960 3178 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 356613819 1848930304 180134 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3973] ppid=3958 vsize=1805596 CPUtime=0
/proc/3960/task/3973/stat : 3973 (java) S 3958 3960 3178 0 -1 64 4 0 0 0 0 0 0 0 16 0 14 0 356614636 1848930304 180134 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3960/tid=3975] ppid=3958 vsize=1805596 CPUtime=0
/proc/3960/task/3975/stat : 3975 (java) S 3958 3960 3178 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 356733491 1848930304 180134 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1202.03
Current children cumulated vsize (KiB) 1805596

[startup+1197.91 s]
/proc/loadavg: 1.16 1.02 1.01 2/92 3976
/proc/meminfo: memFree=993832/2055920 swapFree=4170416/4192956
[pid=3960] ppid=3958 vsize=0 CPUtime=1202.13
/proc/3960/stat : 3960 (java) Z 3958 3960 3178 0 -1 1036 224334 0 1 0 120092 121 0 0 16 0 2 0 356613809 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3960/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1202.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1197.93
CPU time (s): 1202.16
CPU user time (s): 1200.93
CPU system time (s): 1.23681
CPU usage (%): 100.353
Max. virtual memory (cumulated for all children) (KiB): 1805596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.93
system time used= 1.23681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224334
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= 24762
involuntary context switches= 24901

runsolver used 1.08783 second user time and 3.2985 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Thu Mar  8 15:09:50 UTC 2007

IDJOB= 332057
IDBENCH= 20575
IDSOLVER= 141
FILE ID= node5/332057-1173366587

PBS_JOBID= 4045322

Free space on /tmp= 66333 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq5.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332057-1173366587/sat4j-sat2007.jar /tmp/evaluation/332057-1173366587/instance-332057-1173366587.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-332057-1173366587 -o ROOT/results/node5/solver-332057-1173366587 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332057-1173366587/sat4j-sat2007.jar /tmp/evaluation/332057-1173366587/instance-332057-1173366587.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  79c983ee7a6671238604da3040f85341

RANDOM SEED= 471266229

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.224
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.224
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:       1710648 kB
Buffers:         37696 kB
Cached:         225436 kB
SwapCached:       2340 kB
Active:         157872 kB
Inactive:       132992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1710648 kB
SwapTotal:     4192956 kB
SwapFree:      4170416 kB
Dirty:           52260 kB
Writeback:           0 kB
Mapped:          35472 kB
Slab:            39948 kB
Committed_AS:  1200304 kB
PageTables:       1700 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= 66333 MiB

End job on node5 on Thu Mar  8 15:29:49 UTC 2007