Trace number 372101

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 448.882 449.003

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 benchmark83.0864
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.26	c Restarting after 103 conflicts
0.29/0.34	c Restarting after 253 conflicts
0.39/0.42	c Restarting after 480 conflicts
0.49/0.52	c Restarting after 818 conflicts
0.79/0.83	c Restarting after 1325 conflicts
1.19/1.28	c Restarting after 2086 conflicts
2.39/2.46	c Restarting after 3225 conflicts
3.80/3.86	c Restarting after 4933 conflicts
6.29/6.39	c Restarting after 7495 conflicts
10.99/11.09	c Restarting after 11339 conflicts
16.29/16.33	c Restarting after 17106 conflicts
26.99/27.03	c Restarting after 25755 conflicts
41.98/42.03	c Restarting after 38732 conflicts
71.78/71.83	c Restarting after 58196 conflicts
117.86/117.96	c Restarting after 87390 conflicts
189.94/190.02	c Restarting after 131180 conflicts
310.70/310.90	c Restarting after 196864 conflicts
448.77/448.97	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node14/watcher-372101-1178576728 -o ROOT/results/node14/solver-372101-1178576728 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/372101-1178576728/sat7_bin /tmp/evaluation/372101-1178576728/instance-372101-1178576728.cnf 

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


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 30072
/proc/meminfo: memFree=1882928/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=2376 CPUtime=0
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 405 0 0 0 0 0 0 0 18 0 1 0 305590574 2433024 389 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 594 390 87 220 0 371 0

