Trace number 3251676

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.06 1300.03

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q585-n40-p30-s19690873.cnf
MD5SUMe096925b96a6999132833f44e4f216d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.3388
Satisfiable
(Un)Satisfiability was proved
Number of variables1638
Number of clauses253275
Sum of the clauses size508108
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2253235
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-3251676-1303586786/watcher-3251676-1303586786 -o /tmp/evaluation-result-3251676-1303586786/solver-3251676-1303586786 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3251676-1303586786.cnf 

running on 2 cores: 0,2

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.85 1.12 1.87 2/174 2306
/proc/meminfo: memFree=15823532/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=19540 CPUtime=0 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 684 0 0 0 0 0 0 0 22 0 1 0 470278422 20008960 625 33554432000 4194304 4291949 140736513853552 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 4885 625 225 24 0 1519 0

[startup+0.0824381 s]
/proc/loadavg: 0.85 1.12 1.87 2/174 2306
/proc/meminfo: memFree=15823532/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=29732 CPUtime=0.07 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 4754 0 0 0 6 1 0 0 22 0 1 0 470278422 30445568 4163 33554432000 4194304 4291949 140736513853552 18446744073709551615 4229999 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 7433 4163 231 24 0 4067 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 29732

[startup+0.100447 s]
/proc/loadavg: 0.85 1.12 1.87 2/174 2306
/proc/meminfo: memFree=15823532/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=29732 CPUtime=0.09 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 4754 0 0 0 8 1 0 0 22 0 1 0 470278422 30445568 4163 33554432000 4194304 4291949 140736513853552 18446744073709551615 4229961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 7433 4163 231 24 0 4067 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29732

[startup+0.300404 s]
/proc/loadavg: 0.85 1.12 1.87 2/174 2306
/proc/meminfo: memFree=15823532/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=29732 CPUtime=0.29 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 4754 0 0 0 28 1 0 0 23 0 1 0 470278422 30445568 4163 33554432000 4194304 4291949 140736513853552 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 7433 4163 231 24 0 4067 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29732

[startup+0.700345 s]
/proc/loadavg: 0.85 1.12 1.87 2/174 2306
/proc/meminfo: memFree=15823532/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=28516 CPUtime=0.69 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 5862 0 0 0 68 1 0 0 25 0 1 0 470278422 29200384 3730 33554432000 4194304 4291949 140736513853552 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 7129 3730 252 24 0 3763 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28516

[startup+1.50119 s]
/proc/loadavg: 0.85 1.12 1.87 2/175 2307
/proc/meminfo: memFree=15808152/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=31236 CPUtime=1.49 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 6777 0 0 0 148 1 0 0 25 0 1 0 470278422 31985664 4639 33554432000 4194304 4291949 140736513853552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 7809 4639 252 24 0 4443 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31236

[startup+3.1009 s]
/proc/loadavg: 0.85 1.12 1.87 2/172 2307
/proc/meminfo: memFree=15802968/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=35828 CPUtime=3.09 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 7888 0 0 0 307 2 0 0 25 0 1 0 470278422 36687872 5743 33554432000 4194304 4291949 140736513853552 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 8957 5743 252 24 0 5591 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35828

[startup+6.30034 s]
/proc/loadavg: 0.86 1.12 1.86 2/172 2308
/proc/meminfo: memFree=15794432/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=44944 CPUtime=6.29 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 10006 0 0 0 626 3 0 0 25 0 1 0 470278422 46022656 7849 33554432000 4194304 4291949 140736513853552 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 11236 7849 252 24 0 7870 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44944

[startup+12.7012 s]
/proc/loadavg: 0.87 1.11 1.86 2/172 2308
/proc/meminfo: memFree=15782100/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=59640 CPUtime=12.69 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 12831 0 0 0 1265 4 0 0 25 0 1 0 470278422 61071360 10660 33554432000 4194304 4291949 140736513853552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 14910 10660 252 24 0 11544 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59640

[startup+25.501 s]
/proc/loadavg: 0.90 1.11 1.84 2/172 2308
/proc/meminfo: memFree=15763284/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=82964 CPUtime=25.5 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 17468 0 0 0 2545 5 0 0 25 0 1 0 470278422 84955136 15265 33554432000 4194304 4291949 140736513853552 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 20741 15265 252 24 0 17375 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 82964

[startup+51.1004 s]
/proc/loadavg: 0.93 1.10 1.82 2/172 2309
/proc/meminfo: memFree=15739144/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=120304 CPUtime=51.09 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 23537 0 0 0 5102 7 0 0 25 0 1 0 470278422 123191296 21311 33554432000 4194304 4291949 140736513853552 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 30076 21311 252 24 0 26710 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 120304

