Trace number 3273319

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.03 1300.01

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes5.cnf
MD5SUMe7d4dc25f0d8e558fb091b1e566deab7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.32395
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
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-3273319-1303600957/watcher-3273319-1303600957 -o /tmp/evaluation-result-3273319-1303600957/solver-3273319-1303600957 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3273319-1303600957.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 2 cores: 5,7

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: 0.00 0.00 0.30 4/189 1729
/proc/meminfo: memFree=13883192/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=2176 CPUtime=0 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 321 0 0 0 0 0 0 0 22 0 1 0 471694501 2228224 275 33554432000 134512640 136057169 4290758208 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 544 275 145 378 0 164 0

[startup+0.0589049 s]
/proc/loadavg: 0.00 0.00 0.30 4/189 1729
/proc/meminfo: memFree=13883192/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=4244 CPUtime=0.05 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 851 0 0 0 5 0 0 0 22 0 1 0 471694501 4345856 759 33554432000 134512640 136057169 4290758208 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 1061 759 166 378 0 681 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4244

[startup+0.100898 s]
/proc/loadavg: 0.00 0.00 0.30 4/189 1729
/proc/meminfo: memFree=13883192/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=4244 CPUtime=0.1 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 874 0 0 0 10 0 0 0 22 0 1 0 471694501 4345856 782 33554432000 134512640 136057169 4290758208 18446744073709551615 134765763 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 1061 782 168 378 0 681 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4244

[startup+0.300863 s]
/proc/loadavg: 0.00 0.00 0.30 4/189 1729
/proc/meminfo: memFree=13883192/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=4284 CPUtime=0.3 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 1016 0 0 0 30 0 0 0 23 0 1 0 471694501 4386816 838 33554432000 134512640 136057169 4290758208 18446744073709551615 134618116 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 1071 838 183 378 0 691 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 4284

[startup+0.700797 s]
/proc/loadavg: 0.00 0.00 0.30 4/189 1729
/proc/meminfo: memFree=13883192/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=6344 CPUtime=0.7 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 1513 0 0 0 70 0 0 0 25 0 1 0 471694501 6496256 1335 33554432000 134512640 136057169 4290758208 18446744073709551615 134618256 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 1586 1335 183 378 0 1206 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 6344

[startup+1.50066 s]
/proc/loadavg: 0.32 0.07 0.32 5/190 1730
/proc/meminfo: memFree=13874132/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=7268 CPUtime=1.5 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 1763 0 0 0 150 0 0 0 25 0 1 0 471694501 7442432 1585 33554432000 134512640 136057169 4290758208 18446744073709551615 134645260 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 1817 1585 183 378 0 1437 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 7268

[startup+3.10039 s]
/proc/loadavg: 0.32 0.07 0.32 5/190 1730
/proc/meminfo: memFree=13864816/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=7840 CPUtime=3.1 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 1881 0 0 0 310 0 0 0 25 0 1 0 471694501 8028160 1703 33554432000 134512640 136057169 4290758208 18446744073709551615 134823922 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 1960 1703 183 378 0 1580 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 7840

[startup+6.30086 s]
/proc/loadavg: 0.32 0.07 0.32 5/190 1730
/proc/meminfo: memFree=13835064/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=9824 CPUtime=6.3 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 2398 0 0 0 630 0 0 0 25 0 1 0 471694501 10059776 2220 33554432000 134512640 136057169 4290758208 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 2456 2220 183 378 0 2076 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 9824

[startup+12.7008 s]
/proc/loadavg: 0.89 0.20 0.36 5/190 1730
/proc/meminfo: memFree=13799652/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=11944 CPUtime=12.7 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 2938 0 0 0 1270 0 0 0 25 0 1 0 471694501 12230656 2760 33554432000 134512640 136057169 4290758208 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 2986 2760 183 378 0 2606 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 11944

[startup+25.5006 s]
/proc/loadavg: 1.36 0.32 0.39 5/190 1730
/proc/meminfo: memFree=13786184/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=13840 CPUtime=25.49 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 3385 0 0 0 2549 0 0 0 25 0 1 0 471694501 14172160 3207 33554432000 134512640 136057169 4290758208 18446744073709551615 134618437 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 3460 3207 183 378 0 3080 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13840

[startup+51.1003 s]
/proc/loadavg: 2.26 0.62 0.49 5/190 1731
/proc/meminfo: memFree=13760188/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=17012 CPUtime=51.09 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 4174 0 0 0 5109 0 0 0 25 0 1 0 471694501 17420288 3996 33554432000 134512640 136057169 4290758208 18446744073709551615 134618473 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 4253 3996 183 378 0 3873 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17012

