Trace number 3251455

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) 1300.05 1300.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q663-n40-p15-s72490337.cnf
MD5SUMab8e40d31c79e7a71114e3126a46874f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.38479
Satisfiable
(Un)Satisfiability was proved
Number of variables1649
Number of clauses256038
Sum of the clauses size513645
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2255998
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3251455-1303585695/watcher-3251455-1303585695 -o /tmp/evaluation-result-3251455-1303585695/solver-3251455-1303585695 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3251455-1303585695.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: 0.96 1.94 2.99 3/179 23751
/proc/meminfo: memFree=21272888/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=19672 CPUtime=0 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 772 0 0 0 0 0 0 0 24 0 1 0 470169298 20144128 685 33554432000 4194304 4291949 140736388808816 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 4918 687 225 24 0 1552 0

[startup+0.0949729 s]
/proc/loadavg: 0.96 1.94 2.99 3/179 23751
/proc/meminfo: memFree=21272888/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=29848 CPUtime=0.08 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 5785 0 0 0 8 0 0 0 25 0 1 0 470169298 30564352 4194 33554432000 4194304 4291949 140736388808816 18446744073709551615 4230007 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 7462 4194 231 24 0 4096 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29848

[startup+0.10091 s]
/proc/loadavg: 0.96 1.94 2.99 3/179 23751
/proc/meminfo: memFree=21272888/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=29848 CPUtime=0.09 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 5785 0 0 0 9 0 0 0 25 0 1 0 470169298 30564352 4194 33554432000 4194304 4291949 140736388808816 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 7462 4194 231 24 0 4096 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29848

[startup+0.30088 s]
/proc/loadavg: 0.96 1.94 2.99 3/179 23751
/proc/meminfo: memFree=21272888/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=29848 CPUtime=0.29 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 5785 0 0 0 29 0 0 0 25 0 1 0 470169298 30564352 4194 33554432000 4194304 4291949 140736388808816 18446744073709551615 4229494 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 7462 4194 231 24 0 4096 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29848

[startup+0.700808 s]
/proc/loadavg: 0.96 1.94 2.99 3/179 23751
/proc/meminfo: memFree=21272888/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=28632 CPUtime=0.69 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 7011 0 0 0 69 0 0 0 25 0 1 0 470169298 29319168 3861 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 7158 3861 252 24 0 3792 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28632

[startup+1.50066 s]
/proc/loadavg: 0.96 1.94 2.99 5/190 23770
/proc/meminfo: memFree=21192208/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=35772 CPUtime=1.48 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 8389 0 0 0 148 0 0 0 25 0 1 0 470169298 36630528 5228 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 8943 5228 252 24 0 5577 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 35772

[startup+3.10038 s]
/proc/loadavg: 0.96 1.94 2.99 5/190 23770
/proc/meminfo: memFree=21179180/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=43168 CPUtime=3.08 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 10340 0 0 0 308 0 0 0 25 0 1 0 470169298 44204032 7172 33554432000 4194304 4291949 140736388808816 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 10792 7172 252 24 0 7426 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 43168

[startup+6.30081 s]
/proc/loadavg: 1.20 1.97 3.00 5/190 23770
/proc/meminfo: memFree=21129716/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=56684 CPUtime=6.29 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 13852 0 0 0 628 1 0 0 25 0 1 0 470169298 58044416 10671 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255921 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 14171 10671 252 24 0 10805 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56684

[startup+12.7007 s]
/proc/loadavg: 1.51 2.02 3.01 5/190 23770
/proc/meminfo: memFree=21066876/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=79024 CPUtime=12.69 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 17193 0 0 0 1267 2 0 0 25 0 1 0 470169298 80920576 14003 33554432000 4194304 4291949 140736388808816 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 19756 14003 252 24 0 16390 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79024

[startup+25.5004 s]
/proc/loadavg: 2.06 2.12 3.02 5/190 23770
/proc/meminfo: memFree=20990012/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=111960 CPUtime=25.49 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 20353 0 0 0 2546 3 0 0 25 0 1 0 470169298 114647040 17153 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 27990 17153 252 24 0 24624 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 111960

[startup+51.1008 s]
/proc/loadavg: 2.72 2.27 3.05 5/190 23771
/proc/meminfo: memFree=20911692/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=114492 CPUtime=51.09 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 24282 0 0 0 5104 5 0 0 25 0 1 0 470169298 117239808 21068 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 28623 21068 252 24 0 25257 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 114492

