Trace number 3348496

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

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_35.renamed-as.sat05-1921.cnf
MD5SUM5fda0e0fb8a21967728dfe29bf2d4ea5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark473.18
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of clauses211785
Sum of the clauses size554190
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 283405
Number of clauses of size 3128310
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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

running on 2 cores: 1,3

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.39 3.89 3.76 4/410 17385
/proc/meminfo: memFree=23945248/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=20452 CPUtime=0 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 1144 0 0 0 0 0 0 0 21 0 1 0 609019788 20942848 1036 33554432000 4194304 4254575 140736245332912 18446744073709551615 242970211013 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 5113 1037 212 15 0 1756 0

[startup+0.0391259 s]
/proc/loadavg: 3.39 3.89 3.76 4/410 17385
/proc/meminfo: memFree=23945248/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=24488 CPUtime=0.03 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 2833 0 0 0 3 0 0 0 21 0 1 0 609019788 25075712 2567 33554432000 4194304 4254575 140736245332912 18446744073709551615 242970211013 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 6155 2568 212 15 0 2798 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24488

[startup+0.101118 s]
/proc/loadavg: 3.39 3.89 3.76 4/410 17385
/proc/meminfo: memFree=23945248/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=25672 CPUtime=0.09 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 3208 0 0 0 9 0 0 0 21 0 1 0 609019788 26288128 2939 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216799 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 6418 2939 230 15 0 3061 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25672

[startup+0.301079 s]
/proc/loadavg: 3.39 3.89 3.76 4/410 17385
/proc/meminfo: memFree=23945248/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=25944 CPUtime=0.29 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 3441 0 0 0 29 0 0 0 22 0 1 0 609019788 26566656 3166 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216984 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 6486 3166 233 15 0 3129 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25944

[startup+0.701012 s]
/proc/loadavg: 3.39 3.89 3.76 4/410 17385
/proc/meminfo: memFree=23945248/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=28800 CPUtime=0.69 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 3890 0 0 0 69 0 0 0 24 0 1 0 609019788 29491200 3609 33554432000 4194304 4254575 140736245332912 18446744073709551615 4209788 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 7200 3609 233 15 0 3843 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28800

[startup+1.50087 s]
/proc/loadavg: 3.39 3.89 3.76 5/411 17386
/proc/meminfo: memFree=23916232/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=33816 CPUtime=1.49 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 4586 0 0 0 149 0 0 0 25 0 1 0 609019788 34627584 4295 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216768 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 8454 4295 233 15 0 5097 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33816

[startup+3.1006 s]
/proc/loadavg: 3.39 3.89 3.76 5/411 17386
/proc/meminfo: memFree=23901732/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=41872 CPUtime=3.09 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 5950 0 0 0 309 0 0 0 25 0 1 0 609019788 42876928 5633 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216540 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 10468 5633 233 15 0 7111 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41872

[startup+6.30104 s]
/proc/loadavg: 3.44 3.89 3.76 5/411 17386
/proc/meminfo: memFree=23867032/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=55572 CPUtime=6.29 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 8375 0 0 0 628 1 0 0 25 0 1 0 609019788 56905728 8019 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216744 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 13893 8019 233 15 0 10536 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55572

[startup+12.701 s]
/proc/loadavg: 3.56 3.91 3.77 5/411 17386
/proc/meminfo: memFree=23826620/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=77324 CPUtime=12.69 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 11786 0 0 0 1268 1 0 0 25 0 1 0 609019788 79179776 11381 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216498 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 19331 11381 233 15 0 15974 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77324

[startup+25.5008 s]
/proc/loadavg: 3.66 3.91 3.77 5/411 17386
/proc/meminfo: memFree=23781948/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=80892 CPUtime=25.5 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 17347 0 0 0 2547 3 0 0 25 0 1 0 609019788 82833408 16869 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216744 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 20223 16869 233 15 0 16866 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 80892

[startup+51.1003 s]
/proc/loadavg: 3.77 3.92 3.77 5/411 17387
/proc/meminfo: memFree=23707008/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=118452 CPUtime=51.09 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 25572 0 0 0 5105 4 0 0 25 0 1 0 609019788 121294848 24976 33554432000 4194304 4254575 140736245332912 18446744073709551615 4217004 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 29613 24976 233 15 0 26256 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 118452

