Trace number 1831511

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 2045.93 2046.47

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.11.unsat.cnf
MD5SUM90581094793af5fc10d4e4b9a10259ac
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2045.93
Satisfiable
(Un)Satisfiability was proved
Number of variables1400
Number of clauses4732
Sum of the clauses size12300
Maximum clause length21
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22052
Number of clauses of size 32605
Number of clauses of size 427
Number of clauses of size 531
Number of clauses of size over 514

Solver Data

2045.86/2046.46	c clasp version 1.2.0-SAT09 
2045.86/2046.46	c Reading from ...759248/instance-1831511-1242759248.cnf
2045.86/2046.46	c Reading      : Done(0.000s)
2045.86/2046.46	c Preprocessing: |-\|Done(0.010s)
2045.86/2046.46	c Solving...
2045.86/2046.46	
2045.86/2046.46	c Models    : 0     
2045.86/2046.46	c Time         : 2046.230s (Solve: 2046.220s)
2045.86/2046.46	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-1831511-1242759248/watcher-1831511-1242759248 -o /tmp/evaluation-result-1831511-1242759248/solver-1831511-1242759248 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831511-1242759248.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.90 0.37 0.13 3/65 32669
/proc/meminfo: memFree=1878128/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=1972 CPUtime=0
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 293 0 0 0 0 0 0 0 20 0 1 0 303954594 2019328 267 1992294400 134512640 136057169 4294956160 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 493 267 164 377 0 113 0

[startup+0.0185609 s]
/proc/loadavg: 0.90 0.37 0.13 3/65 32669
/proc/meminfo: memFree=1878128/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=2236 CPUtime=0.01
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 377 0 0 0 1 0 0 0 20 0 1 0 303954594 2289664 351 1992294400 134512640 136057169 4294956160 18446744073709551615 134649307 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 559 351 181 377 0 179 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2236

[startup+0.10157 s]
/proc/loadavg: 0.90 0.37 0.13 3/65 32669
/proc/meminfo: memFree=1878128/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=2368 CPUtime=0.09
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 407 0 0 0 9 0 0 0 20 0 1 0 303954594 2424832 381 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 592 381 182 377 0 212 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2368

[startup+0.30159 s]
/proc/loadavg: 0.90 0.37 0.13 3/65 32669
/proc/meminfo: memFree=1878128/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=2500 CPUtime=0.29
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 452 0 0 0 29 0 0 0 22 0 1 0 303954594 2560000 426 1992294400 134512640 136057169 4294956160 18446744073709551615 134824081 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 625 426 182 377 0 245 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2500

[startup+0.701633 s]
/proc/loadavg: 0.90 0.37 0.13 3/65 32669
/proc/meminfo: memFree=1878128/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=2632 CPUtime=0.69
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 478 0 0 0 69 0 0 0 25 0 1 0 303954594 2695168 452 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 658 452 182 377 0 278 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2632

[startup+1.50272 s]
/proc/loadavg: 0.90 0.37 0.13 2/66 32670
/proc/meminfo: memFree=1876904/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=3028 CPUtime=1.49
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 567 0 0 0 149 0 0 0 25 0 1 0 303954594 3100672 541 1992294400 134512640 136057169 4294956160 18446744073709551615 134828625 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 757 541 182 377 0 377 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3028

[startup+3.10189 s]
/proc/loadavg: 0.90 0.37 0.13 2/66 32670
/proc/meminfo: memFree=1876328/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=3284 CPUtime=3.09
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 624 0 0 0 309 0 0 0 25 0 1 0 303954594 3362816 598 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 821 598 182 377 0 441 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3284

[startup+6.30123 s]
/proc/loadavg: 0.91 0.38 0.14 2/66 32670
/proc/meminfo: memFree=1875944/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=3680 CPUtime=6.29
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 729 0 0 0 629 0 0 0 25 0 1 0 303954594 3768320 703 1992294400 134512640 136057169 4294956160 18446744073709551615 134823773 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 920 703 182 377 0 540 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3680

[startup+12.7019 s]
/proc/loadavg: 0.92 0.39 0.14 2/66 32670
/proc/meminfo: memFree=1875312/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=4080 CPUtime=12.69
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 817 0 0 0 1269 0 0 0 25 0 1 0 303954594 4177920 791 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 1020 791 182 377 0 640 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4080