[startup+102.307 s]
/proc/loadavg: 3.44 2.53 3.10 5/190 23772
/proc/meminfo: memFree=20805788/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=168808 CPUtime=102.3 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 30206 0 0 0 10222 8 0 0 25 0 1 0 470169298 172859392 26970 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 42202 26970 252 24 0 38836 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 168808

[startup+162.301 s]
/proc/loadavg: 3.79 2.80 3.15 5/190 23774
/proc/meminfo: memFree=20695044/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=175068 CPUtime=162.3 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 35099 0 0 0 16220 10 0 0 25 0 1 0 470169298 179269632 31848 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 43767 31848 252 24 0 40401 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 175068

[startup+222.3 s]
/proc/loadavg: 3.92 3.01 3.20 5/190 23776
/proc/meminfo: memFree=20592364/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=175920 CPUtime=222.3 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 37831 0 0 0 22219 11 0 0 25 0 1 0 470169298 180142080 34573 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 43980 34573 252 24 0 40614 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 175920

[startup+282.301 s]
/proc/loadavg: 3.97 3.19 3.25 5/190 23777
/proc/meminfo: memFree=20590120/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=177256 CPUtime=282.3 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 40875 0 0 0 28217 13 0 0 25 0 1 0 470169298 181510144 37600 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 44314 37600 252 24 0 40948 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 177256

[startup+342.301 s]
/proc/loadavg: 3.99 3.33 3.29 5/190 23779
/proc/meminfo: memFree=20493024/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=261096 CPUtime=342.3 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 45077 0 0 0 34215 15 0 0 25 0 1 0 470169298 267362304 41790 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 65274 41790 252 24 0 61908 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 261096

[startup+402.3 s]
/proc/loadavg: 3.99 3.45 3.33 5/190 23780
/proc/meminfo: memFree=20514588/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=261916 CPUtime=402.3 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 46888 0 0 0 40214 16 0 0 25 0 1 0 470169298 268201984 43595 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 65479 43595 252 24 0 62113 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 261916

[startup+462.301 s]
/proc/loadavg: 4.10 3.58 3.38 5/190 23782
/proc/meminfo: memFree=20486300/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=263432 CPUtime=462.3 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 48714 0 0 0 46213 17 0 0 25 0 1 0 470169298 269754368 45417 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 65858 45417 252 24 0 62492 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 263432

[startup+522.301 s]
/proc/loadavg: 4.03 3.65 3.42 5/190 23784
/proc/meminfo: memFree=20418836/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=266184 CPUtime=522.3 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 50952 0 0 0 52212 18 0 0 25 0 1 0 470169298 272572416 47650 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 66546 47650 252 24 0 63180 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 266184

[startup+582.3 s]
/proc/loadavg: 4.08 3.73 3.46 5/190 23785
/proc/meminfo: memFree=20433704/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=267180 CPUtime=582.31 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 52659 0 0 0 58211 20 0 0 25 0 1 0 470169298 273592320 49351 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 66795 49351 252 24 0 63429 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 267180

[startup+642.301 s]
/proc/loadavg: 4.03 3.78 3.49 5/190 23787
/proc/meminfo: memFree=20362760/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=270308 CPUtime=642.31 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 55398 0 0 0 64210 21 0 0 25 0 1 0 470169298 276795392 52084 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 67577 52084 252 24 0 64211 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 270308

[startup+702.301 s]
/proc/loadavg: 4.01 3.81 3.52 5/190 23788
/proc/meminfo: memFree=20376636/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=270308 CPUtime=702.3 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 56941 0 0 0 70208 22 0 0 25 0 1 0 470169298 276795392 53622 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 67577 53622 252 24 0 64211 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 270308

[startup+762.307 s]
/proc/loadavg: 4.00 3.85 3.55 5/190 23790
/proc/meminfo: memFree=20298004/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=272228 CPUtime=762.32 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 58726 0 0 0 76209 23 0 0 25 0 1 0 470169298 278761472 55401 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 68057 55401 252 24 0 64691 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 272228

