Trace number 3348714

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: cir_minisat 2011-03-02? (TO) 1300.02 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom23.cnf
MD5SUMe560aa6505ddce6d3784f70d5b7aff66
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 variables57800
Number of clauses193923
Sum of the clauses size495331
Maximum clause length1803
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298497
Number of clauses of size 394437
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5692

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-3348714-1304972832/watcher-3348714-1304972832 -o /tmp/evaluation-result-3348714-1304972832/solver-3348714-1304972832 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348714-1304972832.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: 0.96 1.29 2.36 5/313 4823
/proc/meminfo: memFree=13665364/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=11796 CPUtime=0 cores=0,2
/proc/4823/stat : 4823 (runsolver) R 4821 4823 4116 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 608881085 12079104 49 33554432000 4194304 5432360 140736481643424 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/4823/statm: 2949 49 30 303 0 2643 0

[startup+0.023066 s]
/proc/loadavg: 0.96 1.29 2.36 5/313 4823
/proc/meminfo: memFree=13665364/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=24680 CPUtime=0.01 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 1954 0 0 0 1 0 0 0 20 0 1 0 608881085 25272320 1784 33554432000 4194304 4254575 140736593961824 18446744073709551615 4201528 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4823/statm: 6170 1784 213 15 0 2813 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 24680

[startup+0.123044 s]
/proc/loadavg: 0.96 1.29 2.36 5/313 4823
/proc/meminfo: memFree=13665364/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=30364 CPUtime=0.1 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 4187 0 0 0 10 0 0 0 20 0 1 0 608881085 31092736 3798 33554432000 4194304 4254575 140736593961824 18446744073709551615 4223282 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4823/statm: 7591 3798 232 15 0 4234 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 30364

[startup+0.301011 s]
/proc/loadavg: 0.96 1.29 2.36 5/313 4823
/proc/meminfo: memFree=13665364/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=30856 CPUtime=0.28 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 4360 0 0 0 28 0 0 0 21 0 1 0 608881085 31596544 3967 33554432000 4194304 4254575 140736593961824 18446744073709551615 4231535 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4823/statm: 7714 3967 232 15 0 4357 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 30856

[startup+0.700947 s]
/proc/loadavg: 0.96 1.29 2.36 5/313 4823
/proc/meminfo: memFree=13665364/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=31144 CPUtime=0.68 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 4565 0 0 0 68 0 0 0 22 0 1 0 608881085 31891456 4144 33554432000 4194304 4254575 140736593961824 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4823/statm: 7786 4144 233 15 0 4429 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 31144

[startup+1.50079 s]
/proc/loadavg: 0.96 1.29 2.36 5/314 4824
/proc/meminfo: memFree=13628904/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=34032 CPUtime=1.47 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 5057 0 0 0 147 0 0 0 25 0 1 0 608881085 34848768 4581 33554432000 4194304 4254575 140736593961824 18446744073709551615 4216540 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4823/statm: 8508 4581 233 15 0 5151 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 34032

[startup+3.10049 s]
/proc/loadavg: 1.21 1.34 2.37 5/314 4824
/proc/meminfo: memFree=13619480/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=39044 CPUtime=3.06 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 5858 0 0 0 306 0 0 0 25 0 1 0 608881085 39981056 5331 33554432000 4194304 4254575 140736593961824 18446744073709551615 4209475 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4823/statm: 9761 5331 233 15 0 6404 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 39044

[startup+6.30097 s]
/proc/loadavg: 1.21 1.34 2.37 5/314 4824
/proc/meminfo: memFree=13597900/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=40328 CPUtime=6.25 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 7022 0 0 0 625 0 0 0 25 0 1 0 608881085 41295872 6454 33554432000 4194304 4254575 140736593961824 18446744073709551615 4216431 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 10082 6454 233 15 0 6725 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 40328

[startup+12.7008 s]
/proc/loadavg: 1.43 1.38 2.38 5/314 4824
/proc/meminfo: memFree=13581472/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=60832 CPUtime=12.65 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 9703 0 0 0 1264 1 0 0 25 0 1 0 608881085 62291968 9064 33554432000 4194304 4254575 140736593961824 18446744073709551615 4217053 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 15208 9064 233 15 0 11851 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 60832

[startup+25.5004 s]
/proc/loadavg: 2.00 1.51 2.41 5/314 4825
/proc/meminfo: memFree=13521340/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=82116 CPUtime=25.45 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 15653 0 0 0 2543 2 0 0 25 0 1 0 608881085 84086784 14898 33554432000 4194304 4254575 140736593961824 18446744073709551615 4216707 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 20529 14898 233 15 0 17172 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 82116

