Trace number 1831937

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-32? (TO) 10000.1 10003

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_10_UNKNOWN.cnf
MD5SUM8ece32bbd9e6c3f5c8cdf0e94e0569cd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1584
Number of clauses100116
Sum of the clauses size297952
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22580
Number of clauses of size 397513
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1831937-1242792317/watcher-1831937-1242792317 -o /tmp/evaluation-result-1831937-1242792317/solver-1831937-1242792317 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831937-1242792317.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.00 1.00 1.00 3/65 30284
/proc/meminfo: memFree=1797576/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=1984 CPUtime=0
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 261 0 0 0 0 0 0 0 20 0 1 0 307260903 2031616 245 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 496 246 144 377 0 116 0

[startup+0.0420639 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 30284
/proc/meminfo: memFree=1797576/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=4528 CPUtime=0.03
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 994 0 0 0 3 0 0 0 20 0 1 0 307260903 4636672 876 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 1132 876 144 377 0 752 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4528

[startup+0.102069 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 30284
/proc/meminfo: memFree=1797576/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=8376 CPUtime=0.09
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 1998 0 0 0 9 0 0 0 20 0 1 0 307260903 8577024 1778 1992294400 134512640 136057169 4294956160 18446744073709551615 134774408 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 2094 1778 166 377 0 1714 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8376

[startup+0.302091 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 30284
/proc/meminfo: memFree=1797576/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=8376 CPUtime=0.29
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 1998 0 0 0 29 0 0 0 22 0 1 0 307260903 8577024 1778 1992294400 134512640 136057169 4294956160 18446744073709551615 134774398 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 2094 1778 166 377 0 1714 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8376

[startup+0.702141 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 30284
/proc/meminfo: memFree=1797576/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=8376 CPUtime=0.69
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 1998 0 0 0 69 0 0 0 25 0 1 0 307260903 8577024 1778 1992294400 134512640 136057169 4294956160 18446744073709551615 134774369 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 2094 1778 166 377 0 1714 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8376

[startup+1.50122 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30285
/proc/meminfo: memFree=1790528/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=9580 CPUtime=1.49
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 2315 0 0 0 149 0 0 0 25 0 1 0 307260903 9809920 2095 1992294400 134512640 136057169 4294956160 18446744073709551615 134765847 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 2395 2095 168 377 0 2015 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9580

[startup+3.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30285
/proc/meminfo: memFree=1789184/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=11068 CPUtime=3.09
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 2959 0 0 0 309 0 0 0 25 0 1 0 307260903 11333632 2543 1992294400 134512640 136057169 4294956160 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 2767 2543 182 377 0 2387 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11068

[startup+6.30176 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30285
/proc/meminfo: memFree=1785792/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=14920 CPUtime=6.29
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 3914 0 0 0 628 1 0 0 25 0 1 0 307260903 15278080 3498 1992294400 134512640 136057169 4294956160 18446744073709551615 134824014 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 3730 3498 182 377 0 3350 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14920

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30285
/proc/meminfo: memFree=1779968/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=19132 CPUtime=12.69
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 4940 0 0 0 1267 2 0 0 25 0 1 0 307260903 19591168 4524 1992294400 134512640 136057169 4294956160 18446744073709551615 134618112 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 4783 4524 182 377 0 4403 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19132

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30285
/proc/meminfo: memFree=1772864/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=26208 CPUtime=25.48
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 6680 0 0 0 2545 3 0 0 25 0 1 0 307260903 26836992 6264 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 6552 6264 182 377 0 6172 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 26208

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30285
/proc/meminfo: memFree=1771264/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=28512 CPUtime=51.08
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 7222 0 0 0 5104 4 0 0 25 0 1 0 307260903 29196288 6806 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 7128 6806 182 377 0 6748 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 28512

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30285
/proc/meminfo: memFree=1762176/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=37372 CPUtime=102.27
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 9345 0 0 0 10222 5 0 0 25 0 1 0 307260903 38268928 8929 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 9343 8929 182 377 0 8963 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 37372

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30285
/proc/meminfo: memFree=1759296/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=40488 CPUtime=162.25
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 10061 0 0 0 16219 6 0 0 25 0 1 0 307260903 41459712 9645 1992294400 134512640 136057169 4294956160 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 10122 9645 182 377 0 9742 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 40488

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30285
/proc/meminfo: memFree=1757120/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=42644 CPUtime=222.23
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 10606 0 0 0 22217 6 0 0 25 0 1 0 307260903 43667456 10190 1992294400 134512640 136057169 4294956160 18446744073709551615 134615578 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 10661 10190 182 377 0 10281 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 42644

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30285
/proc/meminfo: memFree=1756032/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=43820 CPUtime=282.21
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 10863 0 0 0 28215 6 0 0 25 0 1 0 307260903 44871680 10447 1992294400 134512640 136057169 4294956160 18446744073709551615 134823884 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 10955 10447 182 377 0 10575 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 43820

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30285
/proc/meminfo: memFree=1753152/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=46936 CPUtime=342.19
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 11572 0 0 0 34213 6 0 0 25 0 1 0 307260903 48062464 11156 1992294400 134512640 136057169 4294956160 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 11734 11156 182 377 0 11354 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 46936

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30285
/proc/meminfo: memFree=1751424/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=48800 CPUtime=402.18
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 12012 0 0 0 40211 7 0 0 25 0 1 0 307260903 49971200 11596 1992294400 134512640 136057169 4294956160 18446744073709551615 134618347 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 12200 11596 182 377 0 11820 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 48800

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30285
/proc/meminfo: memFree=1746304/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=53884 CPUtime=462.16
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 13265 0 0 0 46208 8 0 0 25 0 1 0 307260903 55177216 12849 1992294400 134512640 136057169 4294956160 18446744073709551615 134618454 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 13471 12849 182 377 0 13091 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 53884

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30285
/proc/meminfo: memFree=1741696/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=58832 CPUtime=522.14
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 14401 0 0 0 52205 9 0 0 25 0 1 0 307260903 60243968 13985 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 14708 13985 182 377 0 14328 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 58832

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30285
/proc/meminfo: memFree=1740480/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=60184 CPUtime=582.12
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 14699 0 0 0 58203 9 0 0 25 0 1 0 307260903 61628416 14283 1992294400 134512640 136057169 4294956160 18446744073709551615 134823803 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 15046 14283 182 377 0 14666 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 60184

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30285
/proc/meminfo: memFree=1739968/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=60608 CPUtime=642.11
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 14802 0 0 0 64202 9 0 0 25 0 1 0 307260903 62062592 14386 1992294400 134512640 136057169 4294956160 18446744073709551615 134618224 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 15152 14386 182 377 0 14772 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 60608

[startup+702.302 s]

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

[startup+9042.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30301
/proc/meminfo: memFree=1657984/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=143528 CPUtime=9039.66
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 34669 0 0 0 903943 23 0 0 25 0 1 0 307260903 146972672 33774 1992294400 134512640 136057169 4294956160 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 35882 33774 182 377 0 35502 0
Current children cumulated CPU time (s) 9039.66
Current children cumulated vsize (KiB) 143528

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30301
/proc/meminfo: memFree=1657472/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=144008 CPUtime=9099.64
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 34795 0 0 0 909941 23 0 0 25 0 1 0 307260903 147464192 33900 1992294400 134512640 136057169 4294956160 18446744073709551615 134823934 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 36002 33900 182 377 0 35622 0
Current children cumulated CPU time (s) 9099.64
Current children cumulated vsize (KiB) 144008

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30301
/proc/meminfo: memFree=1656576/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=145128 CPUtime=9159.63
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 35010 0 0 0 915939 24 0 0 25 0 1 0 307260903 148611072 34115 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 36282 34115 182 377 0 35902 0
Current children cumulated CPU time (s) 9159.63
Current children cumulated vsize (KiB) 145128

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30301
/proc/meminfo: memFree=1656512/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=145128 CPUtime=9219.62
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 35021 0 0 0 921938 24 0 0 25 0 1 0 307260903 148611072 34126 1992294400 134512640 136057169 4294956160 18446744073709551615 134824100 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 36282 34126 182 377 0 35902 0
Current children cumulated CPU time (s) 9219.62
Current children cumulated vsize (KiB) 145128

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30301
/proc/meminfo: memFree=1656000/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=145768 CPUtime=9279.59
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 35142 0 0 0 927935 24 0 0 25 0 1 0 307260903 149266432 34247 1992294400 134512640 136057169 4294956160 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 36442 34247 182 377 0 36062 0
Current children cumulated CPU time (s) 9279.59
Current children cumulated vsize (KiB) 145768

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30301
/proc/meminfo: memFree=1655424/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=146248 CPUtime=9339.58
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 35279 0 0 0 933934 24 0 0 25 0 1 0 307260903 149757952 34384 1992294400 134512640 136057169 4294956160 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 36562 34384 182 377 0 36182 0
Current children cumulated CPU time (s) 9339.58
Current children cumulated vsize (KiB) 146248

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30301
/proc/meminfo: memFree=1654208/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=147528 CPUtime=9399.56
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 35576 0 0 0 939932 24 0 0 25 0 1 0 307260903 151068672 34681 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 36882 34681 182 377 0 36502 0
Current children cumulated CPU time (s) 9399.56
Current children cumulated vsize (KiB) 147528

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30301
/proc/meminfo: memFree=1653760/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=148008 CPUtime=9459.54
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 35683 0 0 0 945930 24 0 0 25 0 1 0 307260903 151560192 34788 1992294400 134512640 136057169 4294956160 18446744073709551615 134618265 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 37002 34788 182 377 0 36622 0
Current children cumulated CPU time (s) 9459.54
Current children cumulated vsize (KiB) 148008

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30301
/proc/meminfo: memFree=1653376/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=148328 CPUtime=9519.52
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 35765 0 0 0 951928 24 0 0 25 0 1 0 307260903 151887872 34870 1992294400 134512640 136057169 4294956160 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 37082 34870 182 377 0 36702 0
Current children cumulated CPU time (s) 9519.52
Current children cumulated vsize (KiB) 148328

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30303
/proc/meminfo: memFree=1652800/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=148968 CPUtime=9579.5
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 35883 0 0 0 957926 24 0 0 25 0 1 0 307260903 152543232 34988 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 37242 34988 182 377 0 36862 0
Current children cumulated CPU time (s) 9579.5
Current children cumulated vsize (KiB) 148968

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30303
/proc/meminfo: memFree=1651456/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=150408 CPUtime=9639.48
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 36212 0 0 0 963924 24 0 0 25 0 1 0 307260903 154017792 35317 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 37602 35317 182 377 0 37222 0
Current children cumulated CPU time (s) 9639.48
Current children cumulated vsize (KiB) 150408

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30303
/proc/meminfo: memFree=1650944/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=150888 CPUtime=9699.46
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 36327 0 0 0 969922 24 0 0 25 0 1 0 307260903 154509312 35432 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 37722 35432 182 377 0 37342 0
Current children cumulated CPU time (s) 9699.46
Current children cumulated vsize (KiB) 150888

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30303
/proc/meminfo: memFree=1650048/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=151932 CPUtime=9759.45
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 36554 0 0 0 975920 25 0 0 25 0 1 0 307260903 155578368 35659 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 37983 35659 182 377 0 37603 0
Current children cumulated CPU time (s) 9759.45
Current children cumulated vsize (KiB) 151932

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30303
/proc/meminfo: memFree=1649984/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=151932 CPUtime=9819.43
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 36563 0 0 0 981918 25 0 0 25 0 1 0 307260903 155578368 35668 1992294400 134512640 136057169 4294956160 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 37983 35668 182 377 0 37603 0
Current children cumulated CPU time (s) 9819.43
Current children cumulated vsize (KiB) 151932

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30303
/proc/meminfo: memFree=1649280/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=152732 CPUtime=9879.42
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 36729 0 0 0 987917 25 0 0 25 0 1 0 307260903 156397568 35834 1992294400 134512640 136057169 4294956160 18446744073709551615 134823876 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 38183 35834 182 377 0 37803 0
Current children cumulated CPU time (s) 9879.42
Current children cumulated vsize (KiB) 152732

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30303
/proc/meminfo: memFree=1649216/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=152732 CPUtime=9939.4
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 36734 0 0 0 993915 25 0 0 25 0 1 0 307260903 156397568 35839 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 38183 35839 182 377 0 37803 0
Current children cumulated CPU time (s) 9939.4
Current children cumulated vsize (KiB) 152732

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30303
/proc/meminfo: memFree=1649152/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=152732 CPUtime=9999.38
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 36750 0 0 0 999913 25 0 0 25 0 1 0 307260903 156397568 35855 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 38183 35855 182 377 0 37803 0
Current children cumulated CPU time (s) 9999.38
Current children cumulated vsize (KiB) 152732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30303
/proc/meminfo: memFree=1649152/2055920 swapFree=4138616/4192956
[pid=30284] ppid=30282 vsize=152732 CPUtime=10000.1
/proc/30284/stat : 30284 (clasp) R 30282 30284 30212 0 -1 4194304 36750 0 0 0 999983 25 0 0 25 0 1 0 307260903 156397568 35855 1992294400 134512640 136057169 4294956160 18446744073709551615 134823844 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30284/statm: 38183 35855 182 377 0 37803 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 152732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 10003
CPU time (s): 10000.1
CPU user time (s): 9999.84
CPU system time (s): 0.276957
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 152732

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

runsolver used 11.4773 second user time and 23.8454 second system time

The end

Launcher Data

Begin job on node87 at 2009-05-20 06:05:17
IDJOB=1831937
IDBENCH=71101
IDSOLVER=637
FILE ID=node87/1831937-1242792317
PBS_JOBID= 9322438
Free space on /tmp= 65908 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_10_UNKNOWN.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-1831937-1242792317/watcher-1831937-1242792317 -o /tmp/evaluation-result-1831937-1242792317/solver-1831937-1242792317 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831937-1242792317.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= 8ece32bbd9e6c3f5c8cdf0e94e0569cd
RANDOM SEED=724535946

node87.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.213
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.213
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:       1797992 kB
Buffers:         29116 kB
Cached:         137344 kB
SwapCached:      48624 kB
Active:          63504 kB
Inactive:       153700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1797992 kB
SwapTotal:     4192956 kB
SwapFree:      4138616 kB
Dirty:            3388 kB
Writeback:           0 kB
Mapped:          17104 kB
Slab:            26596 kB
Committed_AS:   981500 kB
PageTables:       1468 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= 65908 MiB
End job on node87 at 2009-05-20 08:52:02