Trace number 3348563

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark35.7406
Satisfiable
(Un)Satisfiability was proved
Number of variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
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-3348563-1304969404/watcher-3348563-1304969404 -o /tmp/evaluation-result-3348563-1304969404/solver-3348563-1304969404 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348563-1304969404.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.90 3.94 3.01 3/365 4027
/proc/meminfo: memFree=23329940/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=22352 CPUtime=0 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 1413 0 0 0 0 0 0 0 19 0 1 0 608540075 22888448 1327 33554432000 4194304 4254575 140735316722144 18446744073709551615 4239917 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 5588 1327 213 15 0 2231 0

[startup+0.064607 s]
/proc/loadavg: 3.90 3.94 3.01 3/365 4027
/proc/meminfo: memFree=23329940/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=25208 CPUtime=0.05 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 2480 0 0 0 5 0 0 0 19 0 1 0 608540075 25812992 2266 33554432000 4194304 4254575 140735316722144 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 6302 2266 232 15 0 2945 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 25208

[startup+0.100603 s]
/proc/loadavg: 3.90 3.94 3.01 3/365 4027
/proc/meminfo: memFree=23329940/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=25208 CPUtime=0.09 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 2490 0 0 0 9 0 0 0 19 0 1 0 608540075 25812992 2276 33554432000 4194304 4254575 140735316722144 18446744073709551615 4211241 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 6302 2276 232 15 0 2945 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25208

[startup+0.300568 s]
/proc/loadavg: 3.90 3.94 3.01 3/365 4027
/proc/meminfo: memFree=23329940/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=25364 CPUtime=0.29 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 2535 0 0 0 29 0 0 0 20 0 1 0 608540075 25972736 2317 33554432000 4194304 4254575 140735316722144 18446744073709551615 4223037 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 6341 2317 232 15 0 2984 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25364

[startup+0.700498 s]
/proc/loadavg: 3.90 3.94 3.01 3/365 4027
/proc/meminfo: memFree=23329940/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=25364 CPUtime=0.69 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 2540 0 0 0 69 0 0 0 20 0 1 0 608540075 25972736 2320 33554432000 4194304 4254575 140735316722144 18446744073709551615 4222781 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 6341 2320 232 15 0 2984 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25364

[startup+1.50036 s]
/proc/loadavg: 3.90 3.94 3.01 4/366 4028
/proc/meminfo: memFree=23319388/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=25396 CPUtime=1.49 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 2569 0 0 0 149 0 0 0 23 0 1 0 608540075 26005504 2342 33554432000 4194304 4254575 140735316722144 18446744073709551615 4216418 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 6349 2342 232 15 0 2992 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25396

[startup+3.10106 s]
/proc/loadavg: 3.90 3.94 3.01 4/363 4045
/proc/meminfo: memFree=23321452/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=25532 CPUtime=3.09 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 2611 0 0 0 309 0 0 0 25 0 1 0 608540075 26144768 2384 33554432000 4194304 4254575 140735316722144 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 6383 2384 232 15 0 3026 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25532

[startup+6.30055 s]
/proc/loadavg: 3.82 3.93 3.01 7/365 4049
/proc/meminfo: memFree=23243744/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=25532 CPUtime=6.29 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 2655 0 0 0 629 0 0 0 25 0 1 0 608540075 26144768 2426 33554432000 4194304 4254575 140735316722144 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 6383 2426 232 15 0 3026 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25532

[startup+12.7005 s]
/proc/loadavg: 4.38 4.04 3.06 5/365 4049
/proc/meminfo: memFree=23236448/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=25812 CPUtime=12.7 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 2795 0 0 0 1270 0 0 0 25 0 1 0 608540075 26431488 2565 33554432000 4194304 4254575 140735316722144 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 6453 2565 232 15 0 3096 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 25812

[startup+25.5003 s]
/proc/loadavg: 4.47 4.08 3.08 5/365 4050
/proc/meminfo: memFree=23122392/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=25960 CPUtime=25.49 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 3052 0 0 0 2549 0 0 0 25 0 1 0 608540075 26583040 2818 33554432000 4194304 4254575 140735316722144 18446744073709551615 4209812 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 6490 2818 232 15 0 3133 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25960

[startup+51.101 s]
/proc/loadavg: 5.15 4.26 3.17 5/365 4050
/proc/meminfo: memFree=22704952/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=26448 CPUtime=51.09 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 3465 0 0 0 5108 1 0 0 25 0 1 0 608540075 27082752 3219 33554432000 4194304 4254575 140735316722144 18446744073709551615 4216418 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 6612 3219 232 15 0 3255 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 26448

[startup+102.3 s]
/proc/loadavg: 6.90 4.87 3.43 4/363 4058
/proc/meminfo: memFree=22340476/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=30376 CPUtime=102.29 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 4508 0 0 0 10220 9 0 0 25 0 1 0 608540075 31105024 4247 33554432000 4194304 4254575 140735316722144 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 7594 4247 232 15 0 4237 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 30376

