Trace number 332055

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? (MO) 47.3768 36.7818

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
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 variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

Solver Data (download as text)

0.07/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.21	c version SAT COMPETITION 2007
0.12/0.21	c sun.arch.data.model	32
0.12/0.21	c java.version	1.6.0
0.12/0.21	c os.name	Linux
0.12/0.21	c os.version	2.6.9-22.EL.rootsmp
0.12/0.21	c os.arch	i386
0.12/0.21	c Free memory 1651659224
0.12/0.21	c Max memory 1654456320
0.12/0.21	c Total memory 1654456320
0.12/0.21	c Number of processors 2
0.12/0.26	c --- Begin Solver configuration ---
0.12/0.26	c Stops conflict analysis at the first Unique Implication Point
0.12/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.12/0.26	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.12/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.26	c VSIDS like heuristics from MiniSAT using a heap
0.12/0.26	c Expensive reason simplification
0.12/0.26	c --- End Solver configuration ---
0.12/0.26	c timeout: 2147483s
0.12/0.26	c solving /tmp/evaluation/332055-1173366583/instance-332055-1173366583.cnf
0.12/0.26	c reading problem ... 
47.05/36.58	c starts		: 0
47.05/36.58	c conflicts		: 0
47.05/36.58	c decisions		: 0
47.05/36.58	c propagations		: 0
47.05/36.58	c inspects		: 0
47.05/36.58	c learnt literals	: 0
47.05/36.58	c learnt binary clauses	: 0
47.05/36.58	c learnt ternary clauses	: 0
47.05/36.58	c learnt clauses	: 0
47.05/36.58	c root simplifications	: 0
47.05/36.58	c removed literals (reason simplification)	: 0
47.05/36.58	c reason swapping (by a shorter reason)	: 0
47.05/36.58	c Calls to reduceDB	: 0
47.05/36.58	c speed (decisions/second)	: 0.0
47.05/36.58	c non guided choices	0
47.05/36.58	s UNKNOWN
47.05/36.58	c Total wall clock time (in seconds) : 36.324
47.05/36.58	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/node17/watcher-332055-1173366583 -o ROOT/results/node17/solver-332055-1173366583 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332055-1173366583/sat4j-sat2007.jar /tmp/evaluation/332055-1173366583/instance-332055-1173366583.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.23 1.05 1.02 2/77 8928
/proc/meminfo: memFree=1185664/2055920 swapFree=4168576/4192956
[pid=8928] ppid=8926 vsize=1800 CPUtime=0
/proc/8928/stat : 8928 (java6) D 8926 8928 8263 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 356613826 1843200 148 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/8928/statm: 450 148 111 9 0 92 0

[startup+0.064399 s]
/proc/loadavg: 1.23 1.05 1.02 2/77 8928
/proc/meminfo: memFree=1185664/2055920 swapFree=4168576/4192956
[pid=8928] ppid=8926 vsize=1777708 CPUtime=0.05
/proc/8928/stat : 8928 (java) S 8926 8928 8263 0 -1 0 3676 0 1 0 4 1 0 0 18 0 7 0 356613826 1820372992 3419 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/8928/statm: 444427 3419 1079 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.102403 s]
/proc/loadavg: 1.23 1.05 1.02 2/77 8928
/proc/meminfo: memFree=1185664/2055920 swapFree=4168576/4192956
[pid=8928] ppid=8926 vsize=1777844 CPUtime=0.07
/proc/8928/stat : 8928 (java) S 8926 8928 8263 0 -1 0 3808 0 1 0 5 2 0 0 18 0 7 0 356613826 1820512256 3551 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/8928/statm: 444461 3551 1089 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.30143 s]
/proc/loadavg: 1.23 1.05 1.02 2/77 8928
/proc/meminfo: memFree=1185664/2055920 swapFree=4168576/4192956
[pid=8928] ppid=8926 vsize=1782432 CPUtime=0.24
/proc/8928/stat : 8928 (java) S 8926 8928 8263 0 -1 0 10338 0 1 0 19 5 0 0 18 0 12 0 356613826 1825210368 10078 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8928/statm: 445608 10089 1255 9 0 443220 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1782432

