Trace number 3274917

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q585-n40-p30-s19690873.cnf
MD5SUMe096925b96a6999132833f44e4f216d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.3388
Satisfiable
(Un)Satisfiability was proved
Number of variables1638
Number of clauses253275
Sum of the clauses size508108
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2253235
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3274917-1303610752/watcher-3274917-1303610752 -o /tmp/evaluation-result-3274917-1303610752/solver-3274917-1303610752 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274917-1303610752.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 2 cores: 4,6

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: 7.47 7.84 7.47 2/174 1253
/proc/meminfo: memFree=19916324/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=2216 CPUtime=0 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 321 0 0 0 0 0 0 0 25 0 1 0 453491323 2269184 276 33554432000 134512640 136057169 4286963120 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 554 277 145 378 0 174 0

[startup+0.0992759 s]
/proc/loadavg: 7.47 7.84 7.47 2/174 1253
/proc/meminfo: memFree=19916324/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=14160 CPUtime=0.09 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 4100 0 0 0 9 0 0 0 25 0 1 0 453491323 14499840 3172 33554432000 134512640 136057169 4286963120 18446744073709551615 134774491 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 3540 3172 166 378 0 3160 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14160

[startup+0.100275 s]
/proc/loadavg: 7.47 7.84 7.47 2/174 1253
/proc/meminfo: memFree=19916324/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=14160 CPUtime=0.09 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 4100 0 0 0 9 0 0 0 25 0 1 0 453491323 14499840 3172 33554432000 134512640 136057169 4286963120 18446744073709551615 134774364 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 3540 3172 166 378 0 3160 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14160

[startup+0.300237 s]
/proc/loadavg: 7.47 7.84 7.47 2/174 1253
/proc/meminfo: memFree=19916324/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=14160 CPUtime=0.29 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 4100 0 0 0 29 0 0 0 25 0 1 0 453491323 14499840 3172 33554432000 134512640 136057169 4286963120 18446744073709551615 134774463 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 3540 3172 166 378 0 3160 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14160

[startup+0.701165 s]
/proc/loadavg: 7.47 7.84 7.47 2/174 1253
/proc/meminfo: memFree=19916324/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=14160 CPUtime=0.69 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 4100 0 0 0 69 0 0 0 25 0 1 0 453491323 14499840 3172 33554432000 134512640 136057169 4286963120 18446744073709551615 134774561 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 3540 3172 166 378 0 3160 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14160

[startup+1.50105 s]
/proc/loadavg: 7.47 7.84 7.47 2/175 1254
/proc/meminfo: memFree=19904040/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=15216 CPUtime=1.49 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 4379 0 0 0 149 0 0 0 25 0 1 0 453491323 15581184 3451 33554432000 134512640 136057169 4286963120 18446744073709551615 134765754 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 3804 3451 168 378 0 3424 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15216

[startup+3.10071 s]
/proc/loadavg: 6.95 7.72 7.43 2/175 1254
/proc/meminfo: memFree=19903304/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=14764 CPUtime=3.09 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 4875 0 0 0 309 0 0 0 25 0 1 0 453491323 15118336 3451 33554432000 134512640 136057169 4286963120 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 3691 3451 182 378 0 3311 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14764

[startup+6.30116 s]
/proc/loadavg: 6.95 7.72 7.43 2/172 1254
/proc/meminfo: memFree=19888688/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=33340 CPUtime=6.29 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 9512 0 0 0 628 1 0 0 25 0 1 0 453491323 34140160 8088 33554432000 134512640 136057169 4286963120 18446744073709551615 134819601 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 8335 8088 182 378 0 7955 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33340

[startup+12.7011 s]
/proc/loadavg: 6.04 7.50 7.37 2/172 1254
/proc/meminfo: memFree=19858056/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=64128 CPUtime=12.69 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 17167 0 0 0 1268 1 0 0 25 0 1 0 453491323 65667072 15743 33554432000 134512640 136057169 4286963120 18446744073709551615 134825009 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 16032 15743 182 378 0 15652 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64128

[startup+25.5008 s]
/proc/loadavg: 5.26 7.29 7.30 2/172 1254
/proc/meminfo: memFree=19830496/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=89744 CPUtime=25.49 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 23463 0 0 0 2546 3 0 0 25 0 1 0 453491323 91897856 22039 33554432000 134512640 136057169 4286963120 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 22436 22039 182 378 0 22056 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 89744

[startup+51.1003 s]
/proc/loadavg: 3.81 6.78 7.13 2/172 1255
/proc/meminfo: memFree=19813816/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=106728 CPUtime=51.09 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 27660 0 0 0 5105 4 0 0 25 0 1 0 453491323 109289472 26236 33554432000 134512640 136057169 4286963120 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 26682 26236 182 378 0 26302 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 106728

