Trace number 3273292

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/random/
forced/rbsat-v2100c215164gyes2.cnf
MD5SUM5301921bbf5d6337937a0fa8d34aaf48
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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

running on 2 cores: 1,3

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 2/179 1709
/proc/meminfo: memFree=13927344/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=2304 CPUtime=0 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 336 0 0 0 0 0 0 0 18 0 1 0 471694238 2359296 290 33554432000 134512640 136057169 4289997616 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 576 290 145 378 0 196 0

[startup+0.0274639 s]
/proc/loadavg: 0.00 0.00 0.30 2/179 1709
/proc/meminfo: memFree=13927344/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=4984 CPUtime=0.02 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 1189 0 0 0 2 0 0 0 18 0 1 0 471694238 5103616 950 33554432000 134512640 136057169 4289997616 18446744073709551615 135459712 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 1246 951 145 378 0 866 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4984

[startup+0.100455 s]
/proc/loadavg: 0.00 0.00 0.30 2/179 1709
/proc/meminfo: memFree=13927344/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=12996 CPUtime=0.09 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 3737 0 0 0 9 0 0 0 18 0 1 0 471694238 13307904 2805 33554432000 134512640 136057169 4289997616 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 3249 2805 166 378 0 2869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12996

[startup+0.300423 s]
/proc/loadavg: 0.00 0.00 0.30 2/179 1709
/proc/meminfo: memFree=13927344/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=12996 CPUtime=0.29 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 3737 0 0 0 29 0 0 0 18 0 1 0 471694238 13307904 2805 33554432000 134512640 136057169 4289997616 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 3249 2805 166 378 0 2869 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12996

[startup+0.700355 s]
/proc/loadavg: 0.00 0.00 0.30 2/179 1709
/proc/meminfo: memFree=13927344/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=12996 CPUtime=0.69 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 3739 0 0 0 69 0 0 0 18 0 1 0 471694238 13307904 2807 33554432000 134512640 136057169 4289997616 18446744073709551615 134765711 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 3249 2807 168 378 0 2869 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12996

[startup+1.50022 s]
/proc/loadavg: 0.00 0.00 0.30 4/185 1720
/proc/meminfo: memFree=13894312/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=13468 CPUtime=1.49 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 4477 0 0 0 149 0 0 0 20 0 1 0 471694238 13791232 3123 33554432000 134512640 136057169 4289997616 18446744073709551615 134618545 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 3367 3123 182 378 0 2987 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13468

[startup+3.10095 s]
/proc/loadavg: 0.00 0.00 0.30 4/185 1720
/proc/meminfo: memFree=13887364/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=15748 CPUtime=3.09 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 5060 0 0 0 309 0 0 0 25 0 1 0 471694238 16125952 3706 33554432000 134512640 136057169 4289997616 18446744073709551615 134756822 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 3937 3706 182 378 0 3557 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15748

[startup+6.30041 s]
/proc/loadavg: 0.32 0.07 0.32 5/190 1730
/proc/meminfo: memFree=13858368/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=29644 CPUtime=6.3 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 8517 0 0 0 629 1 0 0 25 0 1 0 471694238 30355456 7163 33554432000 134512640 136057169 4289997616 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 7411 7163 182 378 0 7031 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 29644

[startup+12.7003 s]
/proc/loadavg: 0.61 0.13 0.34 5/190 1730
/proc/meminfo: memFree=13810896/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=39584 CPUtime=12.69 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 10994 0 0 0 1268 1 0 0 25 0 1 0 471694238 40534016 9640 33554432000 134512640 136057169 4289997616 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 9896 9640 182 378 0 9516 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39584

[startup+25.5002 s]
/proc/loadavg: 1.36 0.32 0.39 5/190 1730
/proc/meminfo: memFree=13791640/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=43360 CPUtime=25.49 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 11954 0 0 0 2548 1 0 0 25 0 1 0 471694238 44400640 10600 33554432000 134512640 136057169 4289997616 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 10840 10600 182 378 0 10460 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43360

[startup+51.1009 s]
/proc/loadavg: 2.26 0.62 0.49 5/190 1731
/proc/meminfo: memFree=13763040/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=49644 CPUtime=51.09 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 13505 0 0 0 5108 1 0 0 25 0 1 0 471694238 50835456 12151 33554432000 134512640 136057169 4289997616 18446744073709551615 134618245 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 12411 12151 182 378 0 12031 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 49644

