Trace number 3421446

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 B95? (TO) 5000.11 4999.93

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
MD5SUM08b4f1e095a7a4b98cb40c2c00e78d45
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.153975
Satisfiable
(Un)Satisfiability was proved
Number of variables952
Number of clauses84809
Sum of the clauses size170510
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284779
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3421446-1306631126/watcher-3421446-1306631126 -o /tmp/evaluation-result-3421446-1306631126/solver-3421446-1306631126 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421446-1306631126.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.98 1.99 2/511 1091
/proc/meminfo: memFree=11962496/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=19388 CPUtime=0 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 659 0 0 0 0 0 0 0 21 0 1 0 755528259 19853312 601 33554432000 4194304 4291949 140736597471744 18446744073709551615 4221477 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 4847 602 225 24 0 1481 0

[startup+0.0213871 s]
/proc/loadavg: 1.84 1.98 1.99 2/511 1091
/proc/meminfo: memFree=11962496/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=22820 CPUtime=0.01 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 1903 0 0 0 1 0 0 0 21 0 1 0 755528259 23367680 1743 33554432000 4194304 4291949 140736597471744 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 5705 1744 226 24 0 2339 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 22820

[startup+0.100375 s]
/proc/loadavg: 1.84 1.98 1.99 2/511 1091
/proc/meminfo: memFree=11962496/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=22816 CPUtime=0.09 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 1913 0 0 0 9 0 0 0 21 0 1 0 755528259 23363584 1753 33554432000 4194304 4291949 140736597471744 18446744073709551615 4230160 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 5704 1753 231 24 0 2338 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22816

[startup+0.300325 s]
/proc/loadavg: 1.84 1.98 1.99 2/511 1091
/proc/meminfo: memFree=11962496/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=20776 CPUtime=0.29 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 2685 0 0 0 29 0 0 0 22 0 1 0 755528259 21274624 2013 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255847 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 5194 2013 252 24 0 1828 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20776

[startup+0.700253 s]
/proc/loadavg: 1.84 1.98 1.99 2/511 1091
/proc/meminfo: memFree=11962496/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=25440 CPUtime=0.69 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 3334 0 0 0 69 0 0 0 24 0 1 0 755528259 26050560 2657 33554432000 4194304 4291949 140736597471744 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 6360 2657 252 24 0 2994 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25440

[startup+1.5011 s]
/proc/loadavg: 1.84 1.98 1.99 3/515 1098
/proc/meminfo: memFree=11916576/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=30924 CPUtime=1.49 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 4523 0 0 0 149 0 0 0 25 0 1 0 755528259 31666176 3839 33554432000 4194304 4291949 140736597471744 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 7731 3839 252 24 0 4365 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30924

[startup+3.1008 s]
/proc/loadavg: 1.84 1.98 1.99 3/515 1098
/proc/meminfo: memFree=11910888/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=39480 CPUtime=3.09 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 6338 0 0 0 308 1 0 0 25 0 1 0 755528259 40427520 5646 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 9870 5646 252 24 0 6504 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39480

[startup+6.3002 s]
/proc/loadavg: 1.85 1.98 1.99 3/515 1099
/proc/meminfo: memFree=11882676/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=53452 CPUtime=6.29 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 8828 0 0 0 628 1 0 0 25 0 1 0 755528259 54734848 8127 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 13363 8127 252 24 0 9997 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53452

[startup+12.701 s]
/proc/loadavg: 1.86 1.98 1.99 3/515 1099
/proc/meminfo: memFree=11845924/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=74896 CPUtime=12.7 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 12353 0 0 0 1268 2 0 0 25 0 1 0 755528259 76693504 11637 33554432000 4194304 4291949 140736597471744 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 18724 11637 252 24 0 15358 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 74896

[startup+25.5006 s]
/proc/loadavg: 1.89 1.98 1.99 3/515 1099
/proc/meminfo: memFree=11786660/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=109224 CPUtime=25.49 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 17376 0 0 0 2546 3 0 0 25 0 1 0 755528259 111845376 16644 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 27306 16644 252 24 0 23940 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 109224

[startup+51.1007 s]
/proc/loadavg: 1.93 1.98 1.99 3/515 1100
/proc/meminfo: memFree=11718764/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=114524 CPUtime=51.09 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 23189 0 0 0 5104 5 0 0 25 0 1 0 755528259 117272576 22429 33554432000 4194304 4291949 140736597471744 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 28631 22429 252 24 0 25265 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 114524

[startup+102.32 s]
/proc/loadavg: 2.11 2.02 2.00 3/515 1101
/proc/meminfo: memFree=11694312/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=87652 CPUtime=102.31 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 36921 0 0 0 10223 8 0 0 25 0 1 0 755528259 89755648 16161 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 21913 16161 252 24 0 18547 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 87652

