Trace number 3348705

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom17.cnf
MD5SUMa6df2ce216327c64a0156683acb72fc2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables32733
Number of clauses109177
Sum of the clauses size278009
Maximum clause length1080
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256533
Number of clauses of size 352066
Number of clauses of size 4152
Number of clauses of size 515
Number of clauses of size over 5410

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-3348705-1304972569/watcher-3348705-1304972569 -o /tmp/evaluation-result-3348705-1304972569/solver-3348705-1304972569 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348705-1304972569.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: 1.65 3.18 3.47 3/276 13891
/proc/meminfo: memFree=4491512/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=22308 CPUtime=0 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 1387 0 0 0 0 0 0 0 23 0 1 0 608856638 22843392 1304 33554432000 4194304 4254575 140736343496000 18446744073709551615 4241276 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 5577 1304 213 15 0 2220 0

[startup+0.0997871 s]
/proc/loadavg: 1.65 3.18 3.47 3/276 13891
/proc/meminfo: memFree=4491512/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=25620 CPUtime=0.09 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 2657 0 0 0 9 0 0 0 24 0 1 0 608856638 26234880 2450 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 6405 2450 232 15 0 3048 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25620

[startup+0.100783 s]
/proc/loadavg: 1.65 3.18 3.47 3/276 13891
/proc/meminfo: memFree=4491512/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=25620 CPUtime=0.09 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 2657 0 0 0 9 0 0 0 24 0 1 0 608856638 26234880 2450 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 6405 2450 232 15 0 3048 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25620

[startup+0.300859 s]
/proc/loadavg: 1.65 3.18 3.47 3/276 13891
/proc/meminfo: memFree=4491512/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=25828 CPUtime=0.29 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 2744 0 0 0 29 0 0 0 25 0 1 0 608856638 26447872 2537 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216819 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 6457 2537 232 15 0 3100 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25828

[startup+0.700681 s]
/proc/loadavg: 1.65 3.18 3.47 3/276 13891
/proc/meminfo: memFree=4491512/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=26140 CPUtime=0.69 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 3045 0 0 0 69 0 0 0 25 0 1 0 608856638 26767360 2835 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216540 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 6535 2835 232 15 0 3178 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26140

[startup+1.50054 s]
/proc/loadavg: 1.65 3.18 3.47 5/285 13908
/proc/meminfo: memFree=4445392/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=26488 CPUtime=1.49 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 3516 0 0 0 149 0 0 0 25 0 1 0 608856638 27123712 3298 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 6622 3298 232 15 0 3265 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26488

[startup+3.10031 s]
/proc/loadavg: 1.65 3.18 3.47 5/285 13908
/proc/meminfo: memFree=4433988/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=34076 CPUtime=3.09 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 4408 0 0 0 309 0 0 0 25 0 1 0 608856638 34893824 4183 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 8519 4183 232 15 0 5162 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34076

[startup+6.30075 s]
/proc/loadavg: 1.84 3.20 3.48 5/285 13908
/proc/meminfo: memFree=4406444/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=42360 CPUtime=6.29 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 6170 0 0 0 628 1 0 0 25 0 1 0 608856638 43376640 5927 33554432000 4194304 4254575 140736343496000 18446744073709551615 4217186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 10590 5927 232 15 0 7233 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42360

[startup+12.7006 s]
/proc/loadavg: 2.01 3.21 3.48 5/285 13908
/proc/meminfo: memFree=4354996/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=55972 CPUtime=12.69 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 9031 0 0 0 1268 1 0 0 25 0 1 0 608856638 57315328 8762 33554432000 4194304 4254575 140736343496000 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 13993 8762 232 15 0 10636 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55972

[startup+25.5003 s]
/proc/loadavg: 2.45 3.25 3.49 5/285 13908
/proc/meminfo: memFree=4269328/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=77232 CPUtime=25.49 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 13469 0 0 0 2547 2 0 0 25 0 1 0 608856638 79085568 13158 33554432000 4194304 4254575 140736343496000 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 19308 13158 232 15 0 15951 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77232

[startup+51.1008 s]
/proc/loadavg: 2.98 3.31 3.50 5/285 13909
/proc/meminfo: memFree=4218676/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=51160 CPUtime=51.09 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 24823 0 0 0 5105 4 0 0 25 0 1 0 608856638 52387840 8843 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216838 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 12790 8843 232 15 0 9433 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 51160

