Trace number 331370

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J SAT 2007? (MO) 11.7422 9.55533

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug4.cnf
MD5SUMc9a9723a58c9cb8a0b55a82eb452ac90
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark22.7625
Satisfiable
(Un)Satisfiability was proved
Number of variables520721
Number of clauses13348117
Sum of the clauses size39114325
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28684529
Number of clauses of size 34209371
Number of clauses of size 425262
Number of clauses of size 515676
Number of clauses of size over 5413278

Solver Data (download as text)

0.06/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.18	c version SAT COMPETITION 2007
0.06/0.18	c sun.arch.data.model	32
0.06/0.18	c java.version	1.6.0
0.06/0.18	c os.name	Linux
0.06/0.18	c os.version	2.6.9-22.EL.rootsmp
0.06/0.18	c os.arch	i386
0.06/0.18	c Free memory 1703279312
0.06/0.18	c Max memory 1706164224
0.06/0.18	c Total memory 1706164224
0.06/0.18	c Number of processors 2
0.16/0.23	c --- Begin Solver configuration ---
0.16/0.23	c Stops conflict analysis at the first Unique Implication Point
0.16/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.16/0.23	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.16/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.23	c VSIDS like heuristics from MiniSAT using a heap
0.16/0.23	c Expensive reason simplification
0.16/0.23	c --- End Solver configuration ---
0.16/0.23	c timeout: 2147483s
0.16/0.23	c solving /tmp/evaluation/331370-1173183676/instance-331370-1173183676.cnf
0.16/0.23	c reading problem ... 
11.58/9.43	c starts		: 0
11.58/9.43	c conflicts		: 0
11.58/9.43	c decisions		: 0
11.58/9.43	c propagations		: 0
11.58/9.43	c inspects		: 0
11.58/9.43	c learnt literals	: 0
11.58/9.43	c learnt binary clauses	: 0
11.58/9.43	c learnt ternary clauses	: 0
11.58/9.43	c learnt clauses	: 0
11.58/9.43	c root simplifications	: 0
11.58/9.43	c removed literals (reason simplification)	: 0
11.58/9.43	c reason swapping (by a shorter reason)	: 0
11.58/9.43	c Calls to reduceDB	: 0
11.58/9.43	c speed (decisions/second)	: 0.0
11.58/9.43	c non guided choices	0
11.58/9.43	s UNKNOWN
11.58/9.43	c Total wall clock time (in seconds) : 9.195
11.58/9.43	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/node40/watcher-331370-1173183676 -o ROOT/results/node40/solver-331370-1173183676 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/331370-1173183676/sat4j-sat2007.jar /tmp/evaluation/331370-1173183676/instance-331370-1173183676.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.22 1.07 1.02 3/64 19130
/proc/meminfo: memFree=1418928/2055920 swapFree=4192812/4192956
[pid=19130] ppid=19128 vsize=152 CPUtime=0
/proc/19130/stat : 19130 (java) R 19128 19130 17592 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 44323721 155648 26 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 6910756 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/19130/statm: 38 26 19 9 0 4 0

[startup+0.00876205 s]
/proc/loadavg: 1.22 1.07 1.02 3/64 19130
/proc/meminfo: memFree=1418928/2055920 swapFree=4192812/4192956
[pid=19130] ppid=19128 vsize=1800 CPUtime=0
/proc/19130/stat : 19130 (java) D 19128 19130 17592 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 44323721 1843200 148 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/19130/statm: 450 148 111 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.102776 s]
/proc/loadavg: 1.22 1.07 1.02 3/64 19130
/proc/meminfo: memFree=1418928/2055920 swapFree=4192812/4192956
[pid=19130] ppid=19128 vsize=1829096 CPUtime=0.06
/proc/19130/stat : 19130 (java) S 19128 19130 17592 0 -1 0 3820 0 1 0 4 2 0 0 18 0 7 0 44323721 1872994304 3562 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/19130/statm: 457274 3562 1085 9 0 454910 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1829096

