Trace number 3273280

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.06 1300.02

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes5.cnf
MD5SUMf892a2bda6fe6aec6f2fcb4e1c541df8
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3273280-1303600952/watcher-3273280-1303600952 -o /tmp/evaluation-result-3273280-1303600952/solver-3273280-1303600952 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3273280-1303600952.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.23 4/184 4607
/proc/meminfo: memFree=20220760/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=2352 CPUtime=0 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 368 0 0 0 0 0 0 0 21 0 1 0 471694888 2408448 322 33554432000 134512640 136057169 4289677744 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 588 322 145 378 0 208 0

[startup+0.0540231 s]
/proc/loadavg: 0.00 0.00 0.23 4/184 4607
/proc/meminfo: memFree=20220760/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=7684 CPUtime=0.04 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 2011 0 0 0 4 0 0 0 21 0 1 0 471694888 7868416 1636 33554432000 134512640 136057169 4289677744 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 1921 1637 145 378 0 1541 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7684

[startup+0.101013 s]
/proc/loadavg: 0.00 0.00 0.23 4/184 4607
/proc/meminfo: memFree=20220760/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=13996 CPUtime=0.09 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 3743 0 0 0 9 0 0 0 21 0 1 0 471694888 14331904 3145 33554432000 134512640 136057169 4289677744 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 3499 3167 163 378 0 3119 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13996

[startup+0.300973 s]
/proc/loadavg: 0.00 0.00 0.23 4/184 4607
/proc/meminfo: memFree=20220760/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=16760 CPUtime=0.29 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 4855 0 0 0 29 0 0 0 22 0 1 0 471694888 17162240 3918 33554432000 134512640 136057169 4289677744 18446744073709551615 134774479 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 4190 3918 166 378 0 3810 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16760

[startup+0.700897 s]
/proc/loadavg: 0.00 0.00 0.23 4/184 4607
/proc/meminfo: memFree=20220760/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=16760 CPUtime=0.69 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 4855 0 0 0 69 0 0 0 23 0 1 0 471694888 17162240 3918 33554432000 134512640 136057169 4289677744 18446744073709551615 134774380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 4190 3918 166 378 0 3810 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16760

[startup+1.50074 s]
/proc/loadavg: 0.00 0.00 0.23 5/190 4618
/proc/meminfo: memFree=20189948/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=18344 CPUtime=1.49 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 5270 0 0 0 149 0 0 0 25 0 1 0 471694888 18784256 4333 33554432000 134512640 136057169 4289677744 18446744073709551615 134765777 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 4586 4333 168 378 0 4206 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18344

[startup+3.10044 s]
/proc/loadavg: 0.32 0.07 0.25 5/190 4618
/proc/meminfo: memFree=20183128/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=18824 CPUtime=3.09 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 5996 0 0 0 308 1 0 0 25 0 1 0 471694888 19275776 4461 33554432000 134512640 136057169 4289677744 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 4706 4461 182 378 0 4326 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18824

[startup+6.30083 s]
/proc/loadavg: 0.32 0.07 0.25 5/190 4618
/proc/meminfo: memFree=20150028/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=27904 CPUtime=6.29 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 8264 0 0 0 628 1 0 0 25 0 1 0 471694888 28573696 6729 33554432000 134512640 136057169 4289677744 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 6976 6729 182 378 0 6596 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27904

[startup+12.7006 s]
/proc/loadavg: 0.89 0.20 0.29 5/190 4618
/proc/meminfo: memFree=20083076/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=52280 CPUtime=12.69 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 14358 0 0 0 1267 2 0 0 25 0 1 0 471694888 53534720 12823 33554432000 134512640 136057169 4289677744 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 13070 12823 182 378 0 12690 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52280

[startup+25.5002 s]
/proc/loadavg: 1.36 0.32 0.33 5/190 4618
/proc/meminfo: memFree=20046708/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=67156 CPUtime=25.49 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 18031 0 0 0 2546 3 0 0 25 0 1 0 471694888 68767744 16496 33554432000 134512640 136057169 4289677744 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 16789 16496 182 378 0 16409 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67156

[startup+51.1003 s]
/proc/loadavg: 2.32 0.63 0.43 5/190 4619
/proc/meminfo: memFree=20011928/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=78656 CPUtime=51.09 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 20931 0 0 0 5105 4 0 0 25 0 1 0 471694888 80543744 19396 33554432000 134512640 136057169 4289677744 18446744073709551615 134823941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 19664 19396 182 378 0 19284 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 78656