[startup+102.316 s]
/proc/loadavg: 3.90 3.93 3.78 5/411 17415
/proc/meminfo: memFree=23661264/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=124752 CPUtime=102.3 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 43731 0 0 0 10223 7 0 0 25 0 1 0 609019788 127746048 20678 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 31188 20678 233 15 0 27831 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 124752

[startup+162.3 s]
/proc/loadavg: 4.11 3.97 3.81 5/411 17417
/proc/meminfo: memFree=23613376/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=181892 CPUtime=162.29 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 56835 0 0 0 16218 11 0 0 25 0 1 0 609019788 186257408 33585 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 45473 33585 233 15 0 42116 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 181892

[startup+222.301 s]
/proc/loadavg: 4.11 3.99 3.82 5/411 17419
/proc/meminfo: memFree=23606904/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=134860 CPUtime=222.29 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 75522 0 0 0 22213 16 0 0 25 0 1 0 609019788 138096640 24270 33554432000 4194304 4254575 140736245332912 18446744073709551615 4217025 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 33715 24270 233 15 0 30358 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 134860

[startup+282.301 s]
/proc/loadavg: 4.18 4.02 3.84 5/411 17420
/proc/meminfo: memFree=23527408/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=190376 CPUtime=282.29 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 88632 0 0 0 28209 20 0 0 25 0 1 0 609019788 194945024 37218 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216799 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 47594 37218 233 15 0 44237 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 190376

[startup+342.3 s]
/proc/loadavg: 4.13 4.03 3.85 5/411 17422
/proc/meminfo: memFree=23576252/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=93968 CPUtime=342.29 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 103361 0 0 0 34204 25 0 0 25 0 1 0 609019788 96223232 19195 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216502 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 23492 19195 233 15 0 20135 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 93968

[startup+402.301 s]
/proc/loadavg: 4.05 4.02 3.86 5/411 17477
/proc/meminfo: memFree=23511476/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=145980 CPUtime=402.29 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 116198 0 0 0 40200 29 0 0 25 0 1 0 609019788 149483520 31809 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216779 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 36495 31809 233 15 0 33138 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 145980

[startup+462.301 s]
/proc/loadavg: 4.15 4.05 3.87 5/411 17479
/proc/meminfo: memFree=23560304/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=199316 CPUtime=462.3 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 127242 0 0 0 46197 33 0 0 25 0 1 0 609019788 204099584 42707 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216707 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 49829 42707 233 15 0 46472 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 199316

[startup+522.3 s]
/proc/loadavg: 4.05 4.04 3.88 5/411 17481
/proc/meminfo: memFree=23553088/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=120740 CPUtime=522.3 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 142235 0 0 0 52192 38 0 0 25 0 1 0 609019788 123637760 22547 33554432000 4194304 4254575 140736245332912 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 30185 22547 233 15 0 26828 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 120740

[startup+582.301 s]
/proc/loadavg: 4.15 4.06 3.90 5/411 17508
/proc/meminfo: memFree=23469840/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=203488 CPUtime=582.3 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 154544 0 0 0 58187 43 0 0 25 0 1 0 609019788 208371712 34675 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 50872 34675 233 15 0 47515 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 203488

[startup+642.301 s]
/proc/loadavg: 4.12 4.06 3.91 5/411 17510
/proc/meminfo: memFree=23457680/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=205768 CPUtime=642.29 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 161727 0 0 0 64176 53 0 0 25 0 1 0 609019788 210706432 41723 33554432000 4194304 4254575 140736245332912 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 51442 41723 233 15 0 48085 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 205768

[startup+702.3 s]
/proc/loadavg: 4.04 4.05 3.91 5/411 17520
/proc/meminfo: memFree=23389656/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=291268 CPUtime=702.28 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 168825 0 0 0 70172 56 0 0 25 0 1 0 609019788 298258432 48718 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 72817 48718 233 15 0 69460 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 291268

[startup+762.315 s]
/proc/loadavg: 4.01 4.04 3.91 5/411 17522
/proc/meminfo: memFree=23373264/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=133448 CPUtime=762.29 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 183730 0 0 0 76167 62 0 0 25 0 1 0 609019788 136650752 27623 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216558 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 33362 27623 233 15 0 30005 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 133448

[startup+822.301 s]
/proc/loadavg: 4.00 4.03 3.91 5/411 17524
/proc/meminfo: memFree=23239940/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=215584 CPUtime=822.28 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 195001 0 0 0 82163 65 0 0 25 0 1 0 609019788 220758016 38722 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 53896 38722 233 15 0 50539 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 215584