[startup+0.302828 s]
/proc/loadavg: 1.22 1.07 1.02 3/64 19130
/proc/meminfo: memFree=1418928/2055920 swapFree=4192812/4192956
[pid=19130] ppid=19128 vsize=1832824 CPUtime=0.27
/proc/19130/stat : 19130 (java) S 19128 19130 17592 0 -1 0 15289 0 1 0 20 7 0 0 18 0 12 0 44323721 1876811776 15027 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19130/statm: 458206 15027 1255 9 0 455818 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 1832824

[startup+0.701899 s]
/proc/loadavg: 1.22 1.07 1.02 3/64 19130
/proc/meminfo: memFree=1418928/2055920 swapFree=4192812/4192956
[pid=19130] ppid=19128 vsize=1834364 CPUtime=0.81
/proc/19130/stat : 19130 (java) S 19128 19130 17592 0 -1 0 25350 0 1 0 69 12 0 0 18 0 12 0 44323721 1878388736 24760 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19130/statm: 458591 24760 1289 9 0 456203 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 1834364

[startup+1.50107 s]
/proc/loadavg: 1.22 1.07 1.02 2/76 19142
/proc/meminfo: memFree=1313040/2055920 swapFree=4192812/4192956
[pid=19130] ppid=19128 vsize=1834364 CPUtime=1.62
/proc/19130/stat : 19130 (java) S 19128 19130 17592 0 -1 0 31952 0 1 0 146 16 0 0 18 0 12 0 44323721 1878388736 31361 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19130/statm: 458591 31361 1304 9 0 456203 0
[pid=19130/tid=19132] ppid=19128 vsize=1834364 CPUtime=1.31
/proc/19130/task/19132/stat : 19132 (java) R 19128 19130 17592 0 -1 64 30059 0 1 0 117 14 0 0 20 0 12 0 44323722 1878388736 31361 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109538027 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19133] ppid=19128 vsize=1834364 CPUtime=0
/proc/19130/task/19133/stat : 19133 (java) S 19128 19130 17592 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 44323726 1878388736 31361 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19134] ppid=19128 vsize=1834364 CPUtime=0
/proc/19130/task/19134/stat : 19134 (java) S 19128 19130 17592 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 44323726 1878388736 31361 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19135] ppid=19128 vsize=1834364 CPUtime=0
/proc/19130/task/19135/stat : 19135 (java) S 19128 19130 17592 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 44323728 1878388736 31361 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19136] ppid=19128 vsize=1834364 CPUtime=0
/proc/19130/task/19136/stat : 19136 (java) S 19128 19130 17592 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 44323729 1878388736 31361 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19137] ppid=19128 vsize=1834364 CPUtime=0
/proc/19130/task/19137/stat : 19137 (java) S 19128 19130 17592 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 44323729 1878388736 31361 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19138] ppid=19128 vsize=1834364 CPUtime=0
/proc/19130/task/19138/stat : 19138 (java) S 19128 19130 17592 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 44323733 1878388736 31361 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19139] ppid=19128 vsize=1834364 CPUtime=0.13
/proc/19130/task/19139/stat : 19139 (java) S 19128 19130 17592 0 -1 64 420 0 0 0 13 0 0 0 16 0 12 0 44323733 1878388736 31361 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19130/tid=19140] ppid=19128 vsize=1834364 CPUtime=0.14
/proc/19130/task/19140/stat : 19140 (java) S 19128 19130 17592 0 -1 64 754 0 0 0 14 0 0 0 15 0 12 0 44323733 1878388736 31361 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19141] ppid=19128 vsize=1834364 CPUtime=0
/proc/19130/task/19141/stat : 19141 (java) S 19128 19130 17592 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 44323733 1878388736 31361 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19142] ppid=19128 vsize=1834364 CPUtime=0
/proc/19130/task/19142/stat : 19142 (java) S 19128 19130 17592 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 44323733 1878388736 31361 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 1834364