[startup+102.306 s]
/proc/loadavg: 2.12 5.81 6.77 2/172 1256
/proc/meminfo: memFree=19765932/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=154884 CPUtime=102.3 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 39530 0 0 0 10224 6 0 0 25 0 1 0 453491323 158601216 38106 33554432000 134512640 136057169 4286963120 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 38721 38106 182 378 0 38341 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 154884

[startup+162.301 s]
/proc/loadavg: 1.41 4.93 6.41 2/172 1258
/proc/meminfo: memFree=19750636/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=170416 CPUtime=162.29 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 43431 0 0 0 16222 7 0 0 25 0 1 0 453491323 174505984 41871 33554432000 134512640 136057169 4286963120 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 42604 41871 182 378 0 42224 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 170416

[startup+222.3 s]
/proc/loadavg: 1.15 4.21 6.07 2/172 1260
/proc/meminfo: memFree=19736480/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=185256 CPUtime=222.3 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 47022 0 0 0 22222 8 0 0 25 0 1 0 453491323 189702144 45462 33554432000 134512640 136057169 4286963120 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 46314 45462 182 378 0 45934 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 185256

[startup+282.301 s]
/proc/loadavg: 1.05 3.62 5.75 2/172 1261
/proc/meminfo: memFree=19722092/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=200320 CPUtime=282.3 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 50646 0 0 0 28221 9 0 0 25 0 1 0 453491323 205127680 49086 33554432000 134512640 136057169 4286963120 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 50080 49086 182 378 0 49700 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 200320

[startup+342.301 s]
/proc/loadavg: 1.08 3.16 5.45 2/172 1263
/proc/meminfo: memFree=19718108/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=204604 CPUtime=342.3 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 51682 0 0 0 34221 9 0 0 25 0 1 0 453491323 209514496 50122 33554432000 134512640 136057169 4286963120 18446744073709551615 134823901 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 51151 50122 182 378 0 50771 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 204604

[startup+402.301 s]
/proc/loadavg: 1.03 2.76 5.17 2/172 1264
/proc/meminfo: memFree=19716840/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=206276 CPUtime=402.3 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 52075 0 0 0 40221 9 0 0 25 0 1 0 453491323 211226624 50515 33554432000 134512640 136057169 4286963120 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 51569 50515 182 378 0 51189 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 206276

[startup+462.301 s]
/proc/loadavg: 1.01 2.44 4.91 2/172 1266
/proc/meminfo: memFree=19713476/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=210044 CPUtime=462.3 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 52894 0 0 0 46220 10 0 0 25 0 1 0 453491323 215085056 51334 33554432000 134512640 136057169 4286963120 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 52511 51334 182 378 0 52131 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 210044

[startup+522.3 s]
/proc/loadavg: 1.00 2.18 4.66 2/172 1268
/proc/meminfo: memFree=19710976/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=212748 CPUtime=522.3 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 53492 0 0 0 52220 10 0 0 25 0 1 0 453491323 217853952 51932 33554432000 134512640 136057169 4286963120 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 53187 51932 182 378 0 52807 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 212748

[startup+582.301 s]
/proc/loadavg: 1.00 1.96 4.43 2/172 1269
/proc/meminfo: memFree=19710232/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=213816 CPUtime=582.3 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 53739 0 0 0 58220 10 0 0 25 0 1 0 453491323 218947584 52179 33554432000 134512640 136057169 4286963120 18446744073709551615 134618368 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 53454 52179 182 378 0 53074 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 213816

[startup+642.3 s]
/proc/loadavg: 1.00 1.78 4.21 2/172 1271
/proc/meminfo: memFree=19704752/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=219984 CPUtime=642.31 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 55128 0 0 0 64221 10 0 0 25 0 1 0 453491323 225263616 53568 33554432000 134512640 136057169 4286963120 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 54996 53568 182 378 0 54616 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 219984

[startup+702.301 s]
/proc/loadavg: 1.00 1.64 4.01 2/172 1272
/proc/meminfo: memFree=19682664/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=241932 CPUtime=702.31 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 60568 0 0 0 70219 12 0 0 25 0 1 0 453491323 247738368 59008 33554432000 134512640 136057169 4286963120 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 60483 59008 182 378 0 60103 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 241932

[startup+762.306 s]
/proc/loadavg: 1.00 1.52 3.82 2/172 1274
/proc/meminfo: memFree=19655856/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=269984 CPUtime=762.31 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 67289 0 0 0 76218 13 0 0 25 0 1 0 453491323 276463616 65729 33554432000 134512640 136057169 4286963120 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 67496 65729 182 378 0 67116 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 269984

[startup+822.301 s]
/proc/loadavg: 1.00 1.42 3.64 2/172 1276
/proc/meminfo: memFree=19654308/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=271800 CPUtime=822.31 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 67678 0 0 0 82218 13 0 0 25 0 1 0 453491323 278323200 66118 33554432000 134512640 136057169 4286963120 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 67950 66118 182 378 0 67570 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 271800