[startup+162.3 s]
/proc/loadavg: 7.48 5.43 3.72 5/365 4062
/proc/meminfo: memFree=22016120/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=36532 CPUtime=162.29 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 5791 0 0 0 16219 10 0 0 25 0 1 0 608540075 37408768 5513 33554432000 4194304 4254575 140735316722144 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 9133 5513 232 15 0 5776 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 36532

[startup+222.301 s]
/proc/loadavg: 7.56 5.80 3.94 4/364 4078
/proc/meminfo: memFree=22907408/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=45084 CPUtime=222.28 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 7002 0 0 0 22210 18 0 0 25 0 1 0 608540075 46166016 6707 33554432000 4194304 4254575 140735316722144 18446744073709551615 4222794 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 11271 6707 232 15 0 7914 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 45084

[startup+282.314 s]
/proc/loadavg: 7.12 5.96 4.11 6/365 4120
/proc/meminfo: memFree=23057228/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=45648 CPUtime=282.3 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 7836 0 0 0 28209 21 0 0 25 0 1 0 608540075 46743552 7518 33554432000 4194304 4254575 140735316722144 18446744073709551615 4216704 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 11412 7518 232 15 0 8055 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 45648

[startup+342.301 s]
/proc/loadavg: 6.49 6.02 4.25 4/364 4195
/proc/meminfo: memFree=22726996/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=59432 CPUtime=342.28 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 9066 0 0 0 34200 28 0 0 25 0 1 0 608540075 60858368 8726 33554432000 4194304 4254575 140735316722144 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 14858 8726 232 15 0 11501 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 59432

[startup+402.301 s]
/proc/loadavg: 6.90 6.24 4.44 6/368 4202
/proc/meminfo: memFree=22076912/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=61552 CPUtime=402.29 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 10350 0 0 0 40187 42 0 0 25 0 1 0 608540075 63029248 9987 33554432000 4194304 4254575 140735316722144 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 15388 9987 232 15 0 12031 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 61552

[startup+462.301 s]
/proc/loadavg: 5.16 5.86 4.41 5/365 4206
/proc/meminfo: memFree=22456768/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=38896 CPUtime=462.28 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 12696 0 0 0 46184 44 0 0 25 0 1 0 608540075 39829504 5794 33554432000 4194304 4254575 140735316722144 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 9724 5794 232 15 0 6367 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 38896

[startup+522.3 s]
/proc/loadavg: 4.50 5.54 4.39 5/368 4232
/proc/meminfo: memFree=22348396/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=43316 CPUtime=522.27 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 13605 0 0 0 52181 46 0 0 25 0 1 0 608540075 44355584 6671 33554432000 4194304 4254575 140735316722144 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 10829 6671 232 15 0 7472 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 43316

[startup+582.3 s]
/proc/loadavg: 4.18 5.26 4.37 5/368 4233
/proc/meminfo: memFree=22026968/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=50496 CPUtime=582.27 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 14358 0 0 0 58180 47 0 0 25 0 1 0 608540075 51707904 7409 33554432000 4194304 4254575 140735316722144 18446744073709551615 4222515 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 12624 7409 232 15 0 9267 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 50496

[startup+642.301 s]
/proc/loadavg: 4.13 5.04 4.35 5/368 4235
/proc/meminfo: memFree=21728100/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=50496 CPUtime=642.28 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 15229 0 0 0 64181 47 0 0 25 0 1 0 608540075 51707904 8259 33554432000 4194304 4254575 140735316722144 18446744073709551615 4217202 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 12624 8259 232 15 0 9267 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 50496

[startup+702.301 s]
/proc/loadavg: 4.21 4.91 4.34 5/368 4237
/proc/meminfo: memFree=21446344/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=62364 CPUtime=702.27 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 16463 0 0 0 70179 48 0 0 25 0 1 0 608540075 63860736 9477 33554432000 4194304 4254575 140735316722144 18446744073709551615 4223782 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 15591 9477 232 15 0 12234 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 62364

[startup+762.314 s]
/proc/loadavg: 4.12 4.74 4.32 5/368 4238
/proc/meminfo: memFree=21185796/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=63124 CPUtime=762.28 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 17552 0 0 0 76180 48 0 0 25 0 1 0 608540075 64638976 10551 33554432000 4194304 4254575 140735316722144 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 15781 10551 232 15 0 12424 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 63124

[startup+822.301 s]
/proc/loadavg: 4.05 4.62 4.30 5/368 4240
/proc/meminfo: memFree=20932312/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=63332 CPUtime=822.27 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 18409 0 0 0 82178 49 0 0 25 0 1 0 608540075 64851968 11389 33554432000 4194304 4254575 140735316722144 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 15833 11389 232 15 0 12476 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 63332

