Trace number 3348523

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.12 1300.08

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark333.205
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

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

running on 2 cores: 0,2

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: 3.72 3.96 3.79 5/373 3952
/proc/meminfo: memFree=4112104/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=19228 CPUtime=0 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 629 0 0 0 0 0 0 0 21 0 1 0 609008445 19689472 570 33554432000 4194304 4254575 140735106392704 18446744073709551615 4239917 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 4807 571 210 15 0 1450 0

[startup+0.0548829 s]
/proc/loadavg: 3.72 3.96 3.79 5/373 3952
/proc/meminfo: memFree=4112104/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=26292 CPUtime=0.04 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 3168 0 0 0 4 0 0 0 21 0 1 0 609008445 26923008 2902 33554432000 4194304 4254575 140735106392704 18446744073709551615 212687372043 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 6573 2903 212 15 0 3216 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26292

[startup+0.100875 s]
/proc/loadavg: 3.72 3.96 3.79 5/373 3952
/proc/meminfo: memFree=4112104/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=34144 CPUtime=0.08 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 5384 0 0 0 8 0 0 0 21 0 1 0 609008445 34963456 4924 33554432000 4194304 4254575 140735106392704 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 8536 4925 212 15 0 5179 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34144

[startup+0.300862 s]
/proc/loadavg: 3.72 3.96 3.79 5/373 3952
/proc/meminfo: memFree=4112104/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=69532 CPUtime=0.28 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 15002 0 0 0 26 2 0 0 22 0 1 0 609008445 71200768 13680 33554432000 4194304 4254575 140735106392704 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 17383 13681 212 15 0 14026 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 69532

[startup+0.700763 s]
/proc/loadavg: 3.72 3.96 3.79 5/373 3952
/proc/meminfo: memFree=4112104/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=146480 CPUtime=0.69 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 33670 0 0 0 63 6 0 0 24 0 1 0 609008445 149995520 30679 33554432000 4194304 4254575 140735106392704 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 36620 30681 212 15 0 33263 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 146480

[startup+1.50065 s]
/proc/loadavg: 3.72 3.96 3.79 5/380 3965
/proc/meminfo: memFree=3748476/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=212588 CPUtime=1.48 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 45256 0 0 0 140 8 0 0 25 0 1 0 609008445 217690112 41127 33554432000 4194304 4254575 140735106392704 18446744073709551615 4217139 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 53147 41127 232 15 0 49790 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 212588

[startup+3.10033 s]
/proc/loadavg: 3.72 3.96 3.79 5/380 3965
/proc/meminfo: memFree=3427088/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=213804 CPUtime=3.08 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 45627 0 0 0 300 8 0 0 25 0 1 0 609008445 218935296 41497 33554432000 4194304 4254575 140735106392704 18446744073709551615 4209845 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 53451 41497 232 15 0 50094 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 213804

[startup+6.30074 s]
/proc/loadavg: 3.99 4.01 3.81 5/380 3974
/proc/meminfo: memFree=3227296/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=215380 CPUtime=6.28 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 46375 0 0 0 620 8 0 0 25 0 1 0 609008445 220549120 42240 33554432000 4194304 4254575 140735106392704 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 53845 42240 233 15 0 50488 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 215380

[startup+12.7006 s]
/proc/loadavg: 4.07 4.03 3.81 5/383 3999
/proc/meminfo: memFree=3201556/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=217396 CPUtime=12.69 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 47902 0 0 0 1260 9 0 0 25 0 1 0 609008445 222613504 43743 33554432000 4194304 4254575 140735106392704 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 54349 43743 233 15 0 50992 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 217396

[startup+25.5002 s]
/proc/loadavg: 4.05 4.02 3.82 5/383 3999
/proc/meminfo: memFree=3139032/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=219880 CPUtime=25.49 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 50146 0 0 0 2539 10 0 0 25 0 1 0 609008445 225157120 45966 33554432000 4194304 4254575 140735106392704 18446744073709551615 4212493 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 54970 45966 233 15 0 51613 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 219880

[startup+51.1146 s]
/proc/loadavg: 4.10 4.04 3.83 5/383 4000
/proc/meminfo: memFree=3031636/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=274684 CPUtime=51.1 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 57362 0 0 0 5099 11 0 0 25 0 1 0 609008445 281276416 53117 33554432000 4194304 4254575 140735106392704 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 68671 53117 233 15 0 65314 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 274684

[startup+102.3 s]
/proc/loadavg: 4.04 4.03 3.83 5/383 4001
/proc/meminfo: memFree=2884884/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=365980 CPUtime=102.29 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 73106 0 0 0 10214 15 0 0 25 0 1 0 609008445 374763520 68731 33554432000 4194304 4254575 140735106392704 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 91495 68731 233 15 0 88138 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 365980

