Trace number 1831569

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 3280.04 3281.5

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3280.04
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

Solver Data

3279.93/3281.50	c clasp version 1.2.0-SAT09 
3279.93/3281.50	c Reading from ...761898/instance-1831569-1242761898.cnf
3279.93/3281.50	c Reading      : Done(2.000s)
3279.93/3281.50	c Preprocessing: |-\|Done(27.960s)
3279.93/3281.50	c Solving...
3279.93/3281.50	
3279.93/3281.50	c Models    : 0     
3279.93/3281.50	c Time         : 3280.050s (Solve: 3250.090s)
3279.93/3281.50	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-1831569-1242761898/watcher-1831569-1242761898 -o /tmp/evaluation-result-1831569-1242761898/solver-1831569-1242761898 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831569-1242761898.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: 1.08 1.02 0.92 3/67 811
/proc/meminfo: memFree=1876176/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=3840 CPUtime=0
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 623 0 0 0 0 0 0 0 18 0 1 0 304216456 3932160 429 1992294400 134512640 136057169 4294956160 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 960 440 139 377 0 580 0

[startup+0.103958 s]
/proc/loadavg: 1.08 1.02 0.92 3/67 811
/proc/meminfo: memFree=1876176/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=20028 CPUtime=0.09
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 5262 0 0 0 8 1 0 0 18 0 1 0 304216456 20508672 4495 1992294400 134512640 136057169 4294956160 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 5007 4496 144 377 0 4627 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20028

[startup+0.201927 s]
/proc/loadavg: 1.08 1.02 0.92 3/67 811
/proc/meminfo: memFree=1876176/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=25452 CPUtime=0.19
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 6932 0 0 0 17 2 0 0 18 0 1 0 304216456 26062848 5826 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 6363 5827 144 377 0 5983 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 25452

[startup+0.301946 s]
/proc/loadavg: 1.08 1.02 0.92 3/67 811
/proc/meminfo: memFree=1876176/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=30416 CPUtime=0.29
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 8496 0 0 0 26 3 0 0 19 0 1 0 304216456 31145984 7086 1992294400 134512640 136057169 4294956160 18446744073709551615 135459753 0 0 4096 16386 0 0 0 17 1 0 0
/proc/811/statm: 7604 7086 144 377 0 7224 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30416

[startup+0.701982 s]
/proc/loadavg: 1.08 1.02 0.92 3/67 811
/proc/meminfo: memFree=1876176/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=52300 CPUtime=0.69
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 15668 0 0 0 62 7 0 0 23 0 1 0 304216456 53555200 12092 1992294400 134512640 136057169 4294956160 18446744073709551615 135459753 0 0 4096 16386 0 0 0 17 1 0 0
/proc/811/statm: 13075 12092 144 377 0 12695 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52300

[startup+1.50104 s]
/proc/loadavg: 1.08 1.02 0.92 2/68 812
/proc/meminfo: memFree=1806280/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=95636 CPUtime=1.49
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 29685 0 0 0 135 14 0 0 25 0 1 0 304216456 97931264 22264 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 23909 22265 147 377 0 23529 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95636

[startup+3.1022 s]
/proc/loadavg: 1.15 1.04 0.93 2/68 812
/proc/meminfo: memFree=1744200/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=176264 CPUtime=3.08
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 55656 0 0 0 282 26 0 0 25 0 1 0 304216456 180494336 42645 1992294400 134512640 136057169 4294956160 18446744073709551615 134772166 0 0 4096 16386 0 0 0 17 1 0 0
/proc/811/statm: 44066 42645 164 377 0 43686 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 176264

[startup+6.30147 s]
/proc/loadavg: 1.15 1.04 0.93 2/68 812
/proc/meminfo: memFree=1676808/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=206384 CPUtime=6.28
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 65721 0 0 0 598 30 0 0 25 0 1 0 304216456 211337216 50131 1992294400 134512640 136057169 4294956160 18446744073709551615 134774888 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 51596 50131 167 377 0 51216 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 206384

[startup+12.701 s]
/proc/loadavg: 1.13 1.03 0.93 2/68 812
/proc/meminfo: memFree=1676744/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=206384 CPUtime=12.67
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 65721 0 0 0 1237 30 0 0 25 0 1 0 304216456 211337216 50131 1992294400 134512640 136057169 4294956160 18446744073709551615 134774493 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 51596 50131 167 377 0 51216 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 206384

[startup+25.5012 s]
/proc/loadavg: 1.11 1.03 0.93 2/68 812
/proc/meminfo: memFree=1656392/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=227584 CPUtime=25.48
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 71003 0 0 0 2514 34 0 0 25 0 1 0 304216456 233046016 55413 1992294400 134512640 136057169 4294956160 18446744073709551615 134782969 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 56896 55413 169 377 0 56516 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 227584

