Trace number 3380443

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) 1299.99 1300.02

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo064.cnf
MD5SUM472e9d10d7fd1a82d06da0809d0002df
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables47129
Number of clauses141002
Sum of the clauses size329002
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 294000
Number of clauses of size 347000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3380443-1305458541/watcher-3380443-1305458541 -o /tmp/evaluation-result-3380443-1305458541/solver-3380443-1305458541 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380443-1305458541.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: 5.03 3.98 3.75 4/391 26755
/proc/meminfo: memFree=20281184/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=20916 CPUtime=0 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 1123 0 0 0 0 0 0 0 21 0 1 0 657453767 21417984 1047 33554432000 4194304 4300288 140735661364496 18446744073709551615 4279134 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 5229 1047 218 26 0 1861 0

[startup+0.0883031 s]
/proc/loadavg: 5.03 3.98 3.75 4/391 26755
/proc/meminfo: memFree=20281184/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=33056 CPUtime=0.08 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 4830 0 0 0 7 1 0 0 21 0 1 0 657453767 33849344 4295 33554432000 4194304 4300288 140735661364496 18446744073709551615 210646843584 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 8264 4295 222 26 0 4896 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33056

[startup+0.100295 s]
/proc/loadavg: 5.03 3.98 3.75 4/391 26755
/proc/meminfo: memFree=20281184/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=33904 CPUtime=0.09 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 5141 0 0 0 8 1 0 0 21 0 1 0 657453767 34717696 4599 33554432000 4194304 4300288 140735661364496 18446744073709551615 4279134 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 8476 4599 222 26 0 5108 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33904

[startup+0.300264 s]
/proc/loadavg: 5.03 3.98 3.75 4/391 26755
/proc/meminfo: memFree=20281184/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=37940 CPUtime=0.29 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 7955 0 0 0 28 1 0 0 22 0 1 0 657453767 38850560 5653 33554432000 4194304 4300288 140735661364496 18446744073709551615 4242110 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 9485 5654 222 26 0 6117 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37940

[startup+0.700201 s]
/proc/loadavg: 5.03 3.98 3.75 4/391 26755
/proc/meminfo: memFree=20281184/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=35260 CPUtime=0.69 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 8145 0 0 0 68 1 0 0 23 0 1 0 657453767 36106240 5245 33554432000 4194304 4300288 140735661364496 18446744073709551615 4269347 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 8815 5245 243 26 0 5447 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35260

[startup+1.50108 s]
/proc/loadavg: 5.03 3.98 3.75 5/392 26756
/proc/meminfo: memFree=20255892/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=39612 CPUtime=1.49 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 8366 0 0 0 148 1 0 0 25 0 1 0 657453767 40562688 5459 33554432000 4194304 4300288 140735661364496 18446744073709551615 4250839 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 9903 5459 243 26 0 6535 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39612

[startup+3.1008 s]
/proc/loadavg: 5.03 3.98 3.75 6/392 26757
/proc/meminfo: memFree=20250188/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=39612 CPUtime=3.09 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 8823 0 0 0 308 1 0 0 25 0 1 0 657453767 40562688 5910 33554432000 4194304 4300288 140735661364496 18446744073709551615 4250680 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 9903 5910 243 26 0 6535 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39612

[startup+6.30026 s]
/proc/loadavg: 4.94 3.98 3.75 6/392 26757
/proc/meminfo: memFree=20236404/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=51636 CPUtime=6.29 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 11547 0 0 0 627 2 0 0 25 0 1 0 657453767 52875264 8608 33554432000 4194304 4300288 140735661364496 18446744073709551615 4250839 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 12909 8608 243 26 0 9541 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51636

[startup+12.7002 s]
/proc/loadavg: 4.87 3.98 3.75 6/392 26757
/proc/meminfo: memFree=20193312/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=58816 CPUtime=12.69 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 13489 0 0 0 1267 2 0 0 25 0 1 0 657453767 60227584 10492 33554432000 4194304 4300288 140735661364496 18446744073709551615 4269600 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 14704 10492 243 26 0 11336 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58816

[startup+25.501 s]
/proc/loadavg: 4.67 3.98 3.75 6/392 26757
/proc/meminfo: memFree=20154140/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=51172 CPUtime=25.5 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 17393 0 0 0 2546 4 0 0 25 0 1 0 657453767 52400128 8157 33554432000 4194304 4300288 140735661364496 18446744073709551615 4255699 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 12793 8157 243 26 0 9425 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 51172

[startup+51.1007 s]
/proc/loadavg: 4.44 3.98 3.76 6/392 26758
/proc/meminfo: memFree=20121848/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=89444 CPUtime=51.09 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 36310 0 0 0 5103 6 0 0 25 0 1 0 657453767 91590656 18933 33554432000 4194304 4300288 140735661364496 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 22361 18933 243 26 0 18993 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89444