[startup+0.702469 s]
/proc/loadavg: 1.23 1.05 1.02 2/77 8928
/proc/meminfo: memFree=1185664/2055920 swapFree=4168576/4192956
[pid=8928] ppid=8926 vsize=1784188 CPUtime=0.79
/proc/8928/stat : 8928 (java) S 8926 8928 8263 0 -1 0 21251 0 1 0 70 9 0 0 18 0 12 0 356613826 1827008512 20618 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8928/statm: 446047 20618 1289 9 0 443659 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 1784188

[startup+1.50256 s]
/proc/loadavg: 1.23 1.05 1.02 2/89 8940
/proc/meminfo: memFree=1099104/2055920 swapFree=4168576/4192956
[pid=8928] ppid=8926 vsize=1784188 CPUtime=1.6
/proc/8928/stat : 8928 (java) S 8926 8928 8263 0 -1 0 27856 0 1 0 146 14 0 0 18 0 12 0 356613826 1827008512 27222 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8928/statm: 446047 27223 1304 9 0 443659 0
[pid=8928/tid=8930] ppid=8926 vsize=1784188 CPUtime=1.3
/proc/8928/task/8930/stat : 8930 (java) R 8926 8928 8263 0 -1 64 25895 0 1 0 118 12 0 0 22 0 12 0 356613827 1827008512 27223 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109510964 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8931] ppid=8926 vsize=1784188 CPUtime=0
/proc/8928/task/8931/stat : 8931 (java) S 8926 8928 8263 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 356613828 1827008512 27223 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8932] ppid=8926 vsize=1784188 CPUtime=0
/proc/8928/task/8932/stat : 8932 (java) S 8926 8928 8263 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 356613828 1827008512 27223 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8933] ppid=8926 vsize=1784188 CPUtime=0
/proc/8928/task/8933/stat : 8933 (java) S 8926 8928 8263 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 356613831 1827008512 27224 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8934] ppid=8926 vsize=1784188 CPUtime=0
/proc/8928/task/8934/stat : 8934 (java) S 8926 8928 8263 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 356613831 1827008512 27224 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8935] ppid=8926 vsize=1784188 CPUtime=0
/proc/8928/task/8935/stat : 8935 (java) S 8926 8928 8263 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 356613831 1827008512 27224 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8936] ppid=8926 vsize=1784188 CPUtime=0
/proc/8928/task/8936/stat : 8936 (java) S 8926 8928 8263 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 356613841 1827008512 27224 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8937] ppid=8926 vsize=1784188 CPUtime=0.11
/proc/8928/task/8937/stat : 8937 (java) S 8926 8928 8263 0 -1 64 509 0 0 0 11 0 0 0 16 0 12 0 356613841 1827008512 27225 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8938] ppid=8926 vsize=1784188 CPUtime=0.16
/proc/8928/task/8938/stat : 8938 (java) S 8926 8928 8263 0 -1 64 735 0 0 0 16 0 0 0 16 0 12 0 356613841 1827008512 27225 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8939] ppid=8926 vsize=1784188 CPUtime=0
/proc/8928/task/8939/stat : 8939 (java) S 8926 8928 8263 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 356613841 1827008512 27225 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8940] ppid=8926 vsize=1784188 CPUtime=0
/proc/8928/task/8940/stat : 8940 (java) S 8926 8928 8263 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 356613841 1827008512 27226 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 1784188