[startup+3.10241 s]
/proc/loadavg: 1.22 1.07 1.02 2/76 19142
/proc/meminfo: memFree=1277520/2055920 swapFree=4192812/4192956
[pid=19130] ppid=19128 vsize=1840772 CPUtime=3.69
/proc/19130/stat : 19130 (java) S 19128 19130 17592 0 -1 0 72938 0 1 0 333 36 0 0 18 0 12 0 44323721 1884950528 69827 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19130/statm: 460193 69829 1309 9 0 457805 0
[pid=19130/tid=19132] ppid=19128 vsize=1840772 CPUtime=2.43
/proc/19130/task/19132/stat : 19132 (java) S 19128 19130 17592 0 -1 64 38800 0 1 0 222 21 0 0 25 0 12 0 44323722 1884950528 69830 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19130/tid=19133] ppid=19128 vsize=1840772 CPUtime=0.48
/proc/19130/task/19133/stat : 19133 (java) R 19128 19130 17592 0 -1 64 23297 0 0 0 39 9 0 0 19 0 12 0 44323726 1884950528 69831 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369186 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19134] ppid=19128 vsize=1840772 CPUtime=0.48
/proc/19130/task/19134/stat : 19134 (java) R 19128 19130 17592 0 -1 64 8955 0 0 0 44 4 0 0 19 0 12 0 44323726 1884950528 69832 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19130/tid=19135] ppid=19128 vsize=1840772 CPUtime=0
/proc/19130/task/19135/stat : 19135 (java) S 19128 19130 17592 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 44323728 1884950528 69834 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19136] ppid=19128 vsize=1840772 CPUtime=0
/proc/19130/task/19136/stat : 19136 (java) S 19128 19130 17592 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 44323729 1884950528 69835 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19137] ppid=19128 vsize=1840772 CPUtime=0
/proc/19130/task/19137/stat : 19137 (java) S 19128 19130 17592 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 44323729 1884950528 69836 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19138] ppid=19128 vsize=1840772 CPUtime=0
/proc/19130/task/19138/stat : 19138 (java) S 19128 19130 17592 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 44323733 1884950528 69838 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19139] ppid=19128 vsize=1840772 CPUtime=0.13
/proc/19130/task/19139/stat : 19139 (java) S 19128 19130 17592 0 -1 64 420 0 0 0 13 0 0 0 16 0 12 0 44323733 1884950528 69839 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19130/tid=19140] ppid=19128 vsize=1840772 CPUtime=0.14
/proc/19130/task/19140/stat : 19140 (java) S 19128 19130 17592 0 -1 64 754 0 0 0 14 0 0 0 15 0 12 0 44323733 1884950528 69840 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19141] ppid=19128 vsize=1840772 CPUtime=0
/proc/19130/task/19141/stat : 19141 (java) S 19128 19130 17592 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 44323733 1884950528 69841 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19142] ppid=19128 vsize=1840772 CPUtime=0
/proc/19130/task/19142/stat : 19142 (java) S 19128 19130 17592 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 44323733 1884950528 69843 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 1840772