[startup+102.315 s]
/proc/loadavg: 4.19 3.98 3.77 5/392 26759
/proc/meminfo: memFree=20024148/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=89444 CPUtime=102.31 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 45635 0 0 0 10223 8 0 0 25 0 1 0 657453767 91590656 18933 33554432000 4194304 4300288 140735661364496 18446744073709551615 4271130 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 22361 18933 243 26 0 18993 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 89444

[startup+162.301 s]
/proc/loadavg: 4.07 3.98 3.78 6/392 26761
/proc/meminfo: memFree=19814100/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=138764 CPUtime=162.29 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 56735 0 0 0 16220 9 0 0 25 0 1 0 657453767 142094336 29965 33554432000 4194304 4300288 140735661364496 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 34691 29965 243 26 0 31323 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 138764

[startup+222.301 s]
/proc/loadavg: 4.02 3.98 3.79 6/392 26762
/proc/meminfo: memFree=19764404/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=138764 CPUtime=222.3 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 69724 0 0 0 22219 11 0 0 25 0 1 0 657453767 142094336 30355 33554432000 4194304 4300288 140735661364496 18446744073709551615 4269834 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 34691 30355 243 26 0 31323 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 138764

[startup+282.301 s]
/proc/loadavg: 4.01 3.98 3.80 6/392 26764
/proc/meminfo: memFree=19638932/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=138764 CPUtime=282.3 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 82364 0 0 0 28217 13 0 0 25 0 1 0 657453767 142094336 30935 33554432000 4194304 4300288 140735661364496 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 34691 30935 243 26 0 31323 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 138764

[startup+342.301 s]
/proc/loadavg: 4.00 3.98 3.82 6/392 26766
/proc/meminfo: memFree=19477880/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=89444 CPUtime=342.3 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 86782 0 0 0 34216 14 0 0 25 0 1 0 657453767 91590656 18950 33554432000 4194304 4300288 140735661364496 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 22361 18950 243 26 0 18993 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 89444

[startup+402.301 s]
/proc/loadavg: 4.05 4.00 3.83 6/392 26767
/proc/meminfo: memFree=19392320/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=89444 CPUtime=402.29 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 100416 0 0 0 40212 17 0 0 25 0 1 0 657453767 91590656 18950 33554432000 4194304 4300288 140735661364496 18446744073709551615 4255957 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 22361 18950 243 26 0 18993 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 89444

[startup+462.3 s]
/proc/loadavg: 4.09 4.01 3.84 6/392 26769
/proc/meminfo: memFree=19325276/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=169584 CPUtime=462.3 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 114991 0 0 0 46210 20 0 0 25 0 1 0 657453767 173654016 33416 33554432000 4194304 4300288 140735661364496 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 42396 33416 243 26 0 39028 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 169584

[startup+522.3 s]
/proc/loadavg: 4.22 4.07 3.87 6/392 26770
/proc/meminfo: memFree=19111604/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=201468 CPUtime=522.3 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 131829 0 0 0 52208 22 0 0 25 0 1 0 657453767 206303232 35288 33554432000 4194304 4300288 140735661364496 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 50367 35288 243 26 0 46999 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 201468

[startup+582.3 s]
/proc/loadavg: 4.16 4.08 3.88 6/392 26772
/proc/meminfo: memFree=19098240/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=170648 CPUtime=582.3 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 145405 0 0 0 58206 24 0 0 25 0 1 0 657453767 174743552 34811 33554432000 4194304 4300288 140735661364496 18446744073709551615 4268270 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 42662 34811 243 26 0 39294 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 170648

[startup+642.301 s]
/proc/loadavg: 4.06 4.06 3.89 6/392 26774
/proc/meminfo: memFree=18999136/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=170648 CPUtime=642.31 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 162055 0 0 0 64204 27 0 0 25 0 1 0 657453767 174743552 34902 33554432000 4194304 4300288 140735661364496 18446744073709551615 4269320 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 42662 34902 243 26 0 39294 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 170648

[startup+702.301 s]
/proc/loadavg: 4.02 4.05 3.89 6/392 26775
/proc/meminfo: memFree=18883052/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=170648 CPUtime=702.3 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 181747 0 0 0 70198 32 0 0 25 0 1 0 657453767 174743552 32371 33554432000 4194304 4300288 140735661364496 18446744073709551615 4269598 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 42662 32371 243 26 0 39294 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 170648

[startup+762.315 s]
/proc/loadavg: 4.00 4.04 3.90 6/392 26777
/proc/meminfo: memFree=18822032/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=121328 CPUtime=762.31 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 190366 0 0 0 76197 34 0 0 25 0 1 0 657453767 124239872 24697 33554432000 4194304 4300288 140735661364496 18446744073709551615 4269359 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 30332 24697 243 26 0 26964 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 121328