[startup+25.5013 s]
/proc/loadavg: 0.93 0.42 0.15 2/66 32670
/proc/meminfo: memFree=1874736/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=4572 CPUtime=25.48
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 962 0 0 0 2548 0 0 0 25 0 1 0 303954594 4681728 936 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 1143 936 182 377 0 763 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4572

[startup+51.102 s]
/proc/loadavg: 0.95 0.46 0.18 2/66 32670
/proc/meminfo: memFree=1873968/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=5364 CPUtime=51.07
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 1154 0 0 0 5107 0 0 0 25 0 1 0 303954594 5492736 1128 1992294400 134512640 136057169 4294956160 18446744073709551615 134823782 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 1341 1128 182 377 0 961 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 5364

[startup+102.305 s]
/proc/loadavg: 0.98 0.54 0.22 2/66 32670
/proc/meminfo: memFree=1873136/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=6080 CPUtime=102.27
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 1343 0 0 0 10226 1 0 0 25 0 1 0 303954594 6225920 1317 1992294400 134512640 136057169 4294956160 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 1520 1317 182 377 0 1140 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 6080

[startup+162.302 s]
/proc/loadavg: 0.99 0.62 0.26 2/66 32670
/proc/meminfo: memFree=1872368/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=6892 CPUtime=162.25
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 1540 0 0 0 16224 1 0 0 25 0 1 0 303954594 7057408 1514 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 1723 1514 182 377 0 1343 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 6892

[startup+222.301 s]
/proc/loadavg: 0.99 0.69 0.31 2/66 32670
/proc/meminfo: memFree=1871472/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=7804 CPUtime=222.23
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 1753 0 0 0 22222 1 0 0 25 0 1 0 303954594 7991296 1727 1992294400 134512640 136057169 4294956160 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 1951 1727 182 377 0 1571 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 7804

[startup+282.302 s]
/proc/loadavg: 0.99 0.74 0.35 2/66 32670
/proc/meminfo: memFree=1871088/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=8176 CPUtime=282.21
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 1854 0 0 0 28220 1 0 0 25 0 1 0 303954594 8372224 1828 1992294400 134512640 136057169 4294956160 18446744073709551615 134828284 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 2044 1828 182 377 0 1664 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 8176

[startup+342.302 s]
/proc/loadavg: 0.99 0.79 0.38 2/66 32670
/proc/meminfo: memFree=1870512/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=8672 CPUtime=342.21
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 1977 0 0 0 34219 2 0 0 25 0 1 0 303954594 8880128 1951 1992294400 134512640 136057169 4294956160 18446744073709551615 134613118 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 2168 1951 182 377 0 1788 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 8672

[startup+402.301 s]
/proc/loadavg: 0.99 0.82 0.42 2/66 32670
/proc/meminfo: memFree=1870320/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=8856 CPUtime=402.19
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 2015 0 0 0 40217 2 0 0 25 0 1 0 303954594 9068544 1980 1992294400 134512640 136057169 4294956160 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 2214 1980 182 377 0 1834 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 8856

[startup+462.302 s]
/proc/loadavg: 0.99 0.85 0.45 2/66 32676
/proc/meminfo: memFree=1869616/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=9288 CPUtime=462.16
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 2145 0 0 0 46214 2 0 0 25 0 1 0 303954594 9510912 2110 1992294400 134512640 136057169 4294956160 18446744073709551615 134823844 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 2322 2110 182 377 0 1942 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 9288

[startup+522.301 s]
/proc/loadavg: 0.99 0.88 0.48 2/66 32676
/proc/meminfo: memFree=1869424/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=9680 CPUtime=522.15
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 2232 0 0 0 52213 2 0 0 25 0 1 0 303954594 9912320 2197 1992294400 134512640 136057169 4294956160 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 2420 2197 182 377 0 2040 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 9680

[startup+582.301 s]
/proc/loadavg: 0.99 0.90 0.51 2/66 32676
/proc/meminfo: memFree=1869296/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=9792 CPUtime=582.13
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 2248 0 0 0 58211 2 0 0 25 0 1 0 303954594 10027008 2213 1992294400 134512640 136057169 4294956160 18446744073709551615 134823876 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 2448 2213 182 377 0 2068 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 9792

[startup+642.302 s]
/proc/loadavg: 0.99 0.91 0.54 2/66 32676
/proc/meminfo: memFree=1868976/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=9984 CPUtime=642.12
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 2313 0 0 0 64210 2 0 0 25 0 1 0 303954594 10223616 2278 1992294400 134512640 136057169 4294956160 18446744073709551615 134615578 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 2496 2278 182 377 0 2116 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 9984

