Trace number 3273304

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g6.cnf
MD5SUMd0bb6612a0c88017c970eb8fd1a4be9e
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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-3273304-1303600956/watcher-3273304-1303600956 -o /tmp/evaluation-result-3273304-1303600956/solver-3273304-1303600956 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3273304-1303600956.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: 0.00 0.00 0.30 4/184 1719
/proc/meminfo: memFree=13909448/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=2060 CPUtime=0 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 292 0 0 0 0 0 0 0 22 0 1 0 471694318 2109440 246 33554432000 134512640 136057169 4287892016 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 515 246 145 378 0 135 0

[startup+0.0221379 s]
/proc/loadavg: 0.00 0.00 0.30 4/184 1719
/proc/meminfo: memFree=13909448/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=4176 CPUtime=0.01 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 900 0 0 0 1 0 0 0 22 0 1 0 471694318 4276224 752 33554432000 134512640 136057169 4287892016 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 1044 752 145 378 0 664 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4176

[startup+0.101078 s]
/proc/loadavg: 0.00 0.00 0.30 4/184 1719
/proc/meminfo: memFree=13909448/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=14244 CPUtime=0.09 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 4102 0 0 0 9 0 0 0 22 0 1 0 471694318 14585856 3168 33554432000 134512640 136057169 4287892016 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 3561 3170 163 378 0 3181 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14244

[startup+0.301155 s]
/proc/loadavg: 0.00 0.00 0.30 4/184 1719
/proc/meminfo: memFree=13909448/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=15168 CPUtime=0.29 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 4378 0 0 0 29 0 0 0 23 0 1 0 471694318 15532032 3444 33554432000 134512640 136057169 4287892016 18446744073709551615 134774463 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 3792 3444 166 378 0 3412 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15168

[startup+0.70109 s]
/proc/loadavg: 0.00 0.00 0.30 4/184 1719
/proc/meminfo: memFree=13909448/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=15168 CPUtime=0.69 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 4378 0 0 0 69 0 0 0 25 0 1 0 471694318 15532032 3444 33554432000 134512640 136057169 4287892016 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 3792 3444 166 378 0 3412 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15168

[startup+1.50095 s]
/proc/loadavg: 0.00 0.00 0.30 4/185 1720
/proc/meminfo: memFree=13890468/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=17676 CPUtime=1.49 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 5014 0 0 0 149 0 0 0 25 0 1 0 471694318 18100224 4080 33554432000 134512640 136057169 4287892016 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 4419 4080 168 378 0 4039 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17676

[startup+3.10063 s]
/proc/loadavg: 0.00 0.00 0.30 5/190 1730
/proc/meminfo: memFree=13879712/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=17168 CPUtime=3.09 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 5506 0 0 0 309 0 0 0 25 0 1 0 471694318 17580032 4050 33554432000 134512640 136057169 4287892016 18446744073709551615 134618247 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 4292 4050 182 378 0 3912 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17168

[startup+6.30103 s]
/proc/loadavg: 0.32 0.07 0.32 5/190 1730
/proc/meminfo: memFree=13851680/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=30184 CPUtime=6.28 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 8753 0 0 0 628 0 0 0 25 0 1 0 471694318 30908416 7297 33554432000 134512640 136057169 4287892016 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 7546 7297 182 378 0 7166 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 30184

[startup+12.701 s]
/proc/loadavg: 0.61 0.13 0.34 5/190 1730
/proc/meminfo: memFree=13806968/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=54384 CPUtime=12.69 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 14820 0 0 0 1267 2 0 0 25 0 1 0 471694318 55689216 13364 33554432000 134512640 136057169 4287892016 18446744073709551615 134618262 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 13596 13364 182 378 0 13216 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54384

[startup+25.5009 s]
/proc/loadavg: 1.36 0.32 0.39 5/190 1730
/proc/meminfo: memFree=13791640/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=59948 CPUtime=25.49 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 16167 0 0 0 2547 2 0 0 25 0 1 0 471694318 61386752 14711 33554432000 134512640 136057169 4287892016 18446744073709551615 134618371 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 14987 14711 182 378 0 14607 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59948

[startup+51.1005 s]
/proc/loadavg: 2.26 0.62 0.49 5/190 1731
/proc/meminfo: memFree=13762792/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=74916 CPUtime=51.09 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 19890 0 0 0 5107 2 0 0 25 0 1 0 471694318 76713984 18434 33554432000 134512640 136057169 4287892016 18446744073709551615 134618275 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 18729 18434 182 378 0 18349 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 74916