[startup+882.3 s]
/proc/loadavg: 4.00 4.02 3.91 5/411 17525
/proc/meminfo: memFree=23367140/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=217000 CPUtime=882.28 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 203074 0 0 0 88161 67 0 0 25 0 1 0 609019788 222208000 46657 33554432000 4194304 4254575 140736245332912 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 54250 46657 233 15 0 50893 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 217000

[startup+942.301 s]
/proc/loadavg: 3.50 3.89 3.87 4/405 17544
/proc/meminfo: memFree=23451200/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=300848 CPUtime=942.28 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 210642 0 0 0 94157 71 0 0 25 0 1 0 609019788 308068352 54101 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 75212 54101 233 15 0 71855 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 300848

[startup+1002.3 s]
/proc/loadavg: 3.18 3.72 3.81 4/405 17548
/proc/meminfo: memFree=23461752/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=170480 CPUtime=1002.28 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 227593 0 0 0 100152 76 0 0 25 0 1 0 609019788 174571520 33726 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 42620 33726 233 15 0 39263 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 170480

[startup+1062.3 s]
/proc/loadavg: 3.14 3.62 3.77 4/405 17550
/proc/meminfo: memFree=23443260/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=223080 CPUtime=1062.28 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 238006 0 0 0 106147 81 0 0 25 0 1 0 609019788 228433920 44002 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 55770 44002 233 15 0 52413 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 223080

[startup+1122.3 s]
/proc/loadavg: 3.08 3.52 3.72 4/405 17552
/proc/meminfo: memFree=23344792/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=225208 CPUtime=1122.28 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 245709 0 0 0 112143 85 0 0 25 0 1 0 609019788 230612992 51535 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216707 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 56302 51535 233 15 0 52945 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 225208

[startup+1182.3 s]
/proc/loadavg: 3.10 3.45 3.69 4/405 17553
/proc/meminfo: memFree=23487628/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=309716 CPUtime=1182.29 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 253860 0 0 0 118141 88 0 0 25 0 1 0 609019788 317149184 59557 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216576 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 77429 59557 233 15 0 74072 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 309716

[startup+1242.3 s]
/proc/loadavg: 3.07 3.38 3.64 4/405 17555
/proc/meminfo: memFree=23508324/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=148688 CPUtime=1242.29 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 269194 0 0 0 124136 93 0 0 25 0 1 0 609019788 152256512 32186 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216540 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 37172 32186 233 15 0 33815 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 148688



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.02 3.31 3.60 3/404 17557
/proc/meminfo: memFree=23584828/32951132 swapFree=67093844/67111528
[pid=17385] ppid=17383 vsize=230448 CPUtime=1300 cores=1,3
/proc/17385/stat : 17385 (cir_minisat) R 17383 17385 15070 0 -1 4202496 279419 0 0 0 129903 97 0 0 25 0 1 0 609019788 235978752 42236 33554432000 4194304 4254575 140736245332912 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17385/statm: 57612 42236 233 15 0 54255 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 230448

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.02
CPU user time (s): 1299.03
CPU system time (s): 0.98385
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 321820

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

runsolver used 4.82027 second user time and 11.8212 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-09 22:50:11
IDJOB=3348496
IDBENCH=85987
IDSOLVER=1810
FILE ID=node128/3348496-1304974211
RUNJOBID= node128-1304974211-17345
PBS_JOBID= 13285622
Free space on /tmp= 51000 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_35.renamed-as.sat05-1921.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348496-1304974211/watcher-3348496-1304974211 -o /tmp/evaluation-result-3348496-1304974211/solver-3348496-1304974211 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348496-1304974211.cnf

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

MD5SUM BENCH= 5fda0e0fb8a21967728dfe29bf2d4ea5
RANDOM SEED=679868279

node128.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.82
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	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      23945528 kB
Buffers:        171172 kB
Cached:        3237876 kB
SwapCached:       1408 kB
Active:        5660464 kB
Inactive:      3031552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23945528 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:            9136 kB
Writeback:          12 kB
AnonPages:     5280424 kB
Mapped:          32180 kB
Slab:           210396 kB
PageTables:      38396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 100764904 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= 51000 MiB
End job on node128 at 2011-05-09 23:11:53