Trace number 1831983

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.2

General information on the benchmark

Namesimon-s02b-k2f-gr-rcs-w8.cnf
MD5SUM5da8899feefc5a4bb9db99e983e30f52
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.39703
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

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-1831983-1242820969/watcher-1831983-1242820969 -o /tmp/evaluation-result-1831983-1242820969/solver-1831983-1242820969 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831983-1242820969.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.37 1.79 1.88 2/64 15980
/proc/meminfo: memFree=1977208/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=2688 CPUtime=0
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 422 0 0 0 0 0 0 0 18 0 1 0 310129936 2752512 406 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 672 406 144 377 0 292 0

[startup+0.090936 s]
/proc/loadavg: 1.37 1.79 1.88 2/64 15980
/proc/meminfo: memFree=1977208/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=7500 CPUtime=0.08
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 1939 0 0 0 8 0 0 0 18 0 1 0 310129936 7680000 1594 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 1875 1594 144 377 0 1495 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7500

[startup+0.101935 s]
/proc/loadavg: 1.37 1.79 1.88 2/64 15980
/proc/meminfo: memFree=1977208/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=8028 CPUtime=0.09
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 2093 0 0 0 9 0 0 0 18 0 1 0 310129936 8220672 1748 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 2007 1749 144 377 0 1627 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8028

[startup+0.301967 s]
/proc/loadavg: 1.37 1.79 1.88 2/64 15980
/proc/meminfo: memFree=1977208/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=15960 CPUtime=0.29
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 4657 0 0 0 28 1 0 0 20 0 1 0 310129936 16343040 3693 1992294400 134512640 136057169 4294956160 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 3990 3693 168 377 0 3610 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15960

[startup+0.70203 s]
/proc/loadavg: 1.37 1.79 1.88 2/64 15980
/proc/meminfo: memFree=1977208/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=15960 CPUtime=0.69
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 4657 0 0 0 68 1 0 0 23 0 1 0 310129936 16343040 3693 1992294400 134512640 136057169 4294956160 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 3990 3693 168 377 0 3610 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15960

[startup+1.50116 s]
/proc/loadavg: 1.37 1.79 1.88 2/65 15981
/proc/meminfo: memFree=1962992/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=15960 CPUtime=1.49
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 4657 0 0 0 148 1 0 0 25 0 1 0 310129936 16343040 3693 1992294400 134512640 136057169 4294956160 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 3990 3693 168 377 0 3610 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15960

[startup+3.10141 s]
/proc/loadavg: 1.37 1.79 1.88 2/65 15981
/proc/meminfo: memFree=1962864/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=18204 CPUtime=3.08
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 5188 0 0 0 307 1 0 0 25 0 1 0 310129936 18640896 4224 1992294400 134512640 136057169 4294956160 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 4551 4224 170 377 0 4171 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 18204

[startup+6.30292 s]
/proc/loadavg: 1.34 1.78 1.87 2/65 15981
/proc/meminfo: memFree=1956280/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=22496 CPUtime=6.29
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 6853 0 0 0 627 2 0 0 25 0 1 0 310129936 23035904 5357 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 5624 5357 181 377 0 5244 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22496

[startup+12.7019 s]
/proc/loadavg: 1.31 1.77 1.87 2/65 15981
/proc/meminfo: memFree=1956088/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=22496 CPUtime=12.68
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 6854 0 0 0 1266 2 0 0 25 0 1 0 310129936 23035904 5358 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 5624 5358 182 377 0 5244 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 22496

[startup+25.502 s]
/proc/loadavg: 1.24 1.73 1.85 2/65 15981
/proc/meminfo: memFree=1955704/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=23156 CPUtime=25.49
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 7033 0 0 0 2546 3 0 0 25 0 1 0 310129936 23711744 5537 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 5789 5537 182 377 0 5409 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23156

