Trace number 3495749

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
MoUsSaka 2011-03-26No Cert. 1800.07 1800.03

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtswvsam6x8p3-tseitin.cnf
MD5SUM78f66492ac42d4b6896175e486263134
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 variables154038
Number of clauses460862
Sum of the clauses size1075342
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2307240
Number of clauses of size 3153620
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c MoUsSaka vegetarian
32.29/32.39	
32.29/32.39	s UNSATISFIABLE

Verifier Data

ERROR: no value line found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3495749-1307806549/watcher-3495749-1307806549 -o /tmp/evaluation-result-3495749-1307806549/solver-3495749-1307806549 -C 1800 -W 1850 -M 7680 MoUsSaka HOME/instance-3495749-1307806549.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.92 1.00 1.56 5/189 21861
/proc/meminfo: memFree=31421892/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=21968 CPUtime=0 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 954 0 0 0 0 0 0 0 21 0 1 0 892257551 22495232 893 33554432000 4194304 4365125 140734445148112 18446744073709551615 4318677 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 5492 897 245 42 0 2640 0

[startup+0.065715 s]
/proc/loadavg: 0.92 1.00 1.56 5/189 21861
/proc/meminfo: memFree=31421892/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=33772 CPUtime=0.05 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 6593 0 0 0 5 0 0 0 21 0 1 0 892257551 34582528 4986 33554432000 4194304 4365125 140734445148112 18446744073709551615 4291103 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 8443 4997 254 42 0 5591 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 33772

[startup+0.100707 s]
/proc/loadavg: 0.92 1.00 1.56 5/189 21861
/proc/meminfo: memFree=31421892/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=35572 CPUtime=0.09 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 8517 0 0 0 9 0 0 0 21 0 1 0 892257551 36425728 5793 33554432000 4194304 4365125 140734445148112 18446744073709551615 216634515200 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 8893 5794 254 42 0 6041 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35572

[startup+0.300681 s]
/proc/loadavg: 0.92 1.00 1.56 5/189 21861
/proc/meminfo: memFree=31421892/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=58176 CPUtime=0.28 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 21020 0 0 0 27 1 0 0 22 0 1 0 892257551 59572224 10370 33554432000 4194304 4365125 140734445148112 18446744073709551615 4257833 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 14544 10370 261 42 0 11692 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 58176

[startup+0.700612 s]
/proc/loadavg: 0.92 1.00 1.56 5/189 21861
/proc/meminfo: memFree=31421892/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=76460 CPUtime=0.69 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 27276 0 0 0 67 2 0 0 23 0 1 0 892257551 78295040 13143 33554432000 4194304 4365125 140734445148112 18446744073709551615 4249883 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 19115 13143 262 42 0 16263 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76460

[startup+1.50046 s]
/proc/loadavg: 0.92 1.00 1.56 5/190 21862
/proc/meminfo: memFree=31320608/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=88632 CPUtime=1.49 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 31603 0 0 0 147 2 0 0 25 0 1 0 892257551 90759168 16326 33554432000 4194304 4365125 140734445148112 18446744073709551615 4261035 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 22158 16326 262 42 0 19306 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88632

[startup+3.10117 s]
/proc/loadavg: 0.92 1.00 1.56 5/190 21862
/proc/meminfo: memFree=31279924/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=103988 CPUtime=3.09 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 47110 0 0 0 305 4 0 0 25 0 1 0 892257551 106483712 20297 33554432000 4194304 4365125 140734445148112 18446744073709551615 4255807 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 25997 20297 262 42 0 23145 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 103988

[startup+6.30062 s]
/proc/loadavg: 1.33 1.09 1.58 5/190 21862
/proc/meminfo: memFree=31101388/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=169652 CPUtime=6.29 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 107337 0 0 0 618 11 0 0 25 0 1 0 892257551 173723648 34079 33554432000 4194304 4365125 140734445148112 18446744073709551615 4247605 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 42413 34079 262 42 0 39561 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 169652

[startup+12.7005 s]
/proc/loadavg: 1.54 1.13 1.60 5/190 21863
/proc/meminfo: memFree=30633080/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=404024 CPUtime=12.69 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 308548 0 0 0 1237 32 0 0 25 0 1 0 892257551 413720576 80390 33554432000 4194304 4365125 140734445148112 18446744073709551615 4266165 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 101006 80390 262 42 0 98154 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 404024

