Trace number 3348494

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

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_32.renamed-as.sat05-1919.cnf
MD5SUM833432e05c2a1599e13dca28680b5df9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.3742
Satisfiable
(Un)Satisfiability was proved
Number of variables1024
Number of clauses161664
Sum of the clauses size423264
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 263584
Number of clauses of size 398016
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 564

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-3348494-1304974211/watcher-3348494-1304974211 -o /tmp/evaluation-result-3348494-1304974211/solver-3348494-1304974211 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348494-1304974211.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: 3.39 3.89 3.76 4/407 17379
/proc/meminfo: memFree=23955068/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=20588 CPUtime=0 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 1182 0 0 0 0 0 0 0 22 0 1 0 609019780 21082112 1082 33554432000 4194304 4254575 140734973375952 18446744073709551615 4241276 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 5147 1083 211 15 0 1790 0

[startup+0.061495 s]
/proc/loadavg: 3.39 3.89 3.76 4/407 17379
/proc/meminfo: memFree=23955068/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=24392 CPUtime=0.05 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 2645 0 0 0 5 0 0 0 22 0 1 0 609019780 24977408 2449 33554432000 4194304 4254575 140734973375952 18446744073709551615 4216768 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 6098 2449 230 15 0 2741 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 24392

[startup+0.100459 s]
/proc/loadavg: 3.39 3.89 3.76 4/407 17379
/proc/meminfo: memFree=23955068/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=24392 CPUtime=0.09 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 2699 0 0 0 9 0 0 0 22 0 1 0 609019780 24977408 2500 33554432000 4194304 4254575 140734973375952 18446744073709551615 4212424 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 6098 2500 230 15 0 2741 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24392

[startup+0.300452 s]
/proc/loadavg: 3.39 3.89 3.76 4/407 17379
/proc/meminfo: memFree=23955068/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=24524 CPUtime=0.29 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 2932 0 0 0 29 0 0 0 23 0 1 0 609019780 25112576 2732 33554432000 4194304 4254575 140734973375952 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 6131 2732 230 15 0 2774 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24524

[startup+0.700361 s]
/proc/loadavg: 3.39 3.89 3.76 4/407 17379
/proc/meminfo: memFree=23955068/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=27512 CPUtime=0.69 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 3408 0 0 0 69 0 0 0 25 0 1 0 609019780 28172288 3202 33554432000 4194304 4254575 140734973375952 18446744073709551615 4216799 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 6878 3202 230 15 0 3521 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27512

[startup+1.50023 s]
/proc/loadavg: 3.39 3.89 3.76 5/411 17386
/proc/meminfo: memFree=23917968/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=32372 CPUtime=1.49 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 4107 0 0 0 149 0 0 0 25 0 1 0 609019780 33148928 3885 33554432000 4194304 4254575 140734973375952 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 8093 3886 230 15 0 4736 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32372

[startup+3.10097 s]
/proc/loadavg: 3.39 3.89 3.76 5/411 17386
/proc/meminfo: memFree=23902352/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=40436 CPUtime=3.09 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 5594 0 0 0 309 0 0 0 25 0 1 0 609019780 41406464 5354 33554432000 4194304 4254575 140734973375952 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 10109 5354 230 15 0 6752 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40436

[startup+6.30036 s]
/proc/loadavg: 3.44 3.89 3.76 5/411 17386
/proc/meminfo: memFree=23867528/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=41904 CPUtime=6.12 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 7472 0 0 0 610 2 0 0 25 0 1 0 609019780 42909696 7196 33554432000 4194304 4254575 140734973375952 18446744073709551615 4216540 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/17379/statm: 10476 7196 230 15 0 7119 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 41904

[startup+12.7003 s]
/proc/loadavg: 3.56 3.91 3.77 5/411 17386
/proc/meminfo: memFree=23826992/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=56736 CPUtime=12.21 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 10277 0 0 0 1216 5 0 0 25 0 1 0 609019780 58097664 9950 33554432000 4194304 4254575 140734973375952 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 14184 9950 231 15 0 10827 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 56736