[startup+102.307 s]
/proc/loadavg: 3.24 1.14 0.67 5/190 1732
/proc/meminfo: memFree=13727568/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=86872 CPUtime=102.29 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 22982 0 0 0 10227 2 0 0 25 0 1 0 471694318 88956928 21390 33554432000 134512640 136057169 4287892016 18446744073709551615 134618121 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 21718 21390 182 378 0 21338 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 86872

[startup+162.301 s]
/proc/loadavg: 3.72 1.65 0.88 5/190 1734
/proc/meminfo: memFree=13688864/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=101412 CPUtime=162.29 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 26567 0 0 0 16226 3 0 0 25 0 1 0 471694318 103845888 24975 33554432000 134512640 136057169 4287892016 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 25353 24975 182 378 0 24973 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 101412

[startup+222.301 s]
/proc/loadavg: 3.93 2.09 1.07 5/190 1736
/proc/meminfo: memFree=13661204/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=108428 CPUtime=222.3 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 28241 0 0 0 22226 4 0 0 25 0 1 0 471694318 111030272 26649 33554432000 134512640 136057169 4287892016 18446744073709551615 134820192 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 27107 26649 182 378 0 26727 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 108428

[startup+282.301 s]
/proc/loadavg: 3.97 2.44 1.25 5/190 1737
/proc/meminfo: memFree=13647060/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=116020 CPUtime=282.29 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 30151 0 0 0 28225 4 0 0 25 0 1 0 471694318 118804480 28559 33554432000 134512640 136057169 4287892016 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 29005 28559 182 378 0 28625 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 116020

[startup+342.301 s]
/proc/loadavg: 3.99 2.72 1.42 5/190 1738
/proc/meminfo: memFree=13631672/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=120476 CPUtime=342.29 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 31216 0 0 0 34225 4 0 0 25 0 1 0 471694318 123367424 29624 33554432000 134512640 136057169 4287892016 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 30119 29624 182 378 0 29739 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 120476

[startup+402.301 s]
/proc/loadavg: 3.99 2.95 1.58 5/190 1740
/proc/meminfo: memFree=13610832/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=130340 CPUtime=402.29 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 33647 0 0 0 40225 4 0 0 25 0 1 0 471694318 133468160 32055 33554432000 134512640 136057169 4287892016 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 32585 32055 182 378 0 32205 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 130340

[startup+462.3 s]
/proc/loadavg: 3.99 3.14 1.73 5/190 1742
/proc/meminfo: memFree=13595440/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=137976 CPUtime=462.29 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 35552 0 0 0 46225 4 0 0 25 0 1 0 471694318 141287424 33960 33554432000 134512640 136057169 4287892016 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 34494 33960 182 378 0 34114 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 137976

[startup+522.3 s]
/proc/loadavg: 3.99 3.29 1.87 5/190 1744
/proc/meminfo: memFree=13587116/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=138512 CPUtime=522.29 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 35673 0 0 0 52225 4 0 0 25 0 1 0 471694318 141836288 34081 33554432000 134512640 136057169 4287892016 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 34628 34081 182 378 0 34248 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 138512

[startup+582.3 s]
/proc/loadavg: 3.99 3.42 2.00 5/190 1745
/proc/meminfo: memFree=13584000/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=138512 CPUtime=582.29 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 35673 0 0 0 58225 4 0 0 25 0 1 0 471694318 141836288 34081 33554432000 134512640 136057169 4287892016 18446744073709551615 134823944 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 34628 34081 182 378 0 34248 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 138512

[startup+642.3 s]
/proc/loadavg: 4.03 3.53 2.13 5/190 1746
/proc/meminfo: memFree=13576668/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=141368 CPUtime=642.3 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 36368 0 0 0 64225 5 0 0 25 0 1 0 471694318 144760832 34776 33554432000 134512640 136057169 4287892016 18446744073709551615 134618158 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 35342 34776 182 378 0 34962 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 141368

[startup+702.301 s]
/proc/loadavg: 4.01 3.62 2.24 5/190 1748
/proc/meminfo: memFree=13567708/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=144704 CPUtime=702.3 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 37313 0 0 0 70225 5 0 0 25 0 1 0 471694318 148176896 35518 33554432000 134512640 136057169 4287892016 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 36176 35518 182 378 0 35796 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 144704

[startup+762.307 s]
/proc/loadavg: 4.00 3.68 2.35 5/190 1750
/proc/meminfo: memFree=13565960/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=145580 CPUtime=762.3 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 37510 0 0 0 76225 5 0 0 25 0 1 0 471694318 149073920 35715 33554432000 134512640 136057169 4287892016 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 36395 35715 182 378 0 36015 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 145580

