Trace number 3263029

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.03 1300.01

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_15_90_1-log.shuffled-as.sat03-137.cnf
MD5SUM808fa775df860c59a1178e77fc60f410
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3416.66
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses25452
Sum of the clauses size254370
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530
Number of clauses of size over 525422

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-3263029-1303562707/watcher-3263029-1303562707 -o /tmp/evaluation-result-3263029-1303562707/solver-3263029-1303562707 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3263029-1303562707.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: 3.57 3.90 3.90 2/176 15298
/proc/meminfo: memFree=15667436/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=19380 CPUtime=0 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 686 0 0 0 0 0 0 0 22 0 1 0 467869508 19845120 627 33554432000 4194304 4291949 140735190301536 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 4845 628 224 24 0 1479 0

[startup+0.076894 s]
/proc/loadavg: 3.57 3.90 3.90 2/176 15298
/proc/meminfo: memFree=15667436/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=21604 CPUtime=0.07 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 1480 0 0 0 7 0 0 0 22 0 1 0 467869508 22122496 1397 33554432000 4194304 4291949 140735190301536 18446744073709551615 4226082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 5401 1397 231 24 0 2035 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 21604

[startup+0.100908 s]
/proc/loadavg: 3.57 3.90 3.90 2/176 15298
/proc/meminfo: memFree=15667436/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=21768 CPUtime=0.09 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 1521 0 0 0 9 0 0 0 22 0 1 0 467869508 22290432 1438 33554432000 4194304 4291949 140735190301536 18446744073709551615 4254728 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 5442 1438 231 24 0 2076 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21768

[startup+0.300812 s]
/proc/loadavg: 3.57 3.90 3.90 2/176 15298
/proc/meminfo: memFree=15667436/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=21768 CPUtime=0.29 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 1521 0 0 0 29 0 0 0 23 0 1 0 467869508 22290432 1438 33554432000 4194304 4291949 140735190301536 18446744073709551615 4254855 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 5442 1438 231 24 0 2076 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21768

[startup+0.70074 s]
/proc/loadavg: 3.57 3.90 3.90 2/176 15298
/proc/meminfo: memFree=15667436/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=21768 CPUtime=0.69 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 1521 0 0 0 69 0 0 0 25 0 1 0 467869508 22290432 1438 33554432000 4194304 4291949 140735190301536 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 5442 1438 231 24 0 2076 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21768

[startup+1.5006 s]
/proc/loadavg: 3.57 3.90 3.90 5/190 15325
/proc/meminfo: memFree=15635068/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=21768 CPUtime=1.49 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 1521 0 0 0 149 0 0 0 25 0 1 0 467869508 22290432 1438 33554432000 4194304 4291949 140735190301536 18446744073709551615 4230291 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 5442 1438 231 24 0 2076 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21768

[startup+3.10031 s]
/proc/loadavg: 3.57 3.90 3.90 5/190 15325
/proc/meminfo: memFree=15633952/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=25260 CPUtime=3.09 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 3616 0 0 0 309 0 0 0 25 0 1 0 467869508 25866240 2481 33554432000 4194304 4291949 140735190301536 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 6315 2481 251 24 0 2949 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25260

[startup+6.30074 s]
/proc/loadavg: 3.60 3.90 3.90 5/190 15325
/proc/meminfo: memFree=15620372/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=28116 CPUtime=6.29 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 3869 0 0 0 629 0 0 0 25 0 1 0 467869508 28790784 2727 33554432000 4194304 4291949 140735190301536 18446744073709551615 4276000 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 7029 2727 251 24 0 3663 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28116

[startup+12.7006 s]
/proc/loadavg: 3.64 3.90 3.90 5/190 15325
/proc/meminfo: memFree=15598056/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=28116 CPUtime=12.69 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 4713 0 0 0 1269 0 0 0 25 0 1 0 467869508 28790784 3520 33554432000 4194304 4291949 140735190301536 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 7029 3520 251 24 0 3663 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28116

[startup+25.5003 s]
/proc/loadavg: 3.72 3.91 3.90 5/190 15326
/proc/meminfo: memFree=15572532/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=32468 CPUtime=25.49 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 5879 0 0 0 2549 0 0 0 25 0 1 0 467869508 33247232 4633 33554432000 4194304 4291949 140735190301536 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 8117 4633 251 24 0 4751 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32468

