Trace number 3380362

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

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark185.162
Satisfiable
(Un)Satisfiability was proved
Number of variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

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

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: 4.36 4.10 3.94 4/302 17413
/proc/meminfo: memFree=16370872/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=20284 CPUtime=0 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 902 0 0 0 0 0 0 0 25 0 1 0 657440327 20770816 832 33554432000 4194304 4300288 140737232353936 18446744073709551615 4240145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 5071 832 217 26 0 1703 0

[startup+0.0298011 s]
/proc/loadavg: 4.36 4.10 3.94 4/302 17413
/proc/meminfo: memFree=16370872/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=23568 CPUtime=0.02 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 1921 0 0 0 2 0 0 0 25 0 1 0 657440327 24133632 1774 33554432000 4194304 4300288 140737232353936 18446744073709551615 4278967 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 5892 1774 218 26 0 2524 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23568

[startup+0.100833 s]
/proc/loadavg: 4.36 4.10 3.94 4/302 17413
/proc/meminfo: memFree=16370872/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=32208 CPUtime=0.09 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 4742 0 0 0 9 0 0 0 25 0 1 0 657440327 32980992 4221 33554432000 4194304 4300288 140737232353936 18446744073709551615 4228352 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 8052 4221 222 26 0 4684 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32208

[startup+0.300771 s]
/proc/loadavg: 4.36 4.10 3.94 4/302 17413
/proc/meminfo: memFree=16370872/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=39712 CPUtime=0.29 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 6380 0 0 0 29 0 0 0 25 0 1 0 657440327 40665088 5786 33554432000 4194304 4300288 140737232353936 18446744073709551615 4231839 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 9928 5786 222 26 0 6560 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39712

[startup+0.70071 s]
/proc/loadavg: 4.36 4.10 3.94 4/302 17413
/proc/meminfo: memFree=16370872/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=33648 CPUtime=0.69 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 7171 0 0 0 69 0 0 0 25 0 1 0 657440327 34455552 4966 33554432000 4194304 4300288 140737232353936 18446744073709551615 4256218 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 8412 4966 243 26 0 5044 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33648

[startup+1.50058 s]
/proc/loadavg: 4.57 4.15 3.95 6/303 17414
/proc/meminfo: memFree=16350304/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=35324 CPUtime=1.49 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 7561 0 0 0 149 0 0 0 25 0 1 0 657440327 36171776 5351 33554432000 4194304 4300288 140737232353936 18446744073709551615 4250823 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 8831 5351 243 26 0 5463 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35324

[startup+3.10029 s]
/proc/loadavg: 4.57 4.15 3.95 5/303 17414
/proc/meminfo: memFree=16347576/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=42464 CPUtime=3.09 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 8396 0 0 0 308 1 0 0 25 0 1 0 657440327 43483136 6166 33554432000 4194304 4300288 140737232353936 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 10616 6166 243 26 0 7248 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42464

[startup+6.30075 s]
/proc/loadavg: 4.57 4.15 3.95 5/303 17414
/proc/meminfo: memFree=16338248/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=49644 CPUtime=6.29 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 10461 0 0 0 628 1 0 0 25 0 1 0 657440327 50835456 8205 33554432000 4194304 4300288 140737232353936 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 12411 8205 243 26 0 9043 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49644

[startup+12.7006 s]
/proc/loadavg: 4.48 4.14 3.95 5/303 17415
/proc/meminfo: memFree=16318528/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=64076 CPUtime=12.69 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 14649 0 0 0 1267 2 0 0 25 0 1 0 657440327 65613824 12349 33554432000 4194304 4300288 140737232353936 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 16019 12349 243 26 0 12651 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64076

[startup+25.5004 s]
/proc/loadavg: 4.41 4.14 3.95 5/303 17415
/proc/meminfo: memFree=16318472/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=56352 CPUtime=25.49 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 24580 0 0 0 2545 4 0 0 25 0 1 0 657440327 57704448 10642 33554432000 4194304 4300288 140737232353936 18446744073709551615 4269834 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 14088 10642 243 26 0 10720 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56352

[startup+51.101 s]
/proc/loadavg: 4.27 4.12 3.95 5/303 17416
/proc/meminfo: memFree=16257844/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=124996 CPUtime=51.09 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 37248 0 0 0 5100 9 0 0 25 0 1 0 657440327 127995904 23184 33554432000 4194304 4300288 140737232353936 18446744073709551615 4256415 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 31249 23184 243 26 0 27881 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 124996