[startup+3.10172 s]
/proc/loadavg: 1.23 1.05 1.02 2/89 8940
/proc/meminfo: memFree=1064800/2055920 swapFree=4168576/4192956
[pid=8928] ppid=8926 vsize=1792520 CPUtime=3.36
/proc/8928/stat : 8928 (java) S 8926 8928 8263 0 -1 0 54813 0 1 0 310 26 0 0 18 0 12 0 356613826 1835540480 53535 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8928/statm: 448130 53546 1309 9 0 445742 0
[pid=8928/tid=8930] ppid=8926 vsize=1792520 CPUtime=2.73
/proc/8928/task/8930/stat : 8930 (java) S 8926 8928 8263 0 -1 64 37685 0 1 0 256 17 0 0 25 0 12 0 356613827 1835540480 53553 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8931] ppid=8926 vsize=1792520 CPUtime=0.15
/proc/8928/task/8931/stat : 8931 (java) R 8926 8928 8263 0 -1 64 10806 0 0 0 11 4 0 0 18 0 12 0 356613828 1835540480 53561 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 103371402 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8932] ppid=8926 vsize=1792520 CPUtime=0.15
/proc/8928/task/8932/stat : 8932 (java) R 8926 8928 8263 0 -1 64 4388 0 0 0 13 2 0 0 18 0 12 0 356613828 1835540480 53569 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105369170 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8933] ppid=8926 vsize=1792520 CPUtime=0
/proc/8928/task/8933/stat : 8933 (java) S 8926 8928 8263 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 356613831 1835540480 53577 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8934] ppid=8926 vsize=1792520 CPUtime=0
/proc/8928/task/8934/stat : 8934 (java) S 8926 8928 8263 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 356613831 1835540480 53586 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8935] ppid=8926 vsize=1792520 CPUtime=0
/proc/8928/task/8935/stat : 8935 (java) S 8926 8928 8263 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 356613831 1835540480 53594 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8936] ppid=8926 vsize=1792520 CPUtime=0
/proc/8928/task/8936/stat : 8936 (java) S 8926 8928 8263 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 356613841 1835540480 53603 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8937] ppid=8926 vsize=1792520 CPUtime=0.11
/proc/8928/task/8937/stat : 8937 (java) S 8926 8928 8263 0 -1 64 509 0 0 0 11 0 0 0 16 0 12 0 356613841 1835540480 53611 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8938] ppid=8926 vsize=1792520 CPUtime=0.16
/proc/8928/task/8938/stat : 8938 (java) S 8926 8928 8263 0 -1 64 735 0 0 0 16 0 0 0 16 0 12 0 356613841 1835540480 53619 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8939] ppid=8926 vsize=1792520 CPUtime=0
/proc/8928/task/8939/stat : 8939 (java) S 8926 8928 8263 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 356613841 1835540480 53627 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8940] ppid=8926 vsize=1792520 CPUtime=0
/proc/8928/task/8940/stat : 8940 (java) S 8926 8928 8263 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 356613841 1835540480 53635 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 1792520

[startup+6.30205 s]
/proc/loadavg: 1.29 1.06 1.02 2/89 8940
/proc/meminfo: memFree=909984/2055920 swapFree=4168576/4192956
[pid=8928] ppid=8926 vsize=1789956 CPUtime=7.12
/proc/8928/stat : 8928 (java) S 8926 8928 8263 0 -1 0 74480 0 1 0 675 37 0 0 18 0 12 0 356613826 1832914944 70859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8928/statm: 447489 70859 1313 9 0 445101 0
[pid=8928/tid=8930] ppid=8926 vsize=1789956 CPUtime=5.38
/proc/8928/task/8930/stat : 8930 (java) R 8926 8928 8263 0 -1 64 37691 0 1 0 519 19 0 0 25 0 12 0 356613827 1832914944 70859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109487928 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8931] ppid=8926 vsize=1789956 CPUtime=0.71
/proc/8928/task/8931/stat : 8931 (java) S 8926 8928 8263 0 -1 64 23599 0 0 0 61 10 0 0 16 0 12 0 356613828 1832914944 70859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8932] ppid=8926 vsize=1789956 CPUtime=0.71
/proc/8928/task/8932/stat : 8932 (java) S 8926 8928 8263 0 -1 64 11221 0 0 0 66 5 0 0 22 0 12 0 356613828 1832914944 70859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8933] ppid=8926 vsize=1789956 CPUtime=0
/proc/8928/task/8933/stat : 8933 (java) S 8926 8928 8263 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 356613831 1832914944 70859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8934] ppid=8926 vsize=1789956 CPUtime=0
/proc/8928/task/8934/stat : 8934 (java) S 8926 8928 8263 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356613831 1832914944 70859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8935] ppid=8926 vsize=1789956 CPUtime=0
/proc/8928/task/8935/stat : 8935 (java) S 8926 8928 8263 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 356613831 1832914944 70859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8936] ppid=8926 vsize=1789956 CPUtime=0
/proc/8928/task/8936/stat : 8936 (java) S 8926 8928 8263 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 356613841 1832914944 70859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8937] ppid=8926 vsize=1789956 CPUtime=0.11
/proc/8928/task/8937/stat : 8937 (java) S 8926 8928 8263 0 -1 64 509 0 0 0 11 0 0 0 16 0 12 0 356613841 1832914944 70859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8938] ppid=8926 vsize=1789956 CPUtime=0.16
/proc/8928/task/8938/stat : 8938 (java) S 8926 8928 8263 0 -1 64 735 0 0 0 16 0 0 0 16 0 12 0 356613841 1832914944 70859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8939] ppid=8926 vsize=1789956 CPUtime=0
/proc/8928/task/8939/stat : 8939 (java) S 8926 8928 8263 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 356613841 1832914944 70859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8940] ppid=8926 vsize=1789956 CPUtime=0
/proc/8928/task/8940/stat : 8940 (java) S 8926 8928 8263 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 356613841 1832914944 70859 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 1789956