[startup+25.5011 s]
/proc/loadavg: 3.66 3.91 3.77 5/411 17386
/proc/meminfo: memFree=23782444/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=79744 CPUtime=25.01 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 14943 0 0 0 2495 6 0 0 25 0 1 0 609019780 81657856 14534 33554432000 4194304 4254575 140734973375952 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 19936 14534 231 15 0 16579 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 79744

[startup+51.1007 s]
/proc/loadavg: 3.77 3.92 3.77 5/411 17387
/proc/meminfo: memFree=23707504/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=65712 CPUtime=50.59 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 25789 0 0 0 5048 11 0 0 25 0 1 0 609019780 67289088 11497 33554432000 4194304 4254575 140734973375952 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 16428 11497 231 15 0 13071 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 65712

[startup+102.315 s]
/proc/loadavg: 3.90 3.93 3.78 5/411 17415
/proc/meminfo: memFree=23661636/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=123060 CPUtime=101.38 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 37628 0 0 0 10119 19 0 0 25 0 1 0 609019780 126013440 23115 33554432000 4194304 4254575 140734973375952 18446744073709551615 4217053 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 30765 23115 231 15 0 27408 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 123060

[startup+162.301 s]
/proc/loadavg: 4.11 3.97 3.81 5/411 17417
/proc/meminfo: memFree=23613748/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=126708 CPUtime=161.36 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 54539 0 0 0 16112 24 0 0 25 0 1 0 609019780 129748992 23096 33554432000 4194304 4254575 140734973375952 18446744073709551615 4216721 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 31677 23096 231 15 0 28320 0
Current children cumulated CPU time (s) 161.36
Current children cumulated vsize (KiB) 126708

[startup+222.301 s]
/proc/loadavg: 4.11 3.99 3.82 5/411 17419
/proc/meminfo: memFree=23607276/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=100532 CPUtime=221.34 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 70696 0 0 0 22103 31 0 0 25 0 1 0 609019780 102944768 19970 33554432000 4194304 4254575 140734973375952 18446744073709551615 4216779 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 25133 19970 231 15 0 21776 0
Current children cumulated CPU time (s) 221.34
Current children cumulated vsize (KiB) 100532

[startup+282.301 s]
/proc/loadavg: 4.18 4.02 3.84 5/411 17420
/proc/meminfo: memFree=23527780/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=185264 CPUtime=281.33 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 82192 0 0 0 28097 36 0 0 25 0 1 0 609019780 189710336 31291 33554432000 4194304 4254575 140734973375952 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 46316 31291 231 15 0 42959 0
Current children cumulated CPU time (s) 281.33
Current children cumulated vsize (KiB) 185264

[startup+342.301 s]
/proc/loadavg: 4.13 4.03 3.85 5/411 17422
/proc/meminfo: memFree=23576500/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=137316 CPUtime=341.33 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 97157 0 0 0 34092 41 0 0 25 0 1 0 609019780 140611584 23613 33554432000 4194304 4254575 140734973375952 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 34329 23613 231 15 0 30972 0
Current children cumulated CPU time (s) 341.33
Current children cumulated vsize (KiB) 137316

[startup+402.3 s]
/proc/loadavg: 4.05 4.02 3.86 5/411 17477
/proc/meminfo: memFree=23511600/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=192628 CPUtime=401.17 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 107239 0 0 0 40065 52 0 0 25 0 1 0 609019780 197251072 33542 33554432000 4194304 4254575 140734973375952 18446744073709551615 4217206 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 48157 33542 231 15 0 44800 0
Current children cumulated CPU time (s) 401.17
Current children cumulated vsize (KiB) 192628

[startup+462.301 s]
/proc/loadavg: 4.15 4.05 3.87 5/411 17479
/proc/meminfo: memFree=23560552/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=144488 CPUtime=461.18 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 122630 0 0 0 46061 57 0 0 25 0 1 0 609019780 147955712 25551 33554432000 4194304 4254575 140734973375952 18446744073709551615 4216520 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 36122 25551 231 15 0 32765 0
Current children cumulated CPU time (s) 461.18
Current children cumulated vsize (KiB) 144488

