Trace number 314457

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
SAT7 2007-02-08UNSAT 447.56 447.738

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-22.cnf
MD5SUM3b3198fba6db1661781a1aa668754f11
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark81.0267
Satisfiable
(Un)Satisfiability was proved
Number of variables15589
Number of clauses54263
Sum of the clauses size140423
Maximum clause length96
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 226004
Number of clauses of size 325780
Number of clauses of size 42100
Number of clauses of size 5198
Number of clauses of size over 5180

Solver Data (download as text)

0.19/0.22	c Starting solver ...
0.19/0.25	c Restarting after 103 conflicts
0.28/0.34	c Restarting after 253 conflicts
0.38/0.41	c Restarting after 480 conflicts
0.48/0.51	c Restarting after 818 conflicts
0.79/0.81	c Restarting after 1325 conflicts
1.19/1.25	c Restarting after 2086 conflicts
2.39/2.41	c Restarting after 3225 conflicts
3.69/3.78	c Restarting after 4933 conflicts
6.19/6.29	c Restarting after 7495 conflicts
10.89/10.99	c Restarting after 11339 conflicts
16.08/16.19	c Restarting after 17106 conflicts
26.68/26.77	c Restarting after 25755 conflicts
41.57/41.69	c Restarting after 38732 conflicts
71.37/71.46	c Restarting after 58196 conflicts
117.24/117.39	c Restarting after 87390 conflicts
189.21/189.30	c Restarting after 131180 conflicts
309.67/309.84	c Restarting after 196864 conflicts
447.51/447.70	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node71/watcher-314457-1172637365 -o ROOT/results/node71/solver-314457-1172637365 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314457-1172637365/sat7_bin /tmp/evaluation/314457-1172637365/instance-314457-1172637365.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.14 1.04 1.01 2/64 3964
/proc/meminfo: memFree=1460152/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=2376 CPUtime=0
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 411 0 0 0 0 0 0 0 18 0 1 0 283694317 2433024 394 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 594 395 87 220 0 371 0

[startup+0.0870249 s]
/proc/loadavg: 1.14 1.04 1.01 2/64 3964
/proc/meminfo: memFree=1460152/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=3920 CPUtime=0.07
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 765 0 0 0 7 0 0 0 18 0 1 0 283694317 4014080 748 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 980 748 88 220 0 757 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3920

[startup+0.101028 s]
/proc/loadavg: 1.14 1.04 1.01 2/64 3964
/proc/meminfo: memFree=1460152/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=3920 CPUtime=0.09
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 802 0 0 0 9 0 0 0 18 0 1 0 283694317 4014080 785 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 980 785 88 220 0 757 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3920

[startup+0.301071 s]
/proc/loadavg: 1.14 1.04 1.01 2/64 3964
/proc/meminfo: memFree=1460152/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=6292 CPUtime=0.28
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 1413 0 0 0 28 0 0 0 19 0 1 0 283694317 6443008 1396 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 1573 1396 95 220 0 1350 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 6292

[startup+0.701158 s]
/proc/loadavg: 1.14 1.04 1.01 2/64 3964
/proc/meminfo: memFree=1460152/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=10392 CPUtime=0.69
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 1493 0 0 0 68 1 0 0 23 0 1 0 283694317 10641408 1476 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134579500 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 2598 1476 95 220 0 2375 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10392

[startup+1.50133 s]
/proc/loadavg: 1.14 1.04 1.01 2/65 3965
/proc/meminfo: memFree=1454320/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=10392 CPUtime=1.49
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 1611 0 0 0 148 1 0 0 25 0 1 0 283694317 10641408 1594 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 2598 1594 95 220 0 2375 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10392

[startup+3.10168 s]
/proc/loadavg: 1.13 1.04 1.01 2/65 3965
/proc/meminfo: memFree=1453744/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=10392 CPUtime=3.09
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 1769 0 0 0 308 1 0 0 25 0 1 0 283694317 10641408 1752 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134525835 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 2598 1752 95 220 0 2375 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10392

[startup+6.30137 s]
/proc/loadavg: 1.13 1.04 1.01 2/65 3965
/proc/meminfo: memFree=1452592/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=10392 CPUtime=6.29
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 2003 0 0 0 627 2 0 0 25 0 1 0 283694317 10641408 1986 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134528763 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 2598 1986 95 220 0 2375 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10392

[startup+12.7018 s]
/proc/loadavg: 1.11 1.04 1.01 2/65 3965
/proc/meminfo: memFree=1450680/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=10520 CPUtime=12.69
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 2488 0 0 0 1267 2 0 0 25 0 1 0 283694317 10772480 2471 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 2630 2471 95 220 0 2407 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10520

[startup+25.5015 s]
/proc/loadavg: 1.09 1.04 1.01 2/65 3965
/proc/meminfo: memFree=1446392/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=14748 CPUtime=25.48
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 3510 0 0 0 2545 3 0 0 25 0 1 0 283694317 15101952 3493 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134558425 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 3687 3493 95 220 0 3464 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14748

[startup+51.1011 s]
/proc/loadavg: 1.06 1.03 1.00 2/65 3965
/proc/meminfo: memFree=1439800/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=23508 CPUtime=51.07
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 5163 0 0 0 5102 5 0 0 25 0 1 0 283694317 24072192 5146 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 5877 5146 95 220 0 5654 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 23508

