Trace number 3274338

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
SAT09 reference solver: clasp 1.2.0-SAT09-32? (TO) 1300.05 1300.03

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x39.cnf
MD5SUMe7679ca49bb432c9b90305d907365c4e
Bench CategoryCRAFTED (crafted 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 variables3276
Number of clauses628173
Sum of the clauses size2502864
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24914
Number of clauses of size 30
Number of clauses of size 4623259
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3274338-1303602264/watcher-3274338-1303602264 -o /tmp/evaluation-result-3274338-1303602264/solver-3274338-1303602264 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274338-1303602264.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.54 3.84 3.04 2/179 1936
/proc/meminfo: memFree=13857036/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=2276 CPUtime=0 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 342 0 0 0 0 0 0 0 21 0 1 0 471825172 2330624 296 33554432000 134512640 136057169 4292742368 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 569 301 145 378 0 189 0

[startup+0.0712559 s]
/proc/loadavg: 3.54 3.84 3.04 2/179 1936
/proc/meminfo: memFree=13857036/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=8248 CPUtime=0.06 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 2149 0 0 0 6 0 0 0 21 0 1 0 471825172 8445952 1774 33554432000 134512640 136057169 4292742368 18446744073709551615 134767168 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 2062 1775 145 378 0 1682 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8248

[startup+0.101259 s]
/proc/loadavg: 3.54 3.84 3.04 2/179 1936
/proc/meminfo: memFree=13857036/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=10896 CPUtime=0.09 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 2979 0 0 0 9 0 0 0 22 0 1 0 471825172 11157504 2401 33554432000 134512640 136057169 4292742368 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 2724 2402 145 378 0 2344 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10896

[startup+0.3001 s]
/proc/loadavg: 3.54 3.84 3.04 2/179 1936
/proc/meminfo: memFree=13857036/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=29668 CPUtime=0.29 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 8571 0 0 0 28 1 0 0 22 0 1 0 471825172 30380032 7073 33554432000 134512640 136057169 4292742368 18446744073709551615 134772705 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 7417 7074 162 378 0 7037 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29668

[startup+0.701155 s]
/proc/loadavg: 3.54 3.84 3.04 2/179 1936
/proc/meminfo: memFree=13857036/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=44544 CPUtime=0.69 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 13202 0 0 0 67 2 0 0 24 0 1 0 471825172 45613056 10741 33554432000 134512640 136057169 4292742368 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 11136 10741 165 378 0 10756 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44544

[startup+1.5009 s]
/proc/loadavg: 3.54 3.84 3.04 3/180 1937
/proc/meminfo: memFree=13814244/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=44544 CPUtime=1.49 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 13202 0 0 0 147 2 0 0 25 0 1 0 471825172 45613056 10741 33554432000 134512640 136057169 4292742368 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 11136 10741 165 378 0 10756 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44544

[startup+3.10063 s]
/proc/loadavg: 3.54 3.84 3.04 3/180 1964
/proc/meminfo: memFree=13814244/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=44544 CPUtime=3.09 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 13202 0 0 0 307 2 0 0 25 0 1 0 471825172 45613056 10741 33554432000 134512640 136057169 4292742368 18446744073709551615 134774486 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 11136 10741 165 378 0 10756 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44544

[startup+6.30009 s]
/proc/loadavg: 3.50 3.83 3.04 5/185 1979
/proc/meminfo: memFree=13804652/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=44544 CPUtime=6.29 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 13202 0 0 0 627 2 0 0 25 0 1 0 471825172 45613056 10741 33554432000 134512640 136057169 4292742368 18446744073709551615 134774416 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 11136 10741 165 378 0 10756 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44544

[startup+12.7011 s]
/proc/loadavg: 3.54 3.83 3.04 5/190 1985
/proc/meminfo: memFree=13775512/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=51172 CPUtime=12.69 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 14880 0 0 0 1267 2 0 0 25 0 1 0 471825172 52400128 12419 33554432000 134512640 136057169 4292742368 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 12793 12419 167 378 0 12413 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51172

[startup+25.5009 s]
/proc/loadavg: 3.64 3.84 3.06 5/190 2012
/proc/meminfo: memFree=13738252/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=66568 CPUtime=25.49 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 18727 0 0 0 2546 3 0 0 25 0 1 0 471825172 68165632 16266 33554432000 134512640 136057169 4292742368 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 16642 16266 167 378 0 16262 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66568

[startup+51.1006 s]
/proc/loadavg: 3.76 3.85 3.08 5/190 2013
/proc/meminfo: memFree=13695940/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=82056 CPUtime=51.09 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 22592 0 0 0 5105 4 0 0 25 0 1 0 471825172 84025344 20131 33554432000 134512640 136057169 4292742368 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 20514 20131 167 378 0 20134 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82056

[startup+102.307 s]
/proc/loadavg: 3.89 3.87 3.13 5/190 2014
/proc/meminfo: memFree=13497860/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=178948 CPUtime=102.29 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 49251 0 0 0 10221 8 0 0 25 0 1 0 471825172 183242752 44124 33554432000 134512640 136057169 4292742368 18446744073709551615 134828275 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 44737 44124 183 378 0 44357 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 178948

[startup+162.301 s]
/proc/loadavg: 3.96 3.89 3.18 5/190 2016
/proc/meminfo: memFree=13424524/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=211064 CPUtime=162.3 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 57319 0 0 0 16220 10 0 0 25 0 1 0 471825172 216129536 51814 33554432000 134512640 136057169 4292742368 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 52766 51814 183 378 0 52386 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 211064

[startup+222.301 s]
/proc/loadavg: 4.02 3.92 3.23 5/190 2017
/proc/meminfo: memFree=13379872/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=240016 CPUtime=222.29 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 64435 0 0 0 22218 11 0 0 25 0 1 0 471825172 245776384 58749 33554432000 134512640 136057169 4292742368 18446744073709551615 134827468 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 60004 58749 183 378 0 59624 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 240016

[startup+282.301 s]
/proc/loadavg: 4.01 3.93 3.28 5/190 2019
/proc/meminfo: memFree=13323796/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=271548 CPUtime=282.29 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 72193 0 0 0 28216 13 0 0 25 0 1 0 471825172 278065152 66203 33554432000 134512640 136057169 4292742368 18446744073709551615 134823867 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 67887 66203 183 378 0 67507 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 271548

[startup+342.301 s]
/proc/loadavg: 4.04 3.96 3.33 5/190 2021
/proc/meminfo: memFree=13288452/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=282384 CPUtime=342.3 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 74822 0 0 0 34216 14 0 0 25 0 1 0 471825172 289161216 68832 33554432000 134512640 136057169 4292742368 18446744073709551615 134813066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 70596 68832 183 378 0 70216 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 282384

[startup+402.3 s]
/proc/loadavg: 4.13 3.99 3.38 5/190 2049
/proc/meminfo: memFree=13251412/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=293200 CPUtime=402.29 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 77643 0 0 0 40215 14 0 0 25 0 1 0 471825172 300236800 71291 33554432000 134512640 136057169 4292742368 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 73300 71291 183 378 0 72920 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 293200

[startup+462.301 s]
/proc/loadavg: 3.56 3.87 3.37 4/184 2068
/proc/meminfo: memFree=13238464/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=304676 CPUtime=462.29 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 80836 0 0 0 46214 15 0 0 25 0 1 0 471825172 311988224 73811 33554432000 134512640 136057169 4292742368 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 76169 73811 183 378 0 75789 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 304676

[startup+522.3 s]
/proc/loadavg: 3.20 3.71 3.34 4/184 2069
/proc/meminfo: memFree=13223688/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=310956 CPUtime=522.3 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 82234 0 0 0 52214 16 0 0 25 0 1 0 471825172 318418944 75209 33554432000 134512640 136057169 4292742368 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 77739 75209 183 378 0 77359 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 310956

[startup+582.3 s]
/proc/loadavg: 3.07 3.58 3.32 4/184 2071
/proc/meminfo: memFree=13192044/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=316828 CPUtime=582.3 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 83582 0 0 0 58214 16 0 0 25 0 1 0 471825172 324431872 76557 33554432000 134512640 136057169 4292742368 18446744073709551615 134618256 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 79207 76557 183 378 0 78827 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 316828

[startup+642.3 s]
/proc/loadavg: 3.02 3.47 3.30 4/184 2073
/proc/meminfo: memFree=13169584/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=325728 CPUtime=642.3 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 86082 0 0 0 64214 16 0 0 25 0 1 0 471825172 333545472 78668 33554432000 134512640 136057169 4292742368 18446744073709551615 134618117 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 81432 78668 183 378 0 81052 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 325728

[startup+702.301 s]
/proc/loadavg: 3.01 3.38 3.27 4/184 2074
/proc/meminfo: memFree=13160268/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=327648 CPUtime=702.3 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 86455 0 0 0 70214 16 0 0 25 0 1 0 471825172 335511552 79041 33554432000 134512640 136057169 4292742368 18446744073709551615 134828292 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 81912 79041 183 378 0 81532 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 327648

[startup+762.307 s]
/proc/loadavg: 3.00 3.31 3.26 4/184 2076
/proc/meminfo: memFree=13152196/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=330736 CPUtime=762.31 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 87377 0 0 0 76215 16 0 0 25 0 1 0 471825172 338673664 79782 33554432000 134512640 136057169 4292742368 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 82684 79782 183 378 0 82304 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 330736

[startup+822.301 s]
/proc/loadavg: 3.00 3.25 3.24 4/184 2077
/proc/meminfo: memFree=13118452/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=343952 CPUtime=822.3 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 90669 0 0 0 82212 18 0 0 25 0 1 0 471825172 352206848 83074 33554432000 134512640 136057169 4292742368 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 85988 83074 183 378 0 85608 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 343952

[startup+882.301 s]
/proc/loadavg: 3.00 3.20 3.22 4/184 2079
/proc/meminfo: memFree=13097600/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=352640 CPUtime=882.3 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 92712 0 0 0 88212 18 0 0 25 0 1 0 471825172 361103360 85117 33554432000 134512640 136057169 4292742368 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 88160 85117 183 378 0 87780 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 352640

[startup+942.301 s]
/proc/loadavg: 3.00 3.16 3.20 4/184 2081
/proc/meminfo: memFree=13072412/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=375768 CPUtime=942.3 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 98235 0 0 0 94210 20 0 0 25 0 1 0 471825172 384786432 90459 33554432000 134512640 136057169 4292742368 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 93942 90459 183 378 0 93562 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 375768

[startup+1002.3 s]
/proc/loadavg: 3.08 3.15 3.19 4/184 2091
/proc/meminfo: memFree=13064460/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=378596 CPUtime=1002.31 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 98860 0 0 0 100210 21 0 0 25 0 1 0 471825172 387682304 91084 33554432000 134512640 136057169 4292742368 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 94649 91084 183 378 0 94269 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 378596

[startup+1062.3 s]
/proc/loadavg: 3.03 3.12 3.18 4/184 2093
/proc/meminfo: memFree=13056408/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=385580 CPUtime=1062.3 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 100505 0 0 0 106209 21 0 0 25 0 1 0 471825172 394833920 92729 33554432000 134512640 136057169 4292742368 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 96395 92729 183 378 0 96015 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 385580

[startup+1122.3 s]
/proc/loadavg: 3.01 3.09 3.16 4/184 2094
/proc/meminfo: memFree=13050812/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=390404 CPUtime=1122.3 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 101755 0 0 0 112209 21 0 0 25 0 1 0 471825172 399773696 93798 33554432000 134512640 136057169 4292742368 18446744073709551615 134823867 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 97601 93798 183 378 0 97221 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 390404

[startup+1182.3 s]
/proc/loadavg: 3.00 3.07 3.15 4/184 2096
/proc/meminfo: memFree=13040500/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=397268 CPUtime=1182.31 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 103931 0 0 0 118209 22 0 0 25 0 1 0 471825172 406802432 95522 33554432000 134512640 136057169 4292742368 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 99317 95522 183 378 0 98937 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 397268

[startup+1242.3 s]
/proc/loadavg: 3.00 3.06 3.14 4/184 2101
/proc/meminfo: memFree=13029088/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=402928 CPUtime=1242.31 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 105695 0 0 0 124209 22 0 0 25 0 1 0 471825172 412598272 96743 33554432000 134512640 136057169 4292742368 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 100732 96743 183 378 0 100352 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 402928



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.92 3.03 3.12 3/178 2120
/proc/meminfo: memFree=13451724/32950928 swapFree=67111528/67111528
[pid=1936] ppid=1934 vsize=403652 CPUtime=1300.01 cores=0,2
/proc/1936/stat : 1936 (clasp) R 1934 1936 1669 0 -1 4202496 105883 0 0 0 129979 22 0 0 25 0 1 0 471825172 413339648 96931 33554432000 134512640 136057169 4292742368 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1936/statm: 100913 96931 183 378 0 100533 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 403652

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): 1300.03
CPU time (s): 1300.05
CPU user time (s): 1299.8
CPU system time (s): 0.247962
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 403652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.8
system time used= 0.247962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105885
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= 3
involuntary context switches= 2251

runsolver used 2.23066 second user time and 4.77027 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-24 01:44:25
IDJOB=3274338
IDBENCH=83184
IDSOLVER=1674
FILE ID=node126/3274338-1303602264
RUNJOBID= node126-1303600950-1687
PBS_JOBID= 13150616
Free space on /tmp= 71356 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x39.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-3274338-1303602264/watcher-3274338-1303602264 -o /tmp/evaluation-result-3274338-1303602264/solver-3274338-1303602264 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274338-1303602264.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= e7679ca49bb432c9b90305d907365c4e
RANDOM SEED=915124118

node126.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13857316 kB
Buffers:       1985916 kB
Cached:       16424504 kB
SwapCached:          0 kB
Active:        7730396 kB
Inactive:     10789884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13857316 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           34748 kB
Writeback:           0 kB
AnonPages:      109556 kB
Mapped:          15772 kB
Slab:           508768 kB
PageTables:       5320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   256472 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71372 MiB
End job on node126 at 2011-04-24 02:06:07