Trace number 3380257

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-05-13 (simp)? (TO) 1300.06 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top30.cnf
MD5SUM31142839684b7824419884a35a31fc88
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark111.102
Satisfiable
(Un)Satisfiability was proved
Number of variables101451
Number of clauses323566
Sum of the clauses size791464
Maximum clause length3667
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2195809
Number of clauses of size 3125762
Number of clauses of size 4464
Number of clauses of size 528
Number of clauses of size over 51502

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 2.40 2.95 3.34 5/314 11018
/proc/meminfo: memFree=24552856/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=22748 CPUtime=0 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 1351 0 0 0 0 0 0 0 21 0 1 0 736150212 23293952 1294 33554432000 4194304 4300288 140736560957696 18446744073709551615 4240145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 5687 1296 217 26 0 2319 0

[startup+0.056217 s]
/proc/loadavg: 2.40 2.95 3.34 5/314 11018
/proc/meminfo: memFree=24552856/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=37040 CPUtime=0.05 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 4879 0 0 0 4 1 0 0 21 0 1 0 736150212 37928960 4584 33554432000 4194304 4300288 140736560957696 18446744073709551615 260020056773 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 9260 4587 218 26 0 5892 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 37040

[startup+0.100211 s]
/proc/loadavg: 2.40 2.95 3.34 5/314 11018
/proc/meminfo: memFree=24552856/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=43104 CPUtime=0.09 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 7139 0 0 0 8 1 0 0 21 0 1 0 736150212 44138496 6513 33554432000 4194304 4300288 140736560957696 18446744073709551615 260020056773 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 10776 6514 218 26 0 7408 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43104

[startup+0.300172 s]
/proc/loadavg: 2.40 2.95 3.34 5/314 11018
/proc/meminfo: memFree=24552856/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=62344 CPUtime=0.29 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 11403 0 0 0 27 2 0 0 22 0 1 0 736150212 63840256 10384 33554432000 4194304 4300288 140736560957696 18446744073709551615 4232486 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 15586 10385 222 26 0 12218 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62344

[startup+0.701102 s]
/proc/loadavg: 2.40 2.95 3.34 5/314 11018
/proc/meminfo: memFree=24552856/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=64084 CPUtime=0.69 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 15076 0 0 0 67 2 0 0 23 0 1 0 736150212 65622016 11509 33554432000 4194304 4300288 140736560957696 18446744073709551615 4230848 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 16021 11509 222 26 0 12653 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64084

[startup+1.50095 s]
/proc/loadavg: 2.40 2.95 3.34 5/315 11019
/proc/meminfo: memFree=24506728/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=56708 CPUtime=1.49 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 16292 0 0 0 147 2 0 0 25 0 1 0 736150212 58068992 9960 33554432000 4194304 4300288 140736560957696 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 14177 9960 243 26 0 10809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56708

[startup+3.10066 s]
/proc/loadavg: 2.40 2.95 3.34 5/315 11019
/proc/meminfo: memFree=24495816/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=63780 CPUtime=3.09 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 16763 0 0 0 307 2 0 0 25 0 1 0 736150212 65310720 10416 33554432000 4194304 4300288 140736560957696 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 15945 10416 243 26 0 12577 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63780

[startup+6.30107 s]
/proc/loadavg: 2.60 2.98 3.34 5/315 11019
/proc/meminfo: memFree=24478640/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=63780 CPUtime=6.29 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 17788 0 0 0 627 2 0 0 25 0 1 0 736150212 65310720 11415 33554432000 4194304 4300288 140736560957696 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 15945 11415 243 26 0 12577 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 63780

[startup+12.7009 s]
/proc/loadavg: 2.72 3.00 3.35 5/315 11019
/proc/meminfo: memFree=24410992/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=83240 CPUtime=12.69 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 22611 0 0 0 1266 3 0 0 25 0 1 0 736150212 85237760 16200 33554432000 4194304 4300288 140736560957696 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 20810 16200 243 26 0 17442 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83240

[startup+25.5006 s]
/proc/loadavg: 3.00 3.05 3.36 5/315 11020
/proc/meminfo: memFree=24364856/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=113884 CPUtime=25.48 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 26182 0 0 0 2545 3 0 0 25 0 1 0 736150212 116617216 19708 33554432000 4194304 4300288 140736560957696 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 28471 19708 243 26 0 25103 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 113884

[startup+51.1008 s]
/proc/loadavg: 3.34 3.12 3.37 5/315 11020
/proc/meminfo: memFree=24321724/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=144704 CPUtime=51.09 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 32318 0 0 0 5103 6 0 0 25 0 1 0 736150212 148176896 25744 33554432000 4194304 4300288 140736560957696 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 36176 25744 243 26 0 32808 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 144704