[startup+102.305 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 3965
/proc/meminfo: memFree=1430840/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=32484 CPUtime=102.25
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 7360 0 0 0 10218 7 0 0 25 0 1 0 283694317 33263616 7343 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134530122 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 8121 7343 95 220 0 7898 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 32484

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 3965
/proc/meminfo: memFree=1430520/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=32484 CPUtime=162.22
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 7444 0 0 0 16215 7 0 0 25 0 1 0 283694317 33263616 7427 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 8121 7427 95 220 0 7898 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 32484

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 3965
/proc/meminfo: memFree=1426552/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=37064 CPUtime=222.21
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 8438 0 0 0 22212 9 0 0 25 0 1 0 283694317 37953536 8421 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 9266 8421 95 220 0 9043 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 37064

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 3965
/proc/meminfo: memFree=1425848/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=37192 CPUtime=282.18
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 8587 0 0 0 28209 9 0 0 25 0 1 0 283694317 38084608 8570 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532416 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 9298 8570 95 220 0 9075 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 37192

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3965
/proc/meminfo: memFree=1425656/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=37360 CPUtime=342.16
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 8637 0 0 0 34207 9 0 0 25 0 1 0 283694317 38256640 8620 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 9340 8620 95 220 0 9117 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 37360

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3965
/proc/meminfo: memFree=1425400/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=37624 CPUtime=402.13
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 8688 0 0 0 40204 9 0 0 25 0 1 0 283694317 38526976 8671 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 9406 8671 95 220 0 9183 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 37624

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

[startup+409.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3965
/proc/meminfo: memFree=1425400/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=37624 CPUtime=409.33
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 8701 0 0 0 40924 9 0 0 25 0 1 0 283694317 38526976 8684 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 9406 8684 95 220 0 9183 0
Current children cumulated CPU time (s) 409.33
Current children cumulated vsize (KiB) 37624

[startup+435.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3965
/proc/meminfo: memFree=1425208/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=37624 CPUtime=434.92
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 8744 0 0 0 43483 9 0 0 25 0 1 0 283694317 38526976 8727 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 9406 8727 95 220 0 9183 0
Current children cumulated CPU time (s) 434.92
Current children cumulated vsize (KiB) 37624

[startup+441.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3965
/proc/meminfo: memFree=1425144/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=37752 CPUtime=441.31
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 8757 0 0 0 44122 9 0 0 25 0 1 0 283694317 38658048 8740 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 9438 8740 95 220 0 9215 0
Current children cumulated CPU time (s) 441.31
Current children cumulated vsize (KiB) 37752

[startup+444.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3965
/proc/meminfo: memFree=1425144/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=37752 CPUtime=444.51
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 8759 0 0 0 44442 9 0 0 25 0 1 0 283694317 38658048 8742 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 9438 8742 95 220 0 9215 0
Current children cumulated CPU time (s) 444.51
Current children cumulated vsize (KiB) 37752

[startup+446.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3965
/proc/meminfo: memFree=1425144/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=37752 CPUtime=446.11
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 8759 0 0 0 44602 9 0 0 25 0 1 0 283694317 38658048 8742 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 9438 8742 95 220 0 9215 0
Current children cumulated CPU time (s) 446.11
Current children cumulated vsize (KiB) 37752

[startup+447.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3965
/proc/meminfo: memFree=1425144/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=37752 CPUtime=446.91
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 8759 0 0 0 44682 9 0 0 25 0 1 0 283694317 38658048 8742 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 9438 8742 95 220 0 9215 0
Current children cumulated CPU time (s) 446.91
Current children cumulated vsize (KiB) 37752

[startup+447.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3965
/proc/meminfo: memFree=1425144/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=37752 CPUtime=447.31
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 8759 0 0 0 44722 9 0 0 25 0 1 0 283694317 38658048 8742 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 9438 8742 95 220 0 9215 0
Current children cumulated CPU time (s) 447.31
Current children cumulated vsize (KiB) 37752

[startup+447.705 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3965
/proc/meminfo: memFree=1425144/2055920 swapFree=4183080/4192956
[pid=3964] ppid=3962 vsize=37752 CPUtime=447.51
/proc/3964/stat : 3964 (sat7_bin) R 3962 3964 3485 0 -1 4194304 8759 0 0 0 44742 9 0 0 25 0 1 0 283694317 38658048 8742 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/3964/statm: 9438 8742 95 220 0 9215 0
Current children cumulated CPU time (s) 447.51
Current children cumulated vsize (KiB) 37752

Child status: 20
Real time (s): 447.738
CPU time (s): 447.56
CPU user time (s): 447.455
CPU system time (s): 0.104984
CPU usage (%): 99.9603
Max. virtual memory (cumulated for all children) (KiB): 37752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 447.455
system time used= 0.104984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8759
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 619

runsolver used 0.275958 second user time and 0.953854 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Wed Feb 28 04:36:05 UTC 2007

IDJOB= 314457
IDBENCH= 20392
IDSOLVER= 101
FILE ID= node71/314457-1172637365

PBS_JOBID= 3981148

Free space on /tmp= 66488 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-22.cnf
COMMAND LINE= /tmp/evaluation/314457-1172637365/sat7_bin /tmp/evaluation/314457-1172637365/instance-314457-1172637365.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-314457-1172637365 -o ROOT/results/node71/solver-314457-1172637365 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314457-1172637365/sat7_bin /tmp/evaluation/314457-1172637365/instance-314457-1172637365.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  3b3198fba6db1661781a1aa668754f11

RANDOM SEED= 120637746

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.266
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.266
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:       1460624 kB
Buffers:         12044 kB
Cached:         532976 kB
SwapCached:       3604 kB
Active:         100276 kB
Inactive:       454132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1460624 kB
SwapTotal:     4192956 kB
SwapFree:      4183080 kB
Dirty:            2024 kB
Writeback:           0 kB
Mapped:          15436 kB
Slab:            26912 kB
Committed_AS:   806680 kB
PageTables:       1448 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= 66488 MiB

End job on node71 on Wed Feb 28 04:43:33 UTC 2007