Trace number 1831553

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 1138.52 1138.83

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq3.cnf
MD5SUMba6236c6cc840bb0208f73665843c375
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark435.504
Satisfiable
(Un)Satisfiability was proved
Number of variables69789
Number of clauses968295
Sum of the clauses size2788367
Maximum clause length110
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2899512
Number of clauses of size 316116
Number of clauses of size 43707
Number of clauses of size 56480
Number of clauses of size over 542479

Solver Data

1138.48/1138.83	c clasp version 1.2.0-SAT09 
1138.48/1138.83	c Reading from ...760643/instance-1831553-1242760643.cnf
1138.48/1138.83	c Reading      : Done(0.590s)
1138.48/1138.83	c Preprocessing: |-\|Done(8.370s)
1138.48/1138.83	c Solving...
1138.48/1138.83	
1138.48/1138.83	c Models    : 0     
1138.48/1138.83	c Time         : 1138.470s (Solve: 1129.510s)
1138.48/1138.83	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-1831553-1242760643/watcher-1831553-1242760643 -o /tmp/evaluation-result-1831553-1242760643/solver-1831553-1242760643 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831553-1242760643.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.99 0.97 0.77 3/64 6189
/proc/meminfo: memFree=1967936/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=2620 CPUtime=0
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 563 0 0 0 0 0 0 0 18 0 1 0 304098188 2682880 369 1992294400 134512640 136057169 4294956160 18446744073709551615 134816709 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 655 372 139 377 0 275 0

[startup+0.011776 s]
/proc/loadavg: 0.99 0.97 0.77 3/64 6189
/proc/meminfo: memFree=1967936/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=7224 CPUtime=0
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 1329 0 0 0 0 0 0 0 18 0 1 0 304098188 7397376 1014 1992294400 134512640 136057169 4294956160 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 1806 1018 140 377 0 1426 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7224

[startup+0.101712 s]
/proc/loadavg: 0.99 0.97 0.77 3/64 6189
/proc/meminfo: memFree=1967936/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=12948 CPUtime=0.09
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 3284 0 0 0 7 2 0 0 18 0 1 0 304098188 13258752 2833 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 3237 2834 144 377 0 2857 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12948

[startup+0.301732 s]
/proc/loadavg: 0.99 0.97 0.77 3/64 6189
/proc/meminfo: memFree=1967936/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=23584 CPUtime=0.29
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 6760 0 0 0 26 3 0 0 19 0 1 0 304098188 24150016 5346 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 5896 5346 144 377 0 5516 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23584

[startup+0.701778 s]
/proc/loadavg: 0.99 0.97 0.77 3/64 6189
/proc/meminfo: memFree=1967936/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=45204 CPUtime=0.69
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 13656 0 0 0 63 6 0 0 23 0 1 0 304098188 46288896 10877 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 11301 10877 165 377 0 10921 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45204

[startup+1.50187 s]
/proc/loadavg: 0.99 0.97 0.77 2/65 6190
/proc/meminfo: memFree=1911928/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=64852 CPUtime=1.49
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 20110 0 0 0 140 9 0 0 25 0 1 0 304098188 66408448 15684 1992294400 134512640 136057169 4294956160 18446744073709551615 134774479 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 16213 15684 168 377 0 15833 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64852

[startup+3.10104 s]
/proc/loadavg: 0.99 0.97 0.77 2/65 6190
/proc/meminfo: memFree=1905656/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=65116 CPUtime=3.08
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 20168 0 0 0 299 9 0 0 25 0 1 0 304098188 66678784 15742 1992294400 134512640 136057169 4294956160 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 16279 15742 170 377 0 15899 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 65116

