Trace number 3422464

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) 5000.12 5000.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom18.cnf
MD5SUM9ece8f569c93ceee834817ef3350ed8e
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 variables36410
Number of clauses121578
Sum of the clauses size309786
Maximum clause length1188
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262692
Number of clauses of size 358247
Number of clauses of size 4170
Number of clauses of size 516
Number of clauses of size over 5452

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-3422464-1306668011/watcher-3422464-1306668011 -o /tmp/evaluation-result-3422464-1306668011/solver-3422464-1306668011 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422464-1306668011.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.04 2.00 2/526 29928
/proc/meminfo: memFree=12517688/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=24964 CPUtime=0.01 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 2286 0 0 0 1 0 0 0 25 0 1 0 759216970 25563136 2141 33554432000 4194304 4298156 140736592297120 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29928/statm: 6241 2143 216 26 0 2873 0

[startup+0.0751931 s]
/proc/loadavg: 2.03 2.04 2.00 2/526 29928
/proc/meminfo: memFree=12517688/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=30232 CPUtime=0.06 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 4643 0 0 0 6 0 0 0 25 0 1 0 759216970 30957568 4040 33554432000 4194304 4298156 140736592297120 18446744073709551615 4234854 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29928/statm: 7558 4040 222 26 0 4190 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30232

[startup+0.101198 s]
/proc/loadavg: 2.03 2.04 2.00 2/526 29928
/proc/meminfo: memFree=12517688/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=32288 CPUtime=0.09 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 5295 0 0 0 9 0 0 0 25 0 1 0 759216970 33062912 4638 33554432000 4194304 4298156 140736592297120 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29928/statm: 8072 4638 222 26 0 4704 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32288

[startup+0.301155 s]
/proc/loadavg: 2.03 2.04 2.00 2/526 29928
/proc/meminfo: memFree=12517688/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=30896 CPUtime=0.28 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 7956 0 0 0 28 0 0 0 25 0 1 0 759216970 31637504 4293 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29928/statm: 7724 4293 242 26 0 4356 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 30896

[startup+0.701083 s]
/proc/loadavg: 2.03 2.04 2.00 2/526 29928
/proc/meminfo: memFree=12517688/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=30896 CPUtime=0.69 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 8118 0 0 0 68 1 0 0 25 0 1 0 759216970 31637504 4444 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29928/statm: 7724 4445 243 26 0 4356 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30896

[startup+1.50094 s]
/proc/loadavg: 2.03 2.04 2.00 3/527 29929
/proc/meminfo: memFree=12496976/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=36924 CPUtime=1.49 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 9515 0 0 0 148 1 0 0 25 0 1 0 759216970 37810176 5598 33554432000 4194304 4298156 140736592297120 18446744073709551615 4252237 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29928/statm: 9231 5598 243 26 0 5863 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36924

[startup+3.10062 s]
/proc/loadavg: 2.03 2.04 2.00 3/527 29929
/proc/meminfo: memFree=12487800/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=39644 CPUtime=3.09 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 10641 0 0 0 308 1 0 0 25 0 1 0 759216970 40595456 6527 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29928/statm: 9911 6527 243 26 0 6543 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39644

[startup+6.30107 s]
/proc/loadavg: 2.03 2.04 2.00 3/527 29929
/proc/meminfo: memFree=12473288/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=42364 CPUtime=6.29 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 11189 0 0 0 628 1 0 0 25 0 1 0 759216970 43380736 7059 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256534 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29928/statm: 10591 7059 243 26 0 7223 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42364

[startup+12.7009 s]
/proc/loadavg: 2.02 2.04 2.00 3/527 29930
/proc/meminfo: memFree=12454148/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=49776 CPUtime=12.69 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 19605 0 0 0 1267 2 0 0 25 0 1 0 759216970 50970624 9023 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256286 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29928/statm: 12444 9023 243 26 0 9076 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49776

[startup+25.5006 s]
/proc/loadavg: 2.02 2.03 2.00 3/527 29930
/proc/meminfo: memFree=12422888/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=49776 CPUtime=25.49 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 19667 0 0 0 2547 2 0 0 25 0 1 0 759216970 50970624 9084 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29928/statm: 12444 9084 243 26 0 9076 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49776

