Trace number 3380363

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
minisat hack: cir_minisat 2011-05-13 (simp)? (TO) 1300.03 1300.03

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark223.666
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

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: 961)

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-3380363-1305458393/watcher-3380363-1305458393 -o /tmp/evaluation-result-3380363-1305458393/solver-3380363-1305458393 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380363-1305458393.cnf 

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: 1.62 1.92 1.86 4/428 20945
/proc/meminfo: memFree=20535272/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=20452 CPUtime=0 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 939 0 0 0 0 0 0 0 25 0 1 0 736070099 20942848 869 33554432000 4194304 4300288 140736492598544 18446744073709551615 215988289744 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 5113 869 217 26 0 1745 0

[startup+0.0973781 s]
/proc/loadavg: 1.62 1.92 1.86 4/428 20945
/proc/meminfo: memFree=20535272/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=33808 CPUtime=0.09 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 5195 0 0 0 9 0 0 0 25 0 1 0 736070099 34619392 4666 33554432000 4194304 4300288 140736492598544 18446744073709551615 4228539 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 8452 4666 222 26 0 5084 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33808

[startup+0.100373 s]
/proc/loadavg: 1.62 1.92 1.86 4/428 20945
/proc/meminfo: memFree=20535272/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=33808 CPUtime=0.09 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 5195 0 0 0 9 0 0 0 25 0 1 0 736070099 34619392 4666 33554432000 4194304 4300288 140736492598544 18446744073709551615 4228378 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 8452 4666 222 26 0 5084 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33808

[startup+0.300344 s]
/proc/loadavg: 1.62 1.92 1.86 4/428 20945
/proc/meminfo: memFree=20535272/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=41304 CPUtime=0.29 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 6931 0 0 0 28 1 0 0 25 0 1 0 736070099 42295296 6335 33554432000 4194304 4300288 140736492598544 18446744073709551615 4228511 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 10326 6335 222 26 0 6958 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41304

[startup+0.700271 s]
/proc/loadavg: 1.62 1.92 1.86 4/428 20945
/proc/meminfo: memFree=20535272/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=35912 CPUtime=0.69 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 7815 0 0 0 68 1 0 0 25 0 1 0 736070099 36773888 5448 33554432000 4194304 4300288 140736492598544 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 8978 5448 242 26 0 5610 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35912

[startup+1.50013 s]
/proc/loadavg: 1.62 1.92 1.86 5/432 20952
/proc/meminfo: memFree=20405044/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=37588 CPUtime=1.49 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 8179 0 0 0 148 1 0 0 25 0 1 0 736070099 38490112 5797 33554432000 4194304 4300288 140736492598544 18446744073709551615 4255695 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 9397 5797 242 26 0 6029 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37588

[startup+3.10091 s]
/proc/loadavg: 1.62 1.92 1.86 6/432 20952
/proc/meminfo: memFree=20382820/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=44728 CPUtime=3.09 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 8984 0 0 0 308 1 0 0 25 0 1 0 736070099 45801472 6588 33554432000 4194304 4300288 140736492598544 18446744073709551615 4249530 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 11182 6588 242 26 0 7814 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44728

[startup+6.30029 s]
/proc/loadavg: 1.81 1.95 1.87 5/432 20952
/proc/meminfo: memFree=20350828/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=52456 CPUtime=6.29 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 11027 0 0 0 628 1 0 0 25 0 1 0 736070099 53714944 8595 33554432000 4194304 4300288 140736492598544 18446744073709551615 4269374 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 13114 8596 242 26 0 9746 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52456

[startup+12.7002 s]
/proc/loadavg: 1.99 1.99 1.88 5/432 20952
/proc/meminfo: memFree=20313816/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=66248 CPUtime=12.69 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 14915 0 0 0 1267 2 0 0 25 0 1 0 736070099 67837952 12449 33554432000 4194304 4300288 140736492598544 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 16562 12449 242 26 0 13194 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66248

[startup+25.5009 s]
/proc/loadavg: 2.43 2.08 1.92 6/432 20952
/proc/meminfo: memFree=20205064/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=90648 CPUtime=25.49 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 21204 0 0 0 2545 4 0 0 25 0 1 0 736070099 92823552 18678 33554432000 4194304 4300288 140736492598544 18446744073709551615 4249504 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 22662 18678 242 26 0 19294 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90648

[startup+51.1004 s]
/proc/loadavg: 2.97 2.24 1.97 6/432 20953
/proc/meminfo: memFree=20162344/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=125240 CPUtime=51.09 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 36335 0 0 0 5102 7 0 0 25 0 1 0 736070099 128245760 20790 33554432000 4194304 4300288 140736492598544 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 31310 20790 242 26 0 27942 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 125240