[startup+102.307 s]
/proc/loadavg: 3.30 1.18 0.69 5/190 1732
/proc/meminfo: memFree=13726948/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=22064 CPUtime=102.29 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 5417 0 0 0 10229 0 0 0 25 0 1 0 471694501 22593536 5239 33554432000 134512640 136057169 4290758208 18446744073709551615 134819773 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 5516 5239 183 378 0 5136 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 22064

[startup+162.301 s]
/proc/loadavg: 3.82 1.71 0.90 5/190 1734
/proc/meminfo: memFree=13686756/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=25940 CPUtime=162.29 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 6329 0 0 0 16229 0 0 0 25 0 1 0 471694501 26562560 6151 33554432000 134512640 136057169 4290758208 18446744073709551615 134823833 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 6485 6151 183 378 0 6105 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 25940

[startup+222.301 s]
/proc/loadavg: 3.93 2.12 1.09 5/190 1736
/proc/meminfo: memFree=13661204/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=28640 CPUtime=222.3 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 6962 0 0 0 22229 1 0 0 25 0 1 0 471694501 29327360 6784 33554432000 134512640 136057169 4290758208 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 7160 6784 183 378 0 6780 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 28640

[startup+282.3 s]
/proc/loadavg: 3.97 2.46 1.27 5/190 1737
/proc/meminfo: memFree=13646936/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=30316 CPUtime=282.3 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 7346 0 0 0 28229 1 0 0 25 0 1 0 471694501 31043584 7168 33554432000 134512640 136057169 4290758208 18446744073709551615 134813016 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 7579 7168 183 378 0 7199 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 30316

[startup+342.3 s]
/proc/loadavg: 3.99 2.74 1.44 5/190 1739
/proc/meminfo: memFree=13631176/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=33404 CPUtime=342.29 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 8103 0 0 0 34228 1 0 0 25 0 1 0 471694501 34205696 7925 33554432000 134512640 136057169 4290758208 18446744073709551615 134618158 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 8351 7925 183 378 0 7971 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 33404

[startup+402.3 s]
/proc/loadavg: 3.99 2.97 1.60 5/190 1740
/proc/meminfo: memFree=13608228/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=36440 CPUtime=402.3 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 8827 0 0 0 40228 2 0 0 25 0 1 0 471694501 37314560 8649 33554432000 134512640 136057169 4290758208 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 9110 8649 183 378 0 8730 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 36440

[startup+462.3 s]
/proc/loadavg: 3.99 3.15 1.74 5/190 1742
/proc/meminfo: memFree=13595068/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=37260 CPUtime=462.3 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 9014 0 0 0 46228 2 0 0 25 0 1 0 471694501 38154240 8836 33554432000 134512640 136057169 4290758208 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 9315 8836 183 378 0 8935 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 37260

[startup+522.3 s]
/proc/loadavg: 3.99 3.30 1.88 5/190 1744
/proc/meminfo: memFree=13586248/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=38584 CPUtime=522.3 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 9365 0 0 0 52228 2 0 0 25 0 1 0 471694501 39510016 9187 33554432000 134512640 136057169 4290758208 18446744073709551615 134618272 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 9646 9187 183 378 0 9266 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 38584

[startup+582.301 s]
/proc/loadavg: 4.07 3.44 2.02 5/190 1745
/proc/meminfo: memFree=13584000/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=40340 CPUtime=582.3 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 9740 0 0 0 58228 2 0 0 25 0 1 0 471694501 41308160 9562 33554432000 134512640 136057169 4290758208 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 10085 9562 183 378 0 9705 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 40340

[startup+642.301 s]
/proc/loadavg: 4.03 3.54 2.14 5/190 1747
/proc/meminfo: memFree=13576420/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=41468 CPUtime=642.3 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 10007 0 0 0 64228 2 0 0 25 0 1 0 471694501 42463232 9829 33554432000 134512640 136057169 4290758208 18446744073709551615 134618380 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 10367 9829 183 378 0 9987 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 41468

[startup+702.301 s]
/proc/loadavg: 4.01 3.62 2.25 5/190 1748
/proc/meminfo: memFree=13567708/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=43464 CPUtime=702.3 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 10488 0 0 0 70228 2 0 0 25 0 1 0 471694501 44507136 10310 33554432000 134512640 136057169 4290758208 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 10866 10310 183 378 0 10486 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 43464

[startup+762.307 s]
/proc/loadavg: 4.08 3.71 2.36 5/190 1750
/proc/meminfo: memFree=13565960/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=44124 CPUtime=762.31 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 10640 0 0 0 76229 2 0 0 25 0 1 0 471694501 45182976 10462 33554432000 134512640 136057169 4290758208 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 11031 10462 183 378 0 10651 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 44124

