Trace number 1724492

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT07 reference solver: picosat 535UNSAT 707.136 707.345

General information on the benchmark

Namemanol-pipe-c6nidw_i.cnf
MD5SUM15c4413e436aecbd4fcb1d7037e18abf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.8372
Satisfiable
(Un)Satisfiability was proved
Number of variables95863
Number of clauses283363
Sum of the clauses size661179
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2188908
Number of clauses of size 394454
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

707.09/707.34	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1724492-1240696695/watcher-1724492-1240696695 -o /tmp/evaluation-result-1724492-1240696695/solver-1724492-1240696695 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/picosat HOME/instance-1724492-1240696695.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): 1800 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.84 1.94 1.66 3/65 14324
/proc/meminfo: memFree=1639480/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=568 CPUtime=0
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 68 0 0 0 0 0 0 0 18 0 1 0 97698841 581632 54 1992294400 134512640 134931368 4294956224 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 142 59 40 102 0 37 0

[startup+0.047261 s]
/proc/loadavg: 1.84 1.94 1.66 3/65 14324
/proc/meminfo: memFree=1639480/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=856 CPUtime=0.04
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 153 0 0 0 2 2 0 0 18 0 1 0 97698841 876544 139 1992294400 134512640 134931368 4294956224 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 214 139 40 102 0 109 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 856

[startup+0.101266 s]
/proc/loadavg: 1.84 1.94 1.66 3/65 14324
/proc/meminfo: memFree=1639480/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=1344 CPUtime=0.1
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 243 0 0 0 4 6 0 0 18 0 1 0 97698841 1376256 229 1992294400 134512640 134931368 4294956224 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 336 229 40 102 0 231 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1344

[startup+0.301285 s]
/proc/loadavg: 1.84 1.94 1.66 3/65 14324
/proc/meminfo: memFree=1639480/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=2460 CPUtime=0.29
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 540 0 0 0 12 17 0 0 20 0 1 0 97698841 2519040 526 1992294400 134512640 134931368 4294956224 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 615 526 40 102 0 510 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2460

[startup+0.701328 s]
/proc/loadavg: 1.84 1.94 1.66 3/65 14324
/proc/meminfo: memFree=1639480/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=6988 CPUtime=0.7
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 1193 0 0 0 31 39 0 0 24 0 1 0 97698841 7155712 1179 1992294400 134512640 134931368 4294956224 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 1747 1180 40 102 0 1642 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 6988

[startup+1.50141 s]
/proc/loadavg: 1.84 1.94 1.66 2/66 14325
/proc/meminfo: memFree=1633264/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=13456 CPUtime=1.49
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 2357 0 0 0 66 83 0 0 25 0 1 0 97698841 13778944 2343 1992294400 134512640 134931368 4294956224 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 3364 2343 40 102 0 3259 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13456

[startup+3.10158 s]
/proc/loadavg: 1.84 1.94 1.66 2/66 14325
/proc/meminfo: memFree=1626736/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=16936 CPUtime=3.09
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 3350 0 0 0 198 111 0 0 25 0 1 0 97698841 17342464 3275 1992294400 134512640 134931368 4294956224 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 4234 3275 42 102 0 4129 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16936

[startup+6.30191 s]
/proc/loadavg: 1.85 1.94 1.66 2/66 14325
/proc/meminfo: memFree=1626096/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=17200 CPUtime=6.29
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 3407 0 0 0 518 111 0 0 25 0 1 0 97698841 17612800 3332 1992294400 134512640 134931368 4294956224 18446744073709551615 134530829 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 4300 3332 42 102 0 4195 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17200

[startup+12.7016 s]
/proc/loadavg: 1.78 1.92 1.66 2/66 14325
/proc/meminfo: memFree=1625392/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=17868 CPUtime=12.69
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 3596 0 0 0 1158 111 0 0 25 0 1 0 97698841 18296832 3519 1992294400 134512640 134931368 4294956224 18446744073709551615 134529740 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 4467 3519 48 102 0 4362 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17868

[startup+25.5019 s]
/proc/loadavg: 1.61 1.87 1.65 2/66 14325
/proc/meminfo: memFree=1623920/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=19120 CPUtime=25.48
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 3923 0 0 0 2437 111 0 0 25 0 1 0 97698841 19578880 3846 1992294400 134512640 134931368 4294956224 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 4780 3846 48 102 0 4675 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19120