[startup+51.1008 s]
/proc/loadavg: 3.81 3.91 3.90 5/190 15326
/proc/meminfo: memFree=15554652/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=35948 CPUtime=51.09 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 6366 0 0 0 5109 0 0 0 25 0 1 0 467869508 36810752 5096 33554432000 4194304 4291949 140735190301536 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 8987 5096 251 24 0 5621 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 35948

[startup+102.307 s]
/proc/loadavg: 3.92 3.92 3.91 5/190 15328
/proc/meminfo: memFree=15529840/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=45168 CPUtime=102.29 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 10697 0 0 0 10229 0 0 0 25 0 1 0 467869508 46252032 8101 33554432000 4194304 4291949 140735190301536 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 11292 8101 251 24 0 7926 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 45168

[startup+162.301 s]
/proc/loadavg: 3.97 3.94 3.91 5/190 15329
/proc/meminfo: memFree=15524112/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=46244 CPUtime=162.3 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 12733 0 0 0 16229 1 0 0 25 0 1 0 467869508 47353856 7836 33554432000 4194304 4291949 140735190301536 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 11561 7836 251 24 0 8195 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 46244

[startup+222.3 s]
/proc/loadavg: 3.99 3.94 3.91 5/190 15331
/proc/meminfo: memFree=15500524/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=48920 CPUtime=222.3 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 13598 0 0 0 22229 1 0 0 25 0 1 0 467869508 50094080 8644 33554432000 4194304 4291949 140735190301536 18446744073709551615 4255869 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 12230 8644 251 24 0 8864 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 48920

[startup+282.301 s]
/proc/loadavg: 4.07 3.97 3.91 5/190 15332
/proc/meminfo: memFree=15478304/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=50880 CPUtime=282.3 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 14135 0 0 0 28229 1 0 0 25 0 1 0 467869508 52101120 9167 33554432000 4194304 4291949 140735190301536 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 12720 9167 251 24 0 9354 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 50880

[startup+342.301 s]
/proc/loadavg: 4.10 3.99 3.92 5/190 15334
/proc/meminfo: memFree=15474696/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=53556 CPUtime=342.29 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 15062 0 0 0 34228 1 0 0 25 0 1 0 467869508 54841344 10037 33554432000 4194304 4291949 140735190301536 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 13389 10037 251 24 0 10023 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 53556

[startup+402.3 s]
/proc/loadavg: 4.04 3.99 3.92 5/190 15336
/proc/meminfo: memFree=15469212/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=53556 CPUtime=402.3 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 15079 0 0 0 40229 1 0 0 25 0 1 0 467869508 54841344 10051 33554432000 4194304 4291949 140735190301536 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 13389 10051 251 24 0 10023 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 53556

[startup+462.301 s]
/proc/loadavg: 4.04 4.00 3.93 5/190 15337
/proc/meminfo: memFree=15459268/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=63416 CPUtime=462.3 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 18491 0 0 0 46228 2 0 0 25 0 1 0 467869508 64937984 11659 33554432000 4194304 4291949 140735190301536 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 15854 11659 251 24 0 12488 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 63416

[startup+522.301 s]
/proc/loadavg: 4.01 4.00 3.93 5/190 15339
/proc/meminfo: memFree=15452164/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=63416 CPUtime=522.31 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 19101 0 0 0 52229 2 0 0 25 0 1 0 467869508 64937984 12239 33554432000 4194304 4291949 140735190301536 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 15854 12239 251 24 0 12488 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 63416

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 15340
/proc/meminfo: memFree=15450152/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=63416 CPUtime=582.3 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 19303 0 0 0 58228 2 0 0 25 0 1 0 467869508 64937984 12438 33554432000 4194304 4291949 140735190301536 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 15854 12438 251 24 0 12488 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 63416

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 15342
/proc/meminfo: memFree=15425952/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=63416 CPUtime=642.31 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 19303 0 0 0 64229 2 0 0 25 0 1 0 467869508 64937984 12438 33554432000 4194304 4291949 140735190301536 18446744073709551615 4255913 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 15854 12438 251 24 0 12488 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 63416

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 15344
/proc/meminfo: memFree=15423200/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=63416 CPUtime=702.31 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 19454 0 0 0 70229 2 0 0 25 0 1 0 467869508 64937984 12581 33554432000 4194304 4291949 140735190301536 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 15854 12581 251 24 0 12488 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 63416

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 15345
/proc/meminfo: memFree=15415112/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=71552 CPUtime=762.31 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 20553 0 0 0 76229 2 0 0 25 0 1 0 467869508 73269248 13667 33554432000 4194304 4291949 140735190301536 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 17888 13667 251 24 0 14522 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 71552

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 15347
/proc/meminfo: memFree=15412360/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=71552 CPUtime=822.31 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 20757 0 0 0 82229 2 0 0 25 0 1 0 467869508 73269248 13858 33554432000 4194304 4291949 140735190301536 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 17888 13858 251 24 0 14522 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 71552