[startup+522.301 s]
/proc/loadavg: 4.05 4.04 3.88 5/411 17481
/proc/meminfo: memFree=23553336/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=196928 CPUtime=521.17 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 132259 0 0 0 52055 62 0 0 25 0 1 0 609019780 201654272 35027 33554432000 4194304 4254575 140734973375952 18446744073709551615 4216802 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 49232 35027 231 15 0 45875 0
Current children cumulated CPU time (s) 521.17
Current children cumulated vsize (KiB) 196928

[startup+582.3 s]
/proc/loadavg: 4.15 4.06 3.90 5/411 17508
/proc/meminfo: memFree=23470336/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=150304 CPUtime=580.98 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 147605 0 0 0 58029 69 0 0 25 0 1 0 609019780 153911296 26576 33554432000 4194304 4254575 140734973375952 18446744073709551615 4217008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 37576 26576 231 15 0 34219 0
Current children cumulated CPU time (s) 580.98
Current children cumulated vsize (KiB) 150304

[startup+642.301 s]
/proc/loadavg: 4.12 4.06 3.91 5/411 17510
/proc/meminfo: memFree=23458176/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=204744 CPUtime=640.99 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 156659 0 0 0 64026 73 0 0 25 0 1 0 609019780 209657856 35453 33554432000 4194304 4254575 140734973375952 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 51186 35453 231 15 0 47829 0
Current children cumulated CPU time (s) 640.99
Current children cumulated vsize (KiB) 204744

[startup+702.301 s]
/proc/loadavg: 4.04 4.05 3.91 5/411 17520
/proc/meminfo: memFree=23389780/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=155752 CPUtime=700.94 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 173042 0 0 0 70010 84 0 0 25 0 1 0 609019780 159490048 27509 33554432000 4194304 4254575 140734973375952 18446744073709551615 4216984 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 38938 27509 231 15 0 35581 0
Current children cumulated CPU time (s) 700.94
Current children cumulated vsize (KiB) 155752

[startup+762.315 s]
/proc/loadavg: 4.01 4.04 3.91 5/411 17522
/proc/meminfo: memFree=23373388/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=207064 CPUtime=760.95 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 181490 0 0 0 76005 90 0 0 25 0 1 0 609019780 212033536 35821 33554432000 4194304 4254575 140734973375952 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 51766 35821 231 15 0 48409 0
Current children cumulated CPU time (s) 760.95
Current children cumulated vsize (KiB) 207064

[startup+822.301 s]
/proc/loadavg: 4.00 4.03 3.91 5/411 17524
/proc/meminfo: memFree=23240064/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=210256 CPUtime=820.93 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 189161 0 0 0 82000 93 0 0 25 0 1 0 609019780 215302144 43369 33554432000 4194304 4254575 140734973375952 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 52564 43369 231 15 0 49207 0
Current children cumulated CPU time (s) 820.93
Current children cumulated vsize (KiB) 210256

[startup+882.301 s]
/proc/loadavg: 4.00 4.02 3.91 5/411 17525
/proc/meminfo: memFree=23367264/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=160440 CPUtime=880.92 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 203713 0 0 0 87993 99 0 0 25 0 1 0 609019780 164290560 29471 33554432000 4194304 4254575 140734973375952 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 40110 29471 231 15 0 36753 0
Current children cumulated CPU time (s) 880.92
Current children cumulated vsize (KiB) 160440

[startup+942.3 s]
/proc/loadavg: 3.50 3.89 3.87 4/405 17544
/proc/meminfo: memFree=23451572/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=212028 CPUtime=940.88 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 213036 0 0 0 93984 104 0 0 25 0 1 0 609019780 217116672 38625 33554432000 4194304 4254575 140734973375952 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 53007 38625 231 15 0 49650 0
Current children cumulated CPU time (s) 940.88
Current children cumulated vsize (KiB) 212028