[startup+6.30106 s]
/proc/loadavg: 1.28 1.08 1.02 2/76 19142
/proc/meminfo: memFree=1129168/2055920 swapFree=4192812/4192956
[pid=19130] ppid=19128 vsize=1840264 CPUtime=7.01
/proc/19130/stat : 19130 (java) S 19128 19130 17592 0 -1 0 77245 0 1 0 662 39 0 0 18 0 12 0 44323721 1884430336 73639 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19130/statm: 460066 73639 1311 9 0 457678 0
[pid=19130/tid=19132] ppid=19128 vsize=1840264 CPUtime=5.5
/proc/19130/task/19132/stat : 19132 (java) R 19128 19130 17592 0 -1 64 38802 0 1 0 528 22 0 0 25 0 12 0 44323722 1884430336 73639 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19130/tid=19133] ppid=19128 vsize=1840264 CPUtime=0.6
/proc/19130/task/19133/stat : 19133 (java) S 19128 19130 17592 0 -1 64 26176 0 0 0 49 11 0 0 16 0 12 0 44323726 1884430336 73639 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19134] ppid=19128 vsize=1840264 CPUtime=0.59
/proc/19130/task/19134/stat : 19134 (java) S 19128 19130 17592 0 -1 64 10369 0 0 0 55 4 0 0 16 0 12 0 44323726 1884430336 73639 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19130/tid=19135] ppid=19128 vsize=1840264 CPUtime=0
/proc/19130/task/19135/stat : 19135 (java) S 19128 19130 17592 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 44323728 1884430336 73639 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19136] ppid=19128 vsize=1840264 CPUtime=0
/proc/19130/task/19136/stat : 19136 (java) S 19128 19130 17592 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 44323729 1884430336 73639 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19137] ppid=19128 vsize=1840264 CPUtime=0
/proc/19130/task/19137/stat : 19137 (java) S 19128 19130 17592 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 44323729 1884430336 73639 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19138] ppid=19128 vsize=1840264 CPUtime=0
/proc/19130/task/19138/stat : 19138 (java) S 19128 19130 17592 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 44323733 1884430336 73639 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19139] ppid=19128 vsize=1840264 CPUtime=0.13
/proc/19130/task/19139/stat : 19139 (java) S 19128 19130 17592 0 -1 64 420 0 0 0 13 0 0 0 16 0 12 0 44323733 1884430336 73639 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19130/tid=19140] ppid=19128 vsize=1840264 CPUtime=0.14
/proc/19130/task/19140/stat : 19140 (java) S 19128 19130 17592 0 -1 64 754 0 0 0 14 0 0 0 15 0 12 0 44323733 1884430336 73639 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19141] ppid=19128 vsize=1840264 CPUtime=0
/proc/19130/task/19141/stat : 19141 (java) S 19128 19130 17592 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 44323733 1884430336 73639 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19142] ppid=19128 vsize=1840264 CPUtime=0
/proc/19130/task/19142/stat : 19142 (java) S 19128 19130 17592 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 44323733 1884430336 73639 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 1840264



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+8.10245 s]
/proc/loadavg: 1.34 1.10 1.02 3/76 19142
/proc/meminfo: memFree=1120272/2055920 swapFree=4192812/4192956
[pid=19130] ppid=19128 vsize=1854348 CPUtime=9.01
/proc/19130/stat : 19130 (java) S 19128 19130 17592 0 -1 0 80903 0 1 0 859 42 0 0 18 0 12 0 44323721 1898852352 76335 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19130/statm: 463587 76341 1311 9 0 461199 0
[pid=19130/tid=19132] ppid=19128 vsize=1854348 CPUtime=7.1
/proc/19130/task/19132/stat : 19132 (java) S 19128 19130 17592 0 -1 64 38802 0 1 0 687 23 0 0 25 0 12 0 44323722 1898852352 76357 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19130/tid=19133] ppid=19128 vsize=1854348 CPUtime=0.79
/proc/19130/task/19133/stat : 19133 (java) R 19128 19130 17592 0 -1 64 27442 0 0 0 68 11 0 0 18 0 12 0 44323726 1898852352 76365 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19134] ppid=19128 vsize=1854348 CPUtime=0.8
/proc/19130/task/19134/stat : 19134 (java) R 19128 19130 17592 0 -1 64 12797 0 0 0 75 5 0 0 18 0 12 0 44323726 1898852352 76371 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 103371402 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19130/tid=19135] ppid=19128 vsize=1854348 CPUtime=0
/proc/19130/task/19135/stat : 19135 (java) S 19128 19130 17592 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 44323728 1898852352 76377 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19136] ppid=19128 vsize=1854348 CPUtime=0
/proc/19130/task/19136/stat : 19136 (java) S 19128 19130 17592 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 44323729 1898852352 76385 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19137] ppid=19128 vsize=1854348 CPUtime=0
/proc/19130/task/19137/stat : 19137 (java) S 19128 19130 17592 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 44323729 1898852352 76392 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19138] ppid=19128 vsize=1854348 CPUtime=0
/proc/19130/task/19138/stat : 19138 (java) S 19128 19130 17592 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 44323733 1898852352 76398 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19139] ppid=19128 vsize=1854348 CPUtime=0.13
/proc/19130/task/19139/stat : 19139 (java) S 19128 19130 17592 0 -1 64 420 0 0 0 13 0 0 0 16 0 12 0 44323733 1898852352 76405 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19130/tid=19140] ppid=19128 vsize=1854348 CPUtime=0.14
/proc/19130/task/19140/stat : 19140 (java) S 19128 19130 17592 0 -1 64 754 0 0 0 14 0 0 0 15 0 12 0 44323733 1898852352 76411 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19141] ppid=19128 vsize=1854348 CPUtime=0
/proc/19130/task/19141/stat : 19141 (java) S 19128 19130 17592 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 44323733 1898852352 76419 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19142] ppid=19128 vsize=1854348 CPUtime=0
/proc/19130/task/19142/stat : 19142 (java) S 19128 19130 17592 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 44323733 1898852352 76427 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.01
Current children cumulated vsize (KiB) 1854348

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

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

