Trace number 1831497

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 487.887 488.073

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 benchmark471.155
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

487.81/488.07	c clasp version 1.2.0-SAT09 
487.81/488.07	c Reading from ...759128/instance-1831497-1242759128.cnf
487.81/488.07	c Reading      : Done(0.130s)
487.81/488.07	c Preprocessing: |-\Done(1.790s)
487.81/488.07	c Solving...
487.81/488.07	
487.81/488.07	c Models    : 0     
487.81/488.07	c Time         : 487.770s (Solve: 485.850s)
487.81/488.07	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-1831497-1242759128/watcher-1831497-1242759128 -o /tmp/evaluation-result-1831497-1242759128/solver-1831497-1242759128 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831497-1242759128.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

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): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 13470
/proc/meminfo: memFree=1950328/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=2624 CPUtime=0
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 571 0 0 0 0 0 0 0 18 0 1 0 303947258 2686976 377 1992294400 134512640 136057169 4294956160 18446744073709551615 134816859 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 656 381 140 377 0 276 0

[startup+0.0377889 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 13470
/proc/meminfo: memFree=1950328/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=9388 CPUtime=0.03
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 2337 0 0 0 2 1 0 0 18 0 1 0 303947258 9613312 2021 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 2347 2021 147 377 0 1967 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9388

[startup+0.101782 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 13470
/proc/meminfo: memFree=1950328/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=13136 CPUtime=0.09
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 3344 0 0 0 8 1 0 0 18 0 1 0 303947258 13451264 2892 1992294400 134512640 136057169 4294956160 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 3284 2894 147 377 0 2904 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13136

[startup+0.301821 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 13470
/proc/meminfo: memFree=1950328/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=23780 CPUtime=0.29
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 6933 0 0 0 26 3 0 0 19 0 1 0 303947258 24350720 5384 1992294400 134512640 136057169 4294956160 18446744073709551615 134774097 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 5945 5384 168 377 0 5565 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23780

[startup+0.701899 s]
/proc/loadavg: 0.08 0.02 0.01 3/64 13470
/proc/meminfo: memFree=1950328/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=26888 CPUtime=0.69
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 7721 0 0 0 65 4 0 0 23 0 1 0 303947258 27533312 6172 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 6722 6172 170 377 0 6342 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26888

[startup+1.50105 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 13471
/proc/meminfo: memFree=1924400/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=31052 CPUtime=1.49
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 8743 0 0 0 144 5 0 0 25 0 1 0 303947258 31797248 7194 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 7763 7194 170 377 0 7383 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31052

[startup+3.10137 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 13471
/proc/meminfo: memFree=1922928/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=29184 CPUtime=3.09
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 9419 0 0 0 304 5 0 0 25 0 1 0 303947258 29884416 6906 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 7296 6906 182 377 0 6916 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29184

[startup+6.302 s]
/proc/loadavg: 0.23 0.05 0.02 2/65 13471
/proc/meminfo: memFree=1922928/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=29184 CPUtime=6.29
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 9419 0 0 0 624 5 0 0 25 0 1 0 303947258 29884416 6906 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 7296 6906 182 377 0 6916 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29184

[startup+12.7012 s]
/proc/loadavg: 0.29 0.06 0.02 2/65 13471
/proc/meminfo: memFree=1922672/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=29584 CPUtime=12.69
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 9544 0 0 0 1263 6 0 0 25 0 1 0 303947258 30294016 7031 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 7396 7031 182 377 0 7016 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29584

[startup+25.5018 s]
/proc/loadavg: 0.45 0.11 0.04 2/65 13471
/proc/meminfo: memFree=1918448/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=33884 CPUtime=25.48
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 10602 0 0 0 2541 7 0 0 25 0 1 0 303947258 34697216 8089 1992294400 134512640 136057169 4294956160 18446744073709551615 134823371 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 8471 8089 182 377 0 8091 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33884

[startup+51.1018 s]
/proc/loadavg: 0.64 0.18 0.06 2/65 13471
/proc/meminfo: memFree=1905648/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=46848 CPUtime=51.06
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 13855 0 0 0 5096 10 0 0 25 0 1 0 303947258 47972352 11342 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 11712 11342 182 377 0 11332 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 46848

[startup+102.306 s]
/proc/loadavg: 0.84 0.30 0.11 2/65 13471
/proc/meminfo: memFree=1900016/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=52296 CPUtime=102.25
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 15173 0 0 0 10214 11 0 0 25 0 1 0 303947258 53551104 12660 1992294400 134512640 136057169 4294956160 18446744073709551615 134823686 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 13074 12660 182 377 0 12694 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 52296

[startup+162.302 s]
/proc/loadavg: 0.94 0.43 0.16 2/65 13471
/proc/meminfo: memFree=1892336/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=59860 CPUtime=162.22
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 17087 0 0 0 16209 13 0 0 25 0 1 0 303947258 61296640 14574 1992294400 134512640 136057169 4294956160 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 14965 14574 182 377 0 14585 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 59860

[startup+222.301 s]
/proc/loadavg: 0.98 0.53 0.21 2/65 13471
/proc/meminfo: memFree=1886768/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=65412 CPUtime=222.21
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 18465 0 0 0 22206 15 0 0 25 0 1 0 303947258 66981888 15952 1992294400 134512640 136057169 4294956160 18446744073709551615 134637484 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 16353 15952 182 377 0 15973 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 65412

[startup+282.302 s]
/proc/loadavg: 0.99 0.61 0.26 2/65 13471
/proc/meminfo: memFree=1878448/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=74004 CPUtime=282.19
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 20622 0 0 0 28202 17 0 0 25 0 1 0 303947258 75780096 18109 1992294400 134512640 136057169 4294956160 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 18501 18109 182 377 0 18121 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 74004

[startup+342.303 s]
/proc/loadavg: 0.99 0.68 0.30 2/65 13471
/proc/meminfo: memFree=1873328/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=78764 CPUtime=342.16
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 21806 0 0 0 34198 18 0 0 25 0 1 0 303947258 80654336 19293 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 19691 19293 182 377 0 19311 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 78764

[startup+402.302 s]
/proc/loadavg: 0.99 0.74 0.34 2/65 13471
/proc/meminfo: memFree=1873008/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=79336 CPUtime=402.13
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 21906 0 0 0 40195 18 0 0 25 0 1 0 303947258 81240064 19393 1992294400 134512640 136057169 4294956160 18446744073709551615 134618368 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 19834 19393 182 377 0 19454 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 79336

[startup+462.301 s]
/proc/loadavg: 0.99 0.78 0.38 2/65 13471
/proc/meminfo: memFree=1870960/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=81196 CPUtime=462.12
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 22379 0 0 0 46193 19 0 0 25 0 1 0 303947258 83144704 19866 1992294400 134512640 136057169 4294956160 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 20299 19866 182 377 0 19919 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 81196

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

[startup+473.501 s]
/proc/loadavg: 0.99 0.79 0.39 2/65 13471
/proc/meminfo: memFree=1870960/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=81196 CPUtime=473.31
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 22379 0 0 0 47312 19 0 0 25 0 1 0 303947258 83144704 19866 1992294400 134512640 136057169 4294956160 18446744073709551615 134825035 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 20299 19866 182 377 0 19919 0
Current children cumulated CPU time (s) 473.31
Current children cumulated vsize (KiB) 81196

[startup+479.902 s]
/proc/loadavg: 0.99 0.79 0.39 2/65 13471
/proc/meminfo: memFree=1870960/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=81196 CPUtime=479.71
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 22379 0 0 0 47952 19 0 0 25 0 1 0 303947258 83144704 19866 1992294400 134512640 136057169 4294956160 18446744073709551615 134618275 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 20299 19866 182 377 0 19919 0
Current children cumulated CPU time (s) 479.71
Current children cumulated vsize (KiB) 81196

[startup+483.101 s]
/proc/loadavg: 0.99 0.79 0.39 2/65 13471
/proc/meminfo: memFree=1870960/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=81196 CPUtime=482.91
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 22379 0 0 0 48272 19 0 0 25 0 1 0 303947258 83144704 19866 1992294400 134512640 136057169 4294956160 18446744073709551615 134824962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 20299 19866 182 377 0 19919 0
Current children cumulated CPU time (s) 482.91
Current children cumulated vsize (KiB) 81196

[startup+486.302 s]
/proc/loadavg: 0.99 0.80 0.39 2/65 13471
/proc/meminfo: memFree=1870960/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=81196 CPUtime=486.11
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 22379 0 0 0 48592 19 0 0 25 0 1 0 303947258 83144704 19866 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 20299 19866 182 377 0 19919 0
Current children cumulated CPU time (s) 486.11
Current children cumulated vsize (KiB) 81196

[startup+487.101 s]
/proc/loadavg: 0.99 0.80 0.39 2/65 13471
/proc/meminfo: memFree=1870960/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=81196 CPUtime=486.91
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 22379 0 0 0 48672 19 0 0 25 0 1 0 303947258 83144704 19866 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 20299 19866 182 377 0 19919 0
Current children cumulated CPU time (s) 486.91
Current children cumulated vsize (KiB) 81196

[startup+487.501 s]
/proc/loadavg: 0.99 0.80 0.39 2/65 13471
/proc/meminfo: memFree=1870960/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=81196 CPUtime=487.31
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 22379 0 0 0 48712 19 0 0 25 0 1 0 303947258 83144704 19866 1992294400 134512640 136057169 4294956160 18446744073709551615 134624496 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 20299 19866 182 377 0 19919 0
Current children cumulated CPU time (s) 487.31
Current children cumulated vsize (KiB) 81196

[startup+487.901 s]
/proc/loadavg: 0.99 0.80 0.39 2/65 13471
/proc/meminfo: memFree=1870960/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=81196 CPUtime=487.71
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 22384 0 0 0 48752 19 0 0 25 0 1 0 303947258 83144704 19871 1992294400 134512640 136057169 4294956160 18446744073709551615 135433692 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 20299 19871 187 377 0 19919 0
Current children cumulated CPU time (s) 487.71
Current children cumulated vsize (KiB) 81196

[startup+488.001 s]
/proc/loadavg: 0.99 0.80 0.39 2/65 13471
/proc/meminfo: memFree=1870960/2055924 swapFree=4140884/4192956
[pid=13470] ppid=13468 vsize=20432 CPUtime=487.81
/proc/13470/stat : 13470 (clasp) R 13468 13470 13433 0 -1 4194304 22384 0 0 0 48761 20 0 0 25 0 1 0 303947258 20922368 4813 1992294400 134512640 136057169 4294956160 18446744073709551615 135433692 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13470/statm: 5108 4813 187 377 0 4728 0
Current children cumulated CPU time (s) 487.81
Current children cumulated vsize (KiB) 20432

Child status: 20
Real time (s): 488.073
CPU time (s): 487.887
CPU user time (s): 487.682
CPU system time (s): 0.204968
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 81196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 487.682
system time used= 0.204968
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= 916

runsolver used 0.45993 second user time and 0.889864 second system time

The end

Launcher Data

Begin job on node6 at 2009-05-19 20:52:09
IDJOB=1831497
IDBENCH=20425
IDSOLVER=637
FILE ID=node6/1831497-1242759128
PBS_JOBID= 9322292
Free space on /tmp= 66368 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-1831497-1242759128/watcher-1831497-1242759128 -o /tmp/evaluation-result-1831497-1242759128/solver-1831497-1242759128 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831497-1242759128.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 175ec3119584300988ad366c4a04cccc
RANDOM SEED=1552487872

node6.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:      2055924 kB
MemFree:       1951064 kB
Buffers:          1700 kB
Cached:          23172 kB
SwapCached:      46188 kB
Active:          51148 kB
Inactive:        21456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1951064 kB
SwapTotal:     4192956 kB
SwapFree:      4140884 kB
Dirty:            5460 kB
Writeback:           0 kB
Mapped:          13816 kB
Slab:            18252 kB
Committed_AS:  1134336 kB
PageTables:       1456 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= 66364 MiB
End job on node6 at 2009-05-19 21:00:17