[startup+702.301 s]

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

/proc/meminfo: memFree=1866288/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=12272 CPUtime=1361.94
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 2909 0 0 0 136190 4 0 0 25 0 1 0 303954594 12566528 2847 1992294400 134512640 136057169 4294956160 18446744073709551615 134618347 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 3068 2847 182 377 0 2688 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 12272

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.77 2/66 32676
/proc/meminfo: memFree=1865776/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=12676 CPUtime=1421.92
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 3019 0 0 0 142188 4 0 0 25 0 1 0 303954594 12980224 2957 1992294400 134512640 136057169 4294956160 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 3169 2957 182 377 0 2789 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 12676

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.79 2/66 32676
/proc/meminfo: memFree=1865392/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=12876 CPUtime=1481.9
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 3098 0 0 0 148186 4 0 0 25 0 1 0 303954594 13185024 3015 1992294400 134512640 136057169 4294956160 18446744073709551615 134819954 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 3219 3015 182 377 0 2839 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 12876

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.80 2/66 32676
/proc/meminfo: memFree=1865392/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=12904 CPUtime=1541.89
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 3110 0 0 0 154185 4 0 0 25 0 1 0 303954594 13213696 3022 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 3226 3022 182 377 0 2846 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 12904

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.81 2/66 32676
/proc/meminfo: memFree=1865200/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=13104 CPUtime=1601.87
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 3156 0 0 0 160183 4 0 0 25 0 1 0 303954594 13418496 3068 1992294400 134512640 136057169 4294956160 18446744073709551615 135459143 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 3276 3068 182 377 0 2896 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 13104

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 32676
/proc/meminfo: memFree=1864944/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=13340 CPUtime=1661.85
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 3219 0 0 0 166181 4 0 0 25 0 1 0 303954594 13660160 3128 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 3335 3128 182 377 0 2955 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 13340

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.83 2/66 32676
/proc/meminfo: memFree=1864880/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=13340 CPUtime=1721.84
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 3222 0 0 0 172180 4 0 0 25 0 1 0 303954594 13660160 3131 1992294400 134512640 136057169 4294956160 18446744073709551615 134618446 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 3335 3131 182 377 0 2955 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 13340

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.83 2/66 32676
/proc/meminfo: memFree=1864688/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=13604 CPUtime=1781.82
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 3268 0 0 0 178178 4 0 0 25 0 1 0 303954594 13930496 3177 1992294400 134512640 136057169 4294956160 18446744073709551615 135438108 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 3401 3177 182 377 0 3021 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 13604

[startup+1842.3 s]
/proc/loadavg: 0.99 0.97 0.84 2/66 32676
/proc/meminfo: memFree=1864688/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=13508 CPUtime=1841.8
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 3269 0 0 0 184176 4 0 0 25 0 1 0 303954594 13832192 3174 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 3377 3174 182 377 0 2997 0
Current children cumulated CPU time (s) 1841.8
Current children cumulated vsize (KiB) 13508

[startup+1902.3 s]
/proc/loadavg: 0.99 0.97 0.84 2/66 32676
/proc/meminfo: memFree=1864496/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=13772 CPUtime=1901.8
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 3313 0 0 0 190175 5 0 0 25 0 1 0 303954594 14102528 3218 1992294400 134512640 136057169 4294956160 18446744073709551615 134618182 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 3443 3218 182 377 0 3063 0
Current children cumulated CPU time (s) 1901.8
Current children cumulated vsize (KiB) 13772