[startup+8.60255 s]
/proc/loadavg: 1.34 1.10 1.02 3/76 19142
/proc/meminfo: memFree=1120272/2055920 swapFree=4192812/4192956
[pid=19130] ppid=19128 vsize=1849224 CPUtime=10
/proc/19130/stat : 19130 (java) S 19128 19130 17592 0 -1 0 97712 0 1 0 951 49 0 0 16 0 12 0 44323721 1893605376 90189 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19130/statm: 462306 90191 1311 9 0 459918 0
[pid=19130/tid=19132] ppid=19128 vsize=1849224 CPUtime=7.1
/proc/19130/task/19132/stat : 19132 (java) S 19128 19130 17592 0 -1 64 38802 0 1 0 687 23 0 0 25 0 12 0 44323722 1893605376 90191 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19130/tid=19133] ppid=19128 vsize=1849224 CPUtime=1.29
/proc/19130/task/19133/stat : 19133 (java) R 19128 19130 17592 0 -1 64 37492 0 0 0 114 15 0 0 22 0 12 0 44323726 1893605376 90192 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19134] ppid=19128 vsize=1849224 CPUtime=1.29
/proc/19130/task/19134/stat : 19134 (java) R 19128 19130 17592 0 -1 64 19524 0 0 0 121 8 0 0 21 0 12 0 44323726 1893605376 90194 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19130/tid=19135] ppid=19128 vsize=1849224 CPUtime=0
/proc/19130/task/19135/stat : 19135 (java) S 19128 19130 17592 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 44323728 1893605376 90195 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19136] ppid=19128 vsize=1849224 CPUtime=0
/proc/19130/task/19136/stat : 19136 (java) S 19128 19130 17592 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 44323729 1893605376 90196 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19137] ppid=19128 vsize=1849224 CPUtime=0
/proc/19130/task/19137/stat : 19137 (java) S 19128 19130 17592 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 44323729 1893605376 90197 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19138] ppid=19128 vsize=1849224 CPUtime=0
/proc/19130/task/19138/stat : 19138 (java) S 19128 19130 17592 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 44323733 1893605376 90198 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19139] ppid=19128 vsize=1849224 CPUtime=0.13
/proc/19130/task/19139/stat : 19139 (java) S 19128 19130 17592 0 -1 64 420 0 0 0 13 0 0 0 16 0 12 0 44323733 1893605376 90200 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19130/tid=19140] ppid=19128 vsize=1849224 CPUtime=0.14
/proc/19130/task/19140/stat : 19140 (java) S 19128 19130 17592 0 -1 64 754 0 0 0 14 0 0 0 15 0 12 0 44323733 1893605376 90201 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19141] ppid=19128 vsize=1849224 CPUtime=0
/proc/19130/task/19141/stat : 19141 (java) S 19128 19130 17592 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 44323733 1893605376 90202 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19142] ppid=19128 vsize=1849224 CPUtime=0
/proc/19130/task/19142/stat : 19142 (java) S 19128 19130 17592 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 44323733 1893605376 90203 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (KiB) 1849224