[startup+25.5002 s]
/proc/loadavg: 2.08 1.27 1.63 5/190 21863
/proc/meminfo: memFree=30015520/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=740316 CPUtime=25.49 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 485212 0 0 0 2499 50 0 0 25 0 1 0 892257551 758083584 141747 33554432000 4194304 4365125 140734445148112 18446744073709551615 4250109 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 185079 141747 262 42 0 182227 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 740316

[startup+51.1007 s]
/proc/loadavg: 2.74 1.49 1.70 5/190 21864
/proc/meminfo: memFree=29599936/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=814644 CPUtime=51.09 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 654756 0 0 0 5039 70 0 0 25 0 1 0 892257551 834195456 145412 33554432000 4194304 4365125 140734445148112 18446744073709551615 4282080 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 203661 145412 264 42 0 200809 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 814644

[startup+102.307 s]
/proc/loadavg: 3.45 1.88 1.81 5/190 21865
/proc/meminfo: memFree=29396664/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=845112 CPUtime=102.3 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 695776 0 0 0 10154 76 0 0 25 0 1 0 892257551 865394688 149206 33554432000 4194304 4365125 140734445148112 18446744073709551615 4275296 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 211278 149206 264 42 0 208426 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 845112

[startup+162.301 s]
/proc/loadavg: 3.80 2.26 1.95 5/190 21867
/proc/meminfo: memFree=29326284/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=845112 CPUtime=162.29 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 695776 0 0 0 16153 76 0 0 25 0 1 0 892257551 865394688 149206 33554432000 4194304 4365125 140734445148112 18446744073709551615 4242880 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 211278 149206 264 42 0 208426 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 845112

[startup+222.3 s]
/proc/loadavg: 3.97 2.59 2.08 5/190 21906
/proc/meminfo: memFree=28673412/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=845112 CPUtime=222.29 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 695776 0 0 0 22153 76 0 0 25 0 1 0 892257551 865394688 149206 33554432000 4194304 4365125 140734445148112 18446744073709551615 4264094 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 211278 149206 264 42 0 208426 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 845112

[startup+282.301 s]
/proc/loadavg: 4.03 2.86 2.20 5/190 21908
/proc/meminfo: memFree=28374776/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=845112 CPUtime=282.29 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 695776 0 0 0 28153 76 0 0 25 0 1 0 892257551 865394688 149206 33554432000 4194304 4365125 140734445148112 18446744073709551615 4262659 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 211278 149206 264 42 0 208426 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 845112

[startup+342.3 s]
/proc/loadavg: 4.08 3.08 2.32 5/190 21909
/proc/meminfo: memFree=28372628/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=845112 CPUtime=342.3 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 695776 0 0 0 34153 77 0 0 25 0 1 0 892257551 865394688 149206 33554432000 4194304 4365125 140734445148112 18446744073709551615 4242730 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 211278 149206 264 42 0 208426 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 845112

[startup+402.301 s]
/proc/loadavg: 4.03 3.24 2.42 5/190 21911
/proc/meminfo: memFree=28367368/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=845112 CPUtime=402.3 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 695776 0 0 0 40153 77 0 0 25 0 1 0 892257551 865394688 149206 33554432000 4194304 4365125 140734445148112 18446744073709551615 4257742 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 211278 149206 264 42 0 208426 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 845112

[startup+462.301 s]
/proc/loadavg: 4.01 3.38 2.51 5/190 21913
/proc/meminfo: memFree=28362608/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=845112 CPUtime=462.3 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 695776 0 0 0 46153 77 0 0 25 0 1 0 892257551 865394688 149206 33554432000 4194304 4365125 140734445148112 18446744073709551615 4258085 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 211278 149206 264 42 0 208426 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 845112

[startup+522.301 s]
/proc/loadavg: 4.00 3.49 2.60 5/190 21914
/proc/meminfo: memFree=28418516/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=814392 CPUtime=522.3 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 715263 0 0 0 52150 80 0 0 25 0 1 0 892257551 833937408 145351 33554432000 4194304 4365125 140734445148112 18446744073709551615 4257958 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 203598 145351 264 42 0 200746 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 814392

[startup+582.301 s]
/proc/loadavg: 4.06 3.60 2.69 5/190 21916
/proc/meminfo: memFree=28377664/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=842032 CPUtime=582.3 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 725731 0 0 0 58149 81 0 0 25 0 1 0 892257551 862240768 148912 33554432000 4194304 4365125 140734445148112 18446744073709551615 4262681 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 210508 148912 264 42 0 207656 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 842032

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 4.08 3.84 2.99 5/190 21922
/proc/meminfo: memFree=28387528/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=842032 CPUtime=822.31 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 725731 0 0 0 82149 82 0 0 25 0 1 0 892257551 862240768 148912 33554432000 4194304 4365125 140734445148112 18446744073709551615 4262567 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 210508 148912 264 42 0 207656 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 842032