[startup+102.306 s]
/proc/loadavg: 0.97 1.08 1.77 2/172 2310
/proc/meminfo: memFree=15700812/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=180020 CPUtime=102.29 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 32975 0 0 0 10221 8 0 0 25 0 1 0 470278422 184340480 30709 33554432000 4194304 4291949 140736513853552 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 45005 30709 252 24 0 41639 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 180020

[startup+162.301 s]
/proc/loadavg: 0.99 1.06 1.72 2/172 2312
/proc/meminfo: memFree=15674752/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=186688 CPUtime=162.29 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 39576 0 0 0 16218 11 0 0 25 0 1 0 470278422 191168512 37283 33554432000 4194304 4291949 140736513853552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 46672 37283 252 24 0 43306 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 186688

[startup+222.301 s]
/proc/loadavg: 0.99 1.05 1.68 2/172 2313
/proc/meminfo: memFree=15648544/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=193456 CPUtime=222.29 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 46096 0 0 0 22215 14 0 0 25 0 1 0 470278422 198098944 43777 33554432000 4194304 4291949 140736513853552 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 48364 43777 252 24 0 44998 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 193456

[startup+282.301 s]
/proc/loadavg: 0.99 1.04 1.63 2/172 2315
/proc/meminfo: memFree=15628168/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=281040 CPUtime=282.3 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 51326 0 0 0 28213 17 0 0 25 0 1 0 470278422 287784960 48975 33554432000 4194304 4291949 140736513853552 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 70260 48975 252 24 0 66894 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 281040

[startup+342.301 s]
/proc/loadavg: 0.99 1.03 1.59 2/172 2317
/proc/meminfo: memFree=15601344/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=284804 CPUtime=342.3 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 58010 0 0 0 34211 19 0 0 25 0 1 0 470278422 291639296 55637 33554432000 4194304 4291949 140736513853552 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 71201 55637 252 24 0 67835 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 284804

[startup+402.3 s]
/proc/loadavg: 0.99 1.02 1.55 2/172 2318
/proc/meminfo: memFree=15576128/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=292864 CPUtime=402.3 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 64313 0 0 0 40209 21 0 0 25 0 1 0 470278422 299892736 61913 33554432000 4194304 4291949 140736513853552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 73216 61913 252 24 0 69850 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 292864

[startup+462.301 s]
/proc/loadavg: 1.06 1.03 1.52 2/172 2320
/proc/meminfo: memFree=15562460/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=297544 CPUtime=462.3 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 67765 0 0 0 46208 22 0 0 25 0 1 0 470278422 304685056 65345 33554432000 4194304 4291949 140736513853552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 74386 65345 252 24 0 71020 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 297544

[startup+522.301 s]
/proc/loadavg: 1.02 1.02 1.48 2/172 2321
/proc/meminfo: memFree=15547912/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=302800 CPUtime=522.31 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 71456 0 0 0 52207 24 0 0 25 0 1 0 470278422 310067200 69029 33554432000 4194304 4291949 140736513853552 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 75700 69029 252 24 0 72334 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 302800

[startup+582.301 s]
/proc/loadavg: 1.00 1.02 1.45 2/172 2323
/proc/meminfo: memFree=15536960/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=304920 CPUtime=582.3 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 74193 0 0 0 58205 25 0 0 25 0 1 0 470278422 312238080 71751 33554432000 4194304 4291949 140736513853552 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 76230 71751 252 24 0 72864 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 304920

[startup+642.301 s]
/proc/loadavg: 1.00 1.01 1.42 2/172 2325
/proc/meminfo: memFree=15522164/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=440728 CPUtime=642.31 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 77890 0 0 0 64204 27 0 0 25 0 1 0 470278422 451305472 75433 33554432000 4194304 4291949 140736513853552 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 110182 75433 252 24 0 106816 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 440728