[startup+102.311 s]
/proc/loadavg: 4.10 4.10 3.95 5/303 17417
/proc/meminfo: memFree=16207528/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=182048 CPUtime=102.3 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 63840 0 0 0 10213 17 0 0 25 0 1 0 657440327 186417152 30839 33554432000 4194304 4300288 140737232353936 18446744073709551615 4255727 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 45512 30839 243 26 0 42144 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 182048

[startup+162.301 s]
/proc/loadavg: 4.04 4.08 3.95 5/303 17419
/proc/meminfo: memFree=16178788/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=187640 CPUtime=162.3 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 93231 0 0 0 16204 26 0 0 25 0 1 0 657440327 192143360 33451 33554432000 4194304 4300288 140737232353936 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 46910 33451 243 26 0 43542 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 187640

[startup+222.3 s]
/proc/loadavg: 4.01 4.06 3.95 5/303 17420
/proc/meminfo: memFree=16179268/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=142900 CPUtime=222.29 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 120121 0 0 0 22194 35 0 0 25 0 1 0 657440327 146329600 27725 33554432000 4194304 4300288 140737232353936 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 35725 27725 243 26 0 32357 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 142900

[startup+282.301 s]
/proc/loadavg: 4.10 4.08 3.96 5/303 17422
/proc/meminfo: memFree=16147752/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=143268 CPUtime=282.3 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 150331 0 0 0 28185 45 0 0 25 0 1 0 657440327 146706432 31498 33554432000 4194304 4300288 140737232353936 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 35817 31498 243 26 0 32449 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 143268

[startup+342.301 s]
/proc/loadavg: 4.03 4.06 3.96 5/303 17423
/proc/meminfo: memFree=16140288/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=152192 CPUtime=342.3 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 176316 0 0 0 34177 53 0 0 25 0 1 0 657440327 155844608 28856 33554432000 4194304 4300288 140737232353936 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 38048 28856 243 26 0 34680 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 152192

[startup+402.301 s]
/proc/loadavg: 4.01 4.05 3.96 5/303 17425
/proc/meminfo: memFree=16122784/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=152192 CPUtime=402.3 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 206651 0 0 0 40167 63 0 0 25 0 1 0 657440327 155844608 28382 33554432000 4194304 4300288 140737232353936 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 38048 28382 243 26 0 34680 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 152192

[startup+462.301 s]
/proc/loadavg: 4.00 4.04 3.96 5/303 17427
/proc/meminfo: memFree=16124124/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=103320 CPUtime=462.3 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 228513 0 0 0 46159 71 0 0 25 0 1 0 657440327 105799680 22309 33554432000 4194304 4300288 140737232353936 18446744073709551615 4255713 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 25830 22309 243 26 0 22462 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 103320

[startup+522.3 s]
/proc/loadavg: 4.06 4.04 3.97 5/303 17428
/proc/meminfo: memFree=16015356/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=206616 CPUtime=522.3 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 250631 0 0 0 52153 77 0 0 25 0 1 0 657440327 211574784 44195 33554432000 4194304 4300288 140737232353936 18446744073709551615 4268418 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 51654 44195 243 26 0 48286 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 206616

[startup+582.301 s]
/proc/loadavg: 4.10 4.06 3.98 5/303 17430
/proc/meminfo: memFree=16032704/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=173672 CPUtime=582.31 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 270309 0 0 0 58146 85 0 0 25 0 1 0 657440327 177840128 34909 33554432000 4194304 4300288 140737232353936 18446744073709551615 4256415 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 43418 34909 243 26 0 40050 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 173672

[startup+642.301 s]
/proc/loadavg: 4.07 4.06 3.98 5/303 17431
/proc/meminfo: memFree=16005644/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=182436 CPUtime=642.32 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 290300 0 0 0 64141 91 0 0 25 0 1 0 657440327 186814464 37093 33554432000 4194304 4300288 140737232353936 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 45609 37093 243 26 0 42241 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 182436

[startup+702.301 s]
/proc/loadavg: 4.02 4.05 3.98 5/303 17433
/proc/meminfo: memFree=16002772/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=151616 CPUtime=702.3 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 310875 0 0 0 70133 97 0 0 25 0 1 0 657440327 155254784 33785 33554432000 4194304 4300288 140737232353936 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 37904 33785 243 26 0 34536 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 151616

[startup+762.312 s]
/proc/loadavg: 4.01 4.04 3.98 5/303 17435
/proc/meminfo: memFree=16008704/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=129200 CPUtime=762.32 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 330068 0 0 0 76127 105 0 0 25 0 1 0 657440327 132300800 27698 33554432000 4194304 4300288 140737232353936 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 32300 27698 243 26 0 28932 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 129200