[startup+51.1011 s]
/proc/loadavg: 1.16 1.67 1.83 2/65 15981
/proc/meminfo: memFree=1947704/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=31376 CPUtime=51.08
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 9074 0 0 0 5103 5 0 0 25 0 1 0 310129936 32129024 7578 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 7844 7578 182 377 0 7464 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 31376

[startup+102.305 s]
/proc/loadavg: 1.07 1.56 1.79 2/65 15981
/proc/meminfo: memFree=1940472/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=38568 CPUtime=102.26
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 10827 0 0 0 10220 6 0 0 25 0 1 0 310129936 39493632 9331 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 9642 9331 182 377 0 9262 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 38568

[startup+162.302 s]
/proc/loadavg: 1.02 1.46 1.73 2/65 15981
/proc/meminfo: memFree=1936440/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=42536 CPUtime=162.24
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 11817 0 0 0 16217 7 0 0 25 0 1 0 310129936 43556864 10321 1992294400 134512640 136057169 4294956160 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 10634 10321 182 377 0 10254 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 42536

[startup+222.301 s]
/proc/loadavg: 1.01 1.37 1.68 2/65 15981
/proc/meminfo: memFree=1934392/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=44608 CPUtime=222.22
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 12320 0 0 0 22214 8 0 0 25 0 1 0 310129936 45678592 10824 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 11152 10824 182 377 0 10772 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 44608

[startup+282.302 s]
/proc/loadavg: 1.00 1.30 1.64 2/65 15981
/proc/meminfo: memFree=1932856/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=46524 CPUtime=282.21
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 12741 0 0 0 28212 9 0 0 25 0 1 0 310129936 47640576 11245 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 11631 11245 182 377 0 11251 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 46524

[startup+342.301 s]
/proc/loadavg: 1.00 1.24 1.60 2/65 15981
/proc/meminfo: memFree=1930168/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=49100 CPUtime=342.18
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 13362 0 0 0 34209 9 0 0 25 0 1 0 310129936 50278400 11866 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 12275 11866 182 377 0 11895 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 49100

[startup+402.302 s]
/proc/loadavg: 1.00 1.20 1.56 2/65 15981
/proc/meminfo: memFree=1926264/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=53192 CPUtime=402.16
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 14460 0 0 0 40205 11 0 0 25 0 1 0 310129936 54468608 12828 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 13298 12828 182 377 0 12918 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 53192

[startup+462.302 s]
/proc/loadavg: 1.00 1.16 1.52 2/65 15981
/proc/meminfo: memFree=1925816/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=53736 CPUtime=462.15
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 14567 0 0 0 46203 12 0 0 25 0 1 0 310129936 55025664 12935 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 13434 12935 182 377 0 13054 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 53736

[startup+522.301 s]
/proc/loadavg: 1.00 1.13 1.48 2/65 15981
/proc/meminfo: memFree=1921208/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=58384 CPUtime=522.13
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 15704 0 0 0 52200 13 0 0 25 0 1 0 310129936 59785216 14072 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 14596 14072 182 377 0 14216 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 58384

[startup+582.302 s]
/proc/loadavg: 1.00 1.10 1.45 2/65 15981
/proc/meminfo: memFree=1920504/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=59076 CPUtime=582.11
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 15871 0 0 0 58198 13 0 0 25 0 1 0 310129936 60493824 14239 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 14769 14239 182 377 0 14389 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 59076

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.42 2/65 15981
/proc/meminfo: memFree=1918072/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=61560 CPUtime=642.1
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 16470 0 0 0 64196 14 0 0 25 0 1 0 310129936 63037440 14838 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 15390 14838 182 377 0 15010 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 61560

[startup+702.302 s]

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