[startup+102.307 s]
/proc/loadavg: 3.33 1.19 0.63 5/190 4620
/proc/meminfo: memFree=19969012/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=92408 CPUtime=102.29 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 24421 0 0 0 10225 4 0 0 25 0 1 0 471694888 94625792 22750 33554432000 134512640 136057169 4289677744 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 23102 22750 182 378 0 22722 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 92408

[startup+162.3 s]
/proc/loadavg: 3.75 1.70 0.84 5/190 4622
/proc/meminfo: memFree=19912812/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=123748 CPUtime=162.29 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 32249 0 0 0 16223 6 0 0 25 0 1 0 471694888 126717952 30578 33554432000 134512640 136057169 4289677744 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 30937 30578 182 378 0 30557 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 123748

[startup+222.301 s]
/proc/loadavg: 3.91 2.12 1.04 5/190 4624
/proc/meminfo: memFree=19880428/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=127016 CPUtime=222.3 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 32994 0 0 0 22223 7 0 0 25 0 1 0 471694888 130064384 31323 33554432000 134512640 136057169 4289677744 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 31754 31323 182 378 0 31374 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 127016

[startup+282.3 s]
/proc/loadavg: 3.96 2.46 1.22 5/190 4625
/proc/meminfo: memFree=19853116/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=127336 CPUtime=282.3 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 33061 0 0 0 28223 7 0 0 25 0 1 0 471694888 130392064 31390 33554432000 134512640 136057169 4289677744 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 31834 31390 182 378 0 31454 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 127336

[startup+342.301 s]
/proc/loadavg: 3.98 2.74 1.39 6/190 4627
/proc/meminfo: memFree=19849864/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=127336 CPUtime=342.31 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 33091 0 0 0 34224 7 0 0 25 0 1 0 471694888 130392064 31420 33554432000 134512640 136057169 4289677744 18446744073709551615 134618262 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 31834 31420 182 378 0 31454 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 127336

[startup+402.3 s]
/proc/loadavg: 3.99 2.96 1.55 5/190 4628
/proc/meminfo: memFree=19827392/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=134448 CPUtime=402.3 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 34834 0 0 0 40223 7 0 0 25 0 1 0 471694888 137674752 33163 33554432000 134512640 136057169 4289677744 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 33612 33163 182 378 0 33232 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 134448

[startup+462.301 s]
/proc/loadavg: 4.07 3.16 1.71 5/190 4630
/proc/meminfo: memFree=19792268/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=154416 CPUtime=462.31 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 39885 0 0 0 46222 9 0 0 25 0 1 0 471694888 158121984 38011 33554432000 134512640 136057169 4289677744 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 38604 38011 182 378 0 38224 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 154416

[startup+522.3 s]
/proc/loadavg: 4.03 3.31 1.85 5/190 4632
/proc/meminfo: memFree=19786900/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=156356 CPUtime=522.31 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 40310 0 0 0 52222 9 0 0 25 0 1 0 471694888 160108544 38436 33554432000 134512640 136057169 4289677744 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 39089 38436 182 378 0 38709 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 156356

[startup+582.301 s]
/proc/loadavg: 4.06 3.45 1.98 5/190 4633
/proc/meminfo: memFree=19770248/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=159280 CPUtime=582.32 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 41046 0 0 0 58222 10 0 0 25 0 1 0 471694888 163102720 39172 33554432000 134512640 136057169 4289677744 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 39820 39172 182 378 0 39440 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 159280

[startup+642.301 s]
/proc/loadavg: 4.02 3.55 2.11 5/190 4635
/proc/meminfo: memFree=19750748/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=171160 CPUtime=642.32 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 43973 0 0 0 64222 10 0 0 25 0 1 0 471694888 175267840 42099 33554432000 134512640 136057169 4289677744 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 42790 42099 182 378 0 42410 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 171160

[startup+702.3 s]
/proc/loadavg: 4.01 3.63 2.22 5/190 4636
/proc/meminfo: memFree=19747984/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=171316 CPUtime=702.32 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 44008 0 0 0 70222 10 0 0 25 0 1 0 471694888 175427584 42134 33554432000 134512640 136057169 4289677744 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 42829 42134 182 378 0 42449 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 171316

[startup+762.307 s]
/proc/loadavg: 4.00 3.69 2.33 5/190 4638
/proc/meminfo: memFree=19733192/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=171528 CPUtime=762.32 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 44071 0 0 0 76222 10 0 0 25 0 1 0 471694888 175644672 42197 33554432000 134512640 136057169 4289677744 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 42882 42197 182 378 0 42502 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 171528