[startup+51.1007 s]
/proc/loadavg: 2.68 1.71 2.45 5/314 4825
/proc/meminfo: memFree=13445636/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=117140 CPUtime=51.05 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 24907 0 0 0 5100 5 0 0 25 0 1 0 608881085 119951360 24075 33554432000 4194304 4254575 140736593961824 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 29285 24075 233 15 0 25928 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 117140

[startup+102.311 s]
/proc/loadavg: 3.52 2.11 2.54 5/314 4827
/proc/meminfo: memFree=13343192/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=173828 CPUtime=102.26 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 39064 0 0 0 10216 10 0 0 25 0 1 0 608881085 177999872 38098 33554432000 4194304 4254575 140736593961824 18446744073709551615 4216744 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 43457 38098 233 15 0 40100 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 173828

[startup+162.301 s]
/proc/loadavg: 3.81 2.42 2.62 5/314 4828
/proc/meminfo: memFree=13459856/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=68772 CPUtime=162.25 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 57271 0 0 0 16207 18 0 0 25 0 1 0 608881085 70422528 12956 33554432000 4194304 4254575 140736593961824 18446744073709551615 4216744 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 17193 12956 233 15 0 13836 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 68772

[startup+222.301 s]
/proc/loadavg: 3.93 2.73 2.71 5/314 4830
/proc/meminfo: memFree=13331620/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=180792 CPUtime=222.26 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 80463 0 0 0 22201 25 0 0 25 0 1 0 608881085 185131008 36011 33554432000 4194304 4254575 140736593961824 18446744073709551615 4216438 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 45198 36011 233 15 0 41841 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 180792

[startup+282.301 s]
/proc/loadavg: 4.05 2.96 2.79 5/314 4831
/proc/meminfo: memFree=13244416/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=267460 CPUtime=282.26 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 99269 0 0 0 28196 30 0 0 25 0 1 0 608881085 273879040 54720 33554432000 4194304 4254575 140736593961824 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 66865 54720 233 15 0 63508 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 267460

[startup+342.301 s]
/proc/loadavg: 4.09 3.16 2.86 5/314 4833
/proc/meminfo: memFree=13160564/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=404468 CPUtime=342.26 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 114733 0 0 0 34191 35 0 0 25 0 1 0 608881085 414175232 70101 33554432000 4194304 4254575 140736593961824 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 101117 70101 233 15 0 97760 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 404468

[startup+402.301 s]
/proc/loadavg: 4.18 3.34 2.94 5/314 4835
/proc/meminfo: memFree=13349756/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=112632 CPUtime=402.26 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 134800 0 0 0 40185 41 0 0 25 0 1 0 608881085 115335168 22603 33554432000 4194304 4254575 140736593961824 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 28158 22603 233 15 0 24801 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 112632

[startup+462.301 s]
/proc/loadavg: 4.06 3.46 3.01 5/314 4836
/proc/meminfo: memFree=13279056/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=194128 CPUtime=462.26 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 155548 0 0 0 46179 47 0 0 25 0 1 0 608881085 198787072 43212 33554432000 4194304 4254575 140736593961824 18446744073709551615 4216502 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 48532 43212 233 15 0 45175 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 194128

[startup+522.3 s]
/proc/loadavg: 4.17 3.60 3.08 5/314 4838
/proc/meminfo: memFree=13147948/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=276456 CPUtime=522.27 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 171250 0 0 0 52174 53 0 0 25 0 1 0 608881085 283090944 58825 33554432000 4194304 4254575 140736593961824 18446744073709551615 4216520 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 69114 58825 233 15 0 65757 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 276456

[startup+582.3 s]
/proc/loadavg: 4.06 3.67 3.14 5/314 4839
/proc/meminfo: memFree=13130568/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=412276 CPUtime=582.26 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 183616 0 0 0 58169 57 0 0 25 0 1 0 608881085 422170624 71080 33554432000 4194304 4254575 140736593961824 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 103069 71080 233 15 0 99712 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 412276

[startup+642.301 s]
/proc/loadavg: 4.05 3.74 3.20 5/314 4841
/proc/meminfo: memFree=13081808/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=418488 CPUtime=642.28 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 194094 0 0 0 64167 61 0 0 25 0 1 0 608881085 428531712 81489 33554432000 4194304 4254575 140736593961824 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 104622 81489 233 15 0 101265 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 418488

[startup+702.301 s]
/proc/loadavg: 4.06 3.80 3.25 5/314 4843
/proc/meminfo: memFree=13247060/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=205268 CPUtime=702.28 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 217296 0 0 0 70158 70 0 0 25 0 1 0 608881085 210194432 37194 33554432000 4194304 4254575 140736593961824 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 51317 37194 233 15 0 47960 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 205268

[startup+762.312 s]
/proc/loadavg: 4.02 3.84 3.29 5/314 4844
/proc/meminfo: memFree=13151908/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=287264 CPUtime=762.28 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 234298 0 0 0 76153 75 0 0 25 0 1 0 608881085 294158336 54059 33554432000 4194304 4254575 140736593961824 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 71816 54059 233 15 0 68459 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 287264