[startup+12.7017 s]
/proc/loadavg: 1.34 1.08 1.02 2/89 8940
/proc/meminfo: memFree=757856/2055920 swapFree=4168576/4192956
[pid=8928] ppid=8926 vsize=1799556 CPUtime=14.98
/proc/8928/stat : 8928 (java) S 8926 8928 8263 0 -1 0 118884 0 1 0 1442 56 0 0 18 0 12 0 356613826 1842745344 108835 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8928/statm: 449889 108835 1313 9 0 447501 0
[pid=8928/tid=8930] ppid=8926 vsize=1799556 CPUtime=10.21
/proc/8928/task/8930/stat : 8930 (java) R 8926 8928 8263 0 -1 64 37692 0 1 0 1001 20 0 0 25 0 12 0 356613827 1842745344 108835 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109488421 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8931] ppid=8926 vsize=1799556 CPUtime=2.27
/proc/8928/task/8931/stat : 8931 (java) S 8926 8928 8263 0 -1 64 48506 0 0 0 208 19 0 0 25 0 12 0 356613828 1842745344 108835 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8932] ppid=8926 vsize=1799556 CPUtime=2.19
/proc/8928/task/8932/stat : 8932 (java) S 8926 8928 8263 0 -1 64 30717 0 0 0 204 15 0 0 16 0 12 0 356613828 1842745344 108835 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8933] ppid=8926 vsize=1799556 CPUtime=0
/proc/8928/task/8933/stat : 8933 (java) S 8926 8928 8263 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 356613831 1842745344 108835 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8934] ppid=8926 vsize=1799556 CPUtime=0
/proc/8928/task/8934/stat : 8934 (java) S 8926 8928 8263 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356613831 1842745344 108835 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8935] ppid=8926 vsize=1799556 CPUtime=0
/proc/8928/task/8935/stat : 8935 (java) S 8926 8928 8263 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 356613831 1842745344 108835 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8936] ppid=8926 vsize=1799556 CPUtime=0
/proc/8928/task/8936/stat : 8936 (java) S 8926 8928 8263 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 356613841 1842745344 108835 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8937] ppid=8926 vsize=1799556 CPUtime=0.11
/proc/8928/task/8937/stat : 8937 (java) S 8926 8928 8263 0 -1 64 509 0 0 0 11 0 0 0 16 0 12 0 356613841 1842745344 108835 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8938] ppid=8926 vsize=1799556 CPUtime=0.16
/proc/8928/task/8938/stat : 8938 (java) S 8926 8928 8263 0 -1 64 735 0 0 0 16 0 0 0 16 0 12 0 356613841 1842745344 108835 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8939] ppid=8926 vsize=1799556 CPUtime=0
/proc/8928/task/8939/stat : 8939 (java) S 8926 8928 8263 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 356613841 1842745344 108835 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8940] ppid=8926 vsize=1799556 CPUtime=0
/proc/8928/task/8940/stat : 8940 (java) S 8926 8928 8263 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 356613841 1842745344 108835 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.98
Current children cumulated vsize (KiB) 1799556