[startup+51.1015 s]
/proc/loadavg: 1.07 1.03 0.93 2/68 812
/proc/meminfo: memFree=1680008/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=201020 CPUtime=51.06
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 72625 0 0 0 5071 35 0 0 25 0 1 0 304216456 205844480 49381 1992294400 134512640 136057169 4294956160 18446744073709551615 134649301 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 50255 49381 183 377 0 49875 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 201020

[startup+102.301 s]
/proc/loadavg: 1.03 1.02 0.93 2/68 812
/proc/meminfo: memFree=1680008/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=201020 CPUtime=102.24
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 72640 0 0 0 10189 35 0 0 25 0 1 0 304216456 205844480 49396 1992294400 134512640 136057169 4294956160 18446744073709551615 134649287 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 50255 49396 183 377 0 49875 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 201020

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 0.93 2/68 812
/proc/meminfo: memFree=1679944/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=201020 CPUtime=162.22
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 72655 0 0 0 16187 35 0 0 25 0 1 0 304216456 205844480 49411 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 50255 49411 183 377 0 49875 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 201020

[startup+222.306 s]
/proc/loadavg: 1.00 1.01 0.93 2/68 812
/proc/meminfo: memFree=1678920/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=201020 CPUtime=222.19
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 72921 0 0 0 22184 35 0 0 25 0 1 0 304216456 205844480 49677 1992294400 134512640 136057169 4294956160 18446744073709551615 134618454 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 50255 49677 183 377 0 49875 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 201020

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 0.93 2/68 814
/proc/meminfo: memFree=1643720/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=237232 CPUtime=282.17
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 81855 0 0 0 28174 43 0 0 25 0 1 0 304216456 242925568 58611 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 59308 58611 183 377 0 58928 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 237232

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/68 814
/proc/meminfo: memFree=1580872/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=299292 CPUtime=342.15
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 97392 0 0 0 34160 55 0 0 25 0 1 0 304216456 306475008 74148 1992294400 134512640 136057169 4294956160 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 74823 74148 183 377 0 74443 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 299292

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/68 814
/proc/meminfo: memFree=1518472/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=363072 CPUtime=402.12
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 113502 0 0 0 40146 66 0 0 25 0 1 0 304216456 371785728 89954 1992294400 134512640 136057169 4294956160 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/811/statm: 90768 89954 183 377 0 90388 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 363072

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/68 814
/proc/meminfo: memFree=1449928/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=430684 CPUtime=462.07
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 130369 0 0 0 46127 80 0 0 25 0 1 0 304216456 441020416 106821 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 107671 106821 183 377 0 107291 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 430684

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/68 814
/proc/meminfo: memFree=1392008/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=490376 CPUtime=522.05
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 145517 0 0 0 52116 89 0 0 25 0 1 0 304216456 502145024 121513 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 122594 121513 183 377 0 122214 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 490376

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/68 814
/proc/meminfo: memFree=1324488/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=557128 CPUtime=582.02
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 162269 0 0 0 58101 101 0 0 25 0 1 0 304216456 570499072 138265 1992294400 134512640 136057169 4294956160 18446744073709551615 134618265 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 139282 138265 183 377 0 138902 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 557128

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/68 814
/proc/meminfo: memFree=1255880/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=625796 CPUtime=642
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 179394 0 0 0 64085 115 0 0 25 0 1 0 304216456 640815104 155390 1992294400 134512640 136057169 4294956160 18446744073709551615 134823436 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 156449 155390 183 377 0 156069 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 625796

[startup+702.302 s]

################
# More data... #
################

/proc/meminfo: memFree=236040/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=1647140 CPUtime=2681.08
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 436356 0 0 0 267786 322 0 0 25 0 1 0 304216456 1686671360 409194 1992294400 134512640 136057169 4294956160 18446744073709551615 134813079 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 411785 409194 183 377 0 411405 0
Current children cumulated CPU time (s) 2681.08
Current children cumulated vsize (KiB) 1647140