[startup+102.311 s]
/proc/loadavg: 3.55 3.41 3.52 5/285 13911
/proc/meminfo: memFree=4004520/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=167576 CPUtime=102.3 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 42730 0 0 0 10220 10 0 0 25 0 1 0 608856638 171597824 26615 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216838 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 41894 26615 232 15 0 38537 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 167576

[startup+162.301 s]
/proc/loadavg: 3.93 3.55 3.56 5/285 13912
/proc/meminfo: memFree=4106556/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=120536 CPUtime=162.3 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 63382 0 0 0 16214 16 0 0 25 0 1 0 608856638 123428864 24594 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 30134 24594 232 15 0 26777 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 120536

[startup+222.3 s]
/proc/loadavg: 3.97 3.63 3.58 5/285 13914
/proc/meminfo: memFree=3974472/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=124400 CPUtime=222.29 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 82390 0 0 0 22208 21 0 0 25 0 1 0 608856638 127385600 21474 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 31100 21474 232 15 0 27743 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 124400

[startup+282.301 s]
/proc/loadavg: 3.99 3.69 3.61 5/285 13915
/proc/meminfo: memFree=4042416/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=77152 CPUtime=282.3 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 100046 0 0 0 28204 26 0 0 25 0 1 0 608856638 79003648 15302 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 19288 15302 232 15 0 15931 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 77152

[startup+342.301 s]
/proc/loadavg: 3.99 3.74 3.63 5/285 13917
/proc/meminfo: memFree=3941712/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=179008 CPUtime=342.3 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 115402 0 0 0 34200 30 0 0 25 0 1 0 608856638 183304192 30522 33554432000 4194304 4254575 140736343496000 18446744073709551615 4217008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 44752 30522 232 15 0 41395 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 179008

[startup+402.3 s]
/proc/loadavg: 3.99 3.79 3.65 5/285 13919
/proc/meminfo: memFree=3841508/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=131064 CPUtime=402.3 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 136399 0 0 0 40195 35 0 0 25 0 1 0 608856638 134209536 26412 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 32766 26412 232 15 0 29409 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 131064

[startup+462.301 s]
/proc/loadavg: 4.05 3.84 3.67 5/285 13920
/proc/meminfo: memFree=3960896/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=74492 CPUtime=462.3 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 155095 0 0 0 46188 42 0 0 25 0 1 0 608856638 76279808 14811 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 18623 14811 232 15 0 15266 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 74492

[startup+522.301 s]
/proc/loadavg: 4.02 3.87 3.69 5/285 13922
/proc/meminfo: memFree=4029704/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=186372 CPUtime=522.3 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 172347 0 0 0 52183 47 0 0 25 0 1 0 608856638 190844928 31920 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216526 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 46593 31920 232 15 0 43236 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 186372

[startup+582.301 s]
/proc/loadavg: 4.05 3.90 3.71 5/285 13923
/proc/meminfo: memFree=3878160/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=138228 CPUtime=582.3 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 190647 0 0 0 58176 54 0 0 25 0 1 0 608856638 141545472 23317 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216744 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 34557 23317 232 15 0 31200 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 138228

[startup+642.3 s]
/proc/loadavg: 4.02 3.92 3.73 5/285 13925
/proc/meminfo: memFree=3894512/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=189276 CPUtime=642.31 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 206557 0 0 0 64173 58 0 0 25 0 1 0 608856638 193818624 39119 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 47319 39119 232 15 0 43962 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 189276

[startup+702.301 s]
/proc/loadavg: 4.14 3.96 3.75 5/285 13927
/proc/meminfo: memFree=4073436/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=141036 CPUtime=702.31 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 229809 0 0 0 70166 65 0 0 25 0 1 0 608856638 144420864 27794 33554432000 4194304 4254575 140736343496000 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 35259 27794 232 15 0 31902 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 141036

[startup+762.31 s]
/proc/loadavg: 4.05 3.97 3.76 5/285 13928
/proc/meminfo: memFree=3825668/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=193124 CPUtime=762.31 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 243885 0 0 0 76162 69 0 0 25 0 1 0 608856638 197758976 41761 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 48281 41761 232 15 0 44924 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 193124

[startup+822.3 s]
/proc/loadavg: 4.02 3.97 3.78 5/285 13930
/proc/meminfo: memFree=3775440/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=143604 CPUtime=822.32 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 260539 0 0 0 82155 77 0 0 25 0 1 0 608856638 147050496 27083 33554432000 4194304 4254575 140736343496000 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 35901 27083 232 15 0 32544 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 143604

