Trace number 3422430

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.06 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
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 variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

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

running on 4 cores: 1,3,5,7

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.06 2.07 2.01 2/453 19949
/proc/meminfo: memFree=23862760/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=27212 CPUtime=0 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 2242 0 0 0 0 0 0 0 25 0 1 0 778143676 27865088 2172 33554432000 4194304 4298156 140737234366144 18446744073709551615 4284417 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19949/statm: 6803 2174 215 26 0 3435 0

[startup+0.099156 s]
/proc/loadavg: 2.06 2.07 2.01 2/453 19949
/proc/meminfo: memFree=23862760/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=42332 CPUtime=0.09 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 7169 0 0 0 8 1 0 0 25 0 1 0 778143676 43347968 6195 33554432000 4194304 4298156 140737234366144 18446744073709551615 4227387 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19949/statm: 10583 6195 222 26 0 7215 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42332

[startup+0.101135 s]
/proc/loadavg: 2.06 2.07 2.01 2/453 19949
/proc/meminfo: memFree=23862760/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=42332 CPUtime=0.09 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 7169 0 0 0 8 1 0 0 25 0 1 0 778143676 43347968 6195 33554432000 4194304 4298156 140737234366144 18446744073709551615 4227669 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19949/statm: 10583 6195 222 26 0 7215 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42332

[startup+0.301101 s]
/proc/loadavg: 2.06 2.07 2.01 2/453 19949
/proc/meminfo: memFree=23862760/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=49104 CPUtime=0.29 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 11537 0 0 0 27 2 0 0 25 0 1 0 778143676 50282496 7742 33554432000 4194304 4298156 140737234366144 18446744073709551615 4222609 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19949/statm: 12276 7743 223 26 0 8908 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49104

[startup+0.701033 s]
/proc/loadavg: 2.06 2.07 2.01 2/453 19949
/proc/meminfo: memFree=23862760/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=44524 CPUtime=0.69 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 13283 0 0 0 67 2 0 0 25 0 1 0 778143676 45592576 6993 33554432000 4194304 4298156 140737234366144 18446744073709551615 4256513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19949/statm: 11131 6993 242 26 0 7763 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44524

[startup+1.50089 s]
/proc/loadavg: 2.06 2.07 2.01 3/454 19950
/proc/meminfo: memFree=23833744/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=51596 CPUtime=1.49 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 13614 0 0 0 147 2 0 0 25 0 1 0 778143676 52834304 7305 33554432000 4194304 4298156 140737234366144 18446744073709551615 4253655 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19949/statm: 12899 7305 242 26 0 9531 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51596

[startup+3.10059 s]
/proc/loadavg: 2.06 2.07 2.01 3/454 19950
/proc/meminfo: memFree=23826428/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=54316 CPUtime=3.08 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 15513 0 0 0 306 2 0 0 25 0 1 0 778143676 55619584 8761 33554432000 4194304 4298156 140737234366144 18446744073709551615 4253655 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19949/statm: 13579 8761 242 26 0 10211 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 54316

[startup+6.30101 s]
/proc/loadavg: 2.05 2.06 2.01 3/454 19950
/proc/meminfo: memFree=23849920/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=58736 CPUtime=6.29 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 17732 0 0 0 626 3 0 0 25 0 1 0 778143676 60145664 10708 33554432000 4194304 4298156 140737234366144 18446744073709551615 4256941 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19949/statm: 14684 10708 242 26 0 11316 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58736

[startup+12.7008 s]
/proc/loadavg: 2.05 2.06 2.01 3/454 19950
/proc/meminfo: memFree=23817832/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=58736 CPUtime=12.69 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 17732 0 0 0 1266 3 0 0 25 0 1 0 778143676 60145664 10708 33554432000 4194304 4298156 140737234366144 18446744073709551615 4261489 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19949/statm: 14684 10708 242 26 0 11316 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58736

[startup+25.5005 s]
/proc/loadavg: 2.11 2.08 2.02 3/454 19950
/proc/meminfo: memFree=23800468/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=93396 CPUtime=25.49 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 32338 0 0 0 2545 4 0 0 25 0 1 0 778143676 95637504 15125 33554432000 4194304 4298156 140737234366144 18446744073709551615 4261474 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19949/statm: 23349 15125 242 26 0 19981 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 93396

[startup+51.1009 s]
/proc/loadavg: 2.07 2.07 2.01 3/454 19951
/proc/meminfo: memFree=23787884/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=93396 CPUtime=51.09 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 35067 0 0 0 5104 5 0 0 25 0 1 0 778143676 95637504 17662 33554432000 4194304 4298156 140737234366144 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19949/statm: 23349 17662 242 26 0 19981 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 93396

[startup+102.317 s]
/proc/loadavg: 2.03 2.06 2.01 3/454 19979
/proc/meminfo: memFree=23927980/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=89088 CPUtime=102.3 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 45985 0 0 0 10224 6 0 0 25 0 1 0 778143676 91226112 18029 33554432000 4194304 4298156 140737234366144 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19949/statm: 22272 18029 242 26 0 18904 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 89088