[startup+822.301 s]
/proc/loadavg: 4.01 3.86 3.33 5/314 4846
/proc/meminfo: memFree=13093980/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=420864 CPUtime=822.28 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 248712 0 0 0 82146 82 0 0 25 0 1 0 608881085 430964736 68344 33554432000 4194304 4254575 140736593961824 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 105216 68344 233 15 0 101859 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 420864

[startup+882.301 s]
/proc/loadavg: 4.04 3.90 3.38 5/314 4847
/proc/meminfo: memFree=12988560/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=422664 CPUtime=882.28 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 262536 0 0 0 88141 87 0 0 25 0 1 0 608881085 432807936 82097 33554432000 4194304 4254575 140736593961824 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 105666 82097 233 15 0 102309 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 422664

[startup+942.301 s]
/proc/loadavg: 4.10 3.94 3.42 5/314 4849
/proc/meminfo: memFree=13275728/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=109988 CPUtime=942.28 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 281578 0 0 0 94132 96 0 0 25 0 1 0 608881085 112627712 21692 33554432000 4194304 4254575 140736593961824 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 27497 21692 233 15 0 24140 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 109988

[startup+1002.3 s]
/proc/loadavg: 4.10 3.98 3.47 5/314 4851
/proc/meminfo: memFree=13199064/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=210452 CPUtime=1002.29 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 301350 0 0 0 100127 102 0 0 25 0 1 0 608881085 215502848 41331 33554432000 4194304 4254575 140736593961824 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 52613 41331 233 15 0 49256 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 210452

[startup+1062.3 s]
/proc/loadavg: 4.08 3.99 3.50 5/314 4852
/proc/meminfo: memFree=13100820/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=292416 CPUtime=1062.29 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 317240 0 0 0 106121 108 0 0 25 0 1 0 608881085 299433984 57129 33554432000 4194304 4254575 140736593961824 18446744073709551615 4222744 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 73104 57129 233 15 0 69747 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 292416

[startup+1122.3 s]
/proc/loadavg: 4.03 3.99 3.53 5/314 4854
/proc/meminfo: memFree=13028116/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=293720 CPUtime=1122.29 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 329339 0 0 0 112115 114 0 0 25 0 1 0 608881085 300769280 69140 33554432000 4194304 4254575 140736593961824 18446744073709551615 4216768 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 73430 69140 233 15 0 70073 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 293720

[startup+1182.3 s]
/proc/loadavg: 4.01 3.99 3.56 5/314 4855
/proc/meminfo: memFree=12962372/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=428384 CPUtime=1182.29 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 340908 0 0 0 118111 118 0 0 25 0 1 0 608881085 438665216 80637 33554432000 4194304 4254575 140736593961824 18446744073709551615 4216520 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 107096 80637 233 15 0 103739 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 428384

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.58 5/314 4857
/proc/meminfo: memFree=13263788/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=116300 CPUtime=1242.29 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 355565 0 0 0 124105 124 0 0 25 0 1 0 608881085 119091200 22998 33554432000 4194304 4254575 140736593961824 18446744073709551615 4216771 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 29075 22998 233 15 0 25718 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 116300



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.60 2/311 4862
/proc/meminfo: memFree=13460560/32951124 swapFree=66050672/67111528
[pid=4823] ppid=4821 vsize=300072 CPUtime=1300 cores=0,2
/proc/4823/stat : 4823 (cir_minisat) R 4821 4823 4116 0 -1 4202496 383701 0 0 0 129868 132 0 0 25 0 1 0 608881085 307273728 51032 33554432000 4194304 4254575 140736593961824 18446744073709551615 4216799 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4823/statm: 75018 51032 233 15 0 71661 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 300072

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.02
CPU user time (s): 1298.69
CPU system time (s): 1.3378
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 441320

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

runsolver used 4.15237 second user time and 8.76467 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-09 22:27:12
IDJOB=3348714
IDBENCH=83137
IDSOLVER=1810
FILE ID=node135/3348714-1304972832
RUNJOBID= node135-1304972832-4781
PBS_JOBID= 13285615
Free space on /tmp= 46512 MiB

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

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

MD5SUM BENCH= e560aa6505ddce6d3784f70d5b7aff66
RANDOM SEED=239858130

node135.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.851
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.851
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13665768 kB
Buffers:        165780 kB
Cached:        4468896 kB
SwapCached:      50364 kB
Active:        9478100 kB
Inactive:      9577016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13665768 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:            6248 kB
Writeback:           0 kB
AnonPages:    14375364 kB
Mapped:          18768 kB
Slab:           121212 kB
PageTables:      47184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57118736 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 46516 MiB
End job on node135 at 2011-05-09 22:48:54