[startup+882.301 s]
/proc/loadavg: 4.16 4.53 4.29 5/368 4241
/proc/meminfo: memFree=20715284/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=64240 CPUtime=882.27 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 19269 0 0 0 88178 49 0 0 25 0 1 0 608540075 65781760 12229 33554432000 4194304 4254575 140735316722144 18446744073709551615 4223109 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 16060 12229 232 15 0 12703 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 64240

[startup+942.301 s]
/proc/loadavg: 4.12 4.45 4.27 5/368 4243
/proc/meminfo: memFree=20487716/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=45312 CPUtime=942.27 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 21269 0 0 0 94177 50 0 0 25 0 1 0 608540075 46399488 6646 33554432000 4194304 4254575 140735316722144 18446744073709551615 4209788 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 11328 6646 232 15 0 7971 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 45312

[startup+1002.3 s]
/proc/loadavg: 4.04 4.37 4.25 5/368 4245
/proc/meminfo: memFree=20268700/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=45312 CPUtime=1002.27 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 22282 0 0 0 100176 51 0 0 25 0 1 0 608540075 46399488 7646 33554432000 4194304 4254575 140735316722144 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 11328 7646 232 15 0 7971 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 45312

[startup+1062.3 s]
/proc/loadavg: 4.01 4.30 4.24 5/368 4246
/proc/meminfo: memFree=20043236/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=64056 CPUtime=1062.27 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 23202 0 0 0 106175 52 0 0 25 0 1 0 608540075 65593344 8549 33554432000 4194304 4254575 140735316722144 18446744073709551615 4222758 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 16014 8549 232 15 0 12657 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 64056

[startup+1122.3 s]
/proc/loadavg: 4.00 4.24 4.22 5/368 4248
/proc/meminfo: memFree=19784792/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=64056 CPUtime=1122.27 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 24082 0 0 0 112174 53 0 0 25 0 1 0 608540075 65593344 9416 33554432000 4194304 4254575 140735316722144 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 16014 9416 232 15 0 12657 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 64056

[startup+1182.3 s]
/proc/loadavg: 4.00 4.19 4.20 5/368 4249
/proc/meminfo: memFree=19558092/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=82912 CPUtime=1182.27 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 24775 0 0 0 118174 53 0 0 25 0 1 0 608540075 84901888 10096 33554432000 4194304 4254575 140735316722144 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 20728 10096 232 15 0 17371 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 82912

[startup+1242.3 s]
/proc/loadavg: 4.05 4.17 4.19 5/368 4251
/proc/meminfo: memFree=19307948/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=83148 CPUtime=1242.27 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 25658 0 0 0 124173 54 0 0 25 0 1 0 608540075 85143552 10958 33554432000 4194304 4254575 140735316722144 18446744073709551615 4224273 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 20787 10958 232 15 0 17430 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 83148



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.15 4.18 4/366 4254
/proc/meminfo: memFree=19210092/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=83148 CPUtime=1299.97 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 26490 0 0 0 129943 54 0 0 25 0 1 0 608540075 85143552 11761 33554432000 4194304 4254575 140735316722144 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 20787 11761 232 15 0 17430 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 83148

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

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

[startup+1300 s]
/proc/loadavg: 4.10 4.15 4.18 4/366 4254
/proc/meminfo: memFree=19210092/32951132 swapFree=64495964/67111528
[pid=4027] ppid=4025 vsize=83148 CPUtime=1299.97 cores=0,2
/proc/4027/stat : 4027 (cir_minisat) R 4025 4027 3848 0 -1 4202496 26490 0 0 0 129943 54 0 0 25 0 1 0 608540075 85143552 11761 33554432000 4194304 4254575 140735316722144 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4027/statm: 20787 11761 232 15 0 17430 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 83148

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1299.99
CPU user time (s): 1299.44
CPU system time (s): 0.546916
CPU usage (%): 99.9978
Max. virtual memory (cumulated for all children) (KiB): 83148

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

runsolver used 4.80127 second user time and 11.0373 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-09 21:30:05
IDJOB=3348563
IDBENCH=70873
IDSOLVER=1810
FILE ID=node129/3348563-1304969404
RUNJOBID= node129-1304968096-3866
PBS_JOBID= 13285621
Free space on /tmp= 48116 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-21-s100.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348563-1304969404/watcher-3348563-1304969404 -o /tmp/evaluation-result-3348563-1304969404/solver-3348563-1304969404 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348563-1304969404.cnf

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=1595969037

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:      23330096 kB
Buffers:        144204 kB
Cached:        4166988 kB
SwapCached:      52448 kB
Active:        2506116 kB
Inactive:      6914008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23330096 kB
SwapTotal:    67111528 kB
SwapFree:     64495964 kB
Dirty:            3784 kB
Writeback:           0 kB
AnonPages:     5065240 kB
Mapped:          17604 kB
Slab:            98272 kB
PageTables:      38856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 80020632 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= 48056 MiB
End job on node129 at 2011-05-09 21:51:47