Trace number 1724449

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
clasp 1.2.0-SAT09-32UNSAT 595.194 595.397

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

595.09/595.39	c clasp version 1.2.0-SAT09 
595.09/595.39	c Reading from ...696267/instance-1724449-1240696267.cnf
595.09/595.39	c Reading      : Done(0.170s)
595.09/595.39	c Preprocessing: |-\Done(2.430s)
595.09/595.39	c Solving...
595.09/595.39	
595.09/595.39	c Models    : 0     
595.09/595.39	c Time         : 595.030s (Solve: 592.430s)
595.09/595.39	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-1724449-1240696267/watcher-1724449-1240696267 -o /tmp/evaluation-result-1724449-1240696267/solver-1724449-1240696267 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1724449-1240696267.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

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: 0.92 0.98 1.07 3/64 28685
/proc/meminfo: memFree=1923656/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=2768 CPUtime=0
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 569 0 0 0 0 0 0 0 18 0 1 0 97655173 2834432 374 1992294400 134512640 136057169 4294956144 18446744073709551615 134816709 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 692 378 139 377 0 312 0

[startup+0.0236821 s]
/proc/loadavg: 0.92 0.98 1.07 3/64 28685
/proc/meminfo: memFree=1923656/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=10860 CPUtime=0.01
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 2589 0 0 0 1 0 0 0 18 0 1 0 97655173 11120640 2092 1992294400 134512640 136057169 4294956144 18446744073709551615 134640730 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 2715 2100 141 377 0 2335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10860

[startup+0.101694 s]
/proc/loadavg: 0.92 0.98 1.07 3/64 28685
/proc/meminfo: memFree=1923656/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=15720 CPUtime=0.09
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 3895 0 0 0 8 1 0 0 18 0 1 0 97655173 16097280 3398 1992294400 134512640 136057169 4294956144 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 3930 3404 144 377 0 3550 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15720

[startup+0.301722 s]
/proc/loadavg: 0.92 0.98 1.07 3/64 28685
/proc/meminfo: memFree=1923656/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=27492 CPUtime=0.29
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 8123 0 0 0 26 3 0 0 19 0 1 0 97655173 28151808 6403 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 6873 6403 165 377 0 6493 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27492

[startup+0.70178 s]
/proc/loadavg: 0.92 0.98 1.07 3/64 28685
/proc/meminfo: memFree=1923656/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=34520 CPUtime=0.69
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 10035 0 0 0 65 4 0 0 23 0 1 0 97655173 35348480 8112 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 8630 8112 170 377 0 8250 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34520

[startup+1.5019 s]
/proc/loadavg: 0.92 0.98 1.07 2/65 28686
/proc/meminfo: memFree=1888768/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=40388 CPUtime=1.49
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 11515 0 0 0 145 4 0 0 25 0 1 0 97655173 41357312 9592 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 10097 9593 170 377 0 9717 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40388

[startup+3.10113 s]
/proc/loadavg: 0.92 0.98 1.07 2/65 28686
/proc/meminfo: memFree=1883008/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=40648 CPUtime=3.09
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 13020 0 0 0 304 5 0 0 25 0 1 0 97655173 41623552 9666 1992294400 134512640 136057169 4294956144 18446744073709551615 134649297 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 10162 9666 182 377 0 9782 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40648

[startup+6.3016 s]
/proc/loadavg: 0.93 0.98 1.07 2/65 28686
/proc/meminfo: memFree=1885184/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=40648 CPUtime=6.29
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 13028 0 0 0 624 5 0 0 25 0 1 0 97655173 41623552 9674 1992294400 134512640 136057169 4294956144 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 10162 9674 182 377 0 9782 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40648

[startup+12.7025 s]
/proc/loadavg: 0.93 0.98 1.07 2/65 28686
/proc/meminfo: memFree=1885184/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=40792 CPUtime=12.69
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 13061 0 0 0 1264 5 0 0 25 0 1 0 97655173 41771008 9707 1992294400 134512640 136057169 4294956144 18446744073709551615 134649358 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 10198 9707 182 377 0 9818 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40792

[startup+25.5014 s]
/proc/loadavg: 1.08 1.02 1.07 2/65 28686
/proc/meminfo: memFree=1885184/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=41028 CPUtime=25.48
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 13085 0 0 0 2543 5 0 0 25 0 1 0 97655173 42012672 9731 1992294400 134512640 136057169 4294956144 18446744073709551615 134649301 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 10257 9731 182 377 0 9877 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41028

[startup+51.1012 s]
/proc/loadavg: 1.05 1.01 1.07 2/65 28686
/proc/meminfo: memFree=1884160/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=42092 CPUtime=51.07
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 13370 0 0 0 5101 6 0 0 25 0 1 0 97655173 43102208 10016 1992294400 134512640 136057169 4294956144 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 10523 10016 182 377 0 10143 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42092

[startup+102.306 s]
/proc/loadavg: 1.02 1.01 1.07 2/65 28686
/proc/meminfo: memFree=1881600/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=44604 CPUtime=102.25
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 14007 0 0 0 10219 6 0 0 25 0 1 0 97655173 45674496 10653 1992294400 134512640 136057169 4294956144 18446744073709551615 134824390 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 11151 10653 182 377 0 10771 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 44604