[startup+822.3 s]
/proc/loadavg: 4.00 3.75 2.43 5/190 4640
/proc/meminfo: memFree=19713444/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=180208 CPUtime=822.32 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 46249 0 0 0 82221 11 0 0 25 0 1 0 471694888 184532992 44375 33554432000 134512640 136057169 4289677744 18446744073709551615 134823260 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 45052 44375 182 378 0 44672 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 180208

[startup+882.301 s]
/proc/loadavg: 4.00 3.79 2.53 5/190 4641
/proc/meminfo: memFree=19709688/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=181708 CPUtime=882.32 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 46578 0 0 0 88221 11 0 0 25 0 1 0 471694888 186068992 44704 33554432000 134512640 136057169 4289677744 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 45427 44704 182 378 0 45047 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 181708

[startup+942.3 s]
/proc/loadavg: 4.00 3.83 2.62 5/190 4643
/proc/meminfo: memFree=19707548/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=182748 CPUtime=942.33 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 46802 0 0 0 94222 11 0 0 25 0 1 0 471694888 187133952 44928 33554432000 134512640 136057169 4289677744 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 45687 44928 182 378 0 45307 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 182748

[startup+1002.3 s]
/proc/loadavg: 4.04 3.87 2.71 5/190 4644
/proc/meminfo: memFree=19690536/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=183744 CPUtime=1002.33 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 47017 0 0 0 100222 11 0 0 25 0 1 0 471694888 188153856 45143 33554432000 134512640 136057169 4289677744 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 45936 45143 182 378 0 45556 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 183744

[startup+1062.3 s]
/proc/loadavg: 4.06 3.91 2.79 5/190 4646
/proc/meminfo: memFree=19683684/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=185828 CPUtime=1062.33 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 47495 0 0 0 106222 11 0 0 25 0 1 0 471694888 190287872 45621 33554432000 134512640 136057169 4289677744 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 46457 45621 182 378 0 46077 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 185828

[startup+1122.3 s]
/proc/loadavg: 4.10 3.95 2.87 5/190 4648
/proc/meminfo: memFree=19677584/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=186848 CPUtime=1122.33 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 47721 0 0 0 112222 11 0 0 25 0 1 0 471694888 191332352 45847 33554432000 134512640 136057169 4289677744 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 46712 45847 182 378 0 46332 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 186848

[startup+1182.3 s]
/proc/loadavg: 4.04 3.95 2.94 5/190 4649
/proc/meminfo: memFree=19669120/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=188184 CPUtime=1182.33 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 48033 0 0 0 118222 11 0 0 25 0 1 0 471694888 192700416 46159 33554432000 134512640 136057169 4289677744 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 47046 46159 182 378 0 46666 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 188184

[startup+1242.3 s]
/proc/loadavg: 4.01 3.96 3.00 5/190 4651
/proc/meminfo: memFree=19644032/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=189144 CPUtime=1242.33 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 48232 0 0 0 124222 11 0 0 25 0 1 0 471694888 193683456 46358 33554432000 134512640 136057169 4289677744 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 47286 46358 182 378 0 46906 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 189144



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.06 3/186 4654
/proc/meminfo: memFree=19960604/32950928 swapFree=67111524/67111528
[pid=4607] ppid=4605 vsize=196060 CPUtime=1300.04 cores=1,3
/proc/4607/stat : 4607 (clasp) R 4605 4607 4557 0 -1 4202496 49964 0 0 0 129992 12 0 0 25 0 1 0 471694888 200765440 48090 33554432000 134512640 136057169 4289677744 18446744073709551615 134618437 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4607/statm: 49015 48090 182 378 0 48635 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 196060

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.06
CPU user time (s): 1299.93
CPU system time (s): 0.138978
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 196060

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

runsolver used 2.10168 second user time and 5.00124 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-24 01:22:32
IDJOB=3273280
IDBENCH=71408
IDSOLVER=1674
FILE ID=node127/3273280-1303600952
RUNJOBID= node127-1303600950-4577
PBS_JOBID= 13150615
Free space on /tmp= 71228 MiB

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

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

MD5SUM BENCH= f892a2bda6fe6aec6f2fcb4e1c541df8
RANDOM SEED=625774624

node127.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.823
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.64
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.823
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.83
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.823
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20221164 kB
Buffers:       2386400 kB
Cached:        9705644 kB
SwapCached:          4 kB
Active:        8235072 kB
Inactive:      3946172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20221164 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           15652 kB
Writeback:           8 kB
AnonPages:       88180 kB
Mapped:          16360 kB
Slab:           483488 kB
PageTables:       4796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   251616 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= 71232 MiB
End job on node127 at 2011-04-24 01:44:14