[startup+822.301 s]
/proc/loadavg: 4.07 3.77 2.47 5/190 1752
/proc/meminfo: memFree=13562476/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=45304 CPUtime=822.3 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 10891 0 0 0 82228 2 0 0 25 0 1 0 471694501 46391296 10713 33554432000 134512640 136057169 4290758208 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 11326 10713 183 378 0 10946 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 45304

[startup+882.301 s]
/proc/loadavg: 4.02 3.81 2.56 5/190 1753
/proc/meminfo: memFree=13557756/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=47056 CPUtime=882.3 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 11281 0 0 0 88228 2 0 0 25 0 1 0 471694501 48185344 11103 33554432000 134512640 136057169 4290758208 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 11764 11103 183 378 0 11384 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 47056

[startup+942.3 s]
/proc/loadavg: 4.01 3.84 2.65 5/190 1755
/proc/meminfo: memFree=13550924/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=48300 CPUtime=942.3 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 11598 0 0 0 94228 2 0 0 25 0 1 0 471694501 49459200 11420 33554432000 134512640 136057169 4290758208 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 12075 11420 183 378 0 11695 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 48300

[startup+1002.3 s]
/proc/loadavg: 4.00 3.87 2.73 5/190 1756
/proc/meminfo: memFree=13544216/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=49860 CPUtime=1002.3 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 11938 0 0 0 100228 2 0 0 25 0 1 0 471694501 51056640 11760 33554432000 134512640 136057169 4290758208 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 12465 11760 183 378 0 12085 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 49860

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.81 5/190 1758
/proc/meminfo: memFree=13539612/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=50752 CPUtime=1062.3 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 12152 0 0 0 106228 2 0 0 25 0 1 0 471694501 51970048 11974 33554432000 134512640 136057169 4290758208 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 12688 11974 183 378 0 12308 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 50752

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.88 5/190 1760
/proc/meminfo: memFree=13523724/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=51760 CPUtime=1122.3 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 12382 0 0 0 112228 2 0 0 25 0 1 0 471694501 53002240 12204 33554432000 134512640 136057169 4290758208 18446744073709551615 134618283 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 12940 12204 183 378 0 12560 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 51760

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.95 5/190 1761
/proc/meminfo: memFree=13518128/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=53196 CPUtime=1182.31 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 12728 0 0 0 118228 3 0 0 25 0 1 0 471694501 54472704 12550 33554432000 134512640 136057169 4290758208 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 13299 12550 183 378 0 12919 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 53196

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 3.01 5/190 1763
/proc/meminfo: memFree=13511912/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=53684 CPUtime=1242.32 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 12840 0 0 0 124229 3 0 0 25 0 1 0 471694501 54972416 12662 33554432000 134512640 136057169 4290758208 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 13421 12662 183 378 0 13041 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 53684



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.94 3.06 3/183 1811
/proc/meminfo: memFree=13872144/32950928 swapFree=67111528/67111528
[pid=1729] ppid=1727 vsize=54752 CPUtime=1300.02 cores=5,7
/proc/1729/stat : 1729 (clasp) R 1727 1729 1669 0 -1 4202496 13096 0 0 0 129999 3 0 0 25 0 1 0 471694501 56066048 12918 33554432000 134512640 136057169 4290758208 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1729/statm: 13688 12918 183 378 0 13308 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 54752

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.01
CPU time (s): 1300.03
CPU user time (s): 1300
CPU system time (s): 0.032994
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 54752

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

runsolver used 2.15667 second user time and 4.94425 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-24 01:22:38
IDJOB=3273319
IDBENCH=71526
IDSOLVER=1674
FILE ID=node126/3273319-1303600957
RUNJOBID= node126-1303600950-1690
PBS_JOBID= 13150616
Free space on /tmp= 71376 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes5.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-3273319-1303600957/watcher-3273319-1303600957 -o /tmp/evaluation-result-3273319-1303600957/solver-3273319-1303600957 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3273319-1303600957.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= e7d4dc25f0d8e558fb091b1e566deab7
RANDOM SEED=786819874

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:      13883472 kB
Buffers:       1985824 kB
Cached:       16402628 kB
SwapCached:          0 kB
Active:        7704600 kB
Inactive:     10790576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13883472 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15048 kB
Writeback:           0 kB
AnonPages:      106900 kB
Mapped:          17216 kB
Slab:           507864 kB
PageTables:       5512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   292064 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= 71368 MiB
End job on node126 at 2011-04-24 01:44:20