[startup+51.101 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 29931
/proc/meminfo: memFree=12366916/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=58612 CPUtime=51.09 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 21858 0 0 0 5106 3 0 0 25 0 1 0 759216970 60018688 11051 33554432000 4194304 4298156 140736592297120 18446744073709551615 4263082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29928/statm: 14653 11051 243 26 0 11285 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58612

[startup+102.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 29932
/proc/meminfo: memFree=12322500/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=84496 CPUtime=102.31 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 35115 0 0 0 10226 5 0 0 25 0 1 0 759216970 86523904 14313 33554432000 4194304 4298156 140736592297120 18446744073709551615 4251943 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29928/statm: 21124 14313 243 26 0 17756 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 84496

[startup+162.301 s]
/proc/loadavg: 2.12 2.05 2.01 3/527 29934
/proc/meminfo: memFree=12348252/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=97852 CPUtime=162.29 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 57741 0 0 0 16221 8 0 0 25 0 1 0 759216970 100200448 21217 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29928/statm: 24463 21217 243 26 0 21095 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 97852

[startup+222.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/527 29935
/proc/meminfo: memFree=12351072/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=97852 CPUtime=222.29 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 57744 0 0 0 22221 8 0 0 25 0 1 0 759216970 100200448 21220 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29928/statm: 24463 21220 243 26 0 21095 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 97852

[startup+282.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/527 29937
/proc/meminfo: memFree=12324740/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=97852 CPUtime=282.29 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 57744 0 0 0 28221 8 0 0 25 0 1 0 759216970 100200448 21220 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256809 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29928/statm: 24463 21220 243 26 0 21095 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 97852

[startup+342.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 29941
/proc/meminfo: memFree=12286268/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=97852 CPUtime=342.29 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 57744 0 0 0 34221 8 0 0 25 0 1 0 759216970 100200448 21220 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29928/statm: 24463 21220 243 26 0 21095 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 97852

[startup+402.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/527 29943
/proc/meminfo: memFree=12059708/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=109044 CPUtime=402.28 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 60021 0 0 0 40220 8 0 0 25 0 1 0 759216970 111661056 23451 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 27261 23451 243 26 0 23893 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 109044

[startup+462.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/527 29945
/proc/meminfo: memFree=12062640/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=109044 CPUtime=462.28 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 60021 0 0 0 46220 8 0 0 25 0 1 0 759216970 111661056 23451 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256360 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 27261 23451 243 26 0 23893 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 109044

[startup+522.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 29946
/proc/meminfo: memFree=12240052/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=129008 CPUtime=522.28 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 60024 0 0 0 52220 8 0 0 25 0 1 0 759216970 132104192 23454 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 32252 23454 243 26 0 28884 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 129008

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 29948
/proc/meminfo: memFree=12227856/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=110332 CPUtime=582.29 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 89551 0 0 0 58216 13 0 0 25 0 1 0 759216970 112979968 23426 33554432000 4194304 4298156 140736592297120 18446744073709551615 4272930 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 27583 23426 243 26 0 24215 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 110332

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 30160
/proc/meminfo: memFree=12789476/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=200376 CPUtime=4002.36 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 2937509 0 0 0 399747 489 0 0 25 0 1 0 759216970 205185024 40158 33554432000 4194304 4298156 140736592297120 18446744073709551615 4254600 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 50094 40158 243 26 0 46726 0
Current children cumulated CPU time (s) 4002.36
Current children cumulated vsize (KiB) 200376

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 30162
/proc/meminfo: memFree=12777272/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=169556 CPUtime=4062.38 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 2978477 0 0 0 405743 495 0 0 25 0 1 0 759216970 173625344 38990 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256812 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 42389 38990 243 26 0 39021 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 169556

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/527 30163
/proc/meminfo: memFree=12804388/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=176896 CPUtime=4122.37 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 3029460 0 0 0 411733 504 0 0 25 0 1 0 759216970 181141504 38605 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256985 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 44224 38605 243 26 0 40856 0
Current children cumulated CPU time (s) 4122.37
Current children cumulated vsize (KiB) 176896

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/527 30165
/proc/meminfo: memFree=12789204/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=176896 CPUtime=4182.36 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 3070786 0 0 0 417725 511 0 0 25 0 1 0 759216970 181141504 39514 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 44224 39514 243 26 0 40856 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 176896

[startup+4242.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/527 30166
/proc/meminfo: memFree=12785352/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=176896 CPUtime=4242.37 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 3111721 0 0 0 423719 518 0 0 25 0 1 0 759216970 181141504 40001 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256383 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 44224 40001 243 26 0 40856 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 176896

[startup+4302.3 s]
/proc/loadavg: 2.18 2.07 2.02 3/527 30168
/proc/meminfo: memFree=12785324/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=207716 CPUtime=4302.37 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 3156356 0 0 0 429710 527 0 0 25 0 1 0 759216970 212701184 41991 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256304 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 51929 41991 243 26 0 48561 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 207716

[startup+4362.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/527 30170
/proc/meminfo: memFree=12788124/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=176896 CPUtime=4362.37 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 3199174 0 0 0 435702 535 0 0 25 0 1 0 759216970 181141504 39939 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256547 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 44224 39939 243 26 0 40856 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 176896

[startup+4422.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/527 30171
/proc/meminfo: memFree=12755720/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=176896 CPUtime=4422.37 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 3242598 0 0 0 441692 545 0 0 25 0 1 0 759216970 181141504 40393 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 44224 40393 243 26 0 40856 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 176896

[startup+4482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 30173
/proc/meminfo: memFree=12773408/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=176896 CPUtime=4482.37 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 3286445 0 0 0 447684 553 0 0 25 0 1 0 759216970 181141504 40216 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 44224 40216 243 26 0 40856 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 176896

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 30174
/proc/meminfo: memFree=12788372/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=176896 CPUtime=4542.37 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 3330643 0 0 0 453675 562 0 0 25 0 1 0 759216970 181141504 39327 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256767 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 44224 39327 243 26 0 40856 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 176896

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 30176
/proc/meminfo: memFree=12761184/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=207716 CPUtime=4602.4 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 3363136 0 0 0 459672 568 0 0 25 0 1 0 759216970 212701184 41543 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 51929 41543 243 26 0 48561 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 207716

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/527 30178
/proc/meminfo: memFree=12783080/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=176896 CPUtime=4662.37 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 3407278 0 0 0 465662 575 0 0 25 0 1 0 759216970 181141504 40511 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 44224 40511 243 26 0 40856 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 176896

[startup+4722.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/527 30179
/proc/meminfo: memFree=12789244/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=176896 CPUtime=4722.39 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 3451777 0 0 0 471656 583 0 0 25 0 1 0 759216970 181141504 39156 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 44224 39156 243 26 0 40856 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 176896

[startup+4782.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/527 30181
/proc/meminfo: memFree=12785852/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=176896 CPUtime=4782.38 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 3496425 0 0 0 477645 593 0 0 25 0 1 0 759216970 181141504 39301 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256829 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 44224 39301 243 26 0 40856 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 176896

[startup+4842.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/527 30182
/proc/meminfo: memFree=12758056/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=207716 CPUtime=4842.38 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 3531370 0 0 0 483638 600 0 0 25 0 1 0 759216970 212701184 43215 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 51929 43215 243 26 0 48561 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 207716

[startup+4902.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/527 30184
/proc/meminfo: memFree=12794492/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=176896 CPUtime=4902.38 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 3572747 0 0 0 489631 607 0 0 25 0 1 0 759216970 181141504 38958 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256809 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 44224 38958 243 26 0 40856 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 176896

[startup+4962.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/527 30186
/proc/meminfo: memFree=12786748/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=207716 CPUtime=4962.39 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 3603972 0 0 0 495626 613 0 0 25 0 1 0 759216970 212701184 41764 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256344 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 51929 41764 243 26 0 48561 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 207716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 30186
/proc/meminfo: memFree=12793660/32951124 swapFree=66578944/67111528
[pid=29928] ppid=29926 vsize=176896 CPUtime=5000.1 cores=0,2,4,6
/proc/29928/stat : 29928 (contrasat_relea) R 29926 29928 29417 0 -1 4202496 3630598 0 0 0 499393 617 0 0 25 0 1 0 759216970 181141504 40190 33554432000 4194304 4298156 140736592297120 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29928/statm: 44224 40190 243 26 0 40856 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 176896

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): 5000.03
CPU time (s): 5000.12
CPU user time (s): 4993.93
CPU system time (s): 6.18706
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 257036

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

runsolver used 27.5408 second user time and 58.8361 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-29 13:20:11
IDJOB=3422464
IDBENCH=83127
IDSOLVER=1915
FILE ID=node145/3422464-1306668011
RUNJOBID= node145-1306658664-29435
PBS_JOBID= 13471752
Free space on /tmp= 73416 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom18.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422464-1306668011/watcher-3422464-1306668011 -o /tmp/evaluation-result-3422464-1306668011/solver-3422464-1306668011 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422464-1306668011.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9ece8f569c93ceee834817ef3350ed8e
RANDOM SEED=1951024002

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12517844 kB
Buffers:        275672 kB
Cached:        8062652 kB
SwapCached:      34712 kB
Active:       11999828 kB
Inactive:      8138860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12517844 kB
SwapTotal:    67111528 kB
SwapFree:     66578944 kB
Dirty:            2368 kB
Writeback:           0 kB
AnonPages:    11765484 kB
Mapped:          38124 kB
Slab:           159140 kB
PageTables:      66920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153843012 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= 73492 MiB
End job on node145 at 2011-05-29 14:43:33