[startup+51.1016 s]
/proc/loadavg: 1.40 1.80 1.63 2/66 14325
/proc/meminfo: memFree=1623344/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=19828 CPUtime=51.07
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 4107 0 0 0 4996 111 0 0 25 0 1 0 97698841 20303872 4030 1992294400 134512640 134931368 4294956224 18446744073709551615 134525862 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 4957 4030 48 102 0 4852 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 19828

[startup+102.306 s]
/proc/loadavg: 1.17 1.68 1.60 2/66 14325
/proc/meminfo: memFree=1622256/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=20692 CPUtime=102.27
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 4390 0 0 0 10115 112 0 0 25 0 1 0 97698841 21188608 4245 1992294400 134512640 134931368 4294956224 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 5173 4245 48 102 0 5068 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 20692

[startup+162.301 s]
/proc/loadavg: 1.06 1.55 1.55 2/66 14325
/proc/meminfo: memFree=1621104/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=22524 CPUtime=162.24
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 4944 0 0 0 16112 112 0 0 25 0 1 0 97698841 23064576 4605 1992294400 134512640 134931368 4294956224 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 5631 4605 48 102 0 5526 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 22524

[startup+222.301 s]
/proc/loadavg: 1.02 1.45 1.52 2/66 14331
/proc/meminfo: memFree=1619696/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=23448 CPUtime=222.22
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 5328 0 0 0 22110 112 0 0 25 0 1 0 97698841 24010752 4851 1992294400 134512640 134931368 4294956224 18446744073709551615 134529486 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 5862 4851 48 102 0 5757 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 23448

[startup+282.302 s]
/proc/loadavg: 1.01 1.36 1.48 2/66 14331
/proc/meminfo: memFree=1618864/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=24372 CPUtime=282.2
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 5709 0 0 0 28107 113 0 0 25 0 1 0 97698841 24956928 5074 1992294400 134512640 134931368 4294956224 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 6093 5074 48 102 0 5988 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 24372

[startup+342.302 s]
/proc/loadavg: 1.00 1.30 1.45 2/66 14331
/proc/meminfo: memFree=1618352/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=24768 CPUtime=342.19
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 5935 0 0 0 34106 113 0 0 25 0 1 0 97698841 25362432 5185 1992294400 134512640 134931368 4294956224 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 6192 5185 48 102 0 6087 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 24768

[startup+402.301 s]
/proc/loadavg: 1.00 1.24 1.42 2/66 14331
/proc/meminfo: memFree=1616880/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=26088 CPUtime=402.17
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 6420 0 0 0 40103 114 0 0 25 0 1 0 97698841 26714112 5546 1992294400 134512640 134931368 4294956224 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 6522 5546 48 102 0 6417 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 26088

[startup+462.301 s]
/proc/loadavg: 1.00 1.19 1.39 2/66 14331
/proc/meminfo: memFree=1615600/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=27276 CPUtime=462.15
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 6855 0 0 0 46101 114 0 0 25 0 1 0 97698841 27930624 5848 1992294400 134512640 134931368 4294956224 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 6819 5848 48 102 0 6714 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 27276

[startup+522.302 s]
/proc/loadavg: 1.00 1.16 1.36 2/66 14331
/proc/meminfo: memFree=1614384/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=28464 CPUtime=522.13
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 7298 0 0 0 52099 114 0 0 25 0 1 0 97698841 29147136 6152 1992294400 134512640 134931368 4294956224 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 7116 6152 48 102 0 7011 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 28464

[startup+582.302 s]
/proc/loadavg: 1.00 1.12 1.34 2/66 14331
/proc/meminfo: memFree=1614256/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=28596 CPUtime=582.12
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 7407 0 0 0 58098 114 0 0 25 0 1 0 97698841 29282304 6186 1992294400 134512640 134931368 4294956224 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 7149 6186 48 102 0 7044 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 28596

[startup+642.301 s]
/proc/loadavg: 1.00 1.10 1.31 2/66 14331
/proc/meminfo: memFree=1612080/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=30708 CPUtime=642.1
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 8095 0 0 0 64095 115 0 0 25 0 1 0 97698841 31444992 6720 1992294400 134512640 134931368 4294956224 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 7677 6720 48 102 0 7572 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 30708

