Trace number 3285741

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.09 1300.07

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.130-NOTKNOWN.cnf
MD5SUMc7a9573eb59580c8d4fc5a3ca880d541
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark454.45
Satisfiable
(Un)Satisfiability was proved
Number of variables559571
Number of clauses10223027
Sum of the clauses size22253097
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29836450
Number of clauses of size 3365560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519500

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

running on 2 cores: 1,3

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: 4.03 4.01 4.50 4/189 17110
/proc/meminfo: memFree=19039664/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=19892 CPUtime=0 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 775 0 0 0 0 0 0 0 23 0 1 0 468937442 20369408 716 33554432000 4194304 4291949 140734108772720 18446744073709551615 4276483 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 4973 716 228 24 0 1607 0

[startup+0.0876489 s]
/proc/loadavg: 4.03 4.01 4.50 4/189 17110
/proc/meminfo: memFree=19039664/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=27524 CPUtime=0.07 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 2839 0 0 0 7 0 0 0 23 0 1 0 468937442 28184576 2526 33554432000 4194304 4291949 140734108772720 18446744073709551615 255106429637 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 6881 2526 228 24 0 3515 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27524

[startup+0.100645 s]
/proc/loadavg: 4.03 4.01 4.50 4/189 17110
/proc/meminfo: memFree=19039664/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=28304 CPUtime=0.08 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 3414 0 0 0 8 0 0 0 23 0 1 0 468937442 28983296 2956 33554432000 4194304 4291949 140734108772720 18446744073709551615 255106429637 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 7110 2957 228 24 0 3744 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28304

[startup+0.300612 s]
/proc/loadavg: 4.03 4.01 4.50 4/189 17110
/proc/meminfo: memFree=19039664/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=67404 CPUtime=0.29 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 15279 0 0 0 27 2 0 0 25 0 1 0 468937442 69021696 12512 33554432000 4194304 4291949 140734108772720 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 16851 12513 228 24 0 13485 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67404

[startup+0.700541 s]
/proc/loadavg: 4.03 4.01 4.50 4/189 17110
/proc/meminfo: memFree=19039664/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=164208 CPUtime=0.68 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 44139 0 0 0 62 6 0 0 25 0 1 0 468937442 168148992 33034 33554432000 4194304 4291949 140734108772720 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 41052 33034 228 24 0 37686 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 164208

[startup+1.5004 s]
/proc/loadavg: 4.03 4.01 4.50 5/190 17111
/proc/meminfo: memFree=18843248/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=315780 CPUtime=1.49 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 99871 0 0 0 136 13 0 0 25 0 1 0 468937442 323358720 72994 33554432000 4194304 4291949 140734108772720 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 78945 72996 228 24 0 75579 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 315780

[startup+3.10112 s]
/proc/loadavg: 4.03 4.01 4.50 5/190 17111
/proc/meminfo: memFree=18619312/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=668580 CPUtime=3.09 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 201627 0 0 0 280 29 0 0 25 0 1 0 468937442 684625920 144389 33554432000 4194304 4291949 140734108772720 18446744073709551615 4215488 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 167145 144389 231 24 0 163779 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 668580

[startup+6.30057 s]
/proc/loadavg: 4.10 4.03 4.50 5/190 17111
/proc/meminfo: memFree=18442500/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=668580 CPUtime=6.29 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 201628 0 0 0 599 30 0 0 25 0 1 0 468937442 684625920 144390 33554432000 4194304 4291949 140734108772720 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 167145 144390 232 24 0 163779 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 668580

[startup+12.7004 s]
/proc/loadavg: 4.10 4.03 4.50 5/190 17111
/proc/meminfo: memFree=18543440/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=522848 CPUtime=12.69 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 231610 0 0 0 1235 34 0 0 25 0 1 0 468937442 535396352 114223 33554432000 4194304 4291949 140734108772720 18446744073709551615 4262918 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 130712 114223 253 24 0 127346 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 522848

[startup+25.5002 s]
/proc/loadavg: 4.07 4.03 4.49 5/190 17111
/proc/meminfo: memFree=18515708/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=472760 CPUtime=25.49 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 254371 0 0 0 2512 37 0 0 25 0 1 0 468937442 484106240 109464 33554432000 4194304 4291949 140734108772720 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 118190 109464 253 24 0 114824 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 472760

[startup+51.1007 s]
/proc/loadavg: 4.05 4.02 4.48 5/190 17121
/proc/meminfo: memFree=18383780/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=522848 CPUtime=51.09 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 258022 0 0 0 5071 38 0 0 25 0 1 0 468937442 535396352 113113 33554432000 4194304 4291949 140734108772720 18446744073709551615 4248595 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 130712 113113 253 24 0 127346 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 522848