[startup+102.311 s]
/proc/loadavg: 3.71 3.26 3.40 5/315 11022
/proc/meminfo: memFree=24263656/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=101120 CPUtime=102.3 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 48103 0 0 0 10220 10 0 0 25 0 1 0 736150212 103546880 20969 33554432000 4194304 4300288 140736560957696 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 25280 20969 243 26 0 21912 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 101120

[startup+162.3 s]
/proc/loadavg: 3.89 3.39 3.44 5/315 11023
/proc/meminfo: memFree=24187712/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=162584 CPUtime=162.29 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 63357 0 0 0 16214 15 0 0 25 0 1 0 736150212 166486016 36012 33554432000 4194304 4300288 140736560957696 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 40646 36012 243 26 0 37278 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 162584

[startup+222.3 s]
/proc/loadavg: 4.06 3.53 3.48 5/315 11025
/proc/meminfo: memFree=24202680/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=111580 CPUtime=222.29 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 80076 0 0 0 22208 21 0 0 25 0 1 0 736150212 114257920 23613 33554432000 4194304 4300288 140736560957696 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 27895 23613 243 26 0 24527 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 111580

[startup+282.3 s]
/proc/loadavg: 4.02 3.61 3.51 5/315 11026
/proc/meminfo: memFree=24183808/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=223132 CPUtime=282.29 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 98169 0 0 0 28201 28 0 0 25 0 1 0 736150212 228487168 41477 33554432000 4194304 4300288 140736560957696 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 55783 41477 243 26 0 52415 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 223132

[startup+342.3 s]
/proc/loadavg: 4.00 3.68 3.54 6/316 11031
/proc/meminfo: memFree=24136900/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=100000 CPUtime=342.3 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 114444 0 0 0 34195 35 0 0 25 0 1 0 736150212 102400000 20255 33554432000 4194304 4300288 140736560957696 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 25000 20255 243 26 0 21632 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 100000

[startup+402.3 s]
/proc/loadavg: 4.00 3.73 3.56 5/315 11033
/proc/meminfo: memFree=24155340/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=180536 CPUtime=402.3 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 134149 0 0 0 40189 41 0 0 25 0 1 0 736150212 184868864 39733 33554432000 4194304 4300288 140736560957696 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 45134 39733 243 26 0 41766 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 180536

[startup+462.3 s]
/proc/loadavg: 4.11 3.81 3.60 5/315 11034
/proc/meminfo: memFree=24023352/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=230624 CPUtime=462.3 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 144617 0 0 0 46186 44 0 0 25 0 1 0 736150212 236158976 50055 33554432000 4194304 4300288 140736560957696 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 57656 50055 243 26 0 54288 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 230624

[startup+522.3 s]
/proc/loadavg: 4.04 3.84 3.62 5/315 11036
/proc/meminfo: memFree=24165684/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=153696 CPUtime=522.3 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 161863 0 0 0 52180 50 0 0 25 0 1 0 736150212 157384704 32081 33554432000 4194304 4300288 140736560957696 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 38424 32081 243 26 0 35056 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 153696

[startup+582.3 s]
/proc/loadavg: 4.01 3.87 3.64 5/315 11037
/proc/meminfo: memFree=24075744/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=234604 CPUtime=582.3 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 173530 0 0 0 58175 55 0 0 25 0 1 0 736150212 240234496 43562 33554432000 4194304 4300288 140736560957696 18446744073709551615 4256415 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 58651 43562 243 26 0 55283 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 234604

[startup+642.3 s]
/proc/loadavg: 4.00 3.89 3.66 5/315 11039
/proc/meminfo: memFree=24057488/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=234604 CPUtime=642.31 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 183878 0 0 0 64172 59 0 0 25 0 1 0 736150212 240234496 53779 33554432000 4194304 4300288 140736560957696 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 58651 53779 243 26 0 55283 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 234604

[startup+702.3 s]
/proc/loadavg: 4.00 3.91 3.68 5/315 11041
/proc/meminfo: memFree=24069724/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=187460 CPUtime=702.31 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 203510 0 0 0 70165 66 0 0 25 0 1 0 736150212 191959040 41013 33554432000 4194304 4300288 140736560957696 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 46865 41013 243 26 0 43497 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 187460

[startup+762.311 s]
/proc/loadavg: 4.04 3.94 3.70 5/315 11042
/proc/meminfo: memFree=23986996/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=237548 CPUtime=762.33 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 214106 0 0 0 76161 72 0 0 25 0 1 0 736150212 243249152 51497 33554432000 4194304 4300288 140736560957696 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 59387 51497 243 26 0 56019 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 237548