[startup+882.301 s]
/proc/loadavg: 4.03 3.86 3.05 5/190 21924
/proc/meminfo: memFree=28392932/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=829744 CPUtime=882.31 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 744942 0 0 0 88147 84 0 0 25 0 1 0 892257551 849657856 147370 33554432000 4194304 4365125 140734445148112 18446744073709551615 4258095 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 207436 147370 264 42 0 204584 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 829744

[startup+942.3 s]
/proc/loadavg: 4.04 3.90 3.11 5/190 21925
/proc/meminfo: memFree=28383960/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=821552 CPUtime=942.31 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 757760 0 0 0 94144 87 0 0 25 0 1 0 892257551 841269248 146342 33554432000 4194304 4365125 140734445148112 18446744073709551615 4260907 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 205388 146342 264 42 0 202536 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 821552

[startup+1002.3 s]
/proc/loadavg: 4.01 3.92 3.17 5/190 21927
/proc/meminfo: memFree=28380940/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=821552 CPUtime=1002.31 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 757760 0 0 0 100144 87 0 0 25 0 1 0 892257551 841269248 146342 33554432000 4194304 4365125 140734445148112 18446744073709551615 4262555 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 205388 146342 264 42 0 202536 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 821552

[startup+1062.3 s]
/proc/loadavg: 4.00 3.93 3.21 5/190 21929
/proc/meminfo: memFree=28271152/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=844080 CPUtime=1062.31 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 767494 0 0 0 106143 88 0 0 25 0 1 0 892257551 864337920 149169 33554432000 4194304 4365125 140734445148112 18446744073709551615 4262555 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 211020 149169 264 42 0 208168 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 844080

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.26 5/190 21930
/proc/meminfo: memFree=28395092/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=844080 CPUtime=1122.31 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 767494 0 0 0 112143 88 0 0 25 0 1 0 892257551 864337920 149169 33554432000 4194304 4365125 140734445148112 18446744073709551615 4282080 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 211020 149169 264 42 0 208168 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 844080

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.30 5/190 21932
/proc/meminfo: memFree=28377548/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=844080 CPUtime=1182.31 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 767494 0 0 0 118143 88 0 0 25 0 1 0 892257551 864337920 149169 33554432000 4194304 4365125 140734445148112 18446744073709551615 4264089 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 211020 149169 264 42 0 208168 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 844080

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.35 5/190 21933
/proc/meminfo: memFree=28383464/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=844080 CPUtime=1242.32 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 767494 0 0 0 124143 89 0 0 25 0 1 0 892257551 864337920 149169 33554432000 4194304 4365125 140734445148112 18446744073709551615 4262681 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 211020 149169 264 42 0 208168 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 844080

[startup+1302.3 s]
/proc/loadavg: 4.00 3.96 3.38 5/190 21935
/proc/meminfo: memFree=28388380/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=837936 CPUtime=1302.33 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 808293 0 0 0 130138 95 0 0 25 0 1 0 892257551 858046464 148398 33554432000 4194304 4365125 140734445148112 18446744073709551615 4291537 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 209484 148398 264 42 0 206632 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 837936

[startup+1362.3 s]
/proc/loadavg: 4.03 3.98 3.42 5/190 21937
/proc/meminfo: memFree=28369120/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=866604 CPUtime=1362.32 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 853461 0 0 0 136132 100 0 0 25 0 1 0 892257551 887402496 151996 33554432000 4194304 4365125 140734445148112 18446744073709551615 4261054 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 216651 151996 264 42 0 213799 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 866604

[startup+1422.31 s]
/proc/loadavg: 4.01 3.98 3.46 5/190 21938
/proc/meminfo: memFree=28383216/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=864556 CPUtime=1422.33 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 867050 0 0 0 142132 101 0 0 25 0 1 0 892257551 885305344 151739 33554432000 4194304 4365125 140734445148112 18446744073709551615 4263164 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 216139 151739 264 42 0 213287 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 864556

[startup+1482.3 s]
/proc/loadavg: 4.00 3.98 3.49 5/190 21940
/proc/meminfo: memFree=28386776/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=864556 CPUtime=1482.32 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 867050 0 0 0 148131 101 0 0 25 0 1 0 892257551 885305344 151739 33554432000 4194304 4365125 140734445148112 18446744073709551615 4258063 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 216139 151739 264 42 0 213287 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 864556