[startup+162.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/454 19981
/proc/meminfo: memFree=23894092/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=100760 CPUtime=162.29 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 49587 0 0 0 16222 7 0 0 25 0 1 0 778143676 103178240 21235 33554432000 4194304 4298156 140737234366144 18446744073709551615 4256188 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19949/statm: 25190 21235 242 26 0 21822 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 100760

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/454 19982
/proc/meminfo: memFree=23885140/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=100760 CPUtime=222.29 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 76841 0 0 0 22219 10 0 0 25 0 1 0 778143676 103178240 20598 33554432000 4194304 4298156 140737234366144 18446744073709551615 4262610 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19949/statm: 25190 20598 242 26 0 21822 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 100760

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/454 19984
/proc/meminfo: memFree=23875324/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=112432 CPUtime=282.28 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 78478 0 0 0 28218 10 0 0 25 0 1 0 778143676 115130368 22178 33554432000 4194304 4298156 140737234366144 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 28108 22178 242 26 0 24740 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 112432

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/454 19986
/proc/meminfo: memFree=23845912/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=142836 CPUtime=342.29 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 114981 0 0 0 34213 16 0 0 25 0 1 0 778143676 146264064 29497 33554432000 4194304 4298156 140737234366144 18446744073709551615 4257013 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 35709 29497 242 26 0 32341 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 142836

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 4/454 19987
/proc/meminfo: memFree=23820100/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=161804 CPUtime=402.28 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 164152 0 0 0 40205 23 0 0 25 0 1 0 778143676 165687296 35859 33554432000 4194304 4298156 140737234366144 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 40451 35859 242 26 0 37083 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 161804

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/454 19989
/proc/meminfo: memFree=23812736/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=161804 CPUtime=462.28 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 164152 0 0 0 46205 23 0 0 25 0 1 0 778143676 165687296 35859 33554432000 4194304 4298156 140737234366144 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 40451 35859 242 26 0 37083 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 161804

[startup+522.301 s]
/proc/loadavg: 2.19 2.06 2.02 3/454 19990
/proc/meminfo: memFree=23856988/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=112488 CPUtime=522.29 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 199530 0 0 0 52201 28 0 0 25 0 1 0 778143676 115187712 23530 33554432000 4194304 4298156 140737234366144 18446744073709551615 4263080 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 28122 23530 242 26 0 24754 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 112488

[startup+582.3 s]
/proc/loadavg: 2.11 2.06 2.02 3/454 19992
/proc/meminfo: memFree=23886476/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=112488 CPUtime=582.29 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 262534 0 0 0 58192 37 0 0 25 0 1 0 778143676 115187712 20838 33554432000 4194304 4298156 140737234366144 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 28122 20838 242 26 0 24754 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 112488

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.03 2.00 4/454 20097
/proc/meminfo: memFree=23717324/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=189900 CPUtime=4062.41 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 3371417 0 0 0 405701 540 0 0 25 0 1 0 778143676 194457600 42688 33554432000 4194304 4298156 140737234366144 18446744073709551615 4261864 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 47475 42688 242 26 0 44107 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 189900

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/454 20098
/proc/meminfo: memFree=23710856/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=220720 CPUtime=4122.4 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 3428258 0 0 0 411690 550 0 0 25 0 1 0 778143676 226017280 46216 33554432000 4194304 4298156 140737234366144 18446744073709551615 4256981 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 55180 46216 242 26 0 51812 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 220720

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/454 20100
/proc/meminfo: memFree=23712568/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=220720 CPUtime=4182.4 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 3482917 0 0 0 417680 560 0 0 25 0 1 0 778143676 226017280 43889 33554432000 4194304 4298156 140737234366144 18446744073709551615 4261723 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 55180 43889 242 26 0 51812 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 220720

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/454 20102
/proc/meminfo: memFree=23705728/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=220720 CPUtime=4242.4 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 3536379 0 0 0 423673 567 0 0 25 0 1 0 778143676 226017280 44746 33554432000 4194304 4298156 140737234366144 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 55180 44746 242 26 0 51812 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 220720

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/454 20103
/proc/meminfo: memFree=23689584/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=220720 CPUtime=4302.4 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 3590387 0 0 0 429665 575 0 0 25 0 1 0 778143676 226017280 47311 33554432000 4194304 4298156 140737234366144 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 55180 47311 242 26 0 51812 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 220720

[startup+4362.3 s]
/proc/loadavg: 2.17 2.05 2.01 3/454 20105
/proc/meminfo: memFree=23695752/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=220720 CPUtime=4362.4 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 3644907 0 0 0 435657 583 0 0 25 0 1 0 778143676 226017280 46804 33554432000 4194304 4298156 140737234366144 18446744073709551615 4256544 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 55180 46804 242 26 0 51812 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 220720

[startup+4422.3 s]
/proc/loadavg: 2.15 2.07 2.02 3/454 20106
/proc/meminfo: memFree=23716280/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=220720 CPUtime=4422.4 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 3699217 0 0 0 441649 591 0 0 25 0 1 0 778143676 226017280 45420 33554432000 4194304 4298156 140737234366144 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 55180 45420 242 26 0 51812 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 220720

[startup+4482.3 s]
/proc/loadavg: 2.14 2.07 2.02 3/454 20108
/proc/meminfo: memFree=23718240/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=220720 CPUtime=4482.41 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 3753549 0 0 0 447640 601 0 0 25 0 1 0 778143676 226017280 44059 33554432000 4194304 4298156 140737234366144 18446744073709551615 4256937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 55180 44059 242 26 0 51812 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 220720

[startup+4542.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/454 20110
/proc/meminfo: memFree=23713504/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=220720 CPUtime=4542.42 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 3811292 0 0 0 453630 612 0 0 25 0 1 0 778143676 226017280 44102 33554432000 4194304 4298156 140737234366144 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 55180 44102 242 26 0 51812 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 220720

[startup+4602.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/454 20111
/proc/meminfo: memFree=23706164/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=220720 CPUtime=4602.42 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 3868962 0 0 0 459620 622 0 0 25 0 1 0 778143676 226017280 44906 33554432000 4194304 4298156 140737234366144 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 55180 44906 242 26 0 51812 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 220720

[startup+4662.3 s]
/proc/loadavg: 2.10 2.07 2.02 3/454 20113
/proc/meminfo: memFree=23699940/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=220720 CPUtime=4662.41 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 3911554 0 0 0 465610 631 0 0 25 0 1 0 778143676 226017280 48145 33554432000 4194304 4298156 140737234366144 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 55180 48145 242 26 0 51812 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 220720

[startup+4722.32 s]
/proc/loadavg: 2.03 2.06 2.01 4/454 20114
/proc/meminfo: memFree=23695324/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=220720 CPUtime=4722.43 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 3963754 0 0 0 471603 640 0 0 25 0 1 0 778143676 226017280 45976 33554432000 4194304 4298156 140737234366144 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 55180 45976 242 26 0 51812 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 220720

[startup+4782.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/454 20116
/proc/meminfo: memFree=23706584/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=220720 CPUtime=4782.42 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 4017182 0 0 0 477593 649 0 0 25 0 1 0 778143676 226017280 45520 33554432000 4194304 4298156 140737234366144 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 55180 45520 242 26 0 51812 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 220720

[startup+4842.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/454 20118
/proc/meminfo: memFree=23705804/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=220720 CPUtime=4842.42 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 4071435 0 0 0 483585 657 0 0 25 0 1 0 778143676 226017280 45469 33554432000 4194304 4298156 140737234366144 18446744073709551615 4253727 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 55180 45469 242 26 0 51812 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 220720

[startup+4902.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/454 20119
/proc/meminfo: memFree=23691144/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=220720 CPUtime=4902.42 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 4130550 0 0 0 489575 667 0 0 25 0 1 0 778143676 226017280 47059 33554432000 4194304 4298156 140737234366144 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 55180 47059 242 26 0 51812 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 220720

[startup+4962.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/454 20121
/proc/meminfo: memFree=23694732/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=220720 CPUtime=4962.42 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 4186429 0 0 0 495565 677 0 0 25 0 1 0 778143676 226017280 46713 33554432000 4194304 4298156 140737234366144 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 55180 46713 242 26 0 51812 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 220720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.07 2.06 2.01 3/454 20122
/proc/meminfo: memFree=23696684/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=220720 CPUtime=5000.03 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 4225131 0 0 0 499321 682 0 0 25 0 1 0 778143676 226017280 46885 33554432000 4194304 4298156 140737234366144 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 55180 46885 242 26 0 51812 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 220720

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

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

[startup+4999.9 s]
/proc/loadavg: 2.07 2.06 2.01 3/454 20122
/proc/meminfo: memFree=23696684/32951124 swapFree=61585512/67111528
[pid=19949] ppid=19947 vsize=220720 CPUtime=5000.03 cores=1,3,5,7
/proc/19949/stat : 19949 (contrasat_relea) R 19947 19949 19083 0 -1 4202496 4225131 0 0 0 499321 682 0 0 25 0 1 0 778143676 226017280 46885 33554432000 4194304 4298156 140737234366144 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/19949/statm: 55180 46885 242 26 0 51812 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 220720

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.06
CPU user time (s): 4993.22
CPU system time (s): 6.83796
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 300860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4993.22
system time used= 6.83796
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4225135
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= 11
involuntary context switches= 51352

runsolver used 21.3078 second user time and 51.4382 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-29 12:37:38
IDJOB=3422430
IDBENCH=83105
IDSOLVER=1915
FILE ID=node133/3422430-1306665458
RUNJOBID= node133-1306658665-19102
PBS_JOBID= 13471764
Free space on /tmp= 73172 MiB

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

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=516458717

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23863032 kB
Buffers:        221372 kB
Cached:        2454732 kB
SwapCached:      56644 kB
Active:        1071764 kB
Inactive:      7778936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23863032 kB
SwapTotal:    67111528 kB
SwapFree:     61585512 kB
Dirty:            3996 kB
Writeback:          24 kB
AnonPages:     6123612 kB
Mapped:          30760 kB
Slab:           117436 kB
PageTables:      53900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115090388 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73188 MiB
End job on node133 at 2011-05-29 14:01:00