Trace number 1717821

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 486.952 487.095

General information on the benchmark

Nameindustrial/palacios/
medium/emptyroom-4-h21-unsat.cnf
MD5SUM175ec3119584300988ad366c4a04cccc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark316.247
Satisfiable
(Un)Satisfiability was proved
Number of variables69148
Number of clauses208728
Sum of the clauses size487544
Maximum clause length28
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2139492
Number of clauses of size 368730
Number of clauses of size 4102
Number of clauses of size 513
Number of clauses of size over 5135

Solver Data

486.85/487.09	c clasp version 1.2.0-SAT09 
486.85/487.09	c Reading from ...631090/instance-1717821-1240631090.cnf
486.85/487.09	c Reading      : Done(0.130s)
486.85/487.09	c Preprocessing: |-\Done(1.780s)
486.85/487.09	c Solving...
486.85/487.09	
486.85/487.09	c Models    : 0     
486.85/487.09	c Time         : 486.840s (Solve: 484.930s)
486.85/487.09	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-1717821-1240631090/watcher-1717821-1240631090 -o /tmp/evaluation-result-1717821-1240631090/solver-1717821-1240631090 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1717821-1240631090.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: 1.00 1.00 1.00 3/64 19585
/proc/meminfo: memFree=1652744/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=2624 CPUtime=0
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 575 0 0 0 0 0 0 0 18 0 1 0 91142554 2686976 381 1992294400 134512640 136057169 4294956144 18446744073709551615 134816777 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 656 384 139 377 0 276 0

