Trace number 3251632

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
RestartSAT A75? (TO) 1300.07 1300.03

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p15-s98191766.cnf
MD5SUM71638ad618721ad48c6bd2d48b828020
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.2785
Satisfiable
(Un)Satisfiability was proved
Number of variables2377
Number of clauses566749
Sum of the clauses size1135775
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2566699
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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: 935)

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-3251632-1303586543/watcher-3251632-1303586543 -o /tmp/evaluation-result-3251632-1303586543/solver-3251632-1303586543 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3251632-1303586543.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 1.00 1.71 2.55 4/193 30172
/proc/meminfo: memFree=19145296/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=20040 CPUtime=0 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 921 0 0 0 0 0 0 0 21 0 1 0 470252504 20520960 806 33554432000 4194304 4291949 140734420316752 18446744073709551615 246516495045 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 5010 808 225 24 0 1644 0

[startup+0.0419041 s]
/proc/loadavg: 1.00 1.71 2.55 4/193 30172
/proc/meminfo: memFree=19145296/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=26344 CPUtime=0.03 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 4017 0 0 0 3 0 0 0 21 0 1 0 470252504 26976256 2976 33554432000 4194304 4291949 140734420316752 18446744073709551615 246516495045 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 6586 2980 226 24 0 3220 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26344

[startup+0.100892 s]
/proc/loadavg: 1.00 1.71 2.55 4/193 30172
/proc/meminfo: memFree=19145296/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=40244 CPUtime=0.09 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 9245 0 0 0 8 1 0 0 21 0 1 0 470252504 41209856 6651 33554432000 4194304 4291949 140734420316752 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 10061 6654 226 24 0 6695 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40244

[startup+0.300853 s]
/proc/loadavg: 1.00 1.71 2.55 4/193 30172
/proc/meminfo: memFree=19145296/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=49812 CPUtime=0.29 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 12138 0 0 0 28 1 0 0 22 0 1 0 470252504 51007488 8574 33554432000 4194304 4291949 140734420316752 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 12453 8574 231 24 0 9087 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49812

[startup+0.70078 s]
/proc/loadavg: 1.00 1.71 2.55 4/193 30172
/proc/meminfo: memFree=19145296/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=49812 CPUtime=0.69 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 12138 0 0 0 68 1 0 0 24 0 1 0 470252504 51007488 8574 33554432000 4194304 4291949 140734420316752 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 12453 8574 231 24 0 9087 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49812

[startup+1.50064 s]
/proc/loadavg: 1.00 1.71 2.55 5/194 30173
/proc/meminfo: memFree=19105148/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=49812 CPUtime=1.49 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 12138 0 0 0 148 1 0 0 25 0 1 0 470252504 51007488 8574 33554432000 4194304 4291949 140734420316752 18446744073709551615 4230160 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 12453 8574 231 24 0 9087 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49812

[startup+3.10035 s]
/proc/loadavg: 1.00 1.71 2.55 5/194 30173
/proc/meminfo: memFree=19101804/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=47076 CPUtime=3.09 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 15573 0 0 0 308 1 0 0 25 0 1 0 470252504 48205824 8545 33554432000 4194304 4291949 140734420316752 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 11769 8545 252 24 0 8403 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47076

[startup+6.30076 s]
/proc/loadavg: 1.24 1.75 2.56 5/194 30173
/proc/meminfo: memFree=19065332/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=65932 CPUtime=6.29 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 17641 0 0 0 627 2 0 0 25 0 1 0 470252504 67514368 10598 33554432000 4194304 4291949 140734420316752 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 16483 10598 252 24 0 13117 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65932

[startup+12.7006 s]
/proc/loadavg: 1.46 1.79 2.56 5/194 30174
/proc/meminfo: memFree=19016752/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=85464 CPUtime=12.7 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 20540 0 0 0 1267 3 0 0 25 0 1 0 470252504 87515136 13478 33554432000 4194304 4291949 140734420316752 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 21366 13478 252 24 0 18000 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 85464

[startup+25.5003 s]
/proc/loadavg: 2.02 1.89 2.59 5/194 30174
/proc/meminfo: memFree=18935668/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=90596 CPUtime=25.49 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 25714 0 0 0 2545 4 0 0 25 0 1 0 470252504 92770304 18631 33554432000 4194304 4291949 140734420316752 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 22649 18631 252 24 0 19283 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90596

[startup+51.1006 s]
/proc/loadavg: 2.77 2.08 2.63 5/194 30175
/proc/meminfo: memFree=18843708/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=128176 CPUtime=51.09 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 32051 0 0 0 5103 6 0 0 25 0 1 0 470252504 131252224 24944 33554432000 4194304 4291949 140734420316752 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 32044 24944 252 24 0 28678 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 128176