[startup+702.3 s]
/proc/loadavg: 1.00 1.01 1.39 2/172 2326
/proc/meminfo: memFree=15510840/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=444144 CPUtime=702.31 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 80696 0 0 0 70203 28 0 0 25 0 1 0 470278422 454803456 78225 33554432000 4194304 4291949 140736513853552 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 111036 78225 252 24 0 107670 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 444144

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.36 2/172 2328
/proc/meminfo: memFree=15501020/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=447240 CPUtime=762.31 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 83151 0 0 0 76202 29 0 0 25 0 1 0 470278422 457973760 80671 33554432000 4194304 4291949 140736513853552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 111810 80671 252 24 0 108444 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 447240

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.34 2/172 2329
/proc/meminfo: memFree=15489072/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=449988 CPUtime=822.31 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 86166 0 0 0 82200 31 0 0 25 0 1 0 470278422 460787712 83673 33554432000 4194304 4291949 140736513853552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 112497 83673 252 24 0 109131 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 449988

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.31 2/172 2331
/proc/meminfo: memFree=15480848/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=451696 CPUtime=882.31 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 88270 0 0 0 88200 31 0 0 25 0 1 0 470278422 462536704 85769 33554432000 4194304 4291949 140736513853552 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 112924 85769 252 24 0 109558 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 451696

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.29 2/172 2332
/proc/meminfo: memFree=15472380/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=454288 CPUtime=942.31 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 90404 0 0 0 94199 32 0 0 25 0 1 0 470278422 465190912 87901 33554432000 4194304 4291949 140736513853552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 113572 87901 252 24 0 110206 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 454288

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.27 2/172 2334
/proc/meminfo: memFree=15455476/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=457132 CPUtime=1002.32 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 94626 0 0 0 100198 34 0 0 25 0 1 0 470278422 468103168 92105 33554432000 4194304 4291949 140736513853552 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 114283 92105 252 24 0 110917 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 457132

[startup+1062.3 s]
/proc/loadavg: 1.03 1.01 1.26 2/172 2336
/proc/meminfo: memFree=15447884/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=459408 CPUtime=1062.31 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 96574 0 0 0 106197 34 0 0 25 0 1 0 470278422 470433792 94048 33554432000 4194304 4291949 140736513853552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 114852 94048 252 24 0 111486 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 459408

[startup+1122.3 s]
/proc/loadavg: 1.01 1.01 1.24 2/172 2337
/proc/meminfo: memFree=15437560/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=464924 CPUtime=1122.32 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 99166 0 0 0 112197 35 0 0 25 0 1 0 470278422 476082176 96636 33554432000 4194304 4291949 140736513853552 18446744073709551615 4256182 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 116231 96636 252 24 0 112865 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 464924

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/172 2339
/proc/meminfo: memFree=15429216/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=466252 CPUtime=1182.32 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 101341 0 0 0 118195 37 0 0 25 0 1 0 470278422 477442048 98804 33554432000 4194304 4291949 140736513853552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 116563 98804 252 24 0 113197 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 466252

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/172 2341
/proc/meminfo: memFree=15420492/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=468560 CPUtime=1242.32 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 103326 0 0 0 124194 38 0 0 25 0 1 0 470278422 479805440 100784 33554432000 4194304 4291949 140736513853552 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 117140 100784 252 24 0 113774 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 468560



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.00 1.19 2/172 2342
/proc/meminfo: memFree=15412896/32950928 swapFree=67111528/67111528
[pid=2306] ppid=2304 vsize=471356 CPUtime=1300.02 cores=0,2
/proc/2306/stat : 2306 (RestartSAT) R 2304 2306 1973 0 -1 4202496 105228 0 0 0 129964 38 0 0 25 0 1 0 470278422 482668544 102678 33554432000 4194304 4291949 140736513853552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2306/statm: 117839 102678 252 24 0 114473 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 471356

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.65
CPU system time (s): 0.412937
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 471356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.65
system time used= 0.412937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105228
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= 10
involuntary context switches= 2477

runsolver used 1.87771 second user time and 4.04338 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-23 21:26:26
IDJOB=3251676
IDBENCH=88229
IDSOLVER=1581
FILE ID=node123/3251676-1303586786
RUNJOBID= node123-1303586786-2292
PBS_JOBID= 13150363
Free space on /tmp= 72744 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q585-n40-p30-s19690873.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251676-1303586786/watcher-3251676-1303586786 -o /tmp/evaluation-result-3251676-1303586786/solver-3251676-1303586786 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3251676-1303586786.cnf

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

MD5SUM BENCH= e096925b96a6999132833f44e4f216d7
RANDOM SEED=1810681373

node123.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.838
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.67
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.838
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.15
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.838
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.74
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15823704 kB
Buffers:       2136008 kB
Cached:       14396492 kB
SwapCached:          0 kB
Active:        7795492 kB
Inactive:      8801352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15823704 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3548 kB
Writeback:           0 kB
AnonPages:       63372 kB
Mapped:          14496 kB
Slab:           465692 kB
PageTables:       4696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   194544 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= 72744 MiB
End job on node123 at 2011-04-23 21:48:08