Trace number 3422444

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top21.cnf
MD5SUM9fab5edd49fb904ff76ff7abf98e0d14
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark18199.9
Satisfiable
(Un)Satisfiability was proved
Number of variables51138
Number of clauses162526
Sum of the clauses size397144
Maximum clause length2101
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 299113
Number of clauses of size 362300
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5863

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-3422444-1306666520/watcher-3422444-1306666520 -o /tmp/evaluation-result-3422444-1306666520/solver-3422444-1306666520 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422444-1306666520.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.15 2.06 2.01 2/514 9367
/proc/meminfo: memFree=11856472/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=25552 CPUtime=0 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 2045 0 0 0 0 0 0 0 25 0 1 0 759067640 26165248 1975 33554432000 4194304 4298156 140733692966384 18446744073709551615 4284417 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 6388 1975 215 26 0 3020 0

[startup+0.0362941 s]
/proc/loadavg: 2.15 2.06 2.01 2/514 9367
/proc/meminfo: memFree=11856472/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=29236 CPUtime=0.03 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 3659 0 0 0 3 0 0 0 25 0 1 0 759067640 29937664 3291 33554432000 4194304 4298156 140733692966384 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 7309 3292 216 26 0 3941 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29236

[startup+0.100283 s]
/proc/loadavg: 2.15 2.06 2.01 2/514 9367
/proc/meminfo: memFree=11856472/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=34764 CPUtime=0.09 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 6143 0 0 0 9 0 0 0 25 0 1 0 759067640 35598336 5277 33554432000 4194304 4298156 140733692966384 18446744073709551615 4222472 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 8691 5277 222 26 0 5323 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34764

[startup+0.300247 s]
/proc/loadavg: 2.15 2.06 2.01 2/514 9367
/proc/meminfo: memFree=11856472/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=42424 CPUtime=0.29 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 9546 0 0 0 29 0 0 0 25 0 1 0 759067640 43442176 6517 33554432000 4194304 4298156 140733692966384 18446744073709551615 4254786 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 10606 6517 223 26 0 7238 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42424

[startup+0.700169 s]
/proc/loadavg: 2.15 2.06 2.01 2/514 9367
/proc/meminfo: memFree=11856472/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=40080 CPUtime=0.69 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 10570 0 0 0 68 1 0 0 25 0 1 0 759067640 41041920 5575 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 10020 5575 243 26 0 6652 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40080

[startup+1.50102 s]
/proc/loadavg: 2.15 2.06 2.01 3/515 9368
/proc/meminfo: memFree=11833284/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=41756 CPUtime=1.49 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 11966 0 0 0 148 1 0 0 25 0 1 0 759067640 42758144 6657 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256293 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 10439 6657 243 26 0 7071 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41756

[startup+3.10072 s]
/proc/loadavg: 2.15 2.06 2.01 3/515 9368
/proc/meminfo: memFree=11827208/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=48828 CPUtime=3.09 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 13169 0 0 0 308 1 0 0 25 0 1 0 759067640 49999872 7634 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 12207 7634 243 26 0 8839 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48828

[startup+6.30111 s]
/proc/loadavg: 2.13 2.06 2.01 3/515 9368
/proc/meminfo: memFree=11822740/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=48828 CPUtime=6.29 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 13757 0 0 0 628 1 0 0 25 0 1 0 759067640 49999872 8193 33554432000 4194304 4298156 140733692966384 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 12207 8193 243 26 0 8839 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48828

[startup+12.7009 s]
/proc/loadavg: 2.12 2.06 2.01 3/515 9369
/proc/meminfo: memFree=11790920/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=58836 CPUtime=12.7 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 22708 0 0 0 1267 3 0 0 25 0 1 0 759067640 60248064 10633 33554432000 4194304 4298156 140733692966384 18446744073709551615 4252741 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 14709 10633 243 26 0 11341 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 58836

[startup+25.5005 s]
/proc/loadavg: 2.10 2.05 2.01 3/515 9369
/proc/meminfo: memFree=11810024/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=63148 CPUtime=25.49 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 24391 0 0 0 2546 3 0 0 25 0 1 0 759067640 64663552 12224 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 15787 12224 243 26 0 12419 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 63148

[startup+51.1007 s]
/proc/loadavg: 2.06 2.05 2.01 3/515 9370
/proc/meminfo: memFree=11799840/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=70328 CPUtime=51.09 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 26665 0 0 0 5106 3 0 0 25 0 1 0 759067640 72015872 14195 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 17582 14195 243 26 0 14214 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70328