[startup+702.301 s]
/proc/loadavg: 1.07 1.10 1.30 2/66 14331
/proc/meminfo: memFree=1610800/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=32028 CPUtime=702.09
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 8434 0 0 0 70093 116 0 0 25 0 1 0 97698841 32796672 7059 1992294400 134512640 134931368 4294956224 18446744073709551615 134525870 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 8007 7059 48 102 0 7902 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 32028

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

[startup+703.902 s]
/proc/loadavg: 1.07 1.10 1.30 2/66 14331
/proc/meminfo: memFree=1610800/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=32028 CPUtime=703.69
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 8434 0 0 0 70253 116 0 0 25 0 1 0 97698841 32796672 7059 1992294400 134512640 134931368 4294956224 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 8007 7059 48 102 0 7902 0
Current children cumulated CPU time (s) 703.69
Current children cumulated vsize (KiB) 32028

[startup+705.503 s]
/proc/loadavg: 1.07 1.09 1.29 2/66 14331
/proc/meminfo: memFree=1610800/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=32028 CPUtime=705.29
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 8434 0 0 0 70413 116 0 0 25 0 1 0 97698841 32796672 7059 1992294400 134512640 134931368 4294956224 18446744073709551615 134544698 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 8007 7059 48 102 0 7902 0
Current children cumulated CPU time (s) 705.29
Current children cumulated vsize (KiB) 32028

[startup+706.302 s]
/proc/loadavg: 1.07 1.09 1.29 2/66 14331
/proc/meminfo: memFree=1610800/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=32028 CPUtime=706.09
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 8434 0 0 0 70493 116 0 0 25 0 1 0 97698841 32796672 7059 1992294400 134512640 134931368 4294956224 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 8007 7059 48 102 0 7902 0
Current children cumulated CPU time (s) 706.09
Current children cumulated vsize (KiB) 32028

[startup+707.102 s]
/proc/loadavg: 1.07 1.09 1.29 2/66 14331
/proc/meminfo: memFree=1610800/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=32028 CPUtime=706.89
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 8434 0 0 0 70573 116 0 0 25 0 1 0 97698841 32796672 7059 1992294400 134512640 134931368 4294956224 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 8007 7059 48 102 0 7902 0
Current children cumulated CPU time (s) 706.89
Current children cumulated vsize (KiB) 32028

[startup+707.306 s]
/proc/loadavg: 1.07 1.09 1.29 2/66 14331
/proc/meminfo: memFree=1610800/2055924 swapFree=4181440/4192956
[pid=14324] ppid=14322 vsize=32032 CPUtime=707.09
/proc/14324/stat : 14324 (picosat) R 14322 14324 14131 0 -1 4194304 8435 0 0 0 70593 116 0 0 25 0 1 0 97698841 32800768 7060 1992294400 134512640 134931368 4294956224 18446744073709551615 134579093 0 0 4096 0 0 0 0 17 1 0 0
/proc/14324/statm: 8008 7060 48 102 0 7903 0
Current children cumulated CPU time (s) 707.09
Current children cumulated vsize (KiB) 32032

Child status: 20
Real time (s): 707.345
CPU time (s): 707.136
CPU user time (s): 705.972
CPU system time (s): 1.16482
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 32032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 705.972
system time used= 1.16482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8436
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= 2
involuntary context switches= 1350

runsolver used 0.794879 second user time and 1.74173 second system time

The end

Launcher Data

Begin job on node83 at 2009-04-25 23:58:16
IDJOB=1724492
IDBENCH=71780
IDSOLVER=563
FILE ID=node83/1724492-1240696695
PBS_JOBID= 9186746
Free space on /tmp= 66024 MiB

SOLVER NAME= SAT07 reference solver: picosat 535
BENCH NAME= SAT_RACE06/manol-pipe-c6nidw_i.cnf
COMMAND LINE= HOME/picosat BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724492-1240696695/watcher-1724492-1240696695 -o /tmp/evaluation-result-1724492-1240696695/solver-1724492-1240696695 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/picosat HOME/instance-1724492-1240696695.cnf            

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 15c4413e436aecbd4fcb1d7037e18abf
RANDOM SEED=1136014656

node83.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1639960 kB
Buffers:         38812 kB
Cached:         318836 kB
SwapCached:       5336 kB
Active:          80480 kB
Inactive:       286048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1639960 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:            5124 kB
Writeback:           0 kB
Mapped:          13484 kB
Slab:            35392 kB
Committed_AS:   368708 kB
PageTables:       1384 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= 66024 MiB
End job on node83 at 2009-04-26 00:10:03