Trace number 3350515

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: contrasat 2011-03-02? (TO) 1300.06 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top24.cnf
MD5SUM1f485d737caaaca49e2c467c83cbdcec
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark520.047
Satisfiable
(Un)Satisfiability was proved
Number of variables65983
Number of clauses209942
Sum of the clauses size513194
Maximum clause length2578
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2127592
Number of clauses of size 380970
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 51058

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

running on 2 cores: 5,7

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: 4.00 3.88 3.63 4/359 4071
/proc/meminfo: memFree=26909444/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=26304 CPUtime=0 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 2127 0 0 0 0 0 0 0 25 0 1 0 608774598 26935296 2057 33554432000 4194304 4298156 140736161202480 18446744073709551615 230809223594 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 6643 2059 215 26 0 3275 0

[startup+0.049544 s]
/proc/loadavg: 4.00 3.88 3.63 4/359 4071
/proc/meminfo: memFree=26909444/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=34160 CPUtime=0.04 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 4706 0 0 0 4 0 0 0 25 0 1 0 608774598 34979840 4272 33554432000 4194304 4298156 140736161202480 18446744073709551615 4245781 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 8540 4285 216 26 0 5172 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 34160

[startup+0.100523 s]
/proc/loadavg: 4.00 3.88 3.63 4/359 4071
/proc/meminfo: memFree=26909444/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=42608 CPUtime=0.09 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 7289 0 0 0 9 0 0 0 25 0 1 0 608774598 43630592 6317 33554432000 4194304 4298156 140736161202480 18446744073709551615 4218776 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 10652 6317 221 26 0 7284 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42608

[startup+0.300499 s]
/proc/loadavg: 4.00 3.88 3.63 4/359 4071
/proc/meminfo: memFree=26909444/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=48616 CPUtime=0.29 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 11402 0 0 0 28 1 0 0 25 0 1 0 608774598 49782784 7686 33554432000 4194304 4298156 140736161202480 18446744073709551615 230808826565 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 12154 7686 223 26 0 8786 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48616

[startup+0.700413 s]
/proc/loadavg: 4.00 3.88 3.63 4/359 4071
/proc/meminfo: memFree=26909444/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=44544 CPUtime=0.69 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 13266 0 0 0 68 1 0 0 25 0 1 0 608774598 45613056 6981 33554432000 4194304 4298156 140736161202480 18446744073709551615 4256304 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 11136 6981 242 26 0 7768 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44544

[startup+1.50027 s]
/proc/loadavg: 4.00 3.88 3.63 5/360 4072
/proc/meminfo: memFree=26880304/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=44544 CPUtime=1.49 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 13555 0 0 0 148 1 0 0 25 0 1 0 608774598 45613056 7244 33554432000 4194304 4298156 140736161202480 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 11136 7244 242 26 0 7768 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44544

[startup+3.10097 s]
/proc/loadavg: 4.00 3.88 3.63 5/360 4072
/proc/meminfo: memFree=26873600/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=51620 CPUtime=3.09 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 15275 0 0 0 308 1 0 0 25 0 1 0 608774598 52858880 8553 33554432000 4194304 4298156 140736161202480 18446744073709551615 4256274 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 12905 8553 242 26 0 9537 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51620

[startup+6.30039 s]
/proc/loadavg: 4.00 3.88 3.63 5/360 4072
/proc/meminfo: memFree=26868028/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=54340 CPUtime=6.29 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 16186 0 0 0 627 2 0 0 25 0 1 0 608774598 55644160 9400 33554432000 4194304 4298156 140736161202480 18446744073709551615 4256809 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 13585 9400 242 26 0 10217 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54340

[startup+12.7002 s]
/proc/loadavg: 4.00 3.88 3.63 5/360 4072
/proc/meminfo: memFree=26882740/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=58760 CPUtime=12.69 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 17942 0 0 0 1267 2 0 0 25 0 1 0 608774598 60170240 10840 33554432000 4194304 4298156 140736161202480 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 14690 10840 242 26 0 11322 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58760

[startup+25.5009 s]
/proc/loadavg: 4.00 3.89 3.64 5/360 4073
/proc/meminfo: memFree=26862136/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=74688 CPUtime=25.49 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 21958 0 0 0 2546 3 0 0 25 0 1 0 608774598 76480512 14325 33554432000 4194304 4298156 140736161202480 18446744073709551615 4256912 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 18672 14325 242 26 0 15304 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74688

[startup+51.1002 s]
/proc/loadavg: 4.00 3.89 3.65 5/360 4073
/proc/meminfo: memFree=26823100/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=81868 CPUtime=51.1 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 34226 0 0 0 5105 5 0 0 25 0 1 0 608774598 83832832 16626 33554432000 4194304 4298156 140736161202480 18446744073709551615 4272930 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 20467 16626 242 26 0 17099 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 81868