[startup+6.3014 s]
/proc/loadavg: 0.99 0.97 0.77 2/65 6190
/proc/meminfo: memFree=1905144/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=67172 CPUtime=6.29
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 20684 0 0 0 619 10 0 0 25 0 1 0 304098188 68784128 16258 1992294400 134512640 136057169 4294956160 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 16793 16258 170 377 0 16413 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67172

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.77 2/65 6190
/proc/meminfo: memFree=1907192/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=62712 CPUtime=12.69
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 22147 0 0 0 1258 11 0 0 25 0 1 0 304098188 64217088 15283 1992294400 134512640 136057169 4294956160 18446744073709551615 134649371 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 15678 15283 183 377 0 15298 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62712

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.77 2/65 6190
/proc/meminfo: memFree=1907256/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=62712 CPUtime=25.48
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 22148 0 0 0 2537 11 0 0 25 0 1 0 304098188 64217088 15284 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 15678 15284 183 377 0 15298 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 62712

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.77 2/65 6190
/proc/meminfo: memFree=1899064/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=70880 CPUtime=51.06
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 24232 0 0 0 5093 13 0 0 25 0 1 0 304098188 72581120 17368 1992294400 134512640 136057169 4294956160 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 17720 17368 183 377 0 17340 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 70880

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.79 2/65 6190
/proc/meminfo: memFree=1852664/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=117920 CPUtime=102.26
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 36035 0 0 0 10204 22 0 0 25 0 1 0 304098188 120750080 29035 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 29480 29035 183 377 0 29100 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 117920

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.80 2/65 6190
/proc/meminfo: memFree=1768824/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=203740 CPUtime=162.24
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 57624 0 0 0 16188 36 0 0 25 0 1 0 304098188 208629760 50421 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 50935 50422 183 377 0 50555 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 203740

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.81 2/65 6190
/proc/meminfo: memFree=1627128/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=344192 CPUtime=222.22
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 92826 0 0 0 22166 56 0 0 25 0 1 0 304098188 352452608 85319 1992294400 134512640 136057169 4294956160 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 86048 85319 183 377 0 85668 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 344192

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 6190
/proc/meminfo: memFree=1618808/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=351900 CPUtime=282.2
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 94786 0 0 0 28163 57 0 0 25 0 1 0 304098188 360345600 87279 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 87975 87279 183 377 0 87595 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 351900

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.83 2/65 6190
/proc/meminfo: memFree=1618680/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=351900 CPUtime=342.19
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 94805 0 0 0 34162 57 0 0 25 0 1 0 304098188 360345600 87298 1992294400 134512640 136057169 4294956160 18446744073709551615 134820200 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 87975 87298 183 377 0 87595 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 351900

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.83 2/65 6190
/proc/meminfo: memFree=1578872/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=392012 CPUtime=402.17
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 104738 0 0 0 40152 65 0 0 25 0 1 0 304098188 401420288 97231 1992294400 134512640 136057169 4294956160 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 98003 97231 183 377 0 97623 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 392012

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 6190
/proc/meminfo: memFree=1578744/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=392012 CPUtime=462.15
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 104755 0 0 0 46150 65 0 0 25 0 1 0 304098188 401420288 97248 1992294400 134512640 136057169 4294956160 18446744073709551615 134615621 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 98003 97248 183 377 0 97623 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 392012

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 6190
/proc/meminfo: memFree=1578744/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=392012 CPUtime=522.14
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 104755 0 0 0 52149 65 0 0 25 0 1 0 304098188 401420288 97248 1992294400 134512640 136057169 4294956160 18446744073709551615 134618315 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 98003 97248 183 377 0 97623 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 392012

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 6190
/proc/meminfo: memFree=1578744/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=392012 CPUtime=582.12
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 104761 0 0 0 58147 65 0 0 25 0 1 0 304098188 401420288 97254 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 98003 97254 183 377 0 97623 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 392012

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 6190
/proc/meminfo: memFree=1522488/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=448872 CPUtime=642.11
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 118965 0 0 0 64135 76 0 0 25 0 1 0 304098188 459644928 111273 1992294400 134512640 136057169 4294956160 18446744073709551615 134612852 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 112218 111273 183 377 0 111838 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 448872

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 6190
/proc/meminfo: memFree=1521720/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=449596 CPUtime=702.1
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 119156 0 0 0 70133 77 0 0 25 0 1 0 304098188 460386304 111464 1992294400 134512640 136057169 4294956160 18446744073709551615 134612852 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 112399 111464 183 377 0 112019 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 449596

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 6190
/proc/meminfo: memFree=1521656/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=449596 CPUtime=762.08
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 119159 0 0 0 76131 77 0 0 25 0 1 0 304098188 460386304 111467 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 112399 111467 183 377 0 112019 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 449596

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 6190
/proc/meminfo: memFree=1521592/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=449596 CPUtime=822.06
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 119166 0 0 0 82129 77 0 0 25 0 1 0 304098188 460386304 111474 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 112399 111474 183 377 0 112019 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 449596

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 6190
/proc/meminfo: memFree=1502008/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=469464 CPUtime=882.05
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 124122 0 0 0 88125 80 0 0 25 0 1 0 304098188 480731136 116430 1992294400 134512640 136057169 4294956160 18446744073709551615 134756837 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 117366 116430 183 377 0 116986 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 469464

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 6190
/proc/meminfo: memFree=1447352/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=524224 CPUtime=942.03
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 137664 0 0 0 94113 90 0 0 25 0 1 0 304098188 536805376 129972 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 131056 129972 183 377 0 130676 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 524224

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 6190
/proc/meminfo: memFree=1447352/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=524224 CPUtime=1002.01
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 137665 0 0 0 100111 90 0 0 25 0 1 0 304098188 536805376 129973 1992294400 134512640 136057169 4294956160 18446744073709551615 134615590 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 131056 129973 183 377 0 130676 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 524224

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 6190
/proc/meminfo: memFree=1447736/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=523500 CPUtime=1062
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 137712 0 0 0 106109 91 0 0 25 0 1 0 304098188 536064000 129839 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 130875 129839 183 377 0 130495 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 523500

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 6190
/proc/meminfo: memFree=1447672/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=523500 CPUtime=1121.99
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 137744 0 0 0 112108 91 0 0 25 0 1 0 304098188 536064000 129871 1992294400 134512640 136057169 4294956160 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 130875 129871 183 377 0 130495 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 523500

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