[startup+882.301 s]
/proc/loadavg: 4.00 3.97 3.79 5/285 13931
/proc/meminfo: memFree=3859124/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=83404 CPUtime=882.31 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 273127 0 0 0 88151 80 0 0 25 0 1 0 608856638 85405696 15309 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 20851 15309 232 15 0 17494 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 83404

[startup+942.301 s]
/proc/loadavg: 4.00 3.97 3.80 5/285 13933
/proc/meminfo: memFree=3746400/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=148432 CPUtime=942.31 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 287429 0 0 0 94146 85 0 0 25 0 1 0 608856638 151994368 29474 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 37108 29474 232 15 0 33751 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 148432

[startup+1002.3 s]
/proc/loadavg: 4.07 3.99 3.82 5/285 13935
/proc/meminfo: memFree=3833680/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=203196 CPUtime=1002.31 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 294405 0 0 0 100144 87 0 0 25 0 1 0 608856638 208072704 36390 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 50799 36390 232 15 0 47442 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 203196

[startup+1062.3 s]
/proc/loadavg: 4.02 3.99 3.82 5/285 13936
/proc/meminfo: memFree=4010364/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=105084 CPUtime=1062.32 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 307179 0 0 0 106141 91 0 0 25 0 1 0 608856638 107606016 20861 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 26271 20861 232 15 0 22914 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 105084

[startup+1122.3 s]
/proc/loadavg: 4.07 4.00 3.83 5/285 13938
/proc/meminfo: memFree=3791852/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=205484 CPUtime=1122.32 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 321125 0 0 0 112136 96 0 0 25 0 1 0 608856638 210415616 34679 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 51371 34679 232 15 0 48014 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 205484

[startup+1182.3 s]
/proc/loadavg: 4.02 4.00 3.84 5/285 13939
/proc/meminfo: memFree=3754628/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=107272 CPUtime=1182.32 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 336981 0 0 0 118131 101 0 0 25 0 1 0 608856638 109846528 21559 33554432000 4194304 4254575 140736343496000 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 26818 21559 232 15 0 23461 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 107272

[startup+1242.3 s]
/proc/loadavg: 4.08 4.02 3.85 5/285 13941
/proc/meminfo: memFree=3657516/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=207560 CPUtime=1242.32 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 352099 0 0 0 124125 107 0 0 25 0 1 0 608856638 212541440 36540 33554432000 4194304 4254575 140736343496000 18446744073709551615 4217046 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 51890 36540 232 15 0 48533 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 207560



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.03 3.86 4/283 13943
/proc/meminfo: memFree=4175100/32950904 swapFree=67057400/67111528
[pid=13891] ppid=13889 vsize=129356 CPUtime=1300.03 cores=4,6
/proc/13891/stat : 13891 (cir_minisat) R 13889 13891 13021 0 -1 4202496 368244 0 0 0 129891 112 0 0 25 0 1 0 608856638 132460544 24937 33554432000 4194304 4254575 140736343496000 18446744073709551615 4216573 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13891/statm: 32339 24937 232 15 0 28982 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 129356

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.05
CPU user time (s): 1298.92
CPU system time (s): 1.13183
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 283308

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

runsolver used 3.36449 second user time and 7.92879 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-09 22:22:49
IDJOB=3348705
IDBENCH=83134
IDSOLVER=1810
FILE ID=node121/3348705-1304972569
RUNJOBID= node121-1304972568-13866
PBS_JOBID= 13285629
Free space on /tmp= 43996 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom17.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348705-1304972569/watcher-3348705-1304972569 -o /tmp/evaluation-result-3348705-1304972569/solver-3348705-1304972569 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348705-1304972569.cnf

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

MD5SUM BENCH= a6df2ce216327c64a0156683acb72fc2
RANDOM SEED=754051258

node121.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.817
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.63
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.817
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	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.817
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.74
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.817
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.817
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:       4491684 kB
Buffers:        236544 kB
Cached:       22038592 kB
SwapCached:       7408 kB
Active:       13115828 kB
Inactive:     14541640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:       4491684 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:            6996 kB
Writeback:           0 kB
AnonPages:     5379800 kB
Mapped:          21692 kB
Slab:           716168 kB
PageTables:      25020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30682444 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 43992 MiB
End job on node121 at 2011-05-09 22:44:31