Trace number 3348498

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-03-02? (TO) 1300.08 1300.08

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-13-s.cnf
MD5SUMd90571b4b69632567da9d3ebfd25979e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark200.647
Satisfiable
(Un)Satisfiability was proved
Number of variables234673
Number of clauses1071339
Sum of the clauses size2453820
Maximum clause length10
Minimum clause length1
Number of clauses of size 117679
Number of clauses of size 2856659
Number of clauses of size 3153061
Number of clauses of size 44880
Number of clauses of size 519520
Number of clauses of size over 519540

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-3348498-1304968091/watcher-3348498-1304968091 -o /tmp/evaluation-result-3348498-1304968091/solver-3348498-1304968091 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348498-1304968091.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: 0.00 0.00 0.00 5/356 2083
/proc/meminfo: memFree=6210604/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=19080 CPUtime=0 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 587 0 0 0 0 0 0 0 23 0 1 0 608405883 19537920 531 33554432000 4194304 4254575 140736800854320 18446744073709551615 254500388619 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 4814 534 209 15 0 1457 0

[startup+0.017705 s]
/proc/loadavg: 0.00 0.00 0.00 5/356 2083
/proc/meminfo: memFree=6210604/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=23816 CPUtime=0.01 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 1844 0 0 0 1 0 0 0 23 0 1 0 608405883 24387584 1701 33554432000 4194304 4254575 140736800854320 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 5954 1703 212 15 0 2597 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 23816

[startup+0.10068 s]
/proc/loadavg: 0.00 0.00 0.00 5/356 2083
/proc/meminfo: memFree=6210604/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=56360 CPUtime=0.09 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 9170 0 0 0 8 1 0 0 23 0 1 0 608405883 57712640 8668 33554432000 4194304 4254575 140736800854320 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 14090 8670 212 15 0 10733 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56360

[startup+0.300641 s]
/proc/loadavg: 0.00 0.00 0.00 5/356 2083
/proc/meminfo: memFree=6210604/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=98792 CPUtime=0.28 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 18743 0 0 0 26 2 0 0 24 0 1 0 608405883 101163008 17103 33554432000 4194304 4254575 140736800854320 18446744073709551615 4219161 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 24698 17105 214 15 0 21341 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 98792

[startup+0.700565 s]
/proc/loadavg: 0.00 0.00 0.00 5/356 2083
/proc/meminfo: memFree=6210604/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=82216 CPUtime=0.69 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 21460 0 0 0 66 3 0 0 25 0 1 0 608405883 84189184 15956 33554432000 4194304 4254575 140736800854320 18446744073709551615 4211163 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 20554 15956 232 15 0 17197 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 82216

[startup+1.50042 s]
/proc/loadavg: 0.00 0.00 0.00 5/363 2096
/proc/meminfo: memFree=5987856/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=89396 CPUtime=1.49 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 21574 0 0 0 146 3 0 0 25 0 1 0 608405883 91541504 16069 33554432000 4194304 4254575 140736800854320 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 22349 16069 232 15 0 18992 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89396

[startup+3.10108 s]
/proc/loadavg: 0.32 0.07 0.02 5/363 2096
/proc/meminfo: memFree=5980416/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=89588 CPUtime=3.09 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 21908 0 0 0 306 3 0 0 25 0 1 0 608405883 91738112 16400 33554432000 4194304 4254575 140736800854320 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 22397 16400 233 15 0 19040 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 89588

[startup+6.30044 s]
/proc/loadavg: 0.32 0.07 0.02 5/363 2096
/proc/meminfo: memFree=5970620/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=90004 CPUtime=6.29 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 22786 0 0 0 626 3 0 0 25 0 1 0 608405883 92164096 17275 33554432000 4194304 4254575 140736800854320 18446744073709551615 4216707 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 22501 17275 233 15 0 19144 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 90004

[startup+12.7012 s]
/proc/loadavg: 0.89 0.20 0.06 5/363 2097
/proc/meminfo: memFree=5941628/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=102028 CPUtime=12.69 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 25056 0 0 0 1265 4 0 0 25 0 1 0 608405883 104476672 19545 33554432000 4194304 4254575 140736800854320 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 25507 19545 233 15 0 22150 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 102028

[startup+25.5006 s]
/proc/loadavg: 1.36 0.32 0.11 5/363 2097
/proc/meminfo: memFree=5875236/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=122268 CPUtime=25.49 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 29332 0 0 0 2544 5 0 0 25 0 1 0 608405883 125202432 23813 33554432000 4194304 4254575 140736800854320 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 30567 23813 233 15 0 27210 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 122268

[startup+51.1005 s]
/proc/loadavg: 2.34 0.63 0.21 5/363 2125
/proc/meminfo: memFree=5779752/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=155444 CPUtime=51.09 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 38845 0 0 0 5100 9 0 0 25 0 1 0 608405883 159174656 33314 33554432000 4194304 4254575 140736800854320 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 38861 33314 233 15 0 35504 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 155444