[startup+162.301 s]
/proc/loadavg: 2.11 2.03 2.00 3/515 1103
/proc/meminfo: memFree=11636864/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=125312 CPUtime=162.29 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 44623 0 0 0 16218 11 0 0 25 0 1 0 755528259 128319488 23833 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 31328 23833 252 24 0 27962 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 125312

[startup+222.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/515 1104
/proc/meminfo: memFree=11598752/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=130244 CPUtime=222.3 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 49378 0 0 0 22217 13 0 0 25 0 1 0 755528259 133369856 28574 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 32561 28574 252 24 0 29195 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 130244

[startup+282.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/515 1106
/proc/meminfo: memFree=11571440/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=183896 CPUtime=282.3 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 52747 0 0 0 28215 15 0 0 25 0 1 0 755528259 188309504 31931 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 45974 31931 252 24 0 42608 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 183896

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 1108
/proc/meminfo: memFree=11540272/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=187524 CPUtime=342.3 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 55612 0 0 0 34214 16 0 0 25 0 1 0 755528259 192024576 34783 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 46881 34783 252 24 0 43515 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 187524

[startup+402.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/515 1109
/proc/meminfo: memFree=11572728/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=137436 CPUtime=402.31 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 69033 0 0 0 40212 19 0 0 25 0 1 0 755528259 140734464 23411 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 34359 23411 252 24 0 30993 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 137436

[startup+462.301 s]
/proc/loadavg: 2.11 2.04 2.01 3/515 1111
/proc/meminfo: memFree=11533128/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=138244 CPUtime=462.31 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 75878 0 0 0 46208 23 0 0 25 0 1 0 755528259 141561856 30215 33554432000 4194304 4291949 140736597471744 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 34561 30215 252 24 0 31195 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 138244

[startup+522.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/515 1112
/proc/meminfo: memFree=11502716/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=189184 CPUtime=522.31 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 80503 0 0 0 52206 25 0 0 25 0 1 0 755528259 193724416 34811 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 47296 34811 252 24 0 43930 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 189184

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/515 1114
/proc/meminfo: memFree=11534296/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=139808 CPUtime=582.31 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 94192 0 0 0 58201 30 0 0 25 0 1 0 755528259 143163392 23711 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 34952 23711 252 24 0 31586 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 139808

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 1692
/proc/meminfo: memFree=11020204/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=269448 CPUtime=4062.46 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 372880 0 0 0 406094 152 0 0 25 0 1 0 755528259 275914752 52198 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 67362 52198 252 24 0 63996 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 269448

[startup+4122.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/515 1693
/proc/meminfo: memFree=11006768/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=270088 CPUtime=4122.45 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 375693 0 0 0 412091 154 0 0 25 0 1 0 755528259 276570112 55000 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 67522 55000 252 24 0 64156 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 270088

[startup+4182.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/515 1695
/proc/meminfo: memFree=10994816/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=270088 CPUtime=4182.45 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 378174 0 0 0 418090 155 0 0 25 0 1 0 755528259 276570112 57464 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 67522 57464 252 24 0 64156 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 270088

[startup+4242.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/515 1697
/proc/meminfo: memFree=10983488/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=270088 CPUtime=4242.44 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 380423 0 0 0 424088 156 0 0 25 0 1 0 755528259 276570112 59699 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 67522 59699 252 24 0 64156 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 270088

[startup+4302.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 1698
/proc/meminfo: memFree=10971292/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=270088 CPUtime=4302.45 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 382678 0 0 0 430087 158 0 0 25 0 1 0 755528259 276570112 61943 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 67522 61943 252 24 0 64156 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 270088

[startup+4362.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/515 1700
/proc/meminfo: memFree=10962320/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=352544 CPUtime=4362.46 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 384488 0 0 0 436087 159 0 0 25 0 1 0 755528259 361005056 63743 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255918 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 88136 63743 252 24 0 84770 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 352544

[startup+4422.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/515 1701
/proc/meminfo: memFree=10945536/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=353184 CPUtime=4422.45 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 386449 0 0 0 442085 160 0 0 25 0 1 0 755528259 361660416 65693 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 88296 65693 252 24 0 84930 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 353184

[startup+4482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/515 1703
/proc/meminfo: memFree=10933468/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=354144 CPUtime=4482.45 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 388448 0 0 0 448084 161 0 0 25 0 1 0 755528259 362643456 67679 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 88536 67679 252 24 0 85170 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 354144

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 1705
/proc/meminfo: memFree=10921160/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=354144 CPUtime=4542.46 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 390371 0 0 0 454083 163 0 0 25 0 1 0 755528259 362643456 69591 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 88536 69591 252 24 0 85170 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 354144

[startup+4602.3 s]
/proc/loadavg: 2.23 2.07 2.02 4/520 8617
/proc/meminfo: memFree=10901856/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=354784 CPUtime=4602.46 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 392510 0 0 0 460082 164 0 0 25 0 1 0 755528259 363298816 71721 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 88696 71721 252 24 0 85330 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 354784

[startup+4662.3 s]
/proc/loadavg: 2.55 2.21 2.07 3/515 7960
/proc/meminfo: memFree=11034188/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=192488 CPUtime=4662.47 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 402139 0 0 0 466080 167 0 0 25 0 1 0 755528259 197107712 38382 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 48122 38382 252 24 0 44756 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 192488

[startup+4722.32 s]
/proc/loadavg: 2.20 2.17 2.06 3/515 7961
/proc/meminfo: memFree=10980476/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=273396 CPUtime=4722.48 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 415040 0 0 0 472079 169 0 0 25 0 1 0 755528259 279957504 51225 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 68349 51225 252 24 0 64983 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 273396

[startup+4782.3 s]
/proc/loadavg: 2.07 2.14 2.06 3/515 7965
/proc/meminfo: memFree=10967176/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=273396 CPUtime=4782.46 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 418016 0 0 0 478075 171 0 0 25 0 1 0 755528259 279957504 54178 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 68349 54178 252 24 0 64983 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 273396

[startup+4842.3 s]
/proc/loadavg: 2.02 2.11 2.05 3/515 7968
/proc/meminfo: memFree=10952572/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=273396 CPUtime=4842.47 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 420748 0 0 0 484074 173 0 0 25 0 1 0 755528259 279957504 56892 33554432000 4194304 4291949 140736597471744 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 68349 56892 252 24 0 64983 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 273396

[startup+4902.3 s]
/proc/loadavg: 2.09 2.12 2.06 3/515 7969
/proc/meminfo: memFree=10942740/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=273396 CPUtime=4902.47 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 422769 0 0 0 490072 175 0 0 25 0 1 0 755528259 279957504 58901 33554432000 4194304 4291949 140736597471744 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 68349 58901 252 24 0 64983 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 273396

[startup+4962.3 s]
/proc/loadavg: 2.07 2.11 2.06 3/515 7971
/proc/meminfo: memFree=10931048/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=273396 CPUtime=4962.48 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 424676 0 0 0 496072 176 0 0 25 0 1 0 755528259 279957504 60797 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 68349 60797 252 24 0 64983 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 273396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.03 2.09 2.05 3/515 7972
/proc/meminfo: memFree=10922600/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=273396 CPUtime=5000.08 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 426380 0 0 0 499831 177 0 0 25 0 1 0 755528259 279957504 62491 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 68349 62491 252 24 0 64983 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 273396

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

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

[startup+4999.9 s]
/proc/loadavg: 2.03 2.09 2.05 3/515 7972
/proc/meminfo: memFree=10922600/32951124 swapFree=63083240/67111528
[pid=1091] ppid=1089 vsize=273396 CPUtime=5000.08 cores=1,3,5,7
/proc/1091/stat : 1091 (RestartSAT) R 1089 1091 32597 0 -1 4202496 426380 0 0 0 499831 177 0 0 25 0 1 0 755528259 279957504 62491 33554432000 4194304 4291949 140736597471744 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1091/statm: 68349 62491 252 24 0 64983 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 273396

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

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

runsolver used 24.9242 second user time and 59.447 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-29 03:05:26
IDJOB=3421446
IDBENCH=88227
IDSOLVER=1911
FILE ID=node141/3421446-1306631126
RUNJOBID= node141-1306626124-864
PBS_JOBID= 13471611
Free space on /tmp= 73672 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421446-1306631126/watcher-3421446-1306631126 -o /tmp/evaluation-result-3421446-1306631126/solver-3421446-1306631126 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421446-1306631126.cnf

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

MD5SUM BENCH= 08b4f1e095a7a4b98cb40c2c00e78d45
RANDOM SEED=1839314958

node141.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11963024 kB
Buffers:        357504 kB
Cached:       10251112 kB
SwapCached:      15808 kB
Active:       12879704 kB
Inactive:      7809460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11963024 kB
SwapTotal:    67111528 kB
SwapFree:     63083240 kB
Dirty:            2356 kB
Writeback:           0 kB
AnonPages:    10070848 kB
Mapped:          25976 kB
Slab:           160276 kB
PageTables:      69884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150653560 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= 73664 MiB
End job on node141 at 2011-05-29 04:28:48