[startup+102.306 s]
/proc/loadavg: 3.24 1.14 0.67 5/190 1732
/proc/meminfo: memFree=13727692/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=62308 CPUtime=102.3 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 16597 0 0 0 10228 2 0 0 25 0 1 0 471694238 63803392 15243 33554432000 134512640 136057169 4289997616 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 15577 15243 182 378 0 15197 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 62308

[startup+162.3 s]
/proc/loadavg: 3.72 1.65 0.88 5/190 1734
/proc/meminfo: memFree=13688988/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=79816 CPUtime=162.29 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 20964 0 0 0 16226 3 0 0 25 0 1 0 471694238 81731584 19610 33554432000 134512640 136057169 4289997616 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 19954 19610 182 378 0 19574 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 79816

[startup+222.3 s]
/proc/loadavg: 3.93 2.09 1.07 5/190 1736
/proc/meminfo: memFree=13661328/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=92252 CPUtime=222.29 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 24066 0 0 0 22225 4 0 0 25 0 1 0 471694238 94466048 22712 33554432000 134512640 136057169 4289997616 18446744073709551615 134618272 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 23063 22712 182 378 0 22683 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 92252

[startup+282.301 s]
/proc/loadavg: 3.97 2.44 1.25 5/190 1737
/proc/meminfo: memFree=13647184/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=95936 CPUtime=282.29 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 24949 0 0 0 28225 4 0 0 25 0 1 0 471694238 98238464 23595 33554432000 134512640 136057169 4289997616 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 23984 23595 182 378 0 23604 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 95936

[startup+342.301 s]
/proc/loadavg: 3.99 2.72 1.42 5/190 1738
/proc/meminfo: memFree=13632044/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=100328 CPUtime=342.3 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 26145 0 0 0 34225 5 0 0 25 0 1 0 471694238 102735872 24655 33554432000 134512640 136057169 4289997616 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 25082 24655 182 378 0 24702 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 100328

[startup+402.301 s]
/proc/loadavg: 3.99 2.95 1.58 5/190 1740
/proc/meminfo: memFree=13610832/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=106808 CPUtime=402.3 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 27698 0 0 0 40225 5 0 0 25 0 1 0 471694238 109371392 26208 33554432000 134512640 136057169 4289997616 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 26702 26208 182 378 0 26322 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 106808

[startup+462.301 s]
/proc/loadavg: 3.99 3.14 1.73 5/190 1742
/proc/meminfo: memFree=13595440/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=111940 CPUtime=462.3 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 28959 0 0 0 46225 5 0 0 25 0 1 0 471694238 114626560 27469 33554432000 134512640 136057169 4289997616 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 27985 27469 182 378 0 27605 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 111940

[startup+522.301 s]
/proc/loadavg: 3.99 3.29 1.87 5/190 1744
/proc/meminfo: memFree=13587240/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=117408 CPUtime=522.3 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 30307 0 0 0 52225 5 0 0 25 0 1 0 471694238 120225792 28817 33554432000 134512640 136057169 4289997616 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 29352 28817 182 378 0 28972 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 117408

[startup+582.301 s]
/proc/loadavg: 3.99 3.42 2.00 5/190 1745
/proc/meminfo: memFree=13584000/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=117408 CPUtime=582.3 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 30322 0 0 0 58225 5 0 0 25 0 1 0 471694238 120225792 28832 33554432000 134512640 136057169 4289997616 18446744073709551615 134618404 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 29352 28832 182 378 0 28972 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 117408

[startup+642.301 s]
/proc/loadavg: 4.03 3.53 2.13 5/190 1746
/proc/meminfo: memFree=13577040/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=117408 CPUtime=642.3 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 30328 0 0 0 64225 5 0 0 25 0 1 0 471694238 120225792 28838 33554432000 134512640 136057169 4289997616 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 29352 28838 182 378 0 28972 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 117408

[startup+702.3 s]
/proc/loadavg: 4.01 3.62 2.24 5/190 1748
/proc/meminfo: memFree=13567708/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=117624 CPUtime=702.3 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 30380 0 0 0 70225 5 0 0 25 0 1 0 471694238 120446976 28890 33554432000 134512640 136057169 4289997616 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 29406 28890 182 378 0 29026 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 117624

[startup+762.306 s]
/proc/loadavg: 4.00 3.68 2.35 5/190 1750
/proc/meminfo: memFree=13565960/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=117764 CPUtime=762.31 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 30408 0 0 0 76226 5 0 0 25 0 1 0 471694238 120590336 28918 33554432000 134512640 136057169 4289997616 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 29441 28918 182 378 0 29061 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 117764