[startup+102.316 s]
/proc/loadavg: 3.55 2.51 2.08 5/432 20984
/proc/meminfo: memFree=20049100/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=184572 CPUtime=102.31 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 64010 0 0 0 10217 14 0 0 25 0 1 0 736070099 189001728 31454 33554432000 4194304 4300288 140736492598544 18446744073709551615 4256003 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 46143 31454 242 26 0 42775 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 184572

[startup+162.301 s]
/proc/loadavg: 3.83 2.78 2.19 6/432 20986
/proc/meminfo: memFree=19923456/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=187564 CPUtime=162.3 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 99911 0 0 0 16207 23 0 0 25 0 1 0 736070099 192065536 40325 33554432000 4194304 4300288 140736492598544 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 46891 40325 242 26 0 43523 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 187564

[startup+222.3 s]
/proc/loadavg: 3.94 3.00 2.30 5/432 20988
/proc/meminfo: memFree=19828924/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=146276 CPUtime=222.3 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 128058 0 0 0 22199 31 0 0 25 0 1 0 736070099 149786624 29351 33554432000 4194304 4300288 140736492598544 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 36569 29351 242 26 0 33201 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 146276

[startup+282.301 s]
/proc/loadavg: 4.07 3.20 2.42 6/432 20990
/proc/meminfo: memFree=19686800/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=278144 CPUtime=282.3 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 158177 0 0 0 28190 40 0 0 25 0 1 0 736070099 284819456 59367 33554432000 4194304 4300288 140736492598544 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 69536 59367 242 26 0 66168 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 278144

[startup+342.3 s]
/proc/loadavg: 4.07 3.36 2.52 5/432 20992
/proc/meminfo: memFree=19630716/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=97792 CPUtime=342.3 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 187795 0 0 0 34180 50 0 0 25 0 1 0 736070099 100139008 19480 33554432000 4194304 4300288 140736492598544 18446744073709551615 4269676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 24448 19480 242 26 0 21080 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 97792

[startup+402.301 s]
/proc/loadavg: 4.14 3.51 2.62 6/432 20993
/proc/meminfo: memFree=19364456/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=209344 CPUtime=402.29 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 215321 0 0 0 40172 57 0 0 25 0 1 0 736070099 214368256 46773 33554432000 4194304 4300288 140736492598544 18446744073709551615 4269259 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 52336 46773 242 26 0 48968 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 209344

[startup+462.3 s]
/proc/loadavg: 4.05 3.59 2.70 6/432 20996
/proc/meminfo: memFree=19373460/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=209344 CPUtime=462.3 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 243213 0 0 0 46164 66 0 0 25 0 1 0 736070099 214368256 39310 33554432000 4194304 4300288 140736492598544 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 52336 39310 242 26 0 48968 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 209344

[startup+522.301 s]
/proc/loadavg: 4.02 3.66 2.78 6/432 20998
/proc/meminfo: memFree=19367108/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=131088 CPUtime=522.29 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 267773 0 0 0 52157 72 0 0 25 0 1 0 736070099 134234112 26731 33554432000 4194304 4300288 140736492598544 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 32772 26731 242 26 0 29404 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 131088

[startup+582.3 s]
/proc/loadavg: 4.00 3.72 2.85 5/432 20999
/proc/meminfo: memFree=19018492/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=215300 CPUtime=582.29 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 288938 0 0 0 58151 78 0 0 25 0 1 0 736070099 220467200 47774 33554432000 4194304 4300288 140736492598544 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 53825 47774 242 26 0 50457 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 215300

[startup+642.301 s]
/proc/loadavg: 4.00 3.77 2.92 6/432 21002
/proc/meminfo: memFree=19180516/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=136816 CPUtime=642.31 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 318239 0 0 0 64142 89 0 0 25 0 1 0 736070099 140099584 28729 33554432000 4194304 4300288 140736492598544 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 34204 28729 242 26 0 30836 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 136816

[startup+702.3 s]
/proc/loadavg: 4.00 3.81 2.99 6/432 21003
/proc/meminfo: memFree=19078056/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=305308 CPUtime=702.29 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 342413 0 0 0 70134 95 0 0 25 0 1 0 736070099 312635392 52732 33554432000 4194304 4300288 140736492598544 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 76327 52732 242 26 0 72959 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 305308

[startup+762.316 s]
/proc/loadavg: 4.00 3.84 3.05 6/432 21005
/proc/meminfo: memFree=18984516/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=144868 CPUtime=762.31 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 362954 0 0 0 76130 101 0 0 25 0 1 0 736070099 148344832 29786 33554432000 4194304 4300288 140736492598544 18446744073709551615 4255713 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 36217 29786 242 26 0 32849 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 144868