[startup+102.307 s]
/proc/loadavg: 3.46 2.37 2.70 5/194 30176
/proc/meminfo: memFree=18725660/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=188752 CPUtime=102.3 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 42753 0 0 0 10220 10 0 0 25 0 1 0 470252504 193282048 35605 33554432000 4194304 4291949 140734420316752 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 47188 35605 252 24 0 43822 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 188752

[startup+162.3 s]
/proc/loadavg: 3.80 2.67 2.78 5/194 30178
/proc/meminfo: memFree=18611080/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=196956 CPUtime=162.3 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 50208 0 0 0 16216 14 0 0 25 0 1 0 470252504 201682944 43039 33554432000 4194304 4291949 140734420316752 18446744073709551615 246520292336 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 49239 43039 252 24 0 45873 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 196956

[startup+222.3 s]
/proc/loadavg: 3.96 2.92 2.85 5/194 30179
/proc/meminfo: memFree=18507384/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=285788 CPUtime=222.29 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 57142 0 0 0 22212 17 0 0 25 0 1 0 470252504 292646912 49959 33554432000 4194304 4291949 140734420316752 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 71447 49959 252 24 0 68081 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 285788

[startup+282.3 s]
/proc/loadavg: 3.98 3.11 2.92 5/194 30181
/proc/meminfo: memFree=18480968/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=290400 CPUtime=282.3 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 61819 0 0 0 28210 20 0 0 25 0 1 0 470252504 297369600 54616 33554432000 4194304 4291949 140734420316752 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 72600 54616 252 24 0 69234 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 290400

[startup+342.301 s]
/proc/loadavg: 3.99 3.27 2.99 5/194 30182
/proc/meminfo: memFree=18403324/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=295288 CPUtime=342.3 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 66747 0 0 0 34208 22 0 0 25 0 1 0 470252504 302374912 59524 33554432000 4194304 4291949 140734420316752 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 73822 59524 252 24 0 70456 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 295288

[startup+402.301 s]
/proc/loadavg: 3.99 3.40 3.05 5/194 30184
/proc/meminfo: memFree=18309328/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=299768 CPUtime=402.3 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 73152 0 0 0 40206 24 0 0 25 0 1 0 470252504 306962432 65903 33554432000 4194304 4291949 140734420316752 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 74942 65903 252 24 0 71576 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 299768

[startup+462.301 s]
/proc/loadavg: 3.99 3.51 3.10 5/194 30186
/proc/meminfo: memFree=18210488/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=306184 CPUtime=462.3 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 79593 0 0 0 46202 28 0 0 25 0 1 0 470252504 313532416 72320 33554432000 4194304 4291949 140734420316752 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 76546 72320 252 24 0 73180 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 306184

[startup+522.301 s]
/proc/loadavg: 4.06 3.61 3.16 5/194 30187
/proc/meminfo: memFree=18217264/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=443668 CPUtime=522.31 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 83302 0 0 0 52200 31 0 0 25 0 1 0 470252504 454316032 76023 33554432000 4194304 4291949 140734420316752 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 110917 76023 252 24 0 107551 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 443668

[startup+582.301 s]
/proc/loadavg: 4.02 3.68 3.21 5/194 30189
/proc/meminfo: memFree=18156240/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=448588 CPUtime=582.3 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 86996 0 0 0 58198 32 0 0 25 0 1 0 470252504 459354112 79703 33554432000 4194304 4291949 140734420316752 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 112147 79703 252 24 0 108781 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 448588

[startup+642.301 s]
/proc/loadavg: 4.05 3.75 3.26 5/194 30190
/proc/meminfo: memFree=18103764/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=452664 CPUtime=642.31 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 90268 0 0 0 64197 34 0 0 25 0 1 0 470252504 463527936 82963 33554432000 4194304 4291949 140734420316752 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 113166 82963 252 24 0 109800 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 452664

[startup+702.301 s]
/proc/loadavg: 4.02 3.79 3.31 5/194 30192
/proc/meminfo: memFree=18056128/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=456648 CPUtime=702.31 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 93266 0 0 0 70195 36 0 0 25 0 1 0 470252504 467607552 85941 33554432000 4194304 4291949 140734420316752 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 114162 85941 252 24 0 110796 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 456648

[startup+762.307 s]
/proc/loadavg: 4.12 3.86 3.36 5/194 30194
/proc/meminfo: memFree=17997712/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=458036 CPUtime=762.32 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 96810 0 0 0 76194 38 0 0 25 0 1 0 470252504 469028864 89470 33554432000 4194304 4291949 140734420316752 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 114509 89470 252 24 0 111143 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 458036