[startup+102.32 s]
/proc/loadavg: 2.16 2.07 2.01 3/515 9371
/proc/meminfo: memFree=11790512/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=89184 CPUtime=102.31 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 61173 0 0 0 10223 8 0 0 25 0 1 0 759067640 91324416 16117 33554432000 4194304 4298156 140733692966384 18446744073709551615 4252753 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 22296 16117 243 26 0 18928 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 89184

[startup+162.301 s]
/proc/loadavg: 2.06 2.05 2.01 3/515 9373
/proc/meminfo: memFree=11777712/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=120420 CPUtime=162.3 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 62984 0 0 0 16221 9 0 0 25 0 1 0 759067640 123310080 17848 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 30105 17848 243 26 0 26737 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 120420

[startup+222.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/515 9374
/proc/meminfo: memFree=11726332/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=120420 CPUtime=222.3 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 64016 0 0 0 22221 9 0 0 25 0 1 0 759067640 123310080 18831 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 30105 18831 243 26 0 26737 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 120420

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 9376
/proc/meminfo: memFree=11723936/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=132092 CPUtime=282.3 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 97758 0 0 0 28217 13 0 0 25 0 1 0 759067640 135262208 24127 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256293 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 33023 24127 243 26 0 29655 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 132092

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 9386
/proc/meminfo: memFree=11688916/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=132092 CPUtime=342.31 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 101306 0 0 0 34216 15 0 0 25 0 1 0 759067640 135262208 27468 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256347 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 33023 27468 243 26 0 29655 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 132092

[startup+402.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/515 9388
/proc/meminfo: memFree=11720984/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=101744 CPUtime=402.3 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 114532 0 0 0 40213 17 0 0 25 0 1 0 759067640 104185856 20329 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256760 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 25436 20329 243 26 0 22068 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 101744

[startup+462.301 s]
/proc/loadavg: 2.06 2.05 2.01 3/515 9390
/proc/meminfo: memFree=11687352/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=132092 CPUtime=462.31 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 123464 0 0 0 46213 18 0 0 25 0 1 0 759067640 135262208 28445 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 33023 28445 243 26 0 29655 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 132092

[startup+522.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/515 9391
/proc/meminfo: memFree=11673548/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=150976 CPUtime=522.31 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 129210 0 0 0 52212 19 0 0 25 0 1 0 759067640 154599424 33754 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 37744 33754 243 26 0 34376 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 150976

[startup+582.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 9393
/proc/meminfo: memFree=11731172/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=151020 CPUtime=582.31 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 173026 0 0 0 58206 25 0 0 25 0 1 0 759067640 154644480 29371 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256801 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 37755 29371 243 26 0 34387 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 151020

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.14 2.06 2.01 4/515 9498
/proc/meminfo: memFree=11614972/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=231928 CPUtime=4062.47 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 2539592 0 0 0 405852 395 0 0 25 0 1 0 759067640 237494272 45045 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256544 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 57982 45045 243 26 0 54614 0
Current children cumulated CPU time (s) 4062.47
Current children cumulated vsize (KiB) 231928

[startup+4122.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/515 9499
/proc/meminfo: memFree=11608836/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=231928 CPUtime=4122.45 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 2587347 0 0 0 411844 401 0 0 25 0 1 0 759067640 237494272 42948 33554432000 4194304 4298156 140733692966384 18446744073709551615 4254648 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 57982 42948 243 26 0 54614 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 231928

[startup+4182.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/515 9501
/proc/meminfo: memFree=11608536/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=231928 CPUtime=4182.45 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 2611978 0 0 0 417840 405 0 0 25 0 1 0 759067640 237494272 44531 33554432000 4194304 4298156 140733692966384 18446744073709551615 4254663 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 57982 44531 243 26 0 54614 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 231928

[startup+4242.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/515 9502
/proc/meminfo: memFree=11612712/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=181840 CPUtime=4242.45 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 2657007 0 0 0 423834 411 0 0 25 0 1 0 759067640 186204160 40163 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 45460 40163 243 26 0 42092 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 181840

[startup+4302.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/515 9504
/proc/meminfo: memFree=11620232/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=181840 CPUtime=4302.45 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 2682074 0 0 0 429829 416 0 0 25 0 1 0 759067640 186204160 41462 33554432000 4194304 4298156 140733692966384 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 45460 41462 243 26 0 42092 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 181840

[startup+4362.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/515 9506
/proc/meminfo: memFree=11627748/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=181840 CPUtime=4362.45 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 2708116 0 0 0 435824 421 0 0 25 0 1 0 759067640 186204160 41751 33554432000 4194304 4298156 140733692966384 18446744073709551615 4251934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 45460 41751 243 26 0 42092 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 181840

[startup+4422.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/515 9507
/proc/meminfo: memFree=11624228/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=181840 CPUtime=4422.45 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 2753154 0 0 0 441817 428 0 0 25 0 1 0 759067640 186204160 39812 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256787 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 45460 39812 243 26 0 42092 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 181840

[startup+4482.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/515 9509
/proc/meminfo: memFree=11623444/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=181840 CPUtime=4482.46 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 2778328 0 0 0 447814 432 0 0 25 0 1 0 759067640 186204160 40045 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 45460 40045 243 26 0 42092 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 181840

[startup+4542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 9510
/proc/meminfo: memFree=11612612/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=231928 CPUtime=4542.46 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 2784588 0 0 0 453812 434 0 0 25 0 1 0 759067640 237494272 45800 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256293 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 57982 45800 243 26 0 54614 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 231928

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 9512
/proc/meminfo: memFree=11633400/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=181840 CPUtime=4602.47 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 2833358 0 0 0 459806 441 0 0 25 0 1 0 759067640 186204160 40339 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256172 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 45460 40339 243 26 0 42092 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 181840

[startup+4662.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/515 9542
/proc/meminfo: memFree=11426088/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=181840 CPUtime=4662.46 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 2859079 0 0 0 465799 447 0 0 25 0 1 0 759067640 186204160 41385 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 45460 41385 243 26 0 42092 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 181840

[startup+4722.32 s]
/proc/loadavg: 2.02 2.03 2.00 3/515 9543
/proc/meminfo: memFree=11410680/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=181840 CPUtime=4722.48 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 2884917 0 0 0 471797 451 0 0 25 0 1 0 759067640 186204160 41276 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 45460 41276 243 26 0 42092 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 181840

[startup+4782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 9545
/proc/meminfo: memFree=11397392/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=181840 CPUtime=4782.47 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 2911614 0 0 0 477790 457 0 0 25 0 1 0 759067640 186204160 41944 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 45460 41944 243 26 0 42092 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 181840

[startup+4842.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/515 9546
/proc/meminfo: memFree=11408520/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=231928 CPUtime=4842.47 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 2937135 0 0 0 483786 461 0 0 25 0 1 0 759067640 237494272 42917 33554432000 4194304 4298156 140733692966384 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 57982 42917 243 26 0 54614 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 231928

[startup+4902.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/515 9548
/proc/meminfo: memFree=11410468/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=231928 CPUtime=4902.48 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 2963795 0 0 0 489782 466 0 0 25 0 1 0 759067640 237494272 43243 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 57982 43243 243 26 0 54614 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 231928

[startup+4962.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/515 9550
/proc/meminfo: memFree=11408936/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=231928 CPUtime=4962.47 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 2990982 0 0 0 495777 470 0 0 25 0 1 0 759067640 237494272 43313 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 57982 43313 243 26 0 54614 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 231928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.04 2.00 3/515 9551
/proc/meminfo: memFree=11373192/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=231928 CPUtime=5000.09 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 2995304 0 0 0 499537 472 0 0 25 0 1 0 759067640 237494272 47341 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 57982 47341 243 26 0 54614 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 231928

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.02 2.04 2.00 3/515 9551
/proc/meminfo: memFree=11373192/32951124 swapFree=63083240/67111528
[pid=9367] ppid=9365 vsize=231928 CPUtime=5000.09 cores=1,3,5,7
/proc/9367/stat : 9367 (contrasat_relea) R 9365 9367 8905 0 -1 4202496 2995304 0 0 0 499537 472 0 0 25 0 1 0 759067640 237494272 47341 33554432000 4194304 4298156 140733692966384 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9367/statm: 57982 47341 243 26 0 54614 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 231928

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.11
CPU user time (s): 4995.38
CPU system time (s): 4.72728
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 312068

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

runsolver used 24.4073 second user time and 60.0319 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-29 12:55:20
IDJOB=3422444
IDBENCH=83115
IDSOLVER=1915
FILE ID=node141/3422444-1306666520
RUNJOBID= node141-1306658664-8924
PBS_JOBID= 13471756
Free space on /tmp= 73668 MiB

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

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

MD5SUM BENCH= 9fab5edd49fb904ff76ff7abf98e0d14
RANDOM SEED=1951000127

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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:      11856752 kB
Buffers:        359900 kB
Cached:       10259200 kB
SwapCached:      15808 kB
Active:       12997760 kB
Inactive:      7797468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11856752 kB
SwapTotal:    67111528 kB
SwapFree:     63083240 kB
Dirty:            3136 kB
Writeback:           0 kB
AnonPages:    10167312 kB
Mapped:          26580 kB
Slab:           160420 kB
PageTables:      69784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150773328 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= 73596 MiB
End job on node141 at 2011-05-29 14:18:42