[startup+102.314 s]
/proc/loadavg: 3.40 1.21 0.43 5/363 2126
/proc/meminfo: memFree=5510892/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=291116 CPUtime=102.3 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 58052 0 0 0 10217 13 0 0 25 0 1 0 608405883 298102784 52496 33554432000 4194304 4254575 140736800854320 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 72779 52496 233 15 0 69422 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 291116

[startup+162.3 s]
/proc/loadavg: 3.78 1.72 0.65 5/363 2127
/proc/meminfo: memFree=5219320/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=427612 CPUtime=162.28 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 78978 0 0 0 16209 19 0 0 25 0 1 0 608405883 437874688 73405 33554432000 4194304 4254575 140736800854320 18446744073709551615 4209176 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 106903 73405 233 15 0 103546 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 427612

[startup+222.3 s]
/proc/loadavg: 3.92 2.13 0.86 5/363 2156
/proc/meminfo: memFree=5184116/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=429916 CPUtime=222.28 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 101957 0 0 0 22202 26 0 0 25 0 1 0 608405883 440233984 96364 33554432000 4194304 4254575 140736800854320 18446744073709551615 4211229 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 107479 96364 233 15 0 104122 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 429916

[startup+282.3 s]
/proc/loadavg: 3.97 2.47 1.05 5/363 2158
/proc/meminfo: memFree=4931092/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=649700 CPUtime=282.28 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 124477 0 0 0 28196 32 0 0 25 0 1 0 608405883 665292800 118863 33554432000 4194304 4254575 140736800854320 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 162425 118863 233 15 0 159068 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 649700

[startup+342.3 s]
/proc/loadavg: 3.99 2.74 1.24 5/363 2159
/proc/meminfo: memFree=4694952/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=653548 CPUtime=342.27 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 145173 0 0 0 34188 39 0 0 25 0 1 0 608405883 669233152 139538 33554432000 4194304 4254575 140736800854320 18446744073709551615 4209845 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 163387 139539 233 15 0 160030 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 653548

[startup+402.3 s]
/proc/loadavg: 3.99 2.97 1.41 5/363 2161
/proc/meminfo: memFree=4465148/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=1006352 CPUtime=402.28 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 166689 0 0 0 40182 46 0 0 25 0 1 0 608405883 1030504448 161033 33554432000 4194304 4254575 140736800854320 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 251588 161033 233 15 0 248231 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 1006352

[startup+462.3 s]
/proc/loadavg: 3.99 3.15 1.57 5/363 2162
/proc/meminfo: memFree=4215756/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=1009836 CPUtime=462.28 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 186954 0 0 0 46176 52 0 0 25 0 1 0 608405883 1034072064 181280 33554432000 4194304 4254575 140736800854320 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 252459 181280 233 15 0 249102 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 1009836

[startup+522.3 s]
/proc/loadavg: 3.99 3.31 1.71 5/363 2164
/proc/meminfo: memFree=3993764/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=1013256 CPUtime=522.27 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 208818 0 0 0 52169 58 0 0 25 0 1 0 608405883 1037574144 203129 33554432000 4194304 4254575 140736800854320 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 253314 203129 233 15 0 249957 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 1013256

[startup+582.3 s]
/proc/loadavg: 4.15 3.49 1.88 5/363 2166
/proc/meminfo: memFree=3773264/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=1014088 CPUtime=582.27 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 230502 0 0 0 58163 64 0 0 25 0 1 0 608405883 1038426112 224806 33554432000 4194304 4254575 140736800854320 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 253522 224806 233 15 0 250165 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 1014088

[startup+642.3 s]
/proc/loadavg: 4.09 3.59 2.01 5/363 2167
/proc/meminfo: memFree=3505992/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=1015520 CPUtime=642.28 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 254605 0 0 0 64159 69 0 0 25 0 1 0 608405883 1039892480 248900 33554432000 4194304 4254575 140736800854320 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 253880 248900 233 15 0 250523 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 1015520

[startup+702.3 s]
/proc/loadavg: 4.03 3.66 2.13 5/363 2196
/proc/meminfo: memFree=3702368/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=1584932 CPUtime=702.27 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 272131 0 0 0 70153 74 0 0 25 0 1 0 608405883 1622970368 266410 33554432000 4194304 4254575 140736800854320 18446744073709551615 4216744 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 396233 266410 233 15 0 392876 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 1584932

[startup+762.314 s]
/proc/loadavg: 4.01 3.72 2.25 5/363 2198
/proc/meminfo: memFree=3485780/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=1590764 CPUtime=762.29 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 292135 0 0 0 76148 81 0 0 25 0 1 0 608405883 1628942336 286396 33554432000 4194304 4254575 140736800854320 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 397691 286396 233 15 0 394334 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 1590764