[startup+162.301 s]
/proc/loadavg: 4.01 4.02 3.84 5/383 4003
/proc/meminfo: memFree=2649796/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=375768 CPUtime=162.29 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 90656 0 0 0 16209 20 0 0 25 0 1 0 609008445 384786432 86125 33554432000 4194304 4254575 140735106392704 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 93942 86125 233 15 0 90585 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 375768

[startup+222.3 s]
/proc/loadavg: 4.06 4.03 3.85 5/383 4139
/proc/meminfo: memFree=2515328/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=518000 CPUtime=222.3 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 119529 0 0 0 22201 29 0 0 25 0 1 0 609008445 530432000 114844 33554432000 4194304 4254575 140735106392704 18446744073709551615 4209835 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 129500 114844 233 15 0 126143 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 518000

[startup+282.3 s]
/proc/loadavg: 4.06 4.04 3.86 5/383 4141
/proc/meminfo: memFree=2324824/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=743092 CPUtime=282.3 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 137881 0 0 0 28196 34 0 0 25 0 1 0 609008445 760926208 133086 33554432000 4194304 4254575 140735106392704 18446744073709551615 4209845 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 185773 133086 233 15 0 182416 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 743092

[startup+342.3 s]
/proc/loadavg: 4.07 4.04 3.87 5/383 4142
/proc/meminfo: memFree=2192564/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=749540 CPUtime=342.3 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 155787 0 0 0 34189 41 0 0 25 0 1 0 609008445 767528960 150893 33554432000 4194304 4254575 140735106392704 18446744073709551615 4217014 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 187385 150893 233 15 0 184028 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 749540

[startup+402.3 s]
/proc/loadavg: 4.02 4.03 3.88 5/383 4144
/proc/meminfo: memFree=1951168/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=755992 CPUtime=402.3 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 174775 0 0 0 40183 47 0 0 25 0 1 0 609008445 774135808 169799 33554432000 4194304 4254575 140735106392704 18446744073709551615 4209277 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 188998 169799 233 15 0 185641 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 755992

[startup+462.301 s]
/proc/loadavg: 4.13 4.06 3.89 5/383 4146
/proc/meminfo: memFree=1765592/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=1111988 CPUtime=462.3 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 190437 0 0 0 46178 52 0 0 25 0 1 0 609008445 1138675712 185359 33554432000 4194304 4254575 140735106392704 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 277997 185359 233 15 0 274640 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1111988

[startup+522.301 s]
/proc/loadavg: 4.05 4.04 3.90 5/383 4147
/proc/meminfo: memFree=1695860/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=1116428 CPUtime=522.3 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 209396 0 0 0 52171 59 0 0 25 0 1 0 609008445 1143222272 204189 33554432000 4194304 4254575 140735106392704 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 279107 204189 233 15 0 275750 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1116428

[startup+582.301 s]
/proc/loadavg: 4.06 4.05 3.91 5/383 4149
/proc/meminfo: memFree=1474388/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=1129124 CPUtime=582.31 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 226562 0 0 0 58165 66 0 0 25 0 1 0 609008445 1156222976 221236 33554432000 4194304 4254575 140735106392704 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 282281 221236 233 15 0 278924 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1129124

[startup+642.301 s]
/proc/loadavg: 4.06 4.05 3.91 5/383 4150
/proc/meminfo: memFree=1323880/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=1137228 CPUtime=642.3 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 237254 0 0 0 64160 70 0 0 25 0 1 0 609008445 1164521472 231842 33554432000 4194304 4254575 140735106392704 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 284307 231842 233 15 0 280950 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1137228

[startup+702.315 s]
/proc/loadavg: 4.02 4.04 3.91 5/383 4152
/proc/meminfo: memFree=1208740/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=1140508 CPUtime=702.32 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 266386 0 0 0 70154 78 0 0 25 0 1 0 609008445 1167880192 260899 33554432000 4194304 4254575 140735106392704 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 285127 260899 233 15 0 281770 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 1140508

[startup+762.301 s]
/proc/loadavg: 4.07 4.05 3.92 5/383 4163
/proc/meminfo: memFree=897172/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=1149092 CPUtime=762.31 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 278662 0 0 0 76149 82 0 0 25 0 1 0 609008445 1176670208 273105 33554432000 4194304 4254575 140735106392704 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 287273 273105 233 15 0 283916 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1149092

[startup+822.301 s]
/proc/loadavg: 4.02 4.03 3.92 5/383 4164
/proc/meminfo: memFree=455652/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=1719984 CPUtime=822.31 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 293031 0 0 0 82144 87 0 0 25 0 1 0 609008445 1761263616 287405 33554432000 4194304 4254575 140735106392704 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 429996 287405 233 15 0 426639 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1719984