[startup+822.301 s]
/proc/loadavg: 4.00 3.87 3.57 5/190 23792
/proc/meminfo: memFree=20316964/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=273876 CPUtime=822.31 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 60188 0 0 0 82207 24 0 0 25 0 1 0 470169298 280449024 56859 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 68469 56859 252 24 0 65103 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 273876

[startup+882.301 s]
/proc/loadavg: 4.00 3.89 3.59 5/190 23793
/proc/meminfo: memFree=20199768/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=275156 CPUtime=882.31 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 62106 0 0 0 88206 25 0 0 25 0 1 0 470169298 281759744 58775 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 68789 58775 252 24 0 65423 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 275156

[startup+942.3 s]
/proc/loadavg: 4.00 3.91 3.62 5/190 23795
/proc/meminfo: memFree=20168380/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=276652 CPUtime=942.31 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 63862 0 0 0 94204 27 0 0 25 0 1 0 470169298 283291648 60523 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 69163 60523 252 24 0 65797 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 276652

[startup+1002.3 s]
/proc/loadavg: 4.06 3.94 3.64 5/190 23796
/proc/meminfo: memFree=20204572/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=277788 CPUtime=1002.32 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 65131 0 0 0 100204 28 0 0 25 0 1 0 470169298 284454912 61788 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 69447 61788 252 24 0 66081 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 277788

[startup+1062.3 s]
/proc/loadavg: 4.02 3.95 3.66 5/190 23798
/proc/meminfo: memFree=20127804/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=279708 CPUtime=1062.31 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 66716 0 0 0 106202 29 0 0 25 0 1 0 470169298 286420992 63370 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 69927 63370 252 24 0 66561 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 279708

[startup+1122.3 s]
/proc/loadavg: 4.01 3.95 3.68 5/190 23800
/proc/meminfo: memFree=20127044/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=280348 CPUtime=1122.31 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 68458 0 0 0 112201 30 0 0 25 0 1 0 470169298 287076352 65105 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 70087 65105 252 24 0 66721 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 280348

[startup+1182.3 s]
/proc/loadavg: 4.04 3.97 3.70 5/190 23801
/proc/meminfo: memFree=20093552/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=413888 CPUtime=1182.32 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 70063 0 0 0 118200 32 0 0 25 0 1 0 470169298 423821312 66705 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 103472 66705 252 24 0 100106 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 413888

[startup+1242.3 s]
/proc/loadavg: 4.01 3.97 3.72 5/190 23803
/proc/meminfo: memFree=20069608/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=413888 CPUtime=1242.32 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 71086 0 0 0 124199 33 0 0 25 0 1 0 470169298 423821312 67721 33554432000 4194304 4291949 140736388808816 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 103472 67721 252 24 0 100106 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 413888



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.73 4/189 23805
/proc/meminfo: memFree=20208484/32950904 swapFree=67082284/67111528
[pid=23751] ppid=23749 vsize=416520 CPUtime=1300.03 cores=5,7
/proc/23751/stat : 23751 (RestartSAT) R 23749 23751 23340 0 -1 4202496 72762 0 0 0 129969 34 0 0 25 0 1 0 470169298 426516480 69392 33554432000 4194304 4291949 140736388808816 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23751/statm: 104130 69392 252 24 0 100764 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 416520

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.69
CPU system time (s): 0.359945
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 416520

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

runsolver used 2.10868 second user time and 4.99524 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-23 21:08:15
IDJOB=3251455
IDBENCH=88223
IDSOLVER=1580
FILE ID=node121/3251455-1303585695
RUNJOBID= node121-1303585695-23730
PBS_JOBID= 13150356
Free space on /tmp= 72060 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q663-n40-p15-s72490337.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251455-1303585695/watcher-3251455-1303585695 -o /tmp/evaluation-result-3251455-1303585695/solver-3251455-1303585695 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3251455-1303585695.cnf

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

MD5SUM BENCH= ab8e40d31c79e7a71114e3126a46874f
RANDOM SEED=754553928

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.82
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      21273052 kB
Buffers:       2134180 kB
Cached:        8992400 kB
SwapCached:       2776 kB
Active:        8370784 kB
Inactive:      2800364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      21273052 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            4740 kB
Writeback:           0 kB
AnonPages:       41984 kB
Mapped:          13928 kB
Slab:           443052 kB
PageTables:       4740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   214756 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= 72052 MiB
End job on node121 at 2011-04-23 21:29:57