[startup+25.502 s]
/proc/loadavg: 1.33 1.09 1.03 2/89 8940
/proc/meminfo: memFree=489696/2055920 swapFree=4168576/4192956
[pid=8928] ppid=8926 vsize=1825156 CPUtime=31.53
/proc/8928/stat : 8928 (java) S 8926 8928 8263 0 -1 0 202061 0 1 0 3057 96 0 0 18 0 12 0 356613826 1868959744 175776 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8928/statm: 456289 175776 1313 9 0 453901 0
[pid=8928/tid=8930] ppid=8926 vsize=1825156 CPUtime=19
/proc/8928/task/8930/stat : 8930 (java) R 8926 8928 8263 0 -1 64 37694 0 1 0 1875 25 0 0 25 0 12 0 356613827 1868959744 175776 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109489411 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8931] ppid=8926 vsize=1825156 CPUtime=6.17
/proc/8928/task/8931/stat : 8931 (java) S 8926 8928 8263 0 -1 64 90864 0 0 0 580 37 0 0 16 0 12 0 356613828 1868959744 175776 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8932] ppid=8926 vsize=1825156 CPUtime=6.05
/proc/8928/task/8932/stat : 8932 (java) S 8926 8928 8263 0 -1 64 71534 0 0 0 573 32 0 0 16 0 12 0 356613828 1868959744 175776 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8933] ppid=8926 vsize=1825156 CPUtime=0
/proc/8928/task/8933/stat : 8933 (java) S 8926 8928 8263 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 356613831 1868959744 175776 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8934] ppid=8926 vsize=1825156 CPUtime=0
/proc/8928/task/8934/stat : 8934 (java) S 8926 8928 8263 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356613831 1868959744 175776 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8935] ppid=8926 vsize=1825156 CPUtime=0
/proc/8928/task/8935/stat : 8935 (java) S 8926 8928 8263 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 356613831 1868959744 175776 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8936] ppid=8926 vsize=1825156 CPUtime=0
/proc/8928/task/8936/stat : 8936 (java) S 8926 8928 8263 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 356613841 1868959744 175776 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8937] ppid=8926 vsize=1825156 CPUtime=0.11
/proc/8928/task/8937/stat : 8937 (java) S 8926 8928 8263 0 -1 64 509 0 0 0 11 0 0 0 16 0 12 0 356613841 1868959744 175776 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8938] ppid=8926 vsize=1825156 CPUtime=0.16
/proc/8928/task/8938/stat : 8938 (java) S 8926 8928 8263 0 -1 64 735 0 0 0 16 0 0 0 16 0 12 0 356613841 1868959744 175776 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8939] ppid=8926 vsize=1825156 CPUtime=0
/proc/8928/task/8939/stat : 8939 (java) S 8926 8928 8263 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 356613841 1868959744 175776 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8940] ppid=8926 vsize=1825156 CPUtime=0
/proc/8928/task/8940/stat : 8940 (java) S 8926 8928 8263 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 356613841 1868959744 175776 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.53
Current children cumulated vsize (KiB) 1825156



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+35.1021 s]
/proc/loadavg: 1.36 1.10 1.03 4/89 8940
/proc/meminfo: memFree=328416/2055920 swapFree=4168576/4192956
[pid=8928] ppid=8926 vsize=1866120 CPUtime=44.43
/proc/8928/stat : 8928 (java) S 8926 8928 8263 0 -1 0 246090 0 1 0 4322 121 0 0 18 0 12 0 356613826 1910906880 216412 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8928/statm: 466530 216412 1313 9 0 464142 0
[pid=8928/tid=8930] ppid=8926 vsize=1866120 CPUtime=25.07
/proc/8928/task/8930/stat : 8930 (java) S 8926 8928 8263 0 -1 64 37695 0 1 0 2478 29 0 0 25 0 12 0 356613827 1910906880 216412 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8931] ppid=8926 vsize=1866120 CPUtime=9.5
/proc/8928/task/8931/stat : 8931 (java) R 8926 8928 8263 0 -1 64 102039 0 0 0 907 43 0 0 25 0 12 0 356613828 1910906880 216412 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 103361290 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8932] ppid=8926 vsize=1866120 CPUtime=9.54
/proc/8928/task/8932/stat : 8932 (java) R 8926 8928 8263 0 -1 64 104387 0 0 0 907 47 0 0 25 0 12 0 356613828 1910906880 216412 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 103371457 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8933] ppid=8926 vsize=1866120 CPUtime=0
/proc/8928/task/8933/stat : 8933 (java) S 8926 8928 8263 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 356613831 1910906880 216412 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8934] ppid=8926 vsize=1866120 CPUtime=0
/proc/8928/task/8934/stat : 8934 (java) S 8926 8928 8263 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356613831 1910906880 216412 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8935] ppid=8926 vsize=1866120 CPUtime=0
/proc/8928/task/8935/stat : 8935 (java) S 8926 8928 8263 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 356613831 1910906880 216412 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8936] ppid=8926 vsize=1866120 CPUtime=0
/proc/8928/task/8936/stat : 8936 (java) S 8926 8928 8263 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 356613841 1910906880 216412 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8937] ppid=8926 vsize=1866120 CPUtime=0.11
/proc/8928/task/8937/stat : 8937 (java) S 8926 8928 8263 0 -1 64 509 0 0 0 11 0 0 0 16 0 12 0 356613841 1910906880 216412 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8938] ppid=8926 vsize=1866120 CPUtime=0.17
/proc/8928/task/8938/stat : 8938 (java) S 8926 8928 8263 0 -1 64 735 0 0 0 17 0 0 0 16 0 12 0 356613841 1910906880 216412 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8939] ppid=8926 vsize=1866120 CPUtime=0
/proc/8928/task/8939/stat : 8939 (java) S 8926 8928 8263 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 356613841 1910906880 216412 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8940] ppid=8926 vsize=1866120 CPUtime=0
/proc/8928/task/8940/stat : 8940 (java) S 8926 8928 8263 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 356613841 1910906880 216412 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 44.43
Current children cumulated vsize (KiB) 1866120

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

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

