Trace number 3348690

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

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl064.cnf
MD5SUM4f9c883534eb89cad9b9cad9e6eccbd0
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 variables75103
Number of clauses225116
Sum of the clauses size525268
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2150076
Number of clauses of size 375038
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-3348690-1304968348/watcher-3348690-1304968348 -o /tmp/evaluation-result-3348690-1304968348/solver-3348690-1304968348 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348690-1304968348.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: 4.12 2.31 0.95 4/367 3942
/proc/meminfo: memFree=23403080/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=21220 CPUtime=0 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 1239 0 0 0 0 0 0 0 23 0 1 0 608434415 21729280 1140 33554432000 4194304 4254575 140734845487472 18446744073709551615 4241276 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 5305 1142 212 15 0 1948 0

[startup+0.0686771 s]
/proc/loadavg: 4.12 2.31 0.95 4/367 3942
/proc/meminfo: memFree=23403080/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=33012 CPUtime=0.06 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 4893 0 0 0 6 0 0 0 23 0 1 0 608434415 33804288 4469 33554432000 4194304 4254575 140734845487472 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 8253 4470 222 15 0 4896 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 33012

[startup+0.100672 s]
/proc/loadavg: 4.12 2.31 0.95 4/367 3942
/proc/meminfo: memFree=23403080/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=33276 CPUtime=0.09 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 4957 0 0 0 9 0 0 0 23 0 1 0 608434415 34074624 4532 33554432000 4194304 4254575 140734845487472 18446744073709551615 4209845 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 8319 4532 230 15 0 4962 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33276

[startup+0.300632 s]
/proc/loadavg: 4.12 2.31 0.95 4/367 3942
/proc/meminfo: memFree=23403080/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=33816 CPUtime=0.29 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 5162 0 0 0 29 0 0 0 25 0 1 0 608434415 34627584 4735 33554432000 4194304 4254575 140734845487472 18446744073709551615 4216645 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 8454 4736 232 15 0 5097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33816

[startup+0.700571 s]
/proc/loadavg: 4.12 2.31 0.95 4/367 3942
/proc/meminfo: memFree=23403080/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=34156 CPUtime=0.69 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 5288 0 0 0 69 0 0 0 25 0 1 0 608434415 34975744 4860 33554432000 4194304 4254575 140734845487472 18446744073709551615 4212493 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 8539 4860 232 15 0 5182 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34156

[startup+1.50043 s]
/proc/loadavg: 4.12 2.31 0.95 5/368 3943
/proc/meminfo: memFree=23383612/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=34156 CPUtime=1.49 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 5465 0 0 0 149 0 0 0 25 0 1 0 608434415 34975744 5036 33554432000 4194304 4254575 140734845487472 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 8539 5036 233 15 0 5182 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34156

[startup+3.10018 s]
/proc/loadavg: 4.12 2.31 0.95 5/368 3943
/proc/meminfo: memFree=23381868/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=37012 CPUtime=3.09 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 5980 0 0 0 309 0 0 0 25 0 1 0 608434415 37900288 5508 33554432000 4194304 4254575 140734845487472 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 9253 5508 233 15 0 5896 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37012

[startup+6.30062 s]
/proc/loadavg: 4.11 2.33 0.96 7/368 3943
/proc/meminfo: memFree=23377644/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=41892 CPUtime=6.29 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 6845 0 0 0 629 0 0 0 25 0 1 0 608434415 42897408 6328 33554432000 4194304 4254575 140734845487472 18446744073709551615 4216831 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 10473 6328 233 15 0 7116 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41892

[startup+12.7005 s]
/proc/loadavg: 4.18 2.38 0.98 8/368 3943
/proc/meminfo: memFree=23373280/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=49808 CPUtime=12.69 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 8043 0 0 0 1268 1 0 0 25 0 1 0 608434415 51003392 7439 33554432000 4194304 4254575 140734845487472 18446744073709551615 4209455 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 12452 7439 233 15 0 9095 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49808

[startup+25.5004 s]
/proc/loadavg: 4.14 2.46 1.03 5/368 3944
/proc/meminfo: memFree=23372688/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=62612 CPUtime=25.49 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 11032 0 0 0 2548 1 0 0 25 0 1 0 608434415 64114688 10303 33554432000 4194304 4254575 140734845487472 18446744073709551615 4216754 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 15653 10303 233 15 0 12296 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62612

[startup+51.1011 s]
/proc/loadavg: 4.09 2.58 1.11 5/368 3944
/proc/meminfo: memFree=23345604/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=84436 CPUtime=51.09 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 16430 0 0 0 5106 3 0 0 25 0 1 0 608434415 86462464 15468 33554432000 4194304 4254575 140734845487472 18446744073709551615 4209263 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 21109 15468 233 15 0 17752 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 84436