[startup+1962.3 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 32676
/proc/meminfo: memFree=1864432/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=13772 CPUtime=1961.78
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 3313 0 0 0 196173 5 0 0 25 0 1 0 303954594 14102528 3218 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 3443 3218 182 377 0 3063 0
Current children cumulated CPU time (s) 1961.78
Current children cumulated vsize (KiB) 13772

[startup+2022.3 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 32676
/proc/meminfo: memFree=1864432/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=13692 CPUtime=2021.76
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 3313 0 0 0 202171 5 0 0 25 0 1 0 303954594 14020608 3218 1992294400 134512640 136057169 4294956160 18446744073709551615 134615578 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 3423 3218 182 377 0 3043 0
Current children cumulated CPU time (s) 2021.76
Current children cumulated vsize (KiB) 13692

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

[startup+2035.1 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 32676
/proc/meminfo: memFree=1864432/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=13692 CPUtime=2034.56
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 3313 0 0 0 203451 5 0 0 25 0 1 0 303954594 14020608 3218 1992294400 134512640 136057169 4294956160 18446744073709551615 134615841 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 3423 3218 182 377 0 3043 0
Current children cumulated CPU time (s) 2034.56
Current children cumulated vsize (KiB) 13692

[startup+2041.5 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 32676
/proc/meminfo: memFree=1864432/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=13692 CPUtime=2040.96
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 3314 0 0 0 204091 5 0 0 25 0 1 0 303954594 14020608 3219 1992294400 134512640 136057169 4294956160 18446744073709551615 134820200 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 3423 3219 182 377 0 3043 0
Current children cumulated CPU time (s) 2040.96
Current children cumulated vsize (KiB) 13692

[startup+2044.7 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 32676
/proc/meminfo: memFree=1864432/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=13692 CPUtime=2044.16
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 3314 0 0 0 204411 5 0 0 25 0 1 0 303954594 14020608 3219 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 3423 3219 182 377 0 3043 0
Current children cumulated CPU time (s) 2044.16
Current children cumulated vsize (KiB) 13692

[startup+2045.5 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 32676
/proc/meminfo: memFree=1864432/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=13692 CPUtime=2044.96
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 3314 0 0 0 204491 5 0 0 25 0 1 0 303954594 14020608 3219 1992294400 134512640 136057169 4294956160 18446744073709551615 134649326 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 3423 3219 182 377 0 3043 0
Current children cumulated CPU time (s) 2044.96
Current children cumulated vsize (KiB) 13692

[startup+2045.9 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 32676
/proc/meminfo: memFree=1864432/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=13692 CPUtime=2045.36
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 3314 0 0 0 204531 5 0 0 25 0 1 0 303954594 14020608 3219 1992294400 134512640 136057169 4294956160 18446744073709551615 134828569 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 3423 3219 182 377 0 3043 0
Current children cumulated CPU time (s) 2045.36
Current children cumulated vsize (KiB) 13692

[startup+2046.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 32676
/proc/meminfo: memFree=1864432/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=13692 CPUtime=2045.76
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 3314 0 0 0 204571 5 0 0 25 0 1 0 303954594 14020608 3219 1992294400 134512640 136057169 4294956160 18446744073709551615 134811842 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 3423 3219 182 377 0 3043 0
Current children cumulated CPU time (s) 2045.76
Current children cumulated vsize (KiB) 13692

[startup+2046.4 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 32676
/proc/meminfo: memFree=1864432/2055920 swapFree=4179364/4192956
[pid=32669] ppid=32667 vsize=13692 CPUtime=2045.86
/proc/32669/stat : 32669 (clasp) R 32667 32669 32578 0 -1 4194304 3314 0 0 0 204581 5 0 0 25 0 1 0 303954594 14020608 3219 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32669/statm: 3423 3219 182 377 0 3043 0
Current children cumulated CPU time (s) 2045.86
Current children cumulated vsize (KiB) 13692

Child status: 20
Real time (s): 2046.47
CPU time (s): 2045.93
CPU user time (s): 2045.88
CPU system time (s): 0.054991
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 13772

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

runsolver used 2.11068 second user time and 4.87926 second system time

The end

Launcher Data

Begin job on node81 at 2009-05-19 20:54:08
IDJOB=1831511
IDBENCH=20472
IDSOLVER=637
FILE ID=node81/1831511-1242759248
PBS_JOBID= 9322222
Free space on /tmp= 126572 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.11.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-1831511-1242759248/watcher-1831511-1242759248 -o /tmp/evaluation-result-1831511-1242759248/solver-1831511-1242759248 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831511-1242759248.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= 90581094793af5fc10d4e4b9a10259ac
RANDOM SEED=1529062131

node81.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.234
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.234
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1878544 kB
Buffers:          7188 kB
Cached:         134440 kB
SwapCached:       7020 kB
Active:          24804 kB
Inactive:       125236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1878544 kB
SwapTotal:     4192956 kB
SwapFree:      4179364 kB
Dirty:            1956 kB
Writeback:           0 kB
Mapped:          13564 kB
Slab:            13060 kB
Committed_AS:   929232 kB
PageTables:       1452 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= 126568 MiB
End job on node81 at 2009-05-19 21:28:14