[startup+822.301 s]
/proc/loadavg: 4.00 4.03 3.91 5/392 26805
/proc/meminfo: memFree=18922556/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=201468 CPUtime=822.3 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 205693 0 0 0 82193 37 0 0 25 0 1 0 657453767 206303232 39920 33554432000 4194304 4300288 140735661364496 18446744073709551615 4256250 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 50367 39920 243 26 0 46999 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 201468

[startup+882.301 s]
/proc/loadavg: 4.91 4.31 4.01 5/392 26834
/proc/meminfo: memFree=18605684/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=170648 CPUtime=882.3 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 216977 0 0 0 88187 43 0 0 25 0 1 0 657453767 174743552 33726 33554432000 4194304 4300288 140735661364496 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 42662 33726 243 26 0 39294 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 170648

[startup+942.301 s]
/proc/loadavg: 4.47 4.28 4.01 5/392 26836
/proc/meminfo: memFree=18544700/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=121328 CPUtime=942.3 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 223681 0 0 0 94184 46 0 0 25 0 1 0 657453767 124239872 24697 33554432000 4194304 4300288 140735661364496 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 30332 24697 243 26 0 26964 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 121328

[startup+1002.3 s]
/proc/loadavg: 4.23 4.24 4.01 5/392 26837
/proc/meminfo: memFree=18519804/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=170648 CPUtime=1002.3 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 234893 0 0 0 100182 48 0 0 25 0 1 0 657453767 174743552 35841 33554432000 4194304 4300288 140735661364496 18446744073709551615 4269834 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 42662 35841 243 26 0 39294 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 170648

[startup+1062.3 s]
/proc/loadavg: 4.12 4.21 4.01 5/392 26839
/proc/meminfo: memFree=18435860/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=121328 CPUtime=1062.3 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 242352 0 0 0 106179 51 0 0 25 0 1 0 657453767 124239872 24697 33554432000 4194304 4300288 140735661364496 18446744073709551615 4255845 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 30332 24697 243 26 0 26964 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 121328

[startup+1122.3 s]
/proc/loadavg: 4.13 4.20 4.02 5/392 26840
/proc/meminfo: memFree=18408076/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=201468 CPUtime=1122.31 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 254816 0 0 0 112176 55 0 0 25 0 1 0 657453767 206303232 37063 33554432000 4194304 4300288 140735661364496 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 50367 37063 243 26 0 46999 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 201468

[startup+1182.3 s]
/proc/loadavg: 4.05 4.16 4.01 5/392 26842
/proc/meminfo: memFree=18331460/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=121328 CPUtime=1182.31 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 258139 0 0 0 118175 56 0 0 25 0 1 0 657453767 124239872 24697 33554432000 4194304 4300288 140735661364496 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 30332 24697 243 26 0 26964 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 121328

[startup+1242.3 s]
/proc/loadavg: 4.64 4.26 4.05 5/389 26872
/proc/meminfo: memFree=19279920/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=201468 CPUtime=1242.27 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 273633 0 0 0 124135 92 0 0 25 0 1 0 657453767 206303232 40037 33554432000 4194304 4300288 140735661364496 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 50367 40037 243 26 0 46999 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 201468



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.74 4.14 4.02 3/380 26907
/proc/meminfo: memFree=20385560/32951132 swapFree=64495980/67111528
[pid=26755] ppid=26753 vsize=170648 CPUtime=1299.97 cores=4,6
/proc/26755/stat : 26755 (cir_minisat) R 26753 26755 26444 0 -1 4202496 284913 0 0 0 129902 95 0 0 25 0 1 0 657453767 174743552 34880 33554432000 4194304 4300288 140735661364496 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26755/statm: 42662 34880 243 26 0 39294 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 170648

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): 1299.99
CPU user time (s): 1299.03
CPU system time (s): 0.962853
CPU usage (%): 99.9979
Max. virtual memory (cumulated for all children) (KiB): 251556

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

runsolver used 5.15022 second user time and 11.4263 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 13:22:21
IDJOB=3380443
IDBENCH=70791
IDSOLVER=1863
FILE ID=node129/3380443-1305458541
RUNJOBID= node129-1305458463-26685
PBS_JOBID= 13324894
Free space on /tmp= 73248 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo064.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380443-1305458541/watcher-3380443-1305458541 -o /tmp/evaluation-result-3380443-1305458541/solver-3380443-1305458541 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380443-1305458541.cnf

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

MD5SUM BENCH= 472e9d10d7fd1a82d06da0809d0002df
RANDOM SEED=2020803880

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      20281464 kB
Buffers:        263608 kB
Cached:        6363788 kB
SwapCached:      52668 kB
Active:        4045444 kB
Inactive:      8382508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      20281464 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:          117428 kB
Writeback:          12 kB
AnonPages:     5756996 kB
Mapped:          20820 kB
Slab:           134836 kB
PageTables:      42300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 93838312 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= 73280 MiB
End job on node129 at 2011-05-15 13:44:03