[startup+882.301 s]
/proc/loadavg: 4.14 4.06 3.93 5/383 4166
/proc/meminfo: memFree=404728/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=1721480 CPUtime=882.31 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 306769 0 0 0 88138 93 0 0 25 0 1 0 609008445 1762795520 301064 33554432000 4194304 4254575 140735106392704 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 430370 301064 233 15 0 427013 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1721480

[startup+942.301 s]
/proc/loadavg: 4.05 4.05 3.93 5/383 4167
/proc/meminfo: memFree=154424/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=1727824 CPUtime=942.31 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 338680 0 0 0 94129 102 0 0 25 0 1 0 609008445 1769291776 332901 33554432000 4194304 4254575 140735106392704 18446744073709551615 4212503 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 431956 332901 233 15 0 428599 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1727824

[startup+1002.3 s]
/proc/loadavg: 4.02 4.03 3.93 5/383 4172
/proc/meminfo: memFree=96972/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=1731380 CPUtime=1002.32 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 352685 0 0 0 100125 107 0 0 25 0 1 0 609008445 1772933120 346828 33554432000 4194304 4254575 140735106392704 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 432845 346828 233 15 0 429488 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1731380

[startup+1062.3 s]
/proc/loadavg: 4.04 4.04 3.94 5/383 4174
/proc/meminfo: memFree=96552/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=1736708 CPUtime=1062.32 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 365610 0 0 0 106119 113 0 0 25 0 1 0 609008445 1778388992 359696 33554432000 4194304 4254575 140735106392704 18446744073709551615 4216624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 434177 359696 233 15 0 430820 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1736708

[startup+1122.3 s]
/proc/loadavg: 4.07 4.04 3.94 5/383 4175
/proc/meminfo: memFree=97520/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=1741984 CPUtime=1122.33 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 374054 0 0 0 112117 116 0 0 25 0 1 0 609008445 1783791616 368066 33554432000 4194304 4254575 140735106392704 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 435496 368066 233 15 0 432139 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1741984

[startup+1182.3 s]
/proc/loadavg: 4.08 4.05 3.95 5/383 4177
/proc/meminfo: memFree=99268/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=1745916 CPUtime=1182.33 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 381218 0 0 0 118114 119 0 0 25 0 1 0 609008445 1787817984 375168 33554432000 4194304 4254575 140735106392704 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 436479 375168 233 15 0 433122 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1745916

[startup+1242.3 s]
/proc/loadavg: 4.03 4.04 3.95 5/383 4178
/proc/meminfo: memFree=92880/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=1748336 CPUtime=1242.33 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 387109 0 0 0 124112 121 0 0 25 0 1 0 609008445 1790296064 380996 33554432000 4194304 4254575 140735106392704 18446744073709551615 4222650 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 437084 380996 233 15 0 433727 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1748336



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.03 3.95 5/383 4180
/proc/meminfo: memFree=97620/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=1750420 CPUtime=1300.03 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 392946 0 0 0 129879 124 0 0 25 0 1 0 609008445 1792430080 386782 33554432000 4194304 4254575 140735106392704 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 437605 386782 233 15 0 434248 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1750420

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

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

[startup+1300 s]
/proc/loadavg: 4.01 4.03 3.95 5/383 4180
/proc/meminfo: memFree=97620/32951124 swapFree=67111348/67111528
[pid=3952] ppid=3950 vsize=1750420 CPUtime=1300.03 cores=0,2
/proc/3952/stat : 3952 (cir_minisat) R 3950 3952 2878 0 -1 4202496 392946 0 0 0 129879 124 0 0 25 0 1 0 609008445 1792430080 386782 33554432000 4194304 4254575 140735106392704 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3952/statm: 437605 386782 233 15 0 434248 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1750420

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.08
CPU time (s): 1300.12
CPU user time (s): 1298.81
CPU system time (s): 1.3138
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1750420

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

runsolver used 4.97124 second user time and 10.5454 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-09 22:48:27
IDJOB=3348523
IDBENCH=85007
IDSOLVER=1810
FILE ID=node139/3348523-1304974105
RUNJOBID= node139-1304974105-3928
PBS_JOBID= 13285611
Free space on /tmp= 40448 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348523-1304974105/watcher-3348523-1304974105 -o /tmp/evaluation-result-3348523-1304974105/solver-3348523-1304974105 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348523-1304974105.cnf

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=701867907

node139.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.852
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.70
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.852
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.852
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
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:     32951124 kB
MemFree:       4112508 kB
Buffers:        229900 kB
Cached:       20965920 kB
SwapCached:          8 kB
Active:       16135080 kB
Inactive:     11916020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4112508 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          329616 kB
Writeback:           0 kB
AnonPages:     6855036 kB
Mapped:          28408 kB
Slab:           684800 kB
PageTables:      38752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76785460 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= 40372 MiB
End job on node139 at 2011-05-09 23:10:09