[startup+9.00264 s]
/proc/loadavg: 1.34 1.10 1.02 3/77 19143
/proc/meminfo: memFree=1051656/2055920 swapFree=4192812/4192956
[pid=19130] ppid=19128 vsize=1849224 CPUtime=10.8
/proc/19130/stat : 19130 (java) S 19128 19130 17592 0 -1 0 109544 0 1 0 1026 54 0 0 16 0 12 0 44323721 1893605376 100536 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19130/statm: 462306 100538 1311 9 0 459918 0
[pid=19130/tid=19132] ppid=19128 vsize=1849224 CPUtime=7.1
/proc/19130/task/19132/stat : 19132 (java) S 19128 19130 17592 0 -1 64 38802 0 1 0 687 23 0 0 25 0 12 0 44323722 1893605376 100539 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19130/tid=19133] ppid=19128 vsize=1849224 CPUtime=1.68
/proc/19130/task/19133/stat : 19133 (java) R 19128 19130 17592 0 -1 64 43148 0 0 0 151 17 0 0 25 0 12 0 44323726 1893605376 100540 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19134] ppid=19128 vsize=1849224 CPUtime=1.68
/proc/19130/task/19134/stat : 19134 (java) R 19128 19130 17592 0 -1 64 25700 0 0 0 158 10 0 0 25 0 12 0 44323726 1893605376 100541 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19130/tid=19135] ppid=19128 vsize=1849224 CPUtime=0
/proc/19130/task/19135/stat : 19135 (java) S 19128 19130 17592 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 44323728 1893605376 100543 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19136] ppid=19128 vsize=1849224 CPUtime=0
/proc/19130/task/19136/stat : 19136 (java) S 19128 19130 17592 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 44323729 1893605376 100544 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19137] ppid=19128 vsize=1849224 CPUtime=0
/proc/19130/task/19137/stat : 19137 (java) S 19128 19130 17592 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 44323729 1893605376 100545 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19138] ppid=19128 vsize=1849224 CPUtime=0
/proc/19130/task/19138/stat : 19138 (java) S 19128 19130 17592 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 44323733 1893605376 100546 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19139] ppid=19128 vsize=1849224 CPUtime=0.13
/proc/19130/task/19139/stat : 19139 (java) S 19128 19130 17592 0 -1 64 420 0 0 0 13 0 0 0 16 0 12 0 44323733 1893605376 100547 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19130/tid=19140] ppid=19128 vsize=1849224 CPUtime=0.14
/proc/19130/task/19140/stat : 19140 (java) S 19128 19130 17592 0 -1 64 754 0 0 0 14 0 0 0 15 0 12 0 44323733 1893605376 100549 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19141] ppid=19128 vsize=1849224 CPUtime=0
/proc/19130/task/19141/stat : 19141 (java) S 19128 19130 17592 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 44323733 1893605376 100550 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19142] ppid=19128 vsize=1849224 CPUtime=0
/proc/19130/task/19142/stat : 19142 (java) S 19128 19130 17592 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 44323733 1893605376 100551 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.8
Current children cumulated vsize (KiB) 1849224