[startup+822.3 s]
/proc/loadavg: 4.08 3.77 2.46 5/190 1752
/proc/meminfo: memFree=13562600/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=117908 CPUtime=822.3 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 30454 0 0 0 82225 5 0 0 25 0 1 0 471694238 120737792 28964 33554432000 134512640 136057169 4289997616 18446744073709551615 134618286 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 29477 28964 182 378 0 29097 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 117908

[startup+882.3 s]
/proc/loadavg: 4.03 3.81 2.55 5/190 1753
/proc/meminfo: memFree=13557880/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=118216 CPUtime=882.3 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 30517 0 0 0 88225 5 0 0 25 0 1 0 471694238 121053184 29027 33554432000 134512640 136057169 4289997616 18446744073709551615 134819858 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 29554 29027 182 378 0 29174 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 118216

[startup+942.301 s]
/proc/loadavg: 4.01 3.84 2.64 5/190 1754
/proc/meminfo: memFree=13551048/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=120432 CPUtime=942.3 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 31031 0 0 0 94225 5 0 0 25 0 1 0 471694238 123322368 29541 33554432000 134512640 136057169 4289997616 18446744073709551615 134828340 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 30108 29541 182 378 0 29728 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 120432

[startup+1002.3 s]
/proc/loadavg: 4.00 3.87 2.72 5/190 1756
/proc/meminfo: memFree=13545332/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=123384 CPUtime=1002.3 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 31727 0 0 0 100225 5 0 0 25 0 1 0 471694238 126345216 30237 33554432000 134512640 136057169 4289997616 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 30846 30237 182 378 0 30466 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 123384

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.80 5/190 1758
/proc/meminfo: memFree=13539860/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=125680 CPUtime=1062.3 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 32290 0 0 0 106225 5 0 0 25 0 1 0 471694238 128696320 30800 33554432000 134512640 136057169 4289997616 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 31420 30800 182 378 0 31040 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 125680

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.87 5/190 1760
/proc/meminfo: memFree=13523848/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=126856 CPUtime=1122.31 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 32551 0 0 0 112226 5 0 0 25 0 1 0 471694238 129900544 31061 33554432000 134512640 136057169 4289997616 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 31714 31061 182 378 0 31334 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 126856

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.94 5/190 1761
/proc/meminfo: memFree=13518128/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=127976 CPUtime=1182.31 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 32792 0 0 0 118226 5 0 0 25 0 1 0 471694238 131047424 31302 33554432000 134512640 136057169 4289997616 18446744073709551615 134615638 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 31994 31302 182 378 0 31614 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 127976

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 3.00 5/190 1762
/proc/meminfo: memFree=13512160/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=129036 CPUtime=1242.31 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 33030 0 0 0 124226 5 0 0 25 0 1 0 471694238 132132864 31540 33554432000 134512640 136057169 4289997616 18446744073709551615 134618185 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 32259 31540 182 378 0 31879 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 129036



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.94 3.06 4/188 1765
/proc/meminfo: memFree=13569072/32950928 swapFree=67111528/67111528
[pid=1709] ppid=1707 vsize=130736 CPUtime=1300.01 cores=1,3
/proc/1709/stat : 1709 (clasp) R 1707 1709 1669 0 -1 4202496 33415 0 0 0 129996 5 0 0 25 0 1 0 471694238 133873664 31925 33554432000 134512640 136057169 4289997616 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1709/statm: 32684 31925 182 378 0 32304 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 130736

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): 1299.97
CPU system time (s): 0.06499
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 130736

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

runsolver used 2.14967 second user time and 4.95225 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-24 01:22:35
IDJOB=3273292
IDBENCH=71428
IDSOLVER=1674
FILE ID=node126/3273292-1303600955
RUNJOBID= node126-1303600950-1689
PBS_JOBID= 13150616
Free space on /tmp= 71384 MiB

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

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

MD5SUM BENCH= 5301921bbf5d6337937a0fa8d34aaf48
RANDOM SEED=16459930

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:      13927740 kB
Buffers:       1985800 kB
Cached:       16394984 kB
SwapCached:          0 kB
Active:        7659292 kB
Inactive:     10791316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13927740 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7828 kB
Writeback:           0 kB
AnonPages:       69560 kB
Mapped:          15568 kB
Slab:           507248 kB
PageTables:       5524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   213980 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= 71376 MiB
End job on node126 at 2011-04-24 01:44:17