[startup+35.8021 s]
/proc/loadavg: 1.36 1.10 1.03 4/89 8940
/proc/meminfo: memFree=328416/2055920 swapFree=4168576/4192956
[pid=8928] ppid=8926 vsize=1845636 CPUtime=45.81
/proc/8928/stat : 8928 (java) S 8926 8928 8263 0 -1 0 263723 0 1 0 4451 130 0 0 16 0 12 0 356613826 1889931264 227048 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8928/statm: 461409 227048 1313 9 0 459021 0
[pid=8928/tid=8930] ppid=8926 vsize=1845636 CPUtime=25.07
/proc/8928/task/8930/stat : 8930 (java) S 8926 8928 8263 0 -1 64 37695 0 1 0 2478 29 0 0 25 0 12 0 356613827 1889931264 227049 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8931] ppid=8926 vsize=1845636 CPUtime=10.18
/proc/8928/task/8931/stat : 8931 (java) R 8926 8928 8263 0 -1 64 113906 0 0 0 969 49 0 0 25 0 12 0 356613828 1889931264 227050 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8932] ppid=8926 vsize=1845636 CPUtime=10.23
/proc/8928/task/8932/stat : 8932 (java) R 8926 8928 8263 0 -1 64 110155 0 0 0 973 50 0 0 25 0 12 0 356613828 1889931264 227051 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8933] ppid=8926 vsize=1845636 CPUtime=0
/proc/8928/task/8933/stat : 8933 (java) S 8926 8928 8263 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 356613831 1889931264 227051 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8934] ppid=8926 vsize=1845636 CPUtime=0
/proc/8928/task/8934/stat : 8934 (java) S 8926 8928 8263 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356613831 1889931264 227051 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8935] ppid=8926 vsize=1845636 CPUtime=0
/proc/8928/task/8935/stat : 8935 (java) S 8926 8928 8263 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 356613831 1889931264 227051 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8936] ppid=8926 vsize=1845636 CPUtime=0
/proc/8928/task/8936/stat : 8936 (java) S 8926 8928 8263 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 356613841 1889931264 227051 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8937] ppid=8926 vsize=1845636 CPUtime=0.11
/proc/8928/task/8937/stat : 8937 (java) S 8926 8928 8263 0 -1 64 509 0 0 0 11 0 0 0 16 0 12 0 356613841 1889931264 227051 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8938] ppid=8926 vsize=1845636 CPUtime=0.17
/proc/8928/task/8938/stat : 8938 (java) S 8926 8928 8263 0 -1 64 735 0 0 0 17 0 0 0 16 0 12 0 356613841 1889931264 227051 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8939] ppid=8926 vsize=1845636 CPUtime=0
/proc/8928/task/8939/stat : 8939 (java) S 8926 8928 8263 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 356613841 1889931264 227051 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8940] ppid=8926 vsize=1845636 CPUtime=0
/proc/8928/task/8940/stat : 8940 (java) S 8926 8928 8263 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 356613841 1889931264 227051 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 45.81
Current children cumulated vsize (KiB) 1845636