[startup+2742.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/68 820
/proc/meminfo: memFree=235976/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=1647140 CPUtime=2741.06
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 436376 0 0 0 273784 322 0 0 25 0 1 0 304216456 1686671360 409214 1992294400 134512640 136057169 4294956160 18446744073709551615 134819954 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 411785 409214 183 377 0 411405 0
Current children cumulated CPU time (s) 2741.06
Current children cumulated vsize (KiB) 1647140

[startup+2802.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/68 820
/proc/meminfo: memFree=239560/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=1642984 CPUtime=2801.03
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 436378 0 0 0 279781 322 0 0 25 0 1 0 304216456 1682415616 408277 1992294400 134512640 136057169 4294956160 18446744073709551615 134814715 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 410746 408277 183 377 0 410366 0
Current children cumulated CPU time (s) 2801.03
Current children cumulated vsize (KiB) 1642984

[startup+2862.31 s]
/proc/loadavg: 1.00 1.00 0.94 2/68 820
/proc/meminfo: memFree=240520/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=1641872 CPUtime=2861.01
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 436378 0 0 0 285779 322 0 0 25 0 1 0 304216456 1681276928 408028 1992294400 134512640 136057169 4294956160 18446744073709551615 134825040 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 410468 408028 183 377 0 410088 0
Current children cumulated CPU time (s) 2861.01
Current children cumulated vsize (KiB) 1641872

[startup+2922.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/68 820
/proc/meminfo: memFree=240328/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=1641872 CPUtime=2920.98
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 436378 0 0 0 291776 322 0 0 25 0 1 0 304216456 1681276928 408028 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 410468 408028 183 377 0 410088 0
Current children cumulated CPU time (s) 2920.98
Current children cumulated vsize (KiB) 1641872

[startup+2982.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/68 820
/proc/meminfo: memFree=240328/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=1641872 CPUtime=2980.95
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 436424 0 0 0 297773 322 0 0 25 0 1 0 304216456 1681276928 408074 1992294400 134512640 136057169 4294956160 18446744073709551615 134823428 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 410468 408074 183 377 0 410088 0
Current children cumulated CPU time (s) 2980.95
Current children cumulated vsize (KiB) 1641872

[startup+3042.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/68 820
/proc/meminfo: memFree=240200/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=1641872 CPUtime=3040.93
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 436437 0 0 0 303771 322 0 0 25 0 1 0 304216456 1681276928 408087 1992294400 134512640 136057169 4294956160 18446744073709551615 134616000 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 410468 408087 183 377 0 410088 0
Current children cumulated CPU time (s) 3040.93
Current children cumulated vsize (KiB) 1641872

[startup+3102.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/68 820
/proc/meminfo: memFree=240200/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=1641872 CPUtime=3100.9
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 436449 0 0 0 309768 322 0 0 25 0 1 0 304216456 1681276928 408099 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 410468 408099 183 377 0 410088 0
Current children cumulated CPU time (s) 3100.9
Current children cumulated vsize (KiB) 1641872

[startup+3162.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/68 820
/proc/meminfo: memFree=240136/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=1641872 CPUtime=3160.87
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 436450 0 0 0 315765 322 0 0 25 0 1 0 304216456 1681276928 408100 1992294400 134512640 136057169 4294956160 18446744073709551615 134612852 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 410468 408100 183 377 0 410088 0
Current children cumulated CPU time (s) 3160.87
Current children cumulated vsize (KiB) 1641872

[startup+3222.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/68 820
/proc/meminfo: memFree=239944/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=1641872 CPUtime=3220.85
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 436488 0 0 0 321763 322 0 0 25 0 1 0 304216456 1681276928 408138 1992294400 134512640 136057169 4294956160 18446744073709551615 134828494 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 410468 408138 183 377 0 410088 0
Current children cumulated CPU time (s) 3220.85
Current children cumulated vsize (KiB) 1641872

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

[startup+3225.6 s]
/proc/loadavg: 1.00 1.00 0.94 2/68 820
/proc/meminfo: memFree=239944/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=1641872 CPUtime=3224.15
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 436490 0 0 0 322093 322 0 0 25 0 1 0 304216456 1681276928 408140 1992294400 134512640 136057169 4294956160 18446744073709551615 134823738 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 410468 408140 183 377 0 410088 0
Current children cumulated CPU time (s) 3224.15
Current children cumulated vsize (KiB) 1641872

[startup+3251.2 s]
/proc/loadavg: 1.00 1.00 0.94 2/68 820
/proc/meminfo: memFree=239944/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=1641872 CPUtime=3249.74
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 436492 0 0 0 324652 322 0 0 25 0 1 0 304216456 1681276928 408142 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 410468 408142 183 377 0 410088 0
Current children cumulated CPU time (s) 3249.74
Current children cumulated vsize (KiB) 1641872

[startup+3264 s]
/proc/loadavg: 1.00 1.00 0.94 2/68 820
/proc/meminfo: memFree=239880/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=1639704 CPUtime=3262.53
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 436494 0 0 0 325931 322 0 0 25 0 1 0 304216456 1679056896 407710 1992294400 134512640 136057169 4294956160 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 409926 407710 183 377 0 409546 0
Current children cumulated CPU time (s) 3262.53
Current children cumulated vsize (KiB) 1639704

[startup+3270.41 s]
/proc/loadavg: 1.00 1.00 0.94 2/68 820
/proc/meminfo: memFree=241480/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=1639704 CPUtime=3268.94
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 436494 0 0 0 326572 322 0 0 25 0 1 0 304216456 1679056896 407710 1992294400 134512640 136057169 4294956160 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 409926 407710 183 377 0 409546 0
Current children cumulated CPU time (s) 3268.94
Current children cumulated vsize (KiB) 1639704

[startup+3276.8 s]
/proc/loadavg: 1.00 1.00 0.94 2/68 820
/proc/meminfo: memFree=241480/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=1639704 CPUtime=3275.33
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 436494 0 0 0 327211 322 0 0 25 0 1 0 304216456 1679056896 407710 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 409926 407710 183 377 0 409546 0
Current children cumulated CPU time (s) 3275.33
Current children cumulated vsize (KiB) 1639704

[startup+3280 s]
/proc/loadavg: 1.00 1.00 0.94 2/68 820
/proc/meminfo: memFree=243464/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=1637172 CPUtime=3278.53
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 436494 0 0 0 327531 322 0 0 25 0 1 0 304216456 1676464128 407213 1992294400 134512640 136057169 4294956160 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 409293 407213 183 377 0 408913 0
Current children cumulated CPU time (s) 3278.53
Current children cumulated vsize (KiB) 1637172

[startup+3280.8 s]
/proc/loadavg: 1.00 1.00 0.94 2/68 820
/proc/meminfo: memFree=243464/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=1637172 CPUtime=3279.32
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 436494 0 0 0 327610 322 0 0 25 0 1 0 304216456 1676464128 407213 1992294400 134512640 136057169 4294956160 18446744073709551615 134624627 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 409293 407213 183 377 0 408913 0
Current children cumulated CPU time (s) 3279.32
Current children cumulated vsize (KiB) 1637172

[startup+3281.2 s]
/proc/loadavg: 1.00 1.00 0.94 2/68 820
/proc/meminfo: memFree=243464/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=1635828 CPUtime=3279.72
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 436498 0 0 0 327650 322 0 0 25 0 1 0 304216456 1675087872 406907 1992294400 134512640 136057169 4294956160 18446744073709551615 135438088 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 408957 406907 187 377 0 408577 0
Current children cumulated CPU time (s) 3279.72
Current children cumulated vsize (KiB) 1635828

[startup+3281.41 s]
/proc/loadavg: 1.00 1.00 0.94 2/68 820
/proc/meminfo: memFree=834632/2055920 swapFree=4177268/4192956
[pid=811] ppid=809 vsize=1131408 CPUtime=3279.93
/proc/811/stat : 811 (clasp) R 809 811 549 0 -1 4194304 436498 0 0 0 327652 341 0 0 25 0 1 0 304216456 1158561792 137717 1992294400 134512640 136057169 4294956160 18446744073709551615 135651118 0 0 4096 16386 0 0 0 17 0 0 0
/proc/811/statm: 282852 137717 62719 377 0 282472 0
Current children cumulated CPU time (s) 3279.93
Current children cumulated vsize (KiB) 1131408

Child status: 20
Real time (s): 3281.5
CPU time (s): 3280.04
CPU user time (s): 3276.57
CPU system time (s): 3.46147
CPU usage (%): 99.9554
Max. virtual memory (cumulated for all children) (KiB): 1647140

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

runsolver used 2.76258 second user time and 9.1786 second system time

The end

Launcher Data

Begin job on node68 at 2009-05-19 21:38:23
IDJOB=1831569
IDBENCH=69571
IDSOLVER=637
FILE ID=node68/1831569-1242761898
PBS_JOBID= 9322234
Free space on /tmp= 66160 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.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-1831569-1242761898/watcher-1831569-1242761898 -o /tmp/evaluation-result-1831569-1242761898/solver-1831569-1242761898 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831569-1242761898.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= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=549993836

node68.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.223
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.223
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:       1876592 kB
Buffers:          1844 kB
Cached:         137016 kB
SwapCached:       7272 kB
Active:          92604 kB
Inactive:        55068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1876592 kB
SwapTotal:     4192956 kB
SwapFree:      4177268 kB
Dirty:           70456 kB
Writeback:           0 kB
Mapped:          14672 kB
Slab:            17260 kB
Committed_AS:   897260 kB
PageTables:       1580 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66156 MiB
End job on node68 at 2009-05-19 22:33:05