[startup+9042.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15997
/proc/meminfo: memFree=1840440/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=139828 CPUtime=9039.46
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 35118 0 0 0 903899 47 0 0 25 0 1 0 310129936 143183872 33162 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 34957 33162 182 377 0 34577 0
Current children cumulated CPU time (s) 9039.46
Current children cumulated vsize (KiB) 139828

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15997
/proc/meminfo: memFree=1840120/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=139828 CPUtime=9099.44
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 35133 0 0 0 909897 47 0 0 25 0 1 0 310129936 143183872 33177 1992294400 134512640 136057169 4294956160 18446744073709551615 134618395 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 34957 33177 182 377 0 34577 0
Current children cumulated CPU time (s) 9099.44
Current children cumulated vsize (KiB) 139828

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15997
/proc/meminfo: memFree=1839608/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=140396 CPUtime=9159.42
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 35256 0 0 0 915895 47 0 0 25 0 1 0 310129936 143765504 33300 1992294400 134512640 136057169 4294956160 18446744073709551615 134618433 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 35099 33300 182 377 0 34719 0
Current children cumulated CPU time (s) 9159.42
Current children cumulated vsize (KiB) 140396

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15997
/proc/meminfo: memFree=1839096/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=140932 CPUtime=9219.41
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 35371 0 0 0 921894 47 0 0 25 0 1 0 310129936 144314368 33415 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 35233 33415 182 377 0 34853 0
Current children cumulated CPU time (s) 9219.41
Current children cumulated vsize (KiB) 140932

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15997
/proc/meminfo: memFree=1838712/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=141412 CPUtime=9279.38
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 35474 0 0 0 927891 47 0 0 25 0 1 0 310129936 144805888 33518 1992294400 134512640 136057169 4294956160 18446744073709551615 134618185 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 35353 33518 182 377 0 34973 0
Current children cumulated CPU time (s) 9279.38
Current children cumulated vsize (KiB) 141412

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15997
/proc/meminfo: memFree=1838584/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=141412 CPUtime=9339.37
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 35482 0 0 0 933890 47 0 0 25 0 1 0 310129936 144805888 33526 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 35353 33526 182 377 0 34973 0
Current children cumulated CPU time (s) 9339.37
Current children cumulated vsize (KiB) 141412

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15997
/proc/meminfo: memFree=1838520/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=141412 CPUtime=9399.34
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 35495 0 0 0 939887 47 0 0 25 0 1 0 310129936 144805888 33539 1992294400 134512640 136057169 4294956160 18446744073709551615 134618247 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 35353 33539 182 377 0 34973 0
Current children cumulated CPU time (s) 9399.34
Current children cumulated vsize (KiB) 141412

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15997
/proc/meminfo: memFree=1838520/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=141412 CPUtime=9459.33
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 35495 0 0 0 945885 48 0 0 25 0 1 0 310129936 144805888 33539 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 35353 33539 182 377 0 34973 0
Current children cumulated CPU time (s) 9459.33
Current children cumulated vsize (KiB) 141412

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15997
/proc/meminfo: memFree=1838456/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=141412 CPUtime=9519.31
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 35498 0 0 0 951883 48 0 0 25 0 1 0 310129936 144805888 33542 1992294400 134512640 136057169 4294956160 18446744073709551615 134618152 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 35353 33542 182 377 0 34973 0
Current children cumulated CPU time (s) 9519.31
Current children cumulated vsize (KiB) 141412

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15999
/proc/meminfo: memFree=1838392/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=141412 CPUtime=9579.29
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 35511 0 0 0 957881 48 0 0 25 0 1 0 310129936 144805888 33555 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 35353 33555 182 377 0 34973 0
Current children cumulated CPU time (s) 9579.29
Current children cumulated vsize (KiB) 141412

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15999
/proc/meminfo: memFree=1837624/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=142212 CPUtime=9639.27
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 35705 0 0 0 963879 48 0 0 25 0 1 0 310129936 145625088 33749 1992294400 134512640 136057169 4294956160 18446744073709551615 134820200 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 35553 33749 182 377 0 35173 0
Current children cumulated CPU time (s) 9639.27
Current children cumulated vsize (KiB) 142212

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15999
/proc/meminfo: memFree=1837560/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=142212 CPUtime=9699.25
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 35707 0 0 0 969877 48 0 0 25 0 1 0 310129936 145625088 33751 1992294400 134512640 136057169 4294956160 18446744073709551615 134825035 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 35553 33751 182 377 0 35173 0
Current children cumulated CPU time (s) 9699.25
Current children cumulated vsize (KiB) 142212

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15999
/proc/meminfo: memFree=1837496/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=142212 CPUtime=9759.23
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 35707 0 0 0 975875 48 0 0 25 0 1 0 310129936 145625088 33751 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 35553 33751 182 377 0 35173 0
Current children cumulated CPU time (s) 9759.23
Current children cumulated vsize (KiB) 142212

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15999
/proc/meminfo: memFree=1837560/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=142212 CPUtime=9819.21
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 35708 0 0 0 981873 48 0 0 25 0 1 0 310129936 145625088 33752 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 35553 33752 182 377 0 35173 0
Current children cumulated CPU time (s) 9819.21
Current children cumulated vsize (KiB) 142212

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15999
/proc/meminfo: memFree=1837496/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=142212 CPUtime=9879.2
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 35709 0 0 0 987872 48 0 0 25 0 1 0 310129936 145625088 33753 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 35553 33753 182 377 0 35173 0
Current children cumulated CPU time (s) 9879.2
Current children cumulated vsize (KiB) 142212

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15999
/proc/meminfo: memFree=1837304/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=142352 CPUtime=9939.18
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 35745 0 0 0 993869 49 0 0 25 0 1 0 310129936 145768448 33789 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 35588 33789 182 377 0 35208 0
Current children cumulated CPU time (s) 9939.18
Current children cumulated vsize (KiB) 142352

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15999
/proc/meminfo: memFree=1835640/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=143908 CPUtime=9999.16
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 36144 0 0 0 999867 49 0 0 25 0 1 0 310129936 147361792 34188 1992294400 134512640 136057169 4294956160 18446744073709551615 134618377 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 35977 34188 182 377 0 35597 0
Current children cumulated CPU time (s) 9999.16
Current children cumulated vsize (KiB) 143908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15999
/proc/meminfo: memFree=1835640/2055920 swapFree=4180420/4192956
[pid=15980] ppid=15978 vsize=143908 CPUtime=10000.1
/proc/15980/stat : 15980 (clasp) R 15978 15980 15943 0 -1 4194304 36144 0 0 0 999957 49 0 0 25 0 1 0 310129936 147361792 34188 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15980/statm: 35977 34188 182 377 0 35597 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 143908

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.2
CPU time (s): 10000.1
CPU user time (s): 9999.58
CPU system time (s): 0.518921
CPU usage (%): 99.9687
Max. virtual memory (cumulated for all children) (KiB): 143908

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

runsolver used 7.63884 second user time and 21.2588 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-20 14:02:49
IDJOB=1831983
IDBENCH=71764
IDSOLVER=637
FILE ID=node26/1831983-1242820969
PBS_JOBID= 9322473
Free space on /tmp= 66132 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT_RACE06/simon-s02b-k2f-gr-rcs-w8.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-1831983-1242820969/watcher-1831983-1242820969 -o /tmp/evaluation-result-1831983-1242820969/solver-1831983-1242820969 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831983-1242820969.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= 5da8899feefc5a4bb9db99e983e30f52
RANDOM SEED=25413883

node26.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.261
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.261
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:       1977688 kB
Buffers:         14640 kB
Cached:          28552 kB
SwapCached:       6584 kB
Active:          22208 kB
Inactive:        29068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1977688 kB
SwapTotal:     4192956 kB
SwapFree:      4180420 kB
Dirty:            5368 kB
Writeback:           0 kB
Mapped:          13284 kB
Slab:            13048 kB
Committed_AS:  1044768 kB
PageTables:       1372 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= 66132 MiB
End job on node26 at 2009-05-20 16:49:35