[startup+822.3 s]
/proc/loadavg: 4.19 3.91 3.12 5/432 21007
/proc/meminfo: memFree=18885896/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=229168 CPUtime=822.29 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 381797 0 0 0 82122 107 0 0 25 0 1 0 736070099 234668032 48441 33554432000 4194304 4300288 140736492598544 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 57292 48441 242 26 0 53924 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 229168

[startup+882.301 s]
/proc/loadavg: 4.13 3.94 3.18 6/432 21008
/proc/meminfo: memFree=18914880/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=236696 CPUtime=882.29 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 404666 0 0 0 88115 114 0 0 25 0 1 0 736070099 242376704 43062 33554432000 4194304 4300288 140736492598544 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 59174 43062 242 26 0 55806 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 236696

[startup+942.3 s]
/proc/loadavg: 4.18 3.98 3.24 5/432 21010
/proc/meminfo: memFree=18730832/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=189584 CPUtime=942.3 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 426975 0 0 0 94109 121 0 0 25 0 1 0 736070099 194134016 37430 33554432000 4194304 4300288 140736492598544 18446744073709551615 4269984 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 47396 37430 242 26 0 44028 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 189584

[startup+1002.3 s]
/proc/loadavg: 4.16 4.01 3.29 6/432 21011
/proc/meminfo: memFree=18718516/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=321060 CPUtime=1002.3 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 446579 0 0 0 100104 126 0 0 25 0 1 0 736070099 328765440 56858 33554432000 4194304 4300288 140736492598544 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 80265 56858 242 26 0 76897 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 321060

[startup+1062.3 s]
/proc/loadavg: 4.06 4.01 3.33 5/432 21013
/proc/meminfo: memFree=18614448/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=197520 CPUtime=1062.29 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 468230 0 0 0 106096 133 0 0 25 0 1 0 736070099 202260480 38752 33554432000 4194304 4300288 140736492598544 18446744073709551615 4255791 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 49380 38752 242 26 0 46012 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 197520

[startup+1122.3 s]
/proc/loadavg: 4.02 4.00 3.37 6/432 21015
/proc/meminfo: memFree=18573364/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=247608 CPUtime=1122.29 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 487191 0 0 0 112090 139 0 0 25 0 1 0 736070099 253550592 57574 33554432000 4194304 4300288 140736492598544 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 61902 57574 242 26 0 58534 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 247608

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.41 5/432 21019
/proc/meminfo: memFree=18497108/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=200932 CPUtime=1182.29 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 508532 0 0 0 118082 147 0 0 25 0 1 0 736070099 205754368 40015 33554432000 4194304 4300288 140736492598544 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 50233 40015 242 26 0 46865 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 200932

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.44 6/432 21021
/proc/meminfo: memFree=18524744/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=135572 CPUtime=1242.29 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 524719 0 0 0 124078 151 0 0 25 0 1 0 736070099 138825728 29256 33554432000 4194304 4300288 140736492598544 18446744073709551615 4256085 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 33893 29256 242 26 0 30525 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 135572



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.47 3/428 21024
/proc/meminfo: memFree=18617988/32950940 swapFree=67111356/67111528
[pid=20945] ppid=20943 vsize=254304 CPUtime=1300 cores=5,7
/proc/20945/stat : 20945 (cir_minisat) R 20943 20945 20888 0 -1 4202496 547285 0 0 0 129842 158 0 0 25 0 1 0 736070099 260407296 51647 33554432000 4194304 4300288 140736492598544 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20945/statm: 63576 51647 242 26 0 60208 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 254304

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.03
CPU user time (s): 1298.43
CPU system time (s): 1.59376
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 332408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.43
system time used= 1.59376
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 547288
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= 5
involuntary context switches= 1406

runsolver used 5.15921 second user time and 12.6751 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-15 13:19:53
IDJOB=3380363
IDBENCH=20521
IDSOLVER=1863
FILE ID=node117/3380363-1305458393
RUNJOBID= node117-1305458393-20910
PBS_JOBID= 13324903
Free space on /tmp= 73496 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380363-1305458393/watcher-3380363-1305458393 -o /tmp/evaluation-result-3380363-1305458393/solver-3380363-1305458393 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380363-1305458393.cnf

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

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=1759710699

node117.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.849
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.69
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.849
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.849
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.849
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.75
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.849
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.849
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.74
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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      20535676 kB
Buffers:        321752 kB
Cached:        3322008 kB
SwapCached:          0 kB
Active:       10064348 kB
Inactive:      1991436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      20535676 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           16492 kB
Writeback:          16 kB
AnonPages:     8411612 kB
Mapped:          33312 kB
Slab:           244096 kB
PageTables:      46252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 103045300 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= 73428 MiB
End job on node117 at 2011-05-15 13:41:35