[startup+822.3 s]
/proc/loadavg: 4.05 3.96 3.72 5/315 11044
/proc/meminfo: memFree=24020312/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=321896 CPUtime=822.32 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 222712 0 0 0 82157 75 0 0 25 0 1 0 736150212 329621504 59959 33554432000 4194304 4300288 140736560957696 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 80474 59959 243 26 0 77106 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 321896

[startup+882.3 s]
/proc/loadavg: 4.02 3.97 3.74 5/315 11045
/proc/meminfo: memFree=24046828/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=172728 CPUtime=882.31 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 241881 0 0 0 88150 81 0 0 25 0 1 0 736150212 176873472 38035 33554432000 4194304 4300288 140736560957696 18446744073709551615 260020053744 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 43182 38035 243 26 0 39814 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 172728

[startup+942.3 s]
/proc/loadavg: 4.15 4.00 3.76 5/315 11047
/proc/meminfo: memFree=24037380/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=253636 CPUtime=942.31 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 255130 0 0 0 94143 88 0 0 25 0 1 0 736150212 259723264 51076 33554432000 4194304 4300288 140736560957696 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 63409 51076 243 26 0 60041 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 253636

[startup+1002.3 s]
/proc/loadavg: 4.05 4.00 3.77 5/315 11049
/proc/meminfo: memFree=23914704/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=335024 CPUtime=1002.32 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 264283 0 0 0 100140 92 0 0 25 0 1 0 736150212 343064576 60103 33554432000 4194304 4300288 140736560957696 18446744073709551615 4255761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 83756 60103 243 26 0 80388 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 335024

[startup+1062.3 s]
/proc/loadavg: 4.05 4.01 3.79 5/315 11050
/proc/meminfo: memFree=23972080/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=174236 CPUtime=1062.31 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 281049 0 0 0 106132 99 0 0 25 0 1 0 736150212 178417664 38789 33554432000 4194304 4300288 140736560957696 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 43559 38789 243 26 0 40191 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 174236

[startup+1122.3 s]
/proc/loadavg: 4.02 4.01 3.80 5/315 11052
/proc/meminfo: memFree=23978128/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=255144 CPUtime=1122.32 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 294786 0 0 0 112128 104 0 0 25 0 1 0 736150212 261267456 52350 33554432000 4194304 4300288 140736560957696 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 63786 52350 243 26 0 60418 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 255144

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.81 5/315 11053
/proc/meminfo: memFree=23867972/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=336532 CPUtime=1182.33 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 302688 0 0 0 118124 109 0 0 25 0 1 0 736150212 344608768 60141 33554432000 4194304 4300288 140736560957696 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 84133 60141 243 26 0 80765 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 336532

[startup+1242.3 s]
/proc/loadavg: 4.07 4.02 3.83 5/315 11055
/proc/meminfo: memFree=23913096/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=336532 CPUtime=1242.33 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 309240 0 0 0 124120 113 0 0 25 0 1 0 736150212 344608768 66596 33554432000 4194304 4300288 140736560957696 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 84133 66596 243 26 0 80765 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 336532



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.03 3.84 2/309 11060
/proc/meminfo: memFree=24438736/32951124 swapFree=67083432/67111528
[pid=11018] ppid=11016 vsize=211592 CPUtime=1300.04 cores=1,3
/proc/11018/stat : 11018 (cir_minisat) R 11016 11018 10957 0 -1 4202496 326984 0 0 0 129884 120 0 0 25 0 1 0 736150212 216670208 44381 33554432000 4194304 4300288 140736560957696 18446744073709551615 4272279 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11018/statm: 52898 44381 243 26 0 49530 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 211592

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.06
CPU user time (s): 1298.85
CPU system time (s): 1.20882
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 336532

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

runsolver used 3.70244 second user time and 9.31958 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-15 13:33:16
IDJOB=3380257
IDBENCH=83126
IDSOLVER=1863
FILE ID=node110/3380257-1305459196
RUNJOBID= node110-1305459196-10977
PBS_JOBID= 13324910
Free space on /tmp= 73596 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top30.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380257-1305459196/watcher-3380257-1305459196 -o /tmp/evaluation-result-3380257-1305459196/solver-3380257-1305459196 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380257-1305459196.cnf

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

MD5SUM BENCH= 31142839684b7824419884a35a31fc88
RANDOM SEED=212345113

node110.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.830
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.830
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.830
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.830
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.83
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.830
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.76
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.830
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.830
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.830
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:     32951124 kB
MemFree:      24553144 kB
Buffers:        292928 kB
Cached:        4292908 kB
SwapCached:       1440 kB
Active:        4750948 kB
Inactive:      3311828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24553144 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           17804 kB
Writeback:           0 kB
AnonPages:     3474972 kB
Mapped:          26648 kB
Slab:           246568 kB
PageTables:      24260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 63547968 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= 73608 MiB
End job on node110 at 2011-05-15 13:54:58