[startup+102.313 s]
/proc/loadavg: 4.04 2.80 1.26 5/368 3946
/proc/meminfo: memFree=23289648/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=118728 CPUtime=102.3 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 26637 0 0 0 10224 6 0 0 25 0 1 0 608434415 121577472 25594 33554432000 4194304 4254575 140734845487472 18446744073709551615 4209392 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 29682 25594 233 15 0 26325 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 118728

[startup+162.3 s]
/proc/loadavg: 4.13 3.04 1.44 5/368 3947
/proc/meminfo: memFree=23238284/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=172696 CPUtime=162.29 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 38022 0 0 0 16220 9 0 0 25 0 1 0 608434415 176840704 36883 33554432000 4194304 4254575 140734845487472 18446744073709551615 4209166 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 43174 36883 233 15 0 39817 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 172696

[startup+222.301 s]
/proc/loadavg: 4.10 3.23 1.60 5/368 3949
/proc/meminfo: memFree=23200436/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=256420 CPUtime=222.29 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 47375 0 0 0 22217 12 0 0 25 0 1 0 608434415 262574080 46192 33554432000 4194304 4254575 140734845487472 18446744073709551615 4216418 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 64105 46192 233 15 0 60748 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 256420

[startup+282.301 s]
/proc/loadavg: 4.03 3.37 1.75 5/368 3950
/proc/meminfo: memFree=23161228/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=260800 CPUtime=282.3 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 57552 0 0 0 28214 16 0 0 25 0 1 0 608434415 267059200 56241 33554432000 4194304 4254575 140734845487472 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 65200 56241 233 15 0 61843 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 260800

[startup+342.301 s]
/proc/loadavg: 4.01 3.48 1.89 5/368 3952
/proc/meminfo: memFree=23124756/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=396348 CPUtime=342.3 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 66537 0 0 0 34211 19 0 0 25 0 1 0 608434415 405860352 65144 33554432000 4194304 4254575 140734845487472 18446744073709551615 4216768 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 99087 65144 233 15 0 95730 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 396348

[startup+402.301 s]
/proc/loadavg: 4.00 3.57 2.02 5/368 3954
/proc/meminfo: memFree=23089388/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=399280 CPUtime=402.29 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 75344 0 0 0 40206 23 0 0 25 0 1 0 608434415 408862720 73883 33554432000 4194304 4254575 140734845487472 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 99820 73883 233 15 0 96463 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 399280

[startup+462.301 s]
/proc/loadavg: 4.00 3.65 2.14 5/368 3955
/proc/meminfo: memFree=23056628/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=402856 CPUtime=462.3 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 83544 0 0 0 46203 27 0 0 25 0 1 0 608434415 412524544 82039 33554432000 4194304 4254575 140734845487472 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 100714 82039 233 15 0 97357 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 402856

[startup+522.3 s]
/proc/loadavg: 4.04 3.72 2.26 5/368 3957
/proc/meminfo: memFree=23293680/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=112620 CPUtime=522.3 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 100462 0 0 0 52198 32 0 0 25 0 1 0 608434415 115322880 23007 33554432000 4194304 4254575 140734845487472 18446744073709551615 4209845 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 28155 23007 233 15 0 24798 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 112620

[startup+582.3 s]
/proc/loadavg: 4.23 3.83 2.38 5/368 3958
/proc/meminfo: memFree=23250132/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=144904 CPUtime=582.3 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 110111 0 0 0 58195 35 0 0 25 0 1 0 608434415 148381696 32529 33554432000 4194304 4254575 140734845487472 18446744073709551615 4222968 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 36226 32529 233 15 0 32869 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 144904

[startup+642.3 s]
/proc/loadavg: 4.12 3.87 2.49 5/368 3960
/proc/meminfo: memFree=23211776/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=196248 CPUtime=642.31 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 119500 0 0 0 64192 39 0 0 25 0 1 0 608434415 200957952 41869 33554432000 4194304 4254575 140734845487472 18446744073709551615 4223109 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 49062 41869 233 15 0 45705 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 196248

[startup+702.301 s]
/proc/loadavg: 4.04 3.89 2.58 5/368 3962
/proc/meminfo: memFree=23180000/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=278928 CPUtime=702.3 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 128182 0 0 0 70187 43 0 0 25 0 1 0 608434415 285622272 50489 33554432000 4194304 4254575 140734845487472 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 69732 50489 233 15 0 66375 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 278928

[startup+762.314 s]
/proc/loadavg: 4.09 3.93 2.67 5/368 3963
/proc/meminfo: memFree=23146356/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=281312 CPUtime=762.32 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 136560 0 0 0 76184 48 0 0 25 0 1 0 608434415 288063488 58767 33554432000 4194304 4254575 140734845487472 18446744073709551615 4216491 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 70328 58767 233 15 0 66971 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 281312