[startup+102.314 s]
/proc/loadavg: 4.00 3.91 3.66 5/360 4075
/proc/meminfo: memFree=26812000/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=99720 CPUtime=102.31 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 38861 0 0 0 10225 6 0 0 25 0 1 0 608774598 102113280 20904 33554432000 4194304 4298156 140736161202480 18446744073709551615 4256547 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 24930 20904 242 26 0 21562 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 99720

[startup+162.301 s]
/proc/loadavg: 4.14 3.97 3.69 5/360 4076
/proc/meminfo: memFree=26761332/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=99720 CPUtime=162.3 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 39056 0 0 0 16224 6 0 0 25 0 1 0 608774598 102113280 21089 33554432000 4194304 4298156 140736161202480 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 24930 21089 242 26 0 21562 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 99720

[startup+222.301 s]
/proc/loadavg: 4.10 3.99 3.72 5/360 4078
/proc/meminfo: memFree=26866420/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=99720 CPUtime=222.3 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 39056 0 0 0 22224 6 0 0 25 0 1 0 608774598 102113280 21089 33554432000 4194304 4298156 140736161202480 18446744073709551615 4256937 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 24930 21089 242 26 0 21562 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 99720

[startup+282.301 s]
/proc/loadavg: 4.10 4.02 3.74 5/360 4080
/proc/meminfo: memFree=26858296/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=81048 CPUtime=282.3 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 45063 0 0 0 28223 7 0 0 25 0 1 0 608774598 82993152 14207 33554432000 4194304 4298156 140736161202480 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 20262 14207 242 26 0 16894 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 81048

[startup+342.301 s]
/proc/loadavg: 4.04 4.01 3.75 5/360 4081
/proc/meminfo: memFree=26798332/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=142384 CPUtime=342.3 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 74295 0 0 0 34216 14 0 0 25 0 1 0 608774598 145801216 28573 33554432000 4194304 4298156 140736161202480 18446744073709551615 4256344 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 35596 28573 242 26 0 32228 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 142384

[startup+402.301 s]
/proc/loadavg: 4.05 4.02 3.77 5/360 4083
/proc/meminfo: memFree=26715180/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=142384 CPUtime=402.31 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 99988 0 0 0 40211 20 0 0 25 0 1 0 608774598 145801216 29870 33554432000 4194304 4298156 140736161202480 18446744073709551615 4256480 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 35596 29870 242 26 0 32228 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 142384

[startup+462.301 s]
/proc/loadavg: 4.02 4.01 3.78 5/360 4084
/proc/meminfo: memFree=26756056/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=112036 CPUtime=462.3 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 120577 0 0 0 46206 24 0 0 25 0 1 0 608774598 114724864 21643 33554432000 4194304 4298156 140736161202480 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 28009 21643 242 26 0 24641 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 112036

[startup+522.3 s]
/proc/loadavg: 4.00 4.01 3.79 5/360 4086
/proc/meminfo: memFree=26752280/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=111980 CPUtime=522.31 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 153184 0 0 0 52200 31 0 0 25 0 1 0 608774598 114667520 22584 33554432000 4194304 4298156 140736161202480 18446744073709551615 4272494 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 27995 22584 242 26 0 24627 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 111980

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.81 6/360 4088
/proc/meminfo: memFree=26745628/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=111980 CPUtime=582.3 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 203183 0 0 0 58193 37 0 0 25 0 1 0 608774598 114667520 22908 33554432000 4194304 4298156 140736161202480 18446744073709551615 4256497 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 27995 22908 242 26 0 24627 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 111980

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/360 4089
/proc/meminfo: memFree=26740224/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=172676 CPUtime=642.32 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 252381 0 0 0 64187 45 0 0 25 0 1 0 608774598 176820224 36404 33554432000 4194304 4298156 140736161202480 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 43169 36404 242 26 0 39801 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 172676

[startup+702.3 s]
/proc/loadavg: 3.47 3.85 3.77 4/354 4109
/proc/meminfo: memFree=26920120/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=172676 CPUtime=702.31 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 254470 0 0 0 70185 46 0 0 25 0 1 0 608774598 176820224 38356 33554432000 4194304 4298156 140736161202480 18446744073709551615 4256744 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 43169 38356 242 26 0 39801 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 172676

[startup+762.313 s]
/proc/loadavg: 3.17 3.69 3.72 3/352 4111
/proc/meminfo: memFree=27110792/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=142356 CPUtime=762.32 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 262577 0 0 0 76185 47 0 0 25 0 1 0 608774598 145772544 30540 33554432000 4194304 4298156 140736161202480 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 35589 30540 242 26 0 32221 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 142356