[startup+822.3 s]
/proc/loadavg: 4.13 4.06 4.00 5/303 17436
/proc/meminfo: memFree=15910232/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=240752 CPUtime=822.31 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 350784 0 0 0 82120 111 0 0 25 0 1 0 657440327 246530048 48141 33554432000 4194304 4300288 140737232353936 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 60188 48141 243 26 0 56820 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 240752

[startup+882.301 s]
/proc/loadavg: 4.05 4.05 4.00 5/303 17438
/proc/meminfo: memFree=15923360/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=190664 CPUtime=882.31 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 380308 0 0 0 88111 120 0 0 25 0 1 0 657440327 195239936 40203 33554432000 4194304 4300288 140737232353936 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 47666 40203 243 26 0 44298 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 190664

[startup+942.301 s]
/proc/loadavg: 4.02 4.03 4.00 5/303 17439
/proc/meminfo: memFree=15849924/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=241384 CPUtime=942.31 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 394266 0 0 0 94105 126 0 0 25 0 1 0 657440327 247177216 53923 33554432000 4194304 4300288 140737232353936 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 60346 53923 243 26 0 56978 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 241384

[startup+1002.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/303 17441
/proc/meminfo: memFree=15861560/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=248512 CPUtime=1002.31 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 417020 0 0 0 100098 133 0 0 25 0 1 0 657440327 254476288 46383 33554432000 4194304 4300288 140737232353936 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 62128 46383 243 26 0 58760 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 248512

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/303 17443
/proc/meminfo: memFree=15881376/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=170648 CPUtime=1062.32 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 435205 0 0 0 106093 139 0 0 25 0 1 0 657440327 174743552 36723 33554432000 4194304 4300288 140737232353936 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 42662 36723 243 26 0 39294 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 170648

[startup+1122.3 s]
/proc/loadavg: 4.03 4.03 4.00 5/303 17444
/proc/meminfo: memFree=15814028/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=251556 CPUtime=1122.32 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 448692 0 0 0 112088 144 0 0 25 0 1 0 657440327 257593344 49996 33554432000 4194304 4300288 140737232353936 18446744073709551615 4255659 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 62889 49996 243 26 0 59521 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 251556

[startup+1182.3 s]
/proc/loadavg: 4.06 4.04 4.00 5/303 17446
/proc/meminfo: memFree=15816240/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=201468 CPUtime=1182.32 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 469456 0 0 0 118080 152 0 0 25 0 1 0 657440327 206303232 43738 33554432000 4194304 4300288 140737232353936 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 50367 43738 243 26 0 46999 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 201468

[startup+1242.3 s]
/proc/loadavg: 4.02 4.03 4.00 5/303 17447
/proc/meminfo: memFree=15738844/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=251556 CPUtime=1242.32 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 484920 0 0 0 124075 157 0 0 25 0 1 0 657440327 257593344 59080 33554432000 4194304 4300288 140737232353936 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 62889 59080 243 26 0 59521 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 251556



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.29 4.09 4.02 5/303 17533
/proc/meminfo: memFree=16496080/32951132 swapFree=67093824/67111528
[pid=17413] ppid=17411 vsize=213044 CPUtime=1300.02 cores=4,6
/proc/17413/stat : 17413 (cir_minisat) R 17411 17413 17267 0 -1 4202496 509625 0 0 0 129838 164 0 0 25 0 1 0 657440327 218157056 45603 33554432000 4194304 4300288 140737232353936 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17413/statm: 53261 45603 243 26 0 49893 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 213044

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.02
CPU time (s): 1300.05
CPU user time (s): 1298.39
CPU system time (s): 1.65675
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 344520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.39
system time used= 1.65675
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 509625
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= 6
involuntary context switches= 653

runsolver used 4.01639 second user time and 8.91864 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-15 13:20:07
IDJOB=3380362
IDBENCH=20523
IDSOLVER=1863
FILE ID=node131/3380362-1305458407
RUNJOBID= node131-1305458384-17287
PBS_JOBID= 13324902
Free space on /tmp= 73656 MiB

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

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=1739648871

node131.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.830
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.66
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.830
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.830
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.83
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.830
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.830
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.77
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.830
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      16371152 kB
Buffers:        290540 kB
Cached:        4165692 kB
SwapCached:       1504 kB
Active:       13046216 kB
Inactive:      3264492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16371152 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:           56408 kB
Writeback:           0 kB
AnonPages:    11852296 kB
Mapped:          28288 kB
Slab:           170468 kB
PageTables:      36208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 30254728 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73696 MiB
End job on node131 at 2011-05-15 13:41:49