[startup+1002.3 s]
/proc/loadavg: 3.18 3.72 3.81 4/405 17548
/proc/meminfo: memFree=23461752/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=95620 CPUtime=1000.48 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 222638 0 0 0 99928 120 0 0 25 0 1 0 609019780 97914880 18661 33554432000 4194304 4254575 140734973375952 18446744073709551615 4217046 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 23905 18661 231 15 0 20548 0
Current children cumulated CPU time (s) 1000.48
Current children cumulated vsize (KiB) 95620

[startup+1062.3 s]
/proc/loadavg: 3.14 3.62 3.77 4/405 17550
/proc/meminfo: memFree=23443508/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=166036 CPUtime=1060.47 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 237529 0 0 0 105923 124 0 0 25 0 1 0 609019780 170020864 33299 33554432000 4194304 4254575 140734973375952 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 41509 33299 231 15 0 38152 0
Current children cumulated CPU time (s) 1060.47
Current children cumulated vsize (KiB) 166036

[startup+1122.3 s]
/proc/loadavg: 3.08 3.52 3.72 4/405 17552
/proc/meminfo: memFree=23344916/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=217600 CPUtime=1120.46 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 246620 0 0 0 111917 129 0 0 25 0 1 0 609019780 222822400 42226 33554432000 4194304 4254575 140734973375952 18446744073709551615 4217004 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 54400 42226 231 15 0 51043 0
Current children cumulated CPU time (s) 1120.46
Current children cumulated vsize (KiB) 217600

[startup+1182.3 s]
/proc/loadavg: 3.10 3.45 3.69 4/405 17553
/proc/meminfo: memFree=23487752/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=137900 CPUtime=1180.45 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 260638 0 0 0 117912 133 0 0 25 0 1 0 609019780 141209600 26574 33554432000 4194304 4254575 140734973375952 18446744073709551615 4222919 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 34475 26574 231 15 0 31118 0
Current children cumulated CPU time (s) 1180.45
Current children cumulated vsize (KiB) 137900

[startup+1242.3 s]
/proc/loadavg: 3.07 3.38 3.64 4/405 17555
/proc/meminfo: memFree=23508572/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=169592 CPUtime=1240.44 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 271637 0 0 0 123907 137 0 0 25 0 1 0 609019780 173662208 37394 33554432000 4194304 4254575 140734973375952 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 42398 37394 231 15 0 39041 0
Current children cumulated CPU time (s) 1240.44
Current children cumulated vsize (KiB) 169592



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.02 3.31 3.60 4/405 17556
/proc/meminfo: memFree=23406756/32951132 swapFree=67093844/67111528
[pid=17379] ppid=17377 vsize=221228 CPUtime=1298.15 cores=4,6
/proc/17379/stat : 17379 (cir_minisat) R 17377 17379 15070 0 -1 4202496 279228 0 0 0 129675 140 0 0 25 0 1 0 609019780 226537472 44869 33554432000 4194304 4254575 140734973375952 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17379/statm: 55307 44869 231 15 0 51950 0
Current children cumulated CPU time (s) 1298.15
Current children cumulated vsize (KiB) 221228

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): 1298.16
CPU user time (s): 1296.75
CPU system time (s): 1.40879
CPU usage (%): 99.8569
Max. virtual memory (cumulated for all children) (KiB): 230016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1296.75
system time used= 1.40878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279229
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 1288

runsolver used 5.15822 second user time and 11.4603 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-09 22:50:11
IDJOB=3348494
IDBENCH=85975
IDSOLVER=1810
FILE ID=node128/3348494-1304974211
RUNJOBID= node128-1304974211-17344
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_32.renamed-as.sat05-1919.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348494-1304974211/watcher-3348494-1304974211 -o /tmp/evaluation-result-3348494-1304974211/solver-3348494-1304974211 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348494-1304974211.cnf

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

MD5SUM BENCH= 833432e05c2a1599e13dca28680b5df9
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:      23955224 kB
Buffers:        171168 kB
Cached:        3235164 kB
SwapCached:       1408 kB
Active:        5649716 kB
Inactive:      3032748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23955224 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:            6420 kB
Writeback:          12 kB
AnonPages:     5273052 kB
Mapped:          32180 kB
Slab:           210396 kB
PageTables:      38396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 100736048 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