[startup+9.40272 s]
/proc/loadavg: 1.34 1.10 1.02 3/77 19143
/proc/meminfo: memFree=1051656/2055920 swapFree=4192812/4192956
[pid=19130] ppid=19128 vsize=1849224 CPUtime=11.58
/proc/19130/stat : 19130 (java) S 19128 19130 17592 0 -1 0 122478 0 1 0 1099 59 0 0 16 0 12 0 44323721 1893605376 112064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19130/statm: 462306 112064 1311 9 0 459918 0
[pid=19130/tid=19132] ppid=19128 vsize=1849224 CPUtime=7.1
/proc/19130/task/19132/stat : 19132 (java) S 19128 19130 17592 0 -1 64 38802 0 1 0 687 23 0 0 25 0 12 0 44323722 1893605376 112064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19130/tid=19133] ppid=19128 vsize=1849224 CPUtime=2.08
/proc/19130/task/19133/stat : 19133 (java) R 19128 19130 17592 0 -1 64 49823 0 0 0 188 20 0 0 25 0 12 0 44323726 1893605376 112064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105366932 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19134] ppid=19128 vsize=1849224 CPUtime=2.07
/proc/19130/task/19134/stat : 19134 (java) S 19128 19130 17592 0 -1 64 31954 0 0 0 194 13 0 0 24 0 12 0 44323726 1893605376 112064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19130/tid=19135] ppid=19128 vsize=1849224 CPUtime=0
/proc/19130/task/19135/stat : 19135 (java) S 19128 19130 17592 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 44323728 1893605376 112064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19136] ppid=19128 vsize=1849224 CPUtime=0
/proc/19130/task/19136/stat : 19136 (java) S 19128 19130 17592 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 44323729 1893605376 112064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19137] ppid=19128 vsize=1849224 CPUtime=0
/proc/19130/task/19137/stat : 19137 (java) S 19128 19130 17592 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 44323729 1893605376 112064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19138] ppid=19128 vsize=1849224 CPUtime=0
/proc/19130/task/19138/stat : 19138 (java) S 19128 19130 17592 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 44323733 1893605376 112064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19139] ppid=19128 vsize=1849224 CPUtime=0.13
/proc/19130/task/19139/stat : 19139 (java) S 19128 19130 17592 0 -1 64 420 0 0 0 13 0 0 0 16 0 12 0 44323733 1893605376 112064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19130/tid=19140] ppid=19128 vsize=1849224 CPUtime=0.14
/proc/19130/task/19140/stat : 19140 (java) S 19128 19130 17592 0 -1 64 754 0 0 0 14 0 0 0 15 0 12 0 44323733 1893605376 112064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19141] ppid=19128 vsize=1849224 CPUtime=0
/proc/19130/task/19141/stat : 19141 (java) S 19128 19130 17592 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 44323733 1893605376 112064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19130/tid=19142] ppid=19128 vsize=1849224 CPUtime=0
/proc/19130/task/19142/stat : 19142 (java) S 19128 19130 17592 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 44323733 1893605376 112064 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.58
Current children cumulated vsize (KiB) 1849224

[startup+9.50311 s]
/proc/loadavg: 1.34 1.10 1.02 3/77 19143
/proc/meminfo: memFree=1051656/2055920 swapFree=4192812/4192956
[pid=19130] ppid=19128 vsize=0 CPUtime=11.68
/proc/19130/stat : 19130 (java) Z 19128 19130 17592 0 -1 1036 122934 0 1 0 1107 61 0 0 16 0 2 0 44323721 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19130/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.68
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 9.55533
CPU time (s): 11.7422
CPU user time (s): 11.0783
CPU system time (s): 0.663899
CPU usage (%): 122.887
Max. virtual memory (cumulated for all children) (KiB): 1854348

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

runsolver used 0.009998 second user time and 0.034994 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Tue Mar  6 12:21:35 UTC 2007

IDJOB= 331370
IDBENCH= 20586
IDSOLVER= 96
FILE ID= node40/331370-1173183676

PBS_JOBID= 4015263

Free space on /tmp= 66215 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug4.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/331370-1173183676/sat4j-sat2007.jar /tmp/evaluation/331370-1173183676/instance-331370-1173183676.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-331370-1173183676 -o ROOT/results/node40/solver-331370-1173183676 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/331370-1173183676/sat4j-sat2007.jar /tmp/evaluation/331370-1173183676/instance-331370-1173183676.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  c9a9723a58c9cb8a0b55a82eb452ac90

RANDOM SEED= 855897642

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.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.259
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.259
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:       1419272 kB
Buffers:          7152 kB
Cached:         517944 kB
SwapCached:          0 kB
Active:         418268 kB
Inactive:       159888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1419272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          221268 kB
Writeback:           0 kB
Mapped:          63212 kB
Slab:            44336 kB
Committed_AS:   170928 kB
PageTables:       1556 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= 66215 MiB

End job on node40 on Tue Mar  6 12:21:45 UTC 2007