[startup+822.301 s]
/proc/loadavg: 4.03 3.94 2.75 5/368 3965
/proc/meminfo: memFree=23112716/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=283116 CPUtime=822.3 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 144953 0 0 0 82179 51 0 0 25 0 1 0 608434415 289910784 67086 33554432000 4194304 4254575 140734845487472 18446744073709551615 4216991 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 70779 67086 233 15 0 67422 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 283116

[startup+882.301 s]
/proc/loadavg: 4.01 3.95 2.83 5/368 3966
/proc/meminfo: memFree=23088868/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=417164 CPUtime=882.3 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 152348 0 0 0 88176 54 0 0 25 0 1 0 608434415 427175936 74435 33554432000 4194304 4254575 140734845487472 18446744073709551615 4216768 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 104291 74435 233 15 0 100934 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 417164

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 2.90 5/368 3968
/proc/meminfo: memFree=23043824/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=418920 CPUtime=942.3 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 159467 0 0 0 94172 58 0 0 25 0 1 0 608434415 428974080 81458 33554432000 4194304 4254575 140734845487472 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 104730 81458 233 15 0 101373 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 418920

[startup+1002.3 s]
/proc/loadavg: 4.00 3.96 2.96 5/368 3970
/proc/meminfo: memFree=23244668/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=155640 CPUtime=1002.3 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 173998 0 0 0 100167 63 0 0 25 0 1 0 608434415 159375360 28691 33554432000 4194304 4254575 140734845487472 18446744073709551615 4209504 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 38910 28691 233 15 0 35553 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 155640

[startup+1062.3 s]
/proc/loadavg: 3.82 3.93 3.01 6/365 4049
/proc/meminfo: memFree=23243956/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=205728 CPUtime=1062.3 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 182442 0 0 0 106163 67 0 0 25 0 1 0 608434415 210665472 37097 33554432000 4194304 4254575 140734845487472 18446744073709551615 4209166 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 51432 37097 233 15 0 48075 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 205728

[startup+1122.3 s]
/proc/loadavg: 5.79 4.44 3.24 5/363 4051
/proc/meminfo: memFree=22455268/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=206160 CPUtime=1122.3 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 186634 0 0 0 112161 69 0 0 25 0 1 0 608434415 211107840 41280 33554432000 4194304 4254575 140734845487472 18446744073709551615 4209144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 51540 41280 233 15 0 48183 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 206160

[startup+1182.3 s]
/proc/loadavg: 7.09 5.07 3.53 4/363 4058
/proc/meminfo: memFree=22331612/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=206328 CPUtime=1182.3 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 190201 0 0 0 118153 77 0 0 25 0 1 0 608434415 211279872 44839 33554432000 4194304 4254575 140734845487472 18446744073709551615 4209166 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 51582 44839 233 15 0 48225 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 206328

[startup+1242.3 s]
/proc/loadavg: 7.50 5.57 3.80 4/364 4064
/proc/meminfo: memFree=22200276/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=288532 CPUtime=1242.31 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 195513 0 0 0 124151 80 0 0 25 0 1 0 608434415 295456768 50122 33554432000 4194304 4254575 140734845487472 18446744073709551615 4209438 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 72133 50122 233 15 0 68776 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 288532



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 6.94 5.80 3.99 5/365 4083
/proc/meminfo: memFree=22928056/32951132 swapFree=64495964/67111528
[pid=3942] ppid=3940 vsize=289040 CPUtime=1300.01 cores=5,7
/proc/3942/stat : 3942 (cir_minisat) R 3940 3942 3848 0 -1 4202496 202221 0 0 0 129911 90 0 0 25 0 1 0 608434415 295976960 56801 33554432000 4194304 4254575 140734845487472 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3942/statm: 72260 56801 233 15 0 68903 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 289040

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1299.12
CPU system time (s): 0.91786
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 419232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.12
system time used= 0.91786
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202223
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= 2348

runsolver used 4.37134 second user time and 10.6854 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-09 21:12:28
IDJOB=3348690
IDBENCH=70781
IDSOLVER=1810
FILE ID=node129/3348690-1304968348
RUNJOBID= node129-1304968096-3869
PBS_JOBID= 13285621
Free space on /tmp= 48120 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl064.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348690-1304968348/watcher-3348690-1304968348 -o /tmp/evaluation-result-3348690-1304968348/solver-3348690-1304968348 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348690-1304968348.cnf

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

MD5SUM BENCH= 4f9c883534eb89cad9b9cad9e6eccbd0
RANDOM SEED=1041096563

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:      23403244 kB
Buffers:        143420 kB
Cached:        4163356 kB
SwapCached:      52448 kB
Active:        2433120 kB
Inactive:      6913048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23403244 kB
SwapTotal:    67111528 kB
SwapFree:     64495964 kB
Dirty:            3952 kB
Writeback:           0 kB
AnonPages:     4995900 kB
Mapped:          17604 kB
Slab:            97656 kB
PageTables:      38612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 79896240 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= 47956 MiB
End job on node129 at 2011-05-09 21:34:44