[startup+102.307 s]
/proc/loadavg: 4.07 4.03 4.45 5/190 17122
/proc/meminfo: memFree=18129688/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=522848 CPUtime=102.29 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 264235 0 0 0 10190 39 0 0 25 0 1 0 468937442 535396352 119322 33554432000 4194304 4291949 140734108772720 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 130712 119322 253 24 0 127346 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 522848

[startup+162.3 s]
/proc/loadavg: 4.02 4.03 4.42 5/190 17124
/proc/meminfo: memFree=17853156/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=604236 CPUtime=162.3 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 273353 0 0 0 16188 42 0 0 25 0 1 0 468937442 618737664 128433 33554432000 4194304 4291949 140734108772720 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 151059 128433 253 24 0 147693 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 604236

[startup+222.301 s]
/proc/loadavg: 4.08 4.04 4.40 5/190 17126
/proc/meminfo: memFree=17517480/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=604236 CPUtime=222.29 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 281919 0 0 0 22186 43 0 0 25 0 1 0 468937442 618737664 136996 33554432000 4194304 4291949 140734108772720 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 151059 136996 253 24 0 147693 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 604236

[startup+282.301 s]
/proc/loadavg: 4.03 4.03 4.37 5/190 17127
/proc/meminfo: memFree=17208456/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=604236 CPUtime=282.3 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 289515 0 0 0 28185 45 0 0 25 0 1 0 468937442 618737664 144588 33554432000 4194304 4291949 140734108772720 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 151059 144588 253 24 0 147693 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 604236

[startup+342.301 s]
/proc/loadavg: 4.01 4.02 4.34 5/190 17129
/proc/meminfo: memFree=16808420/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=736496 CPUtime=342.3 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 299498 0 0 0 34184 46 0 0 25 0 1 0 468937442 754171904 154565 33554432000 4194304 4291949 140734108772720 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 184124 154565 253 24 0 180758 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 736496

[startup+402.301 s]
/proc/loadavg: 4.00 4.02 4.32 5/190 17130
/proc/meminfo: memFree=16530272/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=736496 CPUtime=402.3 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 309865 0 0 0 40180 50 0 0 25 0 1 0 468937442 754171904 164923 33554432000 4194304 4291949 140734108772720 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 184124 164923 253 24 0 180758 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 736496

[startup+462.3 s]
/proc/loadavg: 4.00 4.01 4.30 5/190 17132
/proc/meminfo: memFree=16211708/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=736496 CPUtime=462.3 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 320934 0 0 0 46178 52 0 0 25 0 1 0 468937442 754171904 175989 33554432000 4194304 4291949 140734108772720 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 184124 175989 253 24 0 180758 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 736496

[startup+522.301 s]
/proc/loadavg: 4.04 4.02 4.28 5/190 17134
/proc/meminfo: memFree=15909632/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=951420 CPUtime=522.3 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 337847 0 0 0 52175 55 0 0 25 0 1 0 468937442 974254080 192895 33554432000 4194304 4291949 140734108772720 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 237855 192895 253 24 0 234489 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 951420

[startup+582.3 s]
/proc/loadavg: 4.01 4.01 4.26 5/190 17135
/proc/meminfo: memFree=15612140/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=951420 CPUtime=582.31 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 349975 0 0 0 58173 58 0 0 25 0 1 0 468937442 974254080 205018 33554432000 4194304 4291949 140734108772720 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 237855 205018 253 24 0 234489 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 951420