[startup+882.3 s]
/proc/loadavg: 1.00 1.34 3.47 2/172 1277
/proc/meminfo: memFree=19654040/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=272224 CPUtime=882.31 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 67777 0 0 0 88218 13 0 0 25 0 1 0 453491323 278757376 66217 33554432000 134512640 136057169 4286963120 18446744073709551615 134823867 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 68056 66217 182 378 0 67676 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 272224

[startup+942.301 s]
/proc/loadavg: 1.03 1.29 3.32 2/172 1279
/proc/meminfo: memFree=19650924/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=275888 CPUtime=942.31 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 68807 0 0 0 94217 14 0 0 25 0 1 0 453491323 282509312 67044 33554432000 134512640 136057169 4286963120 18446744073709551615 134618203 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 68972 67044 182 378 0 68592 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 275888

[startup+1002.3 s]
/proc/loadavg: 1.68 1.41 3.23 3/179 4001
/proc/meminfo: memFree=19624168/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=294656 CPUtime=1002.31 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 73335 0 0 0 100217 14 0 0 25 0 1 0 453491323 301727744 71572 33554432000 134512640 136057169 4286963120 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 73664 71572 182 378 0 73284 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 294656

[startup+1062.3 s]
/proc/loadavg: 1.25 1.33 3.09 2/172 7099
/proc/meminfo: memFree=19628076/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=299280 CPUtime=1062.32 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 74344 0 0 0 106217 15 0 0 25 0 1 0 453491323 306462720 72581 33554432000 134512640 136057169 4286963120 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 74820 72581 182 378 0 74440 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 299280

[startup+1122.3 s]
/proc/loadavg: 1.09 1.27 2.95 2/172 7101
/proc/meminfo: memFree=19625312/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=302652 CPUtime=1122.32 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 75051 0 0 0 112217 15 0 0 25 0 1 0 453491323 309915648 73288 33554432000 134512640 136057169 4286963120 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 75663 73288 182 378 0 75283 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 302652

[startup+1182.3 s]
/proc/loadavg: 1.03 1.22 2.83 2/172 7105
/proc/meminfo: memFree=19620016/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=309020 CPUtime=1182.31 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 76441 0 0 0 118216 15 0 0 25 0 1 0 453491323 316436480 74678 33554432000 134512640 136057169 4286963120 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 77255 74678 182 378 0 76875 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 309020

[startup+1242.3 s]
/proc/loadavg: 1.01 1.17 2.71 2/172 7107
/proc/meminfo: memFree=19616824/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=312304 CPUtime=1242.31 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 77208 0 0 0 124216 15 0 0 25 0 1 0 453491323 319799296 75445 33554432000 134512640 136057169 4286963120 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 78076 75445 182 378 0 77696 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 312304



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.14 2.61 2/172 7108
/proc/meminfo: memFree=19616168/32951124 swapFree=67111524/67111528
[pid=1253] ppid=1251 vsize=312788 CPUtime=1300.02 cores=4,6
/proc/1253/stat : 1253 (clasp) R 1251 1253 1223 0 -1 4202496 77366 0 0 0 129987 15 0 0 25 0 1 0 453491323 320294912 75603 33554432000 134512640 136057169 4286963120 18446744073709551615 134615992 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1253/statm: 78197 75603 182 378 0 77817 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 312788

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.88
CPU system time (s): 0.174973
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 312788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.88
system time used= 0.174973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77369
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= 4
involuntary context switches= 2559

runsolver used 1.9517 second user time and 3.9734 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-24 04:05:52
IDJOB=3274917
IDBENCH=88229
IDSOLVER=1674
FILE ID=node144/3274917-1303610752
RUNJOBID= node144-1303610752-1242
PBS_JOBID= 13150640
Free space on /tmp= 72248 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q585-n40-p30-s19690873.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-3274917-1303610752/watcher-3274917-1303610752 -o /tmp/evaluation-result-3274917-1303610752/solver-3274917-1303610752 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274917-1303610752.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= e096925b96a6999132833f44e4f216d7
RANDOM SEED=585842050

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.75
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.850
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.83
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.850
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.75
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.850
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.82
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.850
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.75
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.850
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:     32951124 kB
MemFree:      19916604 kB
Buffers:       2159064 kB
Cached:       10275352 kB
SwapCached:          4 kB
Active:        3359564 kB
Inactive:      9138444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19916604 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5232 kB
Writeback:           0 kB
AnonPages:       63140 kB
Mapped:          14284 kB
Slab:           470096 kB
PageTables:       5204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187124 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= 72244 MiB
End job on node144 at 2011-04-24 04:27:34