[startup+162.302 s]
/proc/loadavg: 1.01 1.00 1.06 2/65 28686
/proc/meminfo: memFree=1880064/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=46336 CPUtime=162.23
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 14425 0 0 0 16216 7 0 0 25 0 1 0 97655173 47448064 11071 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 11584 11071 182 377 0 11204 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 46336

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 28686
/proc/meminfo: memFree=1877376/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=48992 CPUtime=222.21
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 15065 0 0 0 22214 7 0 0 25 0 1 0 97655173 50167808 11711 1992294400 134512640 136057169 4294956144 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 12248 11711 182 377 0 11868 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 48992

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 28686
/proc/meminfo: memFree=1875584/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=50576 CPUtime=282.19
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 15489 0 0 0 28211 8 0 0 25 0 1 0 97655173 51789824 12135 1992294400 134512640 136057169 4294956144 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 12644 12135 182 377 0 12264 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 50576

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 28686
/proc/meminfo: memFree=1872256/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=53884 CPUtime=342.18
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 16317 0 0 0 34209 9 0 0 25 0 1 0 97655173 55177216 12963 1992294400 134512640 136057169 4294956144 18446744073709551615 134649293 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 13471 12963 182 377 0 13091 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 53884

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 28686
/proc/meminfo: memFree=1869248/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=56944 CPUtime=402.15
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 17067 0 0 0 40206 9 0 0 25 0 1 0 97655173 58310656 13713 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 14236 13713 182 377 0 13856 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 56944

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 28686
/proc/meminfo: memFree=1867840/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=58264 CPUtime=462.13
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 17399 0 0 0 46204 9 0 0 25 0 1 0 97655173 59662336 14045 1992294400 134512640 136057169 4294956144 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 14566 14045 182 377 0 14186 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 58264

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 28686
/proc/meminfo: memFree=1867136/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=58932 CPUtime=522.11
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 17565 0 0 0 52202 9 0 0 25 0 1 0 97655173 60346368 14211 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 14733 14211 182 377 0 14353 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 58932

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 28686
/proc/meminfo: memFree=1867136/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=58932 CPUtime=582.09
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 17566 0 0 0 58200 9 0 0 25 0 1 0 97655173 60346368 14212 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 14733 14212 182 377 0 14353 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 58932

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

[startup+588.701 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 28686
/proc/meminfo: memFree=1867136/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=58932 CPUtime=588.49
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 17566 0 0 0 58840 9 0 0 25 0 1 0 97655173 60346368 14212 1992294400 134512640 136057169 4294956144 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 14733 14212 182 377 0 14353 0
Current children cumulated CPU time (s) 588.49
Current children cumulated vsize (KiB) 58932

[startup+591.903 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 28686
/proc/meminfo: memFree=1867136/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=58932 CPUtime=591.69
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 17566 0 0 0 59160 9 0 0 25 0 1 0 97655173 60346368 14212 1992294400 134512640 136057169 4294956144 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 14733 14212 182 377 0 14353 0
Current children cumulated CPU time (s) 591.69
Current children cumulated vsize (KiB) 58932

[startup+593.502 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 28686
/proc/meminfo: memFree=1867136/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=58932 CPUtime=593.29
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 17566 0 0 0 59320 9 0 0 25 0 1 0 97655173 60346368 14212 1992294400 134512640 136057169 4294956144 18446744073709551615 134823782 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 14733 14212 182 377 0 14353 0
Current children cumulated CPU time (s) 593.29
Current children cumulated vsize (KiB) 58932

[startup+594.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 28692
/proc/meminfo: memFree=1867064/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=58932 CPUtime=594.08
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 17566 0 0 0 59399 9 0 0 25 0 1 0 97655173 60346368 14212 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 14733 14212 182 377 0 14353 0
Current children cumulated CPU time (s) 594.08
Current children cumulated vsize (KiB) 58932

[startup+595.105 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 28692
/proc/meminfo: memFree=1867000/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=58932 CPUtime=594.89
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 17566 0 0 0 59480 9 0 0 25 0 1 0 97655173 60346368 14212 1992294400 134512640 136057169 4294956144 18446744073709551615 134624593 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 14733 14212 182 377 0 14353 0
Current children cumulated CPU time (s) 594.89
Current children cumulated vsize (KiB) 58932

[startup+595.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 28692
/proc/meminfo: memFree=1867000/2055920 swapFree=4181436/4192956
[pid=28685] ppid=28683 vsize=29576 CPUtime=595.09
/proc/28685/stat : 28685 (clasp) R 28683 28685 28562 0 -1 4194304 17571 0 0 0 59499 10 0 0 25 0 1 0 97655173 30285824 7010 1992294400 134512640 136057169 4294956144 18446744073709551615 135433867 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28685/statm: 7394 7010 187 377 0 7014 0
Current children cumulated CPU time (s) 595.09
Current children cumulated vsize (KiB) 29576

Child status: 20
Real time (s): 595.397
CPU time (s): 595.194
CPU user time (s): 595.087
CPU system time (s): 0.107983
CPU usage (%): 99.9659
Max. virtual memory (cumulated for all children) (KiB): 58932

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

runsolver used 0.491925 second user time and 1.26881 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-25 23:51:08
IDJOB=1724449
IDBENCH=71780
IDSOLVER=508
FILE ID=node39/1724449-1240696267
PBS_JOBID= 9186776
Free space on /tmp= 66272 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT_RACE06/manol-pipe-c6nidw_i.cnf
COMMAND LINE= HOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724449-1240696267/watcher-1724449-1240696267 -o /tmp/evaluation-result-1724449-1240696267/solver-1724449-1240696267 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1724449-1240696267.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 15c4413e436aecbd4fcb1d7037e18abf
RANDOM SEED=1855242979

node39.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.281
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.281
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:       1924136 kB
Buffers:          6040 kB
Cached:          75304 kB
SwapCached:       6104 kB
Active:          29316 kB
Inactive:        60696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1924136 kB
SwapTotal:     4192956 kB
SwapFree:      4181436 kB
Dirty:            6488 kB
Writeback:           0 kB
Mapped:          13400 kB
Slab:            27808 kB
Committed_AS:   441028 kB
PageTables:       1380 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= 66272 MiB
End job on node39 at 2009-04-26 00:01:03