[startup+1126.3 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 6190
/proc/meminfo: memFree=1447672/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=523500 CPUtime=1125.99
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 137744 0 0 0 112508 91 0 0 25 0 1 0 304098188 536064000 129871 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 130875 129871 183 377 0 130495 0
Current children cumulated CPU time (s) 1125.99
Current children cumulated vsize (KiB) 523500

[startup+1132.7 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 6190
/proc/meminfo: memFree=1448120/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=522052 CPUtime=1132.38
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 137744 0 0 0 113147 91 0 0 25 0 1 0 304098188 534581248 129559 1992294400 134512640 136057169 4294956160 18446744073709551615 134809862 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 130513 129559 183 377 0 130133 0
Current children cumulated CPU time (s) 1132.38
Current children cumulated vsize (KiB) 522052

[startup+1135.9 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 6190
/proc/meminfo: memFree=1448696/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=521328 CPUtime=1135.58
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 137744 0 0 0 113467 91 0 0 25 0 1 0 304098188 533839872 129424 1992294400 134512640 136057169 4294956160 18446744073709551615 135441217 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 130332 129424 183 377 0 129952 0
Current children cumulated CPU time (s) 1135.58
Current children cumulated vsize (KiB) 521328

[startup+1137.5 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 6190
/proc/meminfo: memFree=1449272/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=521328 CPUtime=1137.18
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 137744 0 0 0 113627 91 0 0 25 0 1 0 304098188 533839872 129424 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 130332 129424 183 377 0 129952 0
Current children cumulated CPU time (s) 1137.18
Current children cumulated vsize (KiB) 521328

[startup+1138.3 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 6190
/proc/meminfo: memFree=1449272/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=521328 CPUtime=1137.98
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 137744 0 0 0 113707 91 0 0 25 0 1 0 304098188 533839872 129424 1992294400 134512640 136057169 4294956160 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 130332 129424 183 377 0 129952 0
Current children cumulated CPU time (s) 1137.98
Current children cumulated vsize (KiB) 521328

[startup+1138.7 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 6190
/proc/meminfo: memFree=1449272/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=519160 CPUtime=1138.38
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 137748 0 0 0 113747 91 0 0 25 0 1 0 304098188 531619840 128924 1992294400 134512640 136057169 4294956160 18446744073709551615 135439450 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 129790 128924 187 377 0 129410 0
Current children cumulated CPU time (s) 1138.38
Current children cumulated vsize (KiB) 519160

[startup+1138.8 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 6190
/proc/meminfo: memFree=1449272/2055920 swapFree=4179692/4192956
[pid=6189] ppid=6187 vsize=55756 CPUtime=1138.48
/proc/6189/stat : 6189 (clasp) R 6187 6189 6066 0 -1 4194304 137748 0 0 0 113750 98 0 0 25 0 1 0 304098188 57094144 13687 1992294400 134512640 136057169 4294956160 18446744073709551615 134764199 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6189/statm: 13939 13687 187 377 0 13559 0
Current children cumulated CPU time (s) 1138.48
Current children cumulated vsize (KiB) 55756

Child status: 20
Real time (s): 1138.83
CPU time (s): 1138.52
CPU user time (s): 1137.53
CPU system time (s): 0.992849
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 524224

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

runsolver used 0.939857 second user time and 2.21666 second system time

The end

Launcher Data

Begin job on node9 at 2009-05-19 21:17:24
IDJOB=1831553
IDBENCH=20581
IDSOLVER=637
FILE ID=node9/1831553-1242760643
PBS_JOBID= 9322289
Free space on /tmp= 66492 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq3.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-1831553-1242760643/watcher-1831553-1242760643 -o /tmp/evaluation-result-1831553-1242760643/solver-1831553-1242760643 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831553-1242760643.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= ba6236c6cc840bb0208f73665843c375
RANDOM SEED=791053195

node9.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.240
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.240
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:       1968416 kB
Buffers:          3864 kB
Cached:          47592 kB
SwapCached:       7704 kB
Active:          40072 kB
Inactive:        20396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1968416 kB
SwapTotal:     4192956 kB
SwapFree:      4179692 kB
Dirty:           20604 kB
Writeback:           0 kB
Mapped:          13908 kB
Slab:            13048 kB
Committed_AS:   955096 kB
PageTables:       1392 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= 66492 MiB
End job on node9 at 2009-05-19 21:36:23