[startup+822.3 s]
/proc/loadavg: 4.00 3.77 2.35 5/363 2199
/proc/meminfo: memFree=3283140/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=1594388 CPUtime=822.27 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 311893 0 0 0 82141 86 0 0 25 0 1 0 608405883 1632653312 306139 33554432000 4194304 4254575 140736800854320 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 398597 306139 233 15 0 395240 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 1594388

[startup+882.3 s]
/proc/loadavg: 4.08 3.84 2.46 5/363 2201
/proc/meminfo: memFree=3100816/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=1596392 CPUtime=882.27 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 330221 0 0 0 88137 90 0 0 25 0 1 0 608405883 1634705408 324444 33554432000 4194304 4254575 140736800854320 18446744073709551615 4209218 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 399098 324444 233 15 0 395741 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 1596392

[startup+942.3 s]
/proc/loadavg: 4.03 3.86 2.56 5/363 2202
/proc/meminfo: memFree=2933772/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=1600828 CPUtime=942.28 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 348512 0 0 0 94131 97 0 0 25 0 1 0 608405883 1639247872 342718 33554432000 4194304 4254575 140736800854320 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 400207 342718 233 15 0 396850 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 1600828

[startup+1002.3 s]
/proc/loadavg: 4.01 3.89 2.64 5/363 2204
/proc/meminfo: memFree=2758556/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=1604080 CPUtime=1002.28 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 367199 0 0 0 100124 104 0 0 25 0 1 0 608405883 1642577920 361392 33554432000 4194304 4254575 140736800854320 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 401020 361392 233 15 0 397663 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 1604080

[startup+1062.3 s]
/proc/loadavg: 4.19 3.95 2.74 5/363 2205
/proc/meminfo: memFree=2565216/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=1606464 CPUtime=1062.28 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 388743 0 0 0 106119 109 0 0 25 0 1 0 608405883 1645019136 382917 33554432000 4194304 4254575 140736800854320 18446744073709551615 4209392 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 401616 382917 233 15 0 398259 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 1606464

[startup+1122.3 s]
/proc/loadavg: 4.12 3.97 2.82 5/363 2207
/proc/meminfo: memFree=2395548/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=2529612 CPUtime=1122.28 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 410637 0 0 0 112113 115 0 0 25 0 1 0 608405883 2590322688 404803 33554432000 4194304 4254575 140736800854320 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 632403 404803 233 15 0 629046 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 2529612

[startup+1182.3 s]
/proc/loadavg: 4.04 3.97 2.89 5/363 2209
/proc/meminfo: memFree=2219476/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=2533264 CPUtime=1182.28 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 430393 0 0 0 118108 120 0 0 25 0 1 0 608405883 2594062336 424543 33554432000 4194304 4254575 140736800854320 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 633316 424543 233 15 0 629959 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 2533264

[startup+1242.3 s]
/proc/loadavg: 4.01 3.97 2.96 5/363 2210
/proc/meminfo: memFree=2024208/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=2536616 CPUtime=1242.28 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 450774 0 0 0 124102 126 0 0 25 0 1 0 608405883 2597494784 444911 33554432000 4194304 4254575 140736800854320 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 634154 444911 233 15 0 630797 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 2536616



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.02 5/363 2212
/proc/meminfo: memFree=1866228/32950928 swapFree=45936960/67111528
[pid=2083] ppid=2081 vsize=2539216 CPUtime=1299.98 cores=5,7
/proc/2083/stat : 2083 (cir_minisat) R 2081 2083 2035 0 -1 4202496 469211 0 0 0 129866 132 0 0 25 0 1 0 608405883 2600157184 463338 33554432000 4194304 4254575 140736800854320 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2083/statm: 634804 463338 233 15 0 631447 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 2539216

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.08
CPU time (s): 1300.08
CPU user time (s): 1298.68
CPU system time (s): 1.39879
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 2539216

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

runsolver used 4.30534 second user time and 11.0853 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-09 21:08:12
IDJOB=3348498
IDBENCH=20353
IDSOLVER=1810
FILE ID=node149/3348498-1304968091
RUNJOBID= node149-1304968091-2056
PBS_JOBID= 13285601
Free space on /tmp= 42440 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-13-s.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348498-1304968091/watcher-3348498-1304968091 -o /tmp/evaluation-result-3348498-1304968091/solver-3348498-1304968091 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348498-1304968091.cnf

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

MD5SUM BENCH= d90571b4b69632567da9d3ebfd25979e
RANDOM SEED=1141701803

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       6210892 kB
Buffers:        238856 kB
Cached:       21367160 kB
SwapCached:      21336 kB
Active:       11556832 kB
Inactive:     14423204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6210892 kB
SwapTotal:    67111528 kB
SwapFree:     45936960 kB
Dirty:           68356 kB
Writeback:           0 kB
AnonPages:     4364976 kB
Mapped:          13812 kB
Slab:           621836 kB
PageTables:      72536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80252336 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= 42444 MiB
End job on node149 at 2011-05-09 21:29:54