[startup+0.04832 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 30072
/proc/meminfo: memFree=1882928/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=3920 CPUtime=0.04
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 660 0 0 0 4 0 0 0 18 0 1 0 305590574 4014080 644 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 980 644 88 220 0 757 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3920

[startup+0.101325 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 30072
/proc/meminfo: memFree=1882928/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=3920 CPUtime=0.09
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 798 0 0 0 9 0 0 0 18 0 1 0 305590574 4014080 782 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134546624 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 980 782 88 220 0 757 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3920

[startup+0.301343 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 30072
/proc/meminfo: memFree=1882928/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=6292 CPUtime=0.29
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 1411 0 0 0 29 0 0 0 19 0 1 0 305590574 6443008 1395 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532398 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 1573 1395 95 220 0 1350 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6292

[startup+0.701381 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 30072
/proc/meminfo: memFree=1882928/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=10392 CPUtime=0.69
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 1490 0 0 0 69 0 0 0 22 0 1 0 305590574 10641408 1474 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 2598 1474 95 220 0 2375 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10392

[startup+1.50146 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 30073
/proc/meminfo: memFree=1877224/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=10392 CPUtime=1.49
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 1607 0 0 0 149 0 0 0 25 0 1 0 305590574 10641408 1591 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532620 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 2598 1591 95 220 0 2375 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10392

[startup+3.10261 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 30073
/proc/meminfo: memFree=1876520/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=10392 CPUtime=3.1
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 1761 0 0 0 309 1 0 0 25 0 1 0 305590574 10641408 1745 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532620 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 2598 1745 95 220 0 2375 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 10392

[startup+6.30191 s]
/proc/loadavg: 0.87 0.97 0.99 2/78 30073
/proc/meminfo: memFree=1875432/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=10392 CPUtime=6.29
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 1993 0 0 0 628 1 0 0 25 0 1 0 305590574 10641408 1977 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 2598 1977 95 220 0 2375 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10392

[startup+12.7015 s]
/proc/loadavg: 0.88 0.97 0.99 3/78 30073
/proc/meminfo: memFree=1873384/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=10520 CPUtime=12.69
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 2478 0 0 0 1267 2 0 0 25 0 1 0 305590574 10772480 2462 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 2630 2462 95 220 0 2407 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10520

[startup+25.5017 s]
/proc/loadavg: 0.90 0.97 0.99 2/78 30073
/proc/meminfo: memFree=1869160/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=14748 CPUtime=25.48
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 3490 0 0 0 2546 2 0 0 25 0 1 0 305590574 15101952 3474 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 3687 3474 95 220 0 3464 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14748

[startup+51.1012 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 30073
/proc/meminfo: memFree=1862568/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=23508 CPUtime=51.08
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 5142 0 0 0 5102 6 0 0 25 0 1 0 305590574 24072192 5126 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 5877 5126 95 220 0 5654 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23508

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 30073
/proc/meminfo: memFree=1853608/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=32324 CPUtime=102.27
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 7340 0 0 0 10219 8 0 0 25 0 1 0 305590574 33099776 7324 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 8081 7324 95 220 0 7858 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 32324

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 30073
/proc/meminfo: memFree=1853224/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=32484 CPUtime=162.25
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 7441 0 0 0 16216 9 0 0 25 0 1 0 305590574 33263616 7425 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 8121 7425 95 220 0 7898 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 32484

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 30073
/proc/meminfo: memFree=1849256/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=37064 CPUtime=222.23
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 8419 0 0 0 22212 11 0 0 25 0 1 0 305590574 37953536 8403 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538567 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 9266 8403 95 220 0 9043 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 37064

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 30073
/proc/meminfo: memFree=1848552/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=37192 CPUtime=282.21
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 8586 0 0 0 28210 11 0 0 25 0 1 0 305590574 38084608 8570 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 9298 8570 95 220 0 9075 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 37192

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 30073
/proc/meminfo: memFree=1848296/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=37360 CPUtime=342.2
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 8636 0 0 0 34208 12 0 0 25 0 1 0 305590574 38256640 8620 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 9340 8620 95 220 0 9117 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 37360

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 30073
/proc/meminfo: memFree=1848104/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=37624 CPUtime=402.18
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 8686 0 0 0 40205 13 0 0 25 0 1 0 305590574 38526976 8670 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 9406 8670 95 220 0 9183 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 37624

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

[startup+409.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 30073
/proc/meminfo: memFree=1848040/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=37624 CPUtime=409.38
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 8698 0 0 0 40925 13 0 0 25 0 1 0 305590574 38526976 8682 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 9406 8682 95 220 0 9183 0
Current children cumulated CPU time (s) 409.38
Current children cumulated vsize (KiB) 37624

[startup+435.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 30073
/proc/meminfo: memFree=1847848/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=37624 CPUtime=434.97
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 8742 0 0 0 43484 13 0 0 25 0 1 0 305590574 38526976 8726 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536262 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 9406 8726 95 220 0 9183 0
Current children cumulated CPU time (s) 434.97
Current children cumulated vsize (KiB) 37624

[startup+441.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 30073
/proc/meminfo: memFree=1847784/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=37752 CPUtime=441.37
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 8752 0 0 0 44124 13 0 0 25 0 1 0 305590574 38658048 8736 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 9438 8736 95 220 0 9215 0
Current children cumulated CPU time (s) 441.37
Current children cumulated vsize (KiB) 37752

[startup+444.701 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 30073
/proc/meminfo: memFree=1847720/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=37752 CPUtime=444.57
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 8758 0 0 0 44444 13 0 0 25 0 1 0 305590574 38658048 8742 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558995 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 9438 8742 95 220 0 9215 0
Current children cumulated CPU time (s) 444.57
Current children cumulated vsize (KiB) 37752

[startup+446.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 30073
/proc/meminfo: memFree=1847720/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=37752 CPUtime=446.17
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 8758 0 0 0 44604 13 0 0 25 0 1 0 305590574 38658048 8742 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538567 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 9438 8742 95 220 0 9215 0
Current children cumulated CPU time (s) 446.17
Current children cumulated vsize (KiB) 37752

[startup+447.903 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 30073
/proc/meminfo: memFree=1847720/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=37752 CPUtime=447.77
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 8758 0 0 0 44764 13 0 0 25 0 1 0 305590574 38658048 8742 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 9438 8742 95 220 0 9215 0
Current children cumulated CPU time (s) 447.77
Current children cumulated vsize (KiB) 37752

[startup+448.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 30073
/proc/meminfo: memFree=1847720/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=37752 CPUtime=448.57
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 8758 0 0 0 44844 13 0 0 25 0 1 0 305590574 38658048 8742 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 9438 8742 95 220 0 9215 0
Current children cumulated CPU time (s) 448.57
Current children cumulated vsize (KiB) 37752

[startup+448.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 30073
/proc/meminfo: memFree=1847720/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=37752 CPUtime=448.77
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194304 8758 0 0 0 44864 13 0 0 25 0 1 0 305590574 38658048 8742 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 9438 8742 95 220 0 9215 0
Current children cumulated CPU time (s) 448.77
Current children cumulated vsize (KiB) 37752

[startup+449.002 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 30073
/proc/meminfo: memFree=1847720/2055920 swapFree=4148664/4192956
[pid=30072] ppid=30070 vsize=0 CPUtime=448.87
/proc/30072/stat : 30072 (sat7_bin) R 30070 30072 30016 0 -1 4194308 8758 0 0 0 44873 14 0 0 25 0 1 0 305590574 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/30072/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 448.87
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 449.003
CPU time (s): 448.882
CPU user time (s): 448.739
CPU system time (s): 0.142978
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 37752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 448.739
system time used= 0.142978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8758
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= 462

runsolver used 0.32695 second user time and 0.996848 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon May  7 22:25:28 UTC 2007

IDJOB= 372101
IDBENCH= 20392
IDSOLVER= 183
FILE ID= node14/372101-1178576728

PBS_JOBID= 5217712

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  3b3198fba6db1661781a1aa668754f11

RANDOM SEED= 208876205

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.227
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.227
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:       1883400 kB
Buffers:         23008 kB
Cached:          80652 kB
SwapCached:      11396 kB
Active:          37364 kB
Inactive:        88916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1883400 kB
SwapTotal:     4192956 kB
SwapFree:      4148664 kB
Dirty:            2220 kB
Writeback:           0 kB
Mapped:          29540 kB
Slab:            31796 kB
Committed_AS:  9418580 kB
PageTables:       1784 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= 66563 MiB

End job on node14 on Mon May  7 22:32:57 UTC 2007