[startup+0.0463659 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19585
/proc/meminfo: memFree=1652744/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=9876 CPUtime=0.04
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 2463 0 0 0 3 1 0 0 18 0 1 0 91142554 10113024 2148 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 2469 2148 147 377 0 2089 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9876

[startup+0.101372 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19585
/proc/meminfo: memFree=1652744/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=13136 CPUtime=0.09
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 3347 0 0 0 8 1 0 0 18 0 1 0 91142554 13451264 2895 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 3284 2895 147 377 0 2904 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13136

[startup+0.301393 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19585
/proc/meminfo: memFree=1652744/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=23780 CPUtime=0.29
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 6933 0 0 0 27 2 0 0 19 0 1 0 91142554 24350720 5384 1992294400 134512640 136057169 4294956144 18446744073709551615 134774400 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 5945 5384 168 377 0 5565 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23780

[startup+0.70144 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19585
/proc/meminfo: memFree=1652744/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=26888 CPUtime=0.7
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 7728 0 0 0 67 3 0 0 22 0 1 0 91142554 27533312 6179 1992294400 134512640 136057169 4294956144 18446744073709551615 135480624 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 6722 6179 170 377 0 6342 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 26888

[startup+1.50153 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19586
/proc/meminfo: memFree=1626816/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=31052 CPUtime=1.49
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 8752 0 0 0 146 3 0 0 25 0 1 0 91142554 31797248 7203 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 7763 7203 170 377 0 7383 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31052

[startup+3.10171 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19586
/proc/meminfo: memFree=1625408/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=29184 CPUtime=3.09
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 9419 0 0 0 305 4 0 0 25 0 1 0 91142554 29884416 6906 1992294400 134512640 136057169 4294956144 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 7296 6906 182 377 0 6916 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29184

[startup+6.30107 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19586
/proc/meminfo: memFree=1625408/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=29184 CPUtime=6.29
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 9419 0 0 0 625 4 0 0 25 0 1 0 91142554 29884416 6906 1992294400 134512640 136057169 4294956144 18446744073709551615 134824014 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 7296 6906 182 377 0 6916 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29184

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19586
/proc/meminfo: memFree=1625152/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=29584 CPUtime=12.68
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 9543 0 0 0 1264 4 0 0 25 0 1 0 91142554 30294016 7030 1992294400 134512640 136057169 4294956144 18446744073709551615 134618289 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 7396 7030 182 377 0 7016 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 29584

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19586
/proc/meminfo: memFree=1620928/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=33884 CPUtime=25.48
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 10609 0 0 0 2543 5 0 0 25 0 1 0 91142554 34697216 8096 1992294400 134512640 136057169 4294956144 18446744073709551615 134756790 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 8471 8096 182 377 0 8091 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33884

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19586
/proc/meminfo: memFree=1608192/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=46980 CPUtime=51.07
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 13868 0 0 0 5099 8 0 0 25 0 1 0 91142554 48107520 11355 1992294400 134512640 136057169 4294956144 18446744073709551615 134618212 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 11745 11355 182 377 0 11365 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 46980

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19586
/proc/meminfo: memFree=1602624/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=52296 CPUtime=102.26
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 15173 0 0 0 10216 10 0 0 25 0 1 0 91142554 53551104 12660 1992294400 134512640 136057169 4294956144 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 13074 12660 182 377 0 12694 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 52296

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19586
/proc/meminfo: memFree=1594944/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=59860 CPUtime=162.24
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 17087 0 0 0 16212 12 0 0 25 0 1 0 91142554 61296640 14574 1992294400 134512640 136057169 4294956144 18446744073709551615 134756841 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 14965 14574 182 377 0 14585 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 59860

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19586
/proc/meminfo: memFree=1589376/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=65412 CPUtime=222.22
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 18465 0 0 0 22209 13 0 0 25 0 1 0 91142554 66981888 15952 1992294400 134512640 136057169 4294956144 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 16353 15952 182 377 0 15973 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 65412

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19586
/proc/meminfo: memFree=1580864/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=74268 CPUtime=282.21
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 20662 0 0 0 28204 17 0 0 25 0 1 0 91142554 76050432 18149 1992294400 134512640 136057169 4294956144 18446744073709551615 134824405 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 18567 18149 182 377 0 18187 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 74268

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19586
/proc/meminfo: memFree=1575936/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=78764 CPUtime=342.19
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 21806 0 0 0 34200 19 0 0 25 0 1 0 91142554 80654336 19293 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 19691 19293 182 377 0 19311 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 78764

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19586
/proc/meminfo: memFree=1575552/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=79468 CPUtime=402.17
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 21968 0 0 0 40198 19 0 0 25 0 1 0 91142554 81375232 19455 1992294400 134512640 136057169 4294956144 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 19867 19455 182 377 0 19487 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 79468

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19586
/proc/meminfo: memFree=1573632/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=81196 CPUtime=462.16
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 22379 0 0 0 46196 20 0 0 25 0 1 0 91142554 83144704 19866 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 20299 19866 182 377 0 19919 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 81196

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

[startup+473.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19586
/proc/meminfo: memFree=1573632/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=81196 CPUtime=473.35
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 22379 0 0 0 47315 20 0 0 25 0 1 0 91142554 83144704 19866 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 20299 19866 182 377 0 19919 0
Current children cumulated CPU time (s) 473.35
Current children cumulated vsize (KiB) 81196

[startup+479.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19586
/proc/meminfo: memFree=1573632/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=81196 CPUtime=479.75
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 22379 0 0 0 47955 20 0 0 25 0 1 0 91142554 83144704 19866 1992294400 134512640 136057169 4294956144 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 20299 19866 182 377 0 19919 0
Current children cumulated CPU time (s) 479.75
Current children cumulated vsize (KiB) 81196

[startup+483.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19586
/proc/meminfo: memFree=1573632/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=81196 CPUtime=482.95
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 22379 0 0 0 48275 20 0 0 25 0 1 0 91142554 83144704 19866 1992294400 134512640 136057169 4294956144 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 20299 19866 182 377 0 19919 0
Current children cumulated CPU time (s) 482.95
Current children cumulated vsize (KiB) 81196

[startup+484.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19586
/proc/meminfo: memFree=1573632/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=81196 CPUtime=484.55
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 22379 0 0 0 48435 20 0 0 25 0 1 0 91142554 83144704 19866 1992294400 134512640 136057169 4294956144 18446744073709551615 134637499 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 20299 19866 182 377 0 19919 0
Current children cumulated CPU time (s) 484.55
Current children cumulated vsize (KiB) 81196

[startup+486.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19586
/proc/meminfo: memFree=1573632/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=81196 CPUtime=486.15
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 22379 0 0 0 48595 20 0 0 25 0 1 0 91142554 83144704 19866 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 20299 19866 182 377 0 19919 0
Current children cumulated CPU time (s) 486.15
Current children cumulated vsize (KiB) 81196

[startup+486.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19586
/proc/meminfo: memFree=1573632/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=81196 CPUtime=486.55
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 22379 0 0 0 48635 20 0 0 25 0 1 0 91142554 83144704 19866 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 20299 19866 182 377 0 19919 0
Current children cumulated CPU time (s) 486.55
Current children cumulated vsize (KiB) 81196

[startup+486.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19586
/proc/meminfo: memFree=1573632/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=81196 CPUtime=486.75
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 22379 0 0 0 48655 20 0 0 25 0 1 0 91142554 83144704 19866 1992294400 134512640 136057169 4294956144 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 20299 19866 182 377 0 19919 0
Current children cumulated CPU time (s) 486.75
Current children cumulated vsize (KiB) 81196

[startup+487.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19586
/proc/meminfo: memFree=1573632/2055920 swapFree=4180708/4192956
[pid=19585] ppid=19583 vsize=20432 CPUtime=486.85
/proc/19585/stat : 19585 (clasp) R 19583 19585 18750 0 -1 4194304 22384 0 0 0 48664 21 0 0 25 0 1 0 91142554 20922368 4813 1992294400 134512640 136057169 4294956144 18446744073709551615 134764163 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19585/statm: 5108 4813 187 377 0 4728 0
Current children cumulated CPU time (s) 486.85
Current children cumulated vsize (KiB) 20432

Child status: 20
Real time (s): 487.095
CPU time (s): 486.952
CPU user time (s): 486.738
CPU system time (s): 0.213967
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 81196

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

runsolver used 0.305953 second user time and 1.07384 second system time

The end

Launcher Data

Begin job on node23 at 2009-04-25 05:44:50
IDJOB=1717821
IDBENCH=20425
IDSOLVER=508
FILE ID=node23/1717821-1240631090
PBS_JOBID= 9186373
Free space on /tmp= 66316 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/industrial/palacios/medium/emptyroom-4-h21-unsat.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-1717821-1240631090/watcher-1717821-1240631090 -o /tmp/evaluation-result-1717821-1240631090/solver-1717821-1240631090 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1717821-1240631090.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= 175ec3119584300988ad366c4a04cccc
RANDOM SEED=1644468070

node23.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.238
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.238
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:       1653160 kB
Buffers:         45784 kB
Cached:         304632 kB
SwapCached:       6924 kB
Active:         143232 kB
Inactive:       217016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1653160 kB
SwapTotal:     4192956 kB
SwapFree:      4180708 kB
Dirty:            5244 kB
Writeback:           0 kB
Mapped:          14020 kB
Slab:            28512 kB
Committed_AS:   348508 kB
PageTables:       1388 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= 66316 MiB
End job on node23 at 2009-04-25 05:52:58