[startup+822.301 s]
/proc/loadavg: 4.12 3.90 3.40 5/194 30195
/proc/meminfo: memFree=18037500/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=461924 CPUtime=822.32 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 99676 0 0 0 82191 41 0 0 25 0 1 0 470252504 473010176 92327 33554432000 4194304 4291949 140734420316752 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 115481 92327 252 24 0 112115 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 461924

[startup+882.3 s]
/proc/loadavg: 4.04 3.91 3.44 5/194 30197
/proc/meminfo: memFree=17963208/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=465812 CPUtime=882.32 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 102235 0 0 0 88190 42 0 0 25 0 1 0 470252504 476991488 94879 33554432000 4194304 4291949 140734420316752 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 116453 94879 252 24 0 113087 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 465812

[startup+942.3 s]
/proc/loadavg: 4.01 3.93 3.47 5/194 30198
/proc/meminfo: memFree=17913348/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=468372 CPUtime=942.32 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 105237 0 0 0 94189 43 0 0 25 0 1 0 470252504 479612928 97868 33554432000 4194304 4291949 140734420316752 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 117093 97868 252 24 0 113727 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 468372

[startup+1002.3 s]
/proc/loadavg: 4.06 3.95 3.50 5/194 30200
/proc/meminfo: memFree=17873648/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=471124 CPUtime=1002.32 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 107663 0 0 0 100187 45 0 0 25 0 1 0 470252504 482430976 100288 33554432000 4194304 4291949 140734420316752 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 117781 100288 252 24 0 114415 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 471124

[startup+1062.3 s]
/proc/loadavg: 4.10 3.97 3.54 5/194 30202
/proc/meminfo: memFree=17835184/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=472544 CPUtime=1062.32 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 109749 0 0 0 106186 46 0 0 25 0 1 0 470252504 483885056 102362 33554432000 4194304 4291949 140734420316752 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 118136 102362 252 24 0 114770 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 472544

[startup+1122.3 s]
/proc/loadavg: 4.07 3.99 3.57 5/194 30203
/proc/meminfo: memFree=17769568/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=476004 CPUtime=1122.32 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 115213 0 0 0 112183 49 0 0 25 0 1 0 470252504 487428096 107811 33554432000 4194304 4291949 140734420316752 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 119001 107811 252 24 0 115635 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 476004

[startup+1182.3 s]
/proc/loadavg: 4.08 4.01 3.60 5/194 30205
/proc/meminfo: memFree=17812460/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=479468 CPUtime=1182.33 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 117572 0 0 0 118182 51 0 0 25 0 1 0 470252504 490975232 110160 33554432000 4194304 4291949 140734420316752 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 119867 110160 252 24 0 116501 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 479468

[startup+1242.3 s]
/proc/loadavg: 4.03 4.00 3.62 5/194 30206
/proc/meminfo: memFree=17758992/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=482944 CPUtime=1242.32 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 120018 0 0 0 124181 51 0 0 25 0 1 0 470252504 494534656 112598 33554432000 4194304 4291949 140734420316752 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 120736 112598 252 24 0 117370 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 482944



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.02 3.65 2/188 30211
/proc/meminfo: memFree=18735032/32951124 swapFree=67111416/67111528
[pid=30172] ppid=30170 vsize=486796 CPUtime=1300.04 cores=5,7
/proc/30172/stat : 30172 (RestartSAT) R 30170 30172 28411 0 -1 4202496 122142 0 0 0 129951 53 0 0 25 0 1 0 470252504 498479104 114716 33554432000 4194304 4291949 140734420316752 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30172/statm: 121699 114716 252 24 0 118333 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 486796

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1299.51
CPU system time (s): 0.552915
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 486796

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

runsolver used 2.00069 second user time and 5.10322 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-23 21:22:23
IDJOB=3251632
IDBENCH=88228
IDSOLVER=1581
FILE ID=node134/3251632-1303586543
RUNJOBID= node134-1303586543-30133
PBS_JOBID= 13150330
Free space on /tmp= 71048 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p15-s98191766.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251632-1303586543/watcher-3251632-1303586543 -o /tmp/evaluation-result-3251632-1303586543/solver-3251632-1303586543 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3251632-1303586543.cnf

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

MD5SUM BENCH= 71638ad618721ad48c6bd2d48b828020
RANDOM SEED=540441874

node134.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.831
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19145700 kB
Buffers:       2334472 kB
Cached:       10802184 kB
SwapCached:        108 kB
Active:        8959148 kB
Inactive:      4298364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19145700 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           20188 kB
Writeback:           0 kB
AnonPages:      119200 kB
Mapped:          15264 kB
Slab:           484016 kB
PageTables:       4928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   311356 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= 71060 MiB
End job on node134 at 2011-04-23 21:44:05