[startup+642.301 s]
/proc/loadavg: 4.00 4.01 4.24 5/190 17137
/proc/meminfo: memFree=15337472/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=951420 CPUtime=642.31 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 361612 0 0 0 64171 60 0 0 25 0 1 0 468937442 974254080 216648 33554432000 4194304 4291949 140734108772720 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 237855 216648 253 24 0 234489 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 951420

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 4.22 5/190 17138
/proc/meminfo: memFree=15047304/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=951420 CPUtime=702.3 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 375265 0 0 0 70168 62 0 0 25 0 1 0 468937442 974254080 230293 33554432000 4194304 4291949 140734108772720 18446744073709551615 4248343 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 237855 230293 253 24 0 234489 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 951420

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 4.21 5/190 17140
/proc/meminfo: memFree=14779948/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=1300668 CPUtime=762.31 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 384958 0 0 0 76167 64 0 0 25 0 1 0 468937442 1331884032 239981 33554432000 4194304 4291949 140734108772720 18446744073709551615 4248264 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 325167 239981 253 24 0 321801 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1300668

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 4.19 5/190 17142
/proc/meminfo: memFree=14505272/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=1300668 CPUtime=822.31 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 397246 0 0 0 82165 66 0 0 25 0 1 0 468937442 1331884032 252259 33554432000 4194304 4291949 140734108772720 18446744073709551615 4248397 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 325167 252259 253 24 0 321801 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1300668

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 4.18 5/190 17143
/proc/meminfo: memFree=14122224/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=1300668 CPUtime=882.31 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 409086 0 0 0 88162 69 0 0 25 0 1 0 468937442 1331884032 264092 33554432000 4194304 4291949 140734108772720 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 325167 264092 253 24 0 321801 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1300668

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 4.16 5/190 17145
/proc/meminfo: memFree=13828704/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=1300668 CPUtime=942.31 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 420990 0 0 0 94159 72 0 0 25 0 1 0 468937442 1331884032 275988 33554432000 4194304 4291949 140734108772720 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 325167 275988 253 24 0 321801 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1300668

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 4.15 5/190 17146
/proc/meminfo: memFree=15237452/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=1300668 CPUtime=1002.31 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 432205 0 0 0 100157 74 0 0 25 0 1 0 468937442 1331884032 287193 33554432000 4194304 4291949 140734108772720 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 325167 287193 253 24 0 321801 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1300668

[startup+1062.3 s]
/proc/loadavg: 4.06 4.02 4.15 5/190 17148
/proc/meminfo: memFree=14895820/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=1300668 CPUtime=1062.32 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 447104 0 0 0 106155 77 0 0 25 0 1 0 468937442 1331884032 302089 33554432000 4194304 4291949 140734108772720 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 325167 302089 253 24 0 321801 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1300668

[startup+1122.3 s]
/proc/loadavg: 4.02 4.01 4.13 5/190 17150
/proc/meminfo: memFree=14453132/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=1300668 CPUtime=1122.32 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 460009 0 0 0 112153 79 0 0 25 0 1 0 468937442 1331884032 314989 33554432000 4194304 4291949 140734108772720 18446744073709551615 4248360 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 325167 314989 253 24 0 321801 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1300668

[startup+1182.3 s]
/proc/loadavg: 2.39 3.57 3.97 2/172 17205
/proc/meminfo: memFree=18782092/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=1868196 CPUtime=1182.31 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 469404 0 0 0 118150 81 0 0 25 0 1 0 468937442 1913032704 324378 33554432000 4194304 4291949 140734108772720 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 467049 324383 253 24 0 463683 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1868196

[startup+1242.3 s]
/proc/loadavg: 1.51 3.10 3.79 2/172 17207
/proc/meminfo: memFree=18739672/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=1868196 CPUtime=1242.32 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 480002 0 0 0 124148 84 0 0 25 0 1 0 468937442 1913032704 334969 33554432000 4194304 4291949 140734108772720 18446744073709551615 4248397 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 467049 334969 253 24 0 463683 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1868196



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.18 2.71 3.61 2/172 17208
/proc/meminfo: memFree=18693156/32951124 swapFree=67111524/67111528
[pid=17110] ppid=17108 vsize=1868196 CPUtime=1300.03 cores=1,3
/proc/17110/stat : 17110 (RestartSAT) R 17108 17110 15892 0 -1 4202496 491465 0 0 0 129915 88 0 0 25 0 1 0 468937442 1913032704 346428 33554432000 4194304 4291949 140734108772720 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17110/statm: 467049 346428 253 24 0 463683 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1868196

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.07
CPU time (s): 1300.09
CPU user time (s): 1299.16
CPU system time (s): 0.938857
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1868196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.16
system time used= 0.938857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 491465
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= 9
involuntary context switches= 687

runsolver used 2.04369 second user time and 4.91025 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-25 23:00:13
IDJOB=3285741
IDBENCH=82399
IDSOLVER=1581
FILE ID=node144/3285741-1303765207
RUNJOBID= node144-1303763741-16892
PBS_JOBID= 13157119
Free space on /tmp= 71900 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.130-NOTKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285741-1303765207/watcher-3285741-1303765207 -o /tmp/evaluation-result-3285741-1303765207/solver-3285741-1303765207 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3285741-1303765207.cnf

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

MD5SUM BENCH= c7a9573eb59580c8d4fc5a3ca880d541
RANDOM SEED=1880314249

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19039696 kB
Buffers:       2186120 kB
Cached:       10128308 kB
SwapCached:          4 kB
Active:        4767084 kB
Inactive:      8578916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19039696 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          186656 kB
Writeback:           0 kB
AnonPages:     1031124 kB
Mapped:          15420 kB
Slab:           498684 kB
PageTables:       7288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1478936 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= 71968 MiB
End job on node144 at 2011-04-25 23:21:55