Trace number 1831465

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 10002.9

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-25.cnf
MD5SUM0acd143a4e60b38309663b5993b5ded9
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 variables8920
Number of clauses31884
Sum of the clauses size83706
Maximum clause length229
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215331
Number of clauses of size 314327
Number of clauses of size 41469
Number of clauses of size 5588
Number of clauses of size over 5168

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-1831465-1242759127/watcher-1831465-1242759127 -o /tmp/evaluation-result-1831465-1242759127/solver-1831465-1242759127 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831465-1242759127.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.00 0.00 0.00 3/64 13936
/proc/meminfo: memFree=1994768/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=2596 CPUtime=0
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 409 0 0 0 0 0 0 0 20 0 1 0 303945653 2658304 393 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 649 394 147 377 0 269 0

[startup+0.0987669 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 13936
/proc/meminfo: memFree=1994768/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=5404 CPUtime=0.09
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 1180 0 0 0 9 0 0 0 20 0 1 0 303945653 5533696 1095 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 1351 1095 170 377 0 971 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5404

[startup+0.101766 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 13936
/proc/meminfo: memFree=1994768/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=5404 CPUtime=0.09
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 1192 0 0 0 9 0 0 0 20 0 1 0 303945653 5533696 1107 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 1351 1107 170 377 0 971 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5404

[startup+0.301786 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 13936
/proc/meminfo: memFree=1994768/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=5340 CPUtime=0.29
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 1341 0 0 0 29 0 0 0 22 0 1 0 303945653 5468160 1124 1992294400 134512640 136057169 4294956160 18446744073709551615 134618492 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 1335 1124 183 377 0 955 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5340

[startup+0.701827 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 13936
/proc/meminfo: memFree=1994768/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=5604 CPUtime=0.69
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 1390 0 0 0 69 0 0 0 25 0 1 0 303945653 5738496 1173 1992294400 134512640 136057169 4294956160 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 1401 1173 183 377 0 1021 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5604

[startup+1.50191 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 13937
/proc/meminfo: memFree=1990216/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=6660 CPUtime=1.49
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 1655 0 0 0 148 1 0 0 25 0 1 0 303945653 6819840 1438 1992294400 134512640 136057169 4294956160 18446744073709551615 134824390 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 1665 1438 183 377 0 1285 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6660

[startup+3.10107 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 13937
/proc/meminfo: memFree=1989576/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=7056 CPUtime=3.09
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 1754 0 0 0 308 1 0 0 25 0 1 0 303945653 7225344 1537 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 1764 1537 183 377 0 1384 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7056

[startup+6.3014 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 13937
/proc/meminfo: memFree=1987976/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=8376 CPUtime=6.29
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 2098 0 0 0 628 1 0 0 25 0 1 0 303945653 8577024 1881 1992294400 134512640 136057169 4294956160 18446744073709551615 134823310 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 2094 1881 183 377 0 1714 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8376

[startup+12.7011 s]
/proc/loadavg: 0.15 0.03 0.01 2/65 13937
/proc/meminfo: memFree=1986184/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=9888 CPUtime=12.69
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 2447 0 0 0 1268 1 0 0 25 0 1 0 303945653 10125312 2230 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 2472 2230 183 377 0 2092 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9888

[startup+25.5014 s]
/proc/loadavg: 0.34 0.08 0.02 2/65 13937
/proc/meminfo: memFree=1983560/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=12408 CPUtime=25.49
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 3108 0 0 0 2547 2 0 0 25 0 1 0 303945653 12705792 2891 1992294400 134512640 136057169 4294956160 18446744073709551615 134612852 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 3102 2891 183 377 0 2722 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12408

[startup+51.102 s]
/proc/loadavg: 0.56 0.15 0.05 2/65 13937
/proc/meminfo: memFree=1981192/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=14788 CPUtime=51.08
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 3700 0 0 0 5106 2 0 0 25 0 1 0 303945653 15142912 3483 1992294400 134512640 136057169 4294956160 18446744073709551615 134825038 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 3697 3483 183 377 0 3317 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 14788

[startup+102.305 s]
/proc/loadavg: 0.81 0.28 0.10 2/65 13937
/proc/meminfo: memFree=1979464/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=16564 CPUtime=102.26
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 4123 0 0 0 10224 2 0 0 25 0 1 0 303945653 16961536 3906 1992294400 134512640 136057169 4294956160 18446744073709551615 134612939 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 4141 3906 183 377 0 3761 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 16564

[startup+162.301 s]
/proc/loadavg: 0.93 0.41 0.15 2/65 13937
/proc/meminfo: memFree=1975880/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=20136 CPUtime=162.25
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 5017 0 0 0 16222 3 0 0 25 0 1 0 303945653 20619264 4800 1992294400 134512640 136057169 4294956160 18446744073709551615 134823368 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 5034 4800 183 377 0 4654 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 20136

[startup+222.301 s]
/proc/loadavg: 0.97 0.51 0.20 2/65 13937
/proc/meminfo: memFree=1972808/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=23172 CPUtime=222.22
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 5762 0 0 0 22219 3 0 0 25 0 1 0 303945653 23728128 5545 1992294400 134512640 136057169 4294956160 18446744073709551615 134756858 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 5793 5545 183 377 0 5413 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 23172

[startup+282.302 s]
/proc/loadavg: 0.99 0.60 0.25 2/65 13937
/proc/meminfo: memFree=1972744/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=23172 CPUtime=282.21
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 5762 0 0 0 28218 3 0 0 25 0 1 0 303945653 23728128 5545 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 5793 5545 183 377 0 5413 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 23172

[startup+342.302 s]
/proc/loadavg: 0.99 0.67 0.29 2/65 13937
/proc/meminfo: memFree=1969288/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=26520 CPUtime=342.19
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 6609 0 0 0 34215 4 0 0 25 0 1 0 303945653 27156480 6392 1992294400 134512640 136057169 4294956160 18446744073709551615 134823366 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 6630 6392 183 377 0 6250 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 26520

[startup+402.302 s]
/proc/loadavg: 0.99 0.73 0.33 2/65 13937
/proc/meminfo: memFree=1967944/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=27972 CPUtime=402.17
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 6976 0 0 0 40213 4 0 0 25 0 1 0 303945653 28643328 6759 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 6993 6759 183 377 0 6613 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 27972

[startup+462.302 s]
/proc/loadavg: 0.99 0.77 0.37 2/65 13937
/proc/meminfo: memFree=1966024/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=29808 CPUtime=462.16
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 7404 0 0 0 46211 5 0 0 25 0 1 0 303945653 30523392 7187 1992294400 134512640 136057169 4294956160 18446744073709551615 134813083 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 7452 7187 183 377 0 7072 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 29808

[startup+522.301 s]
/proc/loadavg: 0.99 0.81 0.41 2/65 13937
/proc/meminfo: memFree=1966088/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=29808 CPUtime=522.15
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 7406 0 0 0 52210 5 0 0 25 0 1 0 303945653 30523392 7189 1992294400 134512640 136057169 4294956160 18446744073709551615 134618275 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 7452 7189 183 377 0 7072 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 29808

[startup+582.301 s]
/proc/loadavg: 0.99 0.84 0.44 2/65 13943
/proc/meminfo: memFree=1963464/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=32316 CPUtime=582.12
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 8052 0 0 0 58207 5 0 0 25 0 1 0 303945653 33091584 7835 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 8079 7835 183 377 0 7699 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 32316

[startup+642.301 s]
/proc/loadavg: 0.99 0.87 0.47 2/65 13943
/proc/meminfo: memFree=1961736/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=33900 CPUtime=642.11
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 8458 0 0 0 64206 5 0 0 25 0 1 0 303945653 34713600 8241 1992294400 134512640 136057169 4294956160 18446744073709551615 134828329 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 8475 8241 183 377 0 8095 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 33900

[startup+702.301 s]

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

[startup+9102.3 s]
/proc/loadavg: 1.00 1.01 0.94 2/65 13959
/proc/meminfo: memFree=1920200/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=71304 CPUtime=9099.74
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 18230 0 0 0 909951 23 0 0 25 0 1 0 303945653 73015296 17539 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 17826 17539 183 377 0 17446 0
Current children cumulated CPU time (s) 9099.74
Current children cumulated vsize (KiB) 71304

[startup+9162.3 s]
/proc/loadavg: 1.00 1.01 0.94 2/65 13959
/proc/meminfo: memFree=1920200/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=71304 CPUtime=9159.72
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 18230 0 0 0 915949 23 0 0 25 0 1 0 303945653 73015296 17539 1992294400 134512640 136057169 4294956160 18446744073709551615 134825006 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 17826 17539 183 377 0 17446 0
Current children cumulated CPU time (s) 9159.72
Current children cumulated vsize (KiB) 71304

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 13959
/proc/meminfo: memFree=1920008/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=71520 CPUtime=9219.71
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 18268 0 0 0 921948 23 0 0 25 0 1 0 303945653 73236480 17577 1992294400 134512640 136057169 4294956160 18446744073709551615 134823844 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 17880 17577 183 377 0 17500 0
Current children cumulated CPU time (s) 9219.71
Current children cumulated vsize (KiB) 71520

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 13959
/proc/meminfo: memFree=1919944/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=71520 CPUtime=9279.69
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 18268 0 0 0 927946 23 0 0 25 0 1 0 303945653 73236480 17577 1992294400 134512640 136057169 4294956160 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 17880 17577 183 377 0 17500 0
Current children cumulated CPU time (s) 9279.69
Current children cumulated vsize (KiB) 71520

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 13959
/proc/meminfo: memFree=1919944/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=71520 CPUtime=9339.67
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 18268 0 0 0 933944 23 0 0 25 0 1 0 303945653 73236480 17577 1992294400 134512640 136057169 4294956160 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 17880 17577 183 377 0 17500 0
Current children cumulated CPU time (s) 9339.67
Current children cumulated vsize (KiB) 71520

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 13959
/proc/meminfo: memFree=1918536/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=72840 CPUtime=9399.66
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 18612 0 0 0 939942 24 0 0 25 0 1 0 303945653 74588160 17921 1992294400 134512640 136057169 4294956160 18446744073709551615 134819216 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 18210 17921 183 377 0 17830 0
Current children cumulated CPU time (s) 9399.66
Current children cumulated vsize (KiB) 72840

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 13959
/proc/meminfo: memFree=1918088/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=73236 CPUtime=9459.64
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 18725 0 0 0 945940 24 0 0 25 0 1 0 303945653 74993664 18034 1992294400 134512640 136057169 4294956160 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 18309 18034 183 377 0 17929 0
Current children cumulated CPU time (s) 9459.64
Current children cumulated vsize (KiB) 73236

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 13959
/proc/meminfo: memFree=1916552/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=74816 CPUtime=9519.62
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 19093 0 0 0 951938 24 0 0 25 0 1 0 303945653 76611584 18402 1992294400 134512640 136057169 4294956160 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 18704 18402 183 377 0 18324 0
Current children cumulated CPU time (s) 9519.62
Current children cumulated vsize (KiB) 74816

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 13959
/proc/meminfo: memFree=1916488/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=74816 CPUtime=9579.6
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 19093 0 0 0 957936 24 0 0 25 0 1 0 303945653 76611584 18402 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 18704 18402 183 377 0 18324 0
Current children cumulated CPU time (s) 9579.6
Current children cumulated vsize (KiB) 74816

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 13959
/proc/meminfo: memFree=1914312/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=77000 CPUtime=9639.58
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 19623 0 0 0 963934 24 0 0 25 0 1 0 303945653 78848000 18932 1992294400 134512640 136057169 4294956160 18446744073709551615 134615520 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 19250 18932 183 377 0 18870 0
Current children cumulated CPU time (s) 9639.58
Current children cumulated vsize (KiB) 77000

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 13959
/proc/meminfo: memFree=1914376/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=77000 CPUtime=9699.57
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 19623 0 0 0 969933 24 0 0 25 0 1 0 303945653 78848000 18932 1992294400 134512640 136057169 4294956160 18446744073709551615 134618265 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 19250 18932 183 377 0 18870 0
Current children cumulated CPU time (s) 9699.57
Current children cumulated vsize (KiB) 77000

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 13959
/proc/meminfo: memFree=1914312/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=77000 CPUtime=9759.55
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 19624 0 0 0 975931 24 0 0 25 0 1 0 303945653 78848000 18933 1992294400 134512640 136057169 4294956160 18446744073709551615 134823803 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 19250 18933 183 377 0 18870 0
Current children cumulated CPU time (s) 9759.55
Current children cumulated vsize (KiB) 77000

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 13959
/proc/meminfo: memFree=1914312/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=77000 CPUtime=9819.53
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 19624 0 0 0 981929 24 0 0 25 0 1 0 303945653 78848000 18933 1992294400 134512640 136057169 4294956160 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 19250 18933 183 377 0 18870 0
Current children cumulated CPU time (s) 9819.53
Current children cumulated vsize (KiB) 77000

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 13959
/proc/meminfo: memFree=1914248/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=77000 CPUtime=9879.52
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 19624 0 0 0 987928 24 0 0 25 0 1 0 303945653 78848000 18933 1992294400 134512640 136057169 4294956160 18446744073709551615 134823844 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 19250 18933 183 377 0 18870 0
Current children cumulated CPU time (s) 9879.52
Current children cumulated vsize (KiB) 77000

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 13959
/proc/meminfo: memFree=1914184/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=77000 CPUtime=9939.5
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 19624 0 0 0 993926 24 0 0 25 0 1 0 303945653 78848000 18933 1992294400 134512640 136057169 4294956160 18446744073709551615 134615636 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 19250 18933 183 377 0 18870 0
Current children cumulated CPU time (s) 9939.5
Current children cumulated vsize (KiB) 77000

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 13959
/proc/meminfo: memFree=1914248/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=77000 CPUtime=9999.48
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 19624 0 0 0 999924 24 0 0 25 0 1 0 303945653 78848000 18933 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 19250 18933 183 377 0 18870 0
Current children cumulated CPU time (s) 9999.48
Current children cumulated vsize (KiB) 77000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.9 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 13959
/proc/meminfo: memFree=1914248/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=77000 CPUtime=10000.1
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 19624 0 0 0 999985 24 0 0 25 0 1 0 303945653 78848000 18933 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 19250 18933 183 377 0 18870 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 77000

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

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

[startup+10002.9 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 13959
/proc/meminfo: memFree=1914248/2055920 swapFree=4179104/4192956
[pid=13936] ppid=13934 vsize=77000 CPUtime=10000.1
/proc/13936/stat : 13936 (clasp) R 13934 13936 13899 0 -1 4194304 19624 0 0 0 999985 24 0 0 25 0 1 0 303945653 78848000 18933 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13936/statm: 19250 18933 183 377 0 18870 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 77000

Child status: 0
Real time (s): 10002.9
CPU time (s): 10000.1
CPU user time (s): 9999.85
CPU system time (s): 0.26196
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 77000

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

runsolver used 9.60054 second user time and 26.7799 second system time

The end

Launcher Data

Begin job on node27 at 2009-05-19 20:52:07
IDJOB=1831465
IDBENCH=20402
IDSOLVER=637
FILE ID=node27/1831465-1242759127
PBS_JOBID= 9322271
Free space on /tmp= 66384 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-25.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-1831465-1242759127/watcher-1831465-1242759127 -o /tmp/evaluation-result-1831465-1242759127/solver-1831465-1242759127 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831465-1242759127.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= 0acd143a4e60b38309663b5993b5ded9
RANDOM SEED=1087898588

node27.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		: 2800.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	: 5521.40
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		: 2800.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1995504 kB
Buffers:          3076 kB
Cached:          20988 kB
SwapCached:       7692 kB
Active:          21780 kB
Inactive:        12116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1995504 kB
SwapTotal:     4192956 kB
SwapFree:      4179104 kB
Dirty:            2548 kB
Writeback:           0 kB
Mapped:          14524 kB
Slab:            12440 kB
Committed_AS:  1010912 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66384 MiB
End job on node27 at 2009-05-19 23:38:52