[startup+1542.3 s]
/proc/loadavg: 4.00 3.98 3.52 5/190 21950
/proc/meminfo: memFree=28376204/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=866604 CPUtime=1542.32 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 915816 0 0 0 154124 108 0 0 25 0 1 0 892257551 887402496 151996 33554432000 4194304 4365125 140734445148112 18446744073709551615 4257409 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 216651 151996 264 42 0 213799 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 866604

[startup+1602.3 s]
/proc/loadavg: 4.00 3.98 3.55 5/190 21952
/proc/meminfo: memFree=28416704/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=819504 CPUtime=1602.33 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 1034679 0 0 0 160111 122 0 0 25 0 1 0 892257551 839172096 146085 33554432000 4194304 4365125 140734445148112 18446744073709551615 4262555 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 204876 146085 264 42 0 202024 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 819504

[startup+1662.3 s]
/proc/loadavg: 4.00 3.98 3.57 5/190 21956
/proc/meminfo: memFree=28322416/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=823600 CPUtime=1662.33 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 1118365 0 0 0 166100 133 0 0 25 0 1 0 892257551 843366400 146599 33554432000 4194304 4365125 140734445148112 18446744073709551615 4245180 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 205900 146599 264 42 0 203048 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 823600

[startup+1722.3 s]
/proc/loadavg: 4.00 3.98 3.59 5/190 21958
/proc/meminfo: memFree=28415760/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=823600 CPUtime=1722.33 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 1118365 0 0 0 172100 133 0 0 25 0 1 0 892257551 843366400 146599 33554432000 4194304 4365125 140734445148112 18446744073709551615 4242833 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 205900 146599 264 42 0 203048 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 823600

[startup+1782.3 s]
/proc/loadavg: 4.00 3.98 3.62 5/190 21960
/proc/meminfo: memFree=28336608/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=833840 CPUtime=1782.33 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 1188944 0 0 0 178090 143 0 0 25 0 1 0 892257551 853852160 147884 33554432000 4194304 4365125 140734445148112 18446744073709551615 4262125 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 208460 147884 264 42 0 205608 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 833840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 4.00 3.98 3.62 3/187 21962
/proc/meminfo: memFree=29991632/32951124 swapFree=67052812/67111528
[pid=21861] ppid=21859 vsize=833840 CPUtime=1800.04 cores=0,2
/proc/21861/stat : 21861 (MoUsSaka) R 21859 21861 20670 0 -1 4202496 1188944 0 0 0 179861 143 0 0 25 0 1 0 892257551 853852160 147884 33554432000 4194304 4365125 140734445148112 18446744073709551615 4264094 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21861/statm: 208460 147884 264 42 0 205608 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 833840

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): 1800.03
CPU time (s): 1800.07
CPU user time (s): 1798.61
CPU system time (s): 1.45578
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1339928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 1.45578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1188944
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 5540

runsolver used 3.17952 second user time and 6.64799 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-11 17:35:49
IDJOB=3495749
IDBENCH=82479
IDSOLVER=1989
FILE ID=node103/3495749-1307806549
RUNJOBID= node103-1307806548-21803
PBS_JOBID= 13551073
Free space on /tmp= 74044 MiB

SOLVER NAME= MoUsSaka 2011-03-26
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtswvsam6x8p3-tseitin.cnf
COMMAND LINE= MoUsSaka BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3495749-1307806549/watcher-3495749-1307806549 -o /tmp/evaluation-result-3495749-1307806549/solver-3495749-1307806549 -C 1800 -W 1850 -M 7680  MoUsSaka HOME/instance-3495749-1307806549.cnf

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

MD5SUM BENCH= 78f66492ac42d4b6896175e486263134
RANDOM SEED=1694150986

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.77
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.858
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.75
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.858
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.858
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.83
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.858
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:      31432984 kB
Buffers:        300496 kB
Cached:         893560 kB
SwapCached:      22864 kB
Active:         616880 kB
Inactive:       691652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31432984 kB
SwapTotal:    67111528 kB
SwapFree:     67052812 kB
Dirty:           28160 kB
Writeback:           0 kB
AnonPages:      111228 kB
Mapped:           9376 kB
Slab:           144036 kB
PageTables:       5368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   350044 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= 74060 MiB
End job on node103 at 2011-06-11 18:05:51