[startup+882.301 s]
/proc/loadavg: 4.04 4.01 3.93 5/190 15348
/proc/meminfo: memFree=15407864/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=71552 CPUtime=882.31 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 20757 0 0 0 88229 2 0 0 25 0 1 0 467869508 73269248 13858 33554432000 4194304 4291949 140735190301536 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 17888 13858 251 24 0 14522 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 71552

[startup+942.301 s]
/proc/loadavg: 4.05 4.02 3.94 5/190 15350
/proc/meminfo: memFree=15406724/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=71552 CPUtime=942.31 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 20757 0 0 0 94229 2 0 0 25 0 1 0 467869508 73269248 13858 33554432000 4194304 4291949 140735190301536 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 17888 13858 251 24 0 14522 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 71552

[startup+1002.3 s]
/proc/loadavg: 4.06 4.03 3.94 5/190 15361
/proc/meminfo: memFree=15399628/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=78624 CPUtime=1002.31 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 25691 0 0 0 100228 3 0 0 25 0 1 0 467869508 80510976 15512 33554432000 4194304 4291949 140735190301536 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 19656 15512 251 24 0 16290 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 78624

[startup+1062.3 s]
/proc/loadavg: 4.02 4.02 3.94 5/190 15362
/proc/meminfo: memFree=15395752/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=78624 CPUtime=1062.31 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 26697 0 0 0 106228 3 0 0 25 0 1 0 467869508 80510976 16465 33554432000 4194304 4291949 140735190301536 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 19656 16465 251 24 0 16290 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 78624

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.94 5/190 15364
/proc/meminfo: memFree=15395484/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=78624 CPUtime=1122.31 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 26697 0 0 0 112228 3 0 0 25 0 1 0 467869508 80510976 16465 33554432000 4194304 4291949 140735190301536 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 19656 16465 251 24 0 16290 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 78624

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 15368
/proc/meminfo: memFree=15395596/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=79052 CPUtime=1182.31 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 30144 0 0 0 118227 4 0 0 25 0 1 0 467869508 80949248 15836 33554432000 4194304 4291949 140735190301536 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 19763 15836 251 24 0 16397 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 79052

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 15370
/proc/meminfo: memFree=15387644/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=84752 CPUtime=1242.31 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 31416 0 0 0 124227 4 0 0 25 0 1 0 467869508 86786048 17053 33554432000 4194304 4291949 140735190301536 18446744073709551615 4256150 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 21188 17053 251 24 0 17822 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 84752



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 15372
/proc/meminfo: memFree=15384644/32950928 swapFree=67111528/67111528
[pid=15298] ppid=15296 vsize=84752 CPUtime=1300.02 cores=5,7
/proc/15298/stat : 15298 (RestartSAT) R 15296 15298 14653 0 -1 4202496 31854 0 0 0 129997 5 0 0 25 0 1 0 467869508 86786048 17477 33554432000 4194304 4291949 140735190301536 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15298/statm: 21188 17477 251 24 0 17822 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 84752

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.01
CPU time (s): 1300.03
CPU user time (s): 1299.98
CPU system time (s): 0.054991
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 90116

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

runsolver used 2.07568 second user time and 5.02823 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-23 14:45:07
IDJOB=3263029
IDBENCH=83921
IDSOLVER=1580
FILE ID=node122/3263029-1303562707
RUNJOBID= node122-1303562707-15285
PBS_JOBID= 13150275
Free space on /tmp= 70908 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_15_90_1-log.shuffled-as.sat03-137.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263029-1303562707/watcher-3263029-1303562707 -o /tmp/evaluation-result-3263029-1303562707/solver-3263029-1303562707 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3263029-1303562707.cnf

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

MD5SUM BENCH= 808fa775df860c59a1178e77fc60f410
RANDOM SEED=901836563

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15667468 kB
Buffers:       1774660 kB
Cached:       14886968 kB
SwapCached:          0 kB
Active:        5319492 kB
Inactive:     11410928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15667468 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2120 kB
Writeback:           0 kB
AnonPages:       68524 kB
Mapped:          14680 kB
Slab:           487664 kB
PageTables:       5164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   196196 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= 70900 MiB
End job on node122 at 2011-04-23 15:06:49