[startup+822.301 s]
/proc/loadavg: 4.08 3.77 2.46 5/190 1752
/proc/meminfo: memFree=13562600/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=146860 CPUtime=822.3 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 37784 0 0 0 82225 5 0 0 25 0 1 0 471694318 150384640 35989 33554432000 134512640 136057169 4287892016 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 36715 35989 182 378 0 36335 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 146860

[startup+882.301 s]
/proc/loadavg: 4.03 3.81 2.55 5/190 1753
/proc/meminfo: memFree=13557756/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=148180 CPUtime=882.3 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 38071 0 0 0 88225 5 0 0 25 0 1 0 471694318 151736320 36276 33554432000 134512640 136057169 4287892016 18446744073709551615 134618247 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 37045 36276 182 378 0 36665 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 148180

[startup+942.301 s]
/proc/loadavg: 4.01 3.84 2.64 5/190 1754
/proc/meminfo: memFree=13551048/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=151036 CPUtime=942.31 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 38746 0 0 0 94225 6 0 0 25 0 1 0 471694318 154660864 36951 33554432000 134512640 136057169 4287892016 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 37759 36951 182 378 0 37379 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 151036

[startup+1002.3 s]
/proc/loadavg: 4.00 3.87 2.72 5/190 1756
/proc/meminfo: memFree=13545208/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=151948 CPUtime=1002.31 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 38963 0 0 0 100225 6 0 0 25 0 1 0 471694318 155594752 37168 33554432000 134512640 136057169 4287892016 18446744073709551615 134823489 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 37987 37168 182 378 0 37607 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 151948

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.80 5/190 1758
/proc/meminfo: memFree=13539736/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=153948 CPUtime=1062.31 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 39428 0 0 0 106225 6 0 0 25 0 1 0 471694318 157642752 37633 33554432000 134512640 136057169 4287892016 18446744073709551615 134828496 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 38487 37633 182 378 0 38107 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 153948

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.87 5/190 1760
/proc/meminfo: memFree=13523848/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=167076 CPUtime=1122.3 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 42751 0 0 0 112224 6 0 0 25 0 1 0 471694318 171085824 40956 33554432000 134512640 136057169 4287892016 18446744073709551615 134618247 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 41769 40956 182 378 0 41389 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 167076

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.94 5/190 1761
/proc/meminfo: memFree=13518128/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=170196 CPUtime=1182.31 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 43500 0 0 0 118224 7 0 0 25 0 1 0 471694318 174280704 41705 33554432000 134512640 136057169 4287892016 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 42549 41705 182 378 0 42169 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 170196

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 3.00 5/190 1762
/proc/meminfo: memFree=13512036/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=173304 CPUtime=1242.31 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 44248 0 0 0 124224 7 0 0 25 0 1 0 471694318 177463296 42453 33554432000 134512640 136057169 4287892016 18446744073709551615 134618368 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 43326 42453 182 378 0 42946 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 173304



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.94 3.06 3/186 1766
/proc/meminfo: memFree=13695692/32950928 swapFree=67111528/67111528
[pid=1719] ppid=1717 vsize=176676 CPUtime=1300.01 cores=4,6
/proc/1719/stat : 1719 (clasp) R 1717 1719 1669 0 -1 4202496 45028 0 0 0 129994 7 0 0 25 0 1 0 471694318 180916224 43233 33554432000 134512640 136057169 4287892016 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1719/statm: 44169 43233 182 378 0 43789 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 176676

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.03
CPU user time (s): 1299.95
CPU system time (s): 0.082987
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 176676

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

runsolver used 2.06768 second user time and 5.03523 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-24 01:22:36
IDJOB=3273304
IDBENCH=71471
IDSOLVER=1674
FILE ID=node126/3273304-1303600956
RUNJOBID= node126-1303600950-1688
PBS_JOBID= 13150616
Free space on /tmp= 71380 MiB

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

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

MD5SUM BENCH= d0bb6612a0c88017c970eb8fd1a4be9e
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:      13909480 kB
Buffers:       1985808 kB
Cached:       16400092 kB
SwapCached:          0 kB
Active:        7678440 kB
Inactive:     10790680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13909480 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12736 kB
Writeback:           0 kB
AnonPages:       82428 kB
Mapped:          16396 kB
Slab:           507660 kB
PageTables:       4956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   247868 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= 71380 MiB
End job on node126 at 2011-04-24 01:44:18