[startup+36.2012 s]
/proc/loadavg: 1.36 1.10 1.03 3/90 8941
/proc/meminfo: memFree=251544/2055920 swapFree=4168576/4192956
[pid=8928] ppid=8926 vsize=1845636 CPUtime=46.62
/proc/8928/stat : 8928 (java) S 8926 8928 8263 0 -1 0 273405 0 1 0 4527 135 0 0 16 0 12 0 356613826 1889931264 235349 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8928/statm: 461409 235350 1313 9 0 459021 0
[pid=8928/tid=8930] ppid=8926 vsize=1845636 CPUtime=25.07
/proc/8928/task/8930/stat : 8930 (java) S 8926 8928 8263 0 -1 64 37695 0 1 0 2478 29 0 0 25 0 12 0 356613827 1889931264 235353 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8931] ppid=8926 vsize=1845636 CPUtime=10.58
/proc/8928/task/8931/stat : 8931 (java) R 8926 8928 8263 0 -1 64 119301 0 0 0 1006 52 0 0 25 0 12 0 356613828 1889931264 235355 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8932] ppid=8926 vsize=1845636 CPUtime=10.64
/proc/8928/task/8932/stat : 8932 (java) R 8926 8928 8263 0 -1 64 114447 0 0 0 1012 52 0 0 25 0 12 0 356613828 1889931264 235356 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8933] ppid=8926 vsize=1845636 CPUtime=0
/proc/8928/task/8933/stat : 8933 (java) S 8926 8928 8263 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 356613831 1889931264 235358 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8934] ppid=8926 vsize=1845636 CPUtime=0
/proc/8928/task/8934/stat : 8934 (java) S 8926 8928 8263 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 356613831 1889931264 235359 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8935] ppid=8926 vsize=1845636 CPUtime=0
/proc/8928/task/8935/stat : 8935 (java) S 8926 8928 8263 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 356613831 1889931264 235361 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8936] ppid=8926 vsize=1845636 CPUtime=0
/proc/8928/task/8936/stat : 8936 (java) S 8926 8928 8263 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 356613841 1889931264 235362 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8937] ppid=8926 vsize=1845636 CPUtime=0.11
/proc/8928/task/8937/stat : 8937 (java) S 8926 8928 8263 0 -1 64 509 0 0 0 11 0 0 0 16 0 12 0 356613841 1889931264 235364 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8938] ppid=8926 vsize=1845636 CPUtime=0.17
/proc/8928/task/8938/stat : 8938 (java) S 8926 8928 8263 0 -1 64 735 0 0 0 17 0 0 0 16 0 12 0 356613841 1889931264 235365 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8939] ppid=8926 vsize=1845636 CPUtime=0
/proc/8928/task/8939/stat : 8939 (java) S 8926 8928 8263 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 356613841 1889931264 235367 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8940] ppid=8926 vsize=1845636 CPUtime=0
/proc/8928/task/8940/stat : 8940 (java) S 8926 8928 8263 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 356613841 1889931264 235368 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 46.62
Current children cumulated vsize (KiB) 1845636