[startup+822.3 s]
/proc/loadavg: 2.48 3.39 3.62 3/348 4130
/proc/meminfo: memFree=27101524/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=161324 CPUtime=822.31 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 268543 0 0 0 82182 49 0 0 25 0 1 0 608774598 165195776 35951 33554432000 4194304 4298156 140736161202480 18446744073709551615 4254760 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 40331 35951 242 26 0 36963 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 161324

[startup+882.3 s]
/proc/loadavg: 2.17 3.14 3.51 3/348 4132
/proc/meminfo: memFree=27108920/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=161324 CPUtime=882.32 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 268781 0 0 0 88183 49 0 0 25 0 1 0 608774598 165195776 36189 33554432000 4194304 4298156 140736161202480 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 40331 36189 242 26 0 36963 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 161324

[startup+942.3 s]
/proc/loadavg: 2.11 2.94 3.42 3/348 4133
/proc/meminfo: memFree=27116540/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=161324 CPUtime=942.32 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 268833 0 0 0 94183 49 0 0 25 0 1 0 608774598 165195776 36241 33554432000 4194304 4298156 140736161202480 18446744073709551615 4273835 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 40331 36241 242 26 0 36963 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 161324

[startup+1002.3 s]
/proc/loadavg: 1.82 2.72 3.31 2/342 4153
/proc/meminfo: memFree=27250924/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=161324 CPUtime=1002.32 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 268842 0 0 0 100183 49 0 0 25 0 1 0 608774598 165195776 36250 33554432000 4194304 4298156 140736161202480 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 40331 36250 242 26 0 36963 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 161324

[startup+1062.3 s]
/proc/loadavg: 1.30 2.40 3.17 2/342 4154
/proc/meminfo: memFree=27250872/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=161324 CPUtime=1062.32 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 268853 0 0 0 106183 49 0 0 25 0 1 0 608774598 165195776 36261 33554432000 4194304 4298156 140736161202480 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 40331 36261 242 26 0 36963 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 161324

[startup+1122.3 s]
/proc/loadavg: 1.11 2.15 3.03 2/342 4156
/proc/meminfo: memFree=27251192/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=161324 CPUtime=1122.32 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 268866 0 0 0 112183 49 0 0 25 0 1 0 608774598 165195776 36274 33554432000 4194304 4298156 140736161202480 18446744073709551615 4252215 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 40331 36274 242 26 0 36963 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 161324

[startup+1182.3 s]
/proc/loadavg: 1.04 1.93 2.90 2/342 4158
/proc/meminfo: memFree=27250904/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=161324 CPUtime=1182.33 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 268880 0 0 0 118184 49 0 0 25 0 1 0 608774598 165195776 36288 33554432000 4194304 4298156 140736161202480 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 40331 36288 242 26 0 36963 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 161324

[startup+1242.3 s]
/proc/loadavg: 1.01 1.76 2.78 2/342 4159
/proc/meminfo: memFree=27250844/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=161324 CPUtime=1242.33 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 268886 0 0 0 124184 49 0 0 25 0 1 0 608774598 165195776 36294 33554432000 4194304 4298156 140736161202480 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 40331 36294 242 26 0 36963 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 161324



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.62 2.66 2/342 4161
/proc/meminfo: memFree=27268908/32951124 swapFree=40554396/67111528
[pid=4071] ppid=4069 vsize=161328 CPUtime=1300.03 cores=5,7
/proc/4071/stat : 4071 (contrasat_relea) R 4069 4071 3183 0 -1 4202496 327226 0 0 0 129945 58 0 0 25 0 1 0 608774598 165199872 31630 33554432000 4194304 4298156 140736161202480 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4071/statm: 40332 31630 242 26 0 36964 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 161328

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): 1299.46
CPU system time (s): 0.595909
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 172676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.46
system time used= 0.595909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 327227
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= 10
involuntary context switches= 2967

runsolver used 4.14037 second user time and 10.7104 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-09 22:09:02
IDJOB=3350515
IDBENCH=83116
IDSOLVER=1816
FILE ID=node104/3350515-1304971741
RUNJOBID= node104-1304971068-3786
PBS_JOBID= 13285646
Free space on /tmp= 16544 MiB

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

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

MD5SUM BENCH= 1f485d737caaaca49e2c467c83cbdcec
RANDOM SEED=864512691

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26909724 kB
Buffers:        143976 kB
Cached:        1001844 kB
SwapCached:     121656 kB
Active:         802052 kB
Inactive:      5011996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26909724 kB
SwapTotal:    67111528 kB
SwapFree:     40554396 kB
Dirty:            4164 kB
Writeback:           0 kB
AnonPages:     4559240 kB
Mapped:          11392 kB
Slab:            75960 kB
PageTables:      85876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75356612 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= 16568 MiB
End job on node104 at 2011-05-09 22:30:44