[startup+36.6012 s]
/proc/loadavg: 1.36 1.10 1.03 3/90 8941
/proc/meminfo: memFree=251544/2055920 swapFree=4168576/4192956
[pid=8928] ppid=8926 vsize=1846284 CPUtime=47.19
/proc/8928/stat : 8928 (java) S 8926 8928 8263 0 -1 0 279902 0 1 0 4582 137 0 0 16 0 13 0 356613826 1890594816 241328 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8928/statm: 461571 241328 1314 9 0 459183 0
[pid=8928/tid=8930] ppid=8926 vsize=1846284 CPUtime=25.09
/proc/8928/task/8930/stat : 8930 (java) R 8926 8928 8263 0 -1 64 37695 0 1 0 2480 29 0 0 17 0 13 0 356613827 1890594816 241328 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109489555 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8931] ppid=8926 vsize=1846284 CPUtime=10.96
/proc/8928/task/8931/stat : 8931 (java) S 8926 8928 8263 0 -1 64 122485 0 0 0 1042 54 0 0 16 0 13 0 356613828 1890594816 241328 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8932] ppid=8926 vsize=1846284 CPUtime=10.81
/proc/8928/task/8932/stat : 8932 (java) S 8926 8928 8263 0 -1 64 117731 0 0 0 1029 52 0 0 16 0 13 0 356613828 1890594816 241328 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8933] ppid=8926 vsize=1846284 CPUtime=0
/proc/8928/task/8933/stat : 8933 (java) S 8926 8928 8263 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 356613831 1890594816 241328 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8934] ppid=8926 vsize=1846284 CPUtime=0
/proc/8928/task/8934/stat : 8934 (java) S 8926 8928 8263 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356613831 1890594816 241328 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8935] ppid=8926 vsize=1846284 CPUtime=0
/proc/8928/task/8935/stat : 8935 (java) S 8926 8928 8263 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356613831 1890594816 241328 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8936] ppid=8926 vsize=1846284 CPUtime=0
/proc/8928/task/8936/stat : 8936 (java) S 8926 8928 8263 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 356613841 1890594816 241328 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8937] ppid=8926 vsize=1846284 CPUtime=0.11
/proc/8928/task/8937/stat : 8937 (java) S 8926 8928 8263 0 -1 64 509 0 0 0 11 0 0 0 16 0 13 0 356613841 1890594816 241328 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8928/tid=8938] ppid=8926 vsize=1846284 CPUtime=0.17
/proc/8928/task/8938/stat : 8938 (java) S 8926 8928 8263 0 -1 64 735 0 0 0 17 0 0 0 16 0 13 0 356613841 1890594816 241328 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8939] ppid=8926 vsize=1846284 CPUtime=0
/proc/8928/task/8939/stat : 8939 (java) S 8926 8928 8263 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 356613841 1890594816 241328 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8928/tid=8940] ppid=8926 vsize=1846284 CPUtime=0
/proc/8928/task/8940/stat : 8940 (java) S 8926 8928 8263 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 356613841 1890594816 241328 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.19
Current children cumulated vsize (KiB) 1846284

[startup+36.7016 s]
/proc/loadavg: 1.36 1.10 1.03 3/90 8941
/proc/meminfo: memFree=251544/2055920 swapFree=4168576/4192956
[pid=8928] ppid=8926 vsize=0 CPUtime=47.29
/proc/8928/stat : 8928 (java) Z 8926 8928 8263 0 -1 1036 279903 0 1 0 4585 144 0 0 16 0 2 0 356613826 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8928/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 36.7818
CPU time (s): 47.3768
CPU user time (s): 45.853
CPU system time (s): 1.52377
CPU usage (%): 128.805
Max. virtual memory (cumulated for all children) (KiB): 1866120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.853
system time used= 1.52377
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279903
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= 1301
involuntary context switches= 1410

runsolver used 0.049992 second user time and 0.119981 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Thu Mar  8 15:09:56 UTC 2007

IDJOB= 332055
IDBENCH= 20574
IDSOLVER= 141
FILE ID= node17/332055-1173366583

PBS_JOBID= 4045323

Free space on /tmp= 66301 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  9a43349587a435e7109b46b3aceb156e

RANDOM SEED= 186460785

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.229
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.229
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:       1186072 kB
Buffers:         48324 kB
Cached:         720060 kB
SwapCached:       2124 kB
Active:         454716 kB
Inactive:       336740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1186072 kB
SwapTotal:     4192956 kB
SwapFree:      4168576 kB
Dirty:          214560 kB
Writeback:           0 kB
Mapped:          30912 kB
Slab:            63972 kB
Committed_AS:  1407532 kB
PageTables:       1752 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= 66301 MiB

End job on node17 on Thu Mar  8 15:10:33 UTC 2007