Trace number 3280221

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.04 1300.05

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-13-s.cnf
MD5SUMd90571b4b69632567da9d3ebfd25979e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark200.647
Satisfiable
(Un)Satisfiability was proved
Number of variables234673
Number of clauses1071339
Sum of the clauses size2453820
Maximum clause length10
Minimum clause length1
Number of clauses of size 117679
Number of clauses of size 2856659
Number of clauses of size 3153061
Number of clauses of size 44880
Number of clauses of size 519520
Number of clauses of size over 519540

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-3280221-1303746811/watcher-3280221-1303746811 -o /tmp/evaluation-result-3280221-1303746811/solver-3280221-1303746811 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3280221-1303746811.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.00 0.00 0.00 4/183 2425
/proc/meminfo: memFree=11629956/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=20452 CPUtime=0 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 908 0 0 0 0 0 0 0 18 0 1 0 564911916 20942848 849 33554432000 4194304 4291949 140734196144832 18446744073709551615 218880262352 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 5113 860 227 24 0 1747 0

[startup+0.0843009 s]
/proc/loadavg: 0.00 0.00 0.00 4/183 2425
/proc/meminfo: memFree=11629956/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=50020 CPUtime=0.07 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 8187 0 0 0 7 0 0 0 18 0 1 0 564911916 51220480 7799 33554432000 4194304 4291949 140734196144832 18446744073709551615 218880225989 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 12505 7801 227 24 0 9139 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 50020

[startup+0.100298 s]
/proc/loadavg: 0.00 0.00 0.00 4/183 2425
/proc/meminfo: memFree=11629956/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=57584 CPUtime=0.09 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 9994 0 0 0 8 1 0 0 18 0 1 0 564911916 58966016 9606 33554432000 4194304 4291949 140734196144832 18446744073709551615 218880225989 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 14396 9608 227 24 0 11030 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 57584

[startup+0.300258 s]
/proc/loadavg: 0.00 0.00 0.00 4/183 2425
/proc/meminfo: memFree=11629956/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=90172 CPUtime=0.29 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 18227 0 0 0 27 2 0 0 18 0 1 0 564911916 92336128 16834 33554432000 4194304 4291949 140734196144832 18446744073709551615 218880225989 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 22543 16834 227 24 0 19177 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 90172

[startup+0.701189 s]
/proc/loadavg: 0.00 0.00 0.00 4/183 2425
/proc/meminfo: memFree=11629956/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=120128 CPUtime=0.69 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 27768 0 0 0 65 4 0 0 18 0 1 0 564911916 123011072 24488 33554432000 4194304 4291949 140734196144832 18446744073709551615 4217428 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 30032 24488 232 24 0 26666 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 120128

[startup+1.50105 s]
/proc/loadavg: 0.32 0.07 0.02 5/190 2438
/proc/meminfo: memFree=11320768/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=156892 CPUtime=1.49 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 35144 0 0 0 145 4 0 0 20 0 1 0 564911916 160657408 31276 33554432000 4194304 4291949 140734196144832 18446744073709551615 4210169 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 39223 31278 234 24 0 35857 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 156892

[startup+3.10076 s]
/proc/loadavg: 0.32 0.07 0.02 5/190 2438
/proc/meminfo: memFree=11324444/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=112544 CPUtime=3.09 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 39381 0 0 0 304 5 0 0 25 0 1 0 564911916 115245056 22942 33554432000 4194304 4291949 140734196144832 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 28136 22942 253 24 0 24770 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112544

[startup+6.30118 s]
/proc/loadavg: 0.32 0.07 0.02 5/190 2438
/proc/meminfo: memFree=11355336/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=112544 CPUtime=6.29 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 39551 0 0 0 624 5 0 0 25 0 1 0 564911916 115245056 23111 33554432000 4194304 4291949 140734196144832 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 28136 23111 253 24 0 24770 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112544

[startup+12.701 s]
/proc/loadavg: 0.89 0.20 0.06 5/190 2438
/proc/meminfo: memFree=11348832/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=131220 CPUtime=12.68 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 40158 0 0 0 1263 5 0 0 25 0 1 0 564911916 134369280 23715 33554432000 4194304 4291949 140734196144832 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 32805 23715 253 24 0 29439 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 131220

[startup+25.5007 s]
/proc/loadavg: 1.36 0.32 0.11 6/190 2439
/proc/meminfo: memFree=11330792/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=150076 CPUtime=25.48 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 41911 0 0 0 2542 6 0 0 25 0 1 0 564911916 153677824 25456 33554432000 4194304 4291949 140734196144832 18446744073709551615 4249307 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 37519 25456 253 24 0 34153 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 150076

[startup+51.1011 s]
/proc/loadavg: 2.32 0.63 0.21 5/190 2439
/proc/meminfo: memFree=11295868/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=150076 CPUtime=51.09 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 44594 0 0 0 5102 7 0 0 25 0 1 0 564911916 153677824 28126 33554432000 4194304 4291949 140734196144832 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 37519 28126 253 24 0 34153 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 150076

[startup+102.307 s]
/proc/loadavg: 3.36 1.21 0.43 5/190 2441
/proc/meminfo: memFree=11110260/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=230216 CPUtime=102.29 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 59893 0 0 0 10218 11 0 0 25 0 1 0 564911916 235741184 43406 33554432000 4194304 4291949 140734196144832 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 57554 43406 253 24 0 54188 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 230216

[startup+162.301 s]
/proc/loadavg: 3.76 1.71 0.65 5/190 2442
/proc/meminfo: memFree=10978764/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=280304 CPUtime=162.29 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 70589 0 0 0 16214 15 0 0 25 0 1 0 564911916 287031296 54074 33554432000 4194304 4291949 140734196144832 18446744073709551615 4250352 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 70076 54074 253 24 0 66710 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 280304

[startup+222.3 s]
/proc/loadavg: 3.91 2.13 0.86 5/190 2444
/proc/meminfo: memFree=10862412/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=361692 CPUtime=222.29 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 80357 0 0 0 22209 20 0 0 25 0 1 0 564911916 370372608 63827 33554432000 4194304 4291949 140734196144832 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 90423 63827 253 24 0 87057 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 361692

[startup+282.301 s]
/proc/loadavg: 3.97 2.47 1.05 5/190 2445
/proc/meminfo: memFree=10768752/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=361692 CPUtime=282.29 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 88003 0 0 0 28206 23 0 0 25 0 1 0 564911916 370372608 71457 33554432000 4194304 4291949 140734196144832 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 90423 71457 253 24 0 87057 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 361692

[startup+342.301 s]
/proc/loadavg: 3.99 2.74 1.24 5/190 2447
/proc/meminfo: memFree=10567348/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=493952 CPUtime=342.29 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 104556 0 0 0 34201 28 0 0 25 0 1 0 564911916 505806848 87992 33554432000 4194304 4291949 140734196144832 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 123488 87992 253 24 0 120122 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 493952

[startup+402.301 s]
/proc/loadavg: 3.99 2.97 1.41 5/190 2449
/proc/meminfo: memFree=10480504/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=493952 CPUtime=402.28 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 111493 0 0 0 40198 30 0 0 25 0 1 0 564911916 505806848 94916 33554432000 4194304 4291949 140734196144832 18446744073709551615 4248367 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 123488 94916 253 24 0 120122 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 493952

[startup+462.3 s]
/proc/loadavg: 3.99 3.15 1.57 5/190 2459
/proc/meminfo: memFree=10374732/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=493952 CPUtime=462.28 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 119559 0 0 0 46195 33 0 0 25 0 1 0 564911916 505806848 102967 33554432000 4194304 4291949 140734196144832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 123488 102967 253 24 0 120122 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 493952

[startup+522.3 s]
/proc/loadavg: 4.04 3.32 1.72 5/190 2461
/proc/meminfo: memFree=10284576/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=493952 CPUtime=522.29 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 126291 0 0 0 52192 37 0 0 25 0 1 0 564911916 505806848 109684 33554432000 4194304 4291949 140734196144832 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 123488 109684 253 24 0 120122 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 493952

[startup+582.301 s]
/proc/loadavg: 4.01 3.44 1.86 5/190 2462
/proc/meminfo: memFree=10152848/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=708876 CPUtime=582.29 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 138166 0 0 0 58187 42 0 0 25 0 1 0 564911916 725889024 121538 33554432000 4194304 4291949 140734196144832 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 177219 121538 253 24 0 173853 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 708876

[startup+642.301 s]
/proc/loadavg: 4.09 3.57 2.00 5/190 2464
/proc/meminfo: memFree=10066636/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=708876 CPUtime=642.29 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 144236 0 0 0 64184 45 0 0 25 0 1 0 564911916 725889024 127601 33554432000 4194304 4291949 140734196144832 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 177219 127601 253 24 0 173853 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 708876

[startup+702.301 s]
/proc/loadavg: 4.03 3.64 2.12 5/190 2466
/proc/meminfo: memFree=9964040/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=708876 CPUtime=702.29 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 152615 0 0 0 70181 48 0 0 25 0 1 0 564911916 725889024 135967 33554432000 4194304 4291949 140734196144832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 177219 135967 253 24 0 173853 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 708876

[startup+762.307 s]
/proc/loadavg: 4.01 3.71 2.24 5/190 2467
/proc/meminfo: memFree=9877940/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=708876 CPUtime=762.29 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 159091 0 0 0 76179 50 0 0 25 0 1 0 564911916 725889024 142425 33554432000 4194304 4291949 140734196144832 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 177219 142425 253 24 0 173853 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 708876

[startup+822.301 s]
/proc/loadavg: 4.00 3.76 2.35 5/190 2496
/proc/meminfo: memFree=10289352/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=708876 CPUtime=822.29 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 167864 0 0 0 82175 54 0 0 25 0 1 0 564911916 725889024 151190 33554432000 4194304 4291949 140734196144832 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 177219 151190 253 24 0 173853 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 708876

[startup+882.301 s]
/proc/loadavg: 4.00 3.80 2.45 5/190 2497
/proc/meminfo: memFree=10134712/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=1058124 CPUtime=882.29 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 189344 0 0 0 88166 63 0 0 25 0 1 0 564911916 1083518976 172654 33554432000 4194304 4291949 140734196144832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 264531 172654 253 24 0 261165 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 1058124

[startup+942.301 s]
/proc/loadavg: 4.00 3.83 2.54 5/190 2499
/proc/meminfo: memFree=10059528/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=1058124 CPUtime=942.29 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 200208 0 0 0 94161 68 0 0 25 0 1 0 564911916 1083518976 183507 33554432000 4194304 4291949 140734196144832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 264531 183507 253 24 0 261165 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 1058124

[startup+1002.3 s]
/proc/loadavg: 4.05 3.88 2.63 5/190 2501
/proc/meminfo: memFree=9986456/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=1058124 CPUtime=1002.29 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 206921 0 0 0 100157 72 0 0 25 0 1 0 564911916 1083518976 190217 33554432000 4194304 4291949 140734196144832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 264531 190217 253 24 0 261165 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 1058124

[startup+1062.3 s]
/proc/loadavg: 4.08 3.91 2.72 5/190 2502
/proc/meminfo: memFree=9899888/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=1058124 CPUtime=1062.29 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 214976 0 0 0 106155 74 0 0 25 0 1 0 564911916 1083518976 198260 33554432000 4194304 4291949 140734196144832 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 264531 198260 253 24 0 261165 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 1058124

[startup+1122.3 s]
/proc/loadavg: 4.03 3.92 2.80 5/190 2504
/proc/meminfo: memFree=9851112/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=1058124 CPUtime=1122.29 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 220249 0 0 0 112153 76 0 0 25 0 1 0 564911916 1083518976 203517 33554432000 4194304 4291949 140734196144832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 264531 203517 253 24 0 261165 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 1058124

[startup+1182.3 s]
/proc/loadavg: 4.08 3.95 2.88 5/190 2505
/proc/meminfo: memFree=9776188/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=1059228 CPUtime=1182.29 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 226098 0 0 0 118150 79 0 0 25 0 1 0 564911916 1084649472 209355 33554432000 4194304 4291949 140734196144832 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 264807 209355 253 24 0 261441 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 1059228

[startup+1242.3 s]
/proc/loadavg: 4.03 3.96 2.94 5/190 2507
/proc/meminfo: memFree=9699760/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=1061404 CPUtime=1242.28 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 236807 0 0 0 124144 84 0 0 25 0 1 0 564911916 1086877696 220050 33554432000 4194304 4291949 140734196144832 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 265351 220050 253 24 0 261985 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 1061404



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.96 3.00 4/188 2510
/proc/meminfo: memFree=10480336/32950928 swapFree=67111528/67111528
[pid=2425] ppid=2423 vsize=1063584 CPUtime=1299.99 cores=5,7
/proc/2425/stat : 2425 (RestartSAT) R 2423 2425 2377 0 -1 4202496 243654 0 0 0 129912 87 0 0 25 0 1 0 564911916 1089110016 226886 33554432000 4194304 4291949 140734196144832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2425/statm: 265896 226886 253 24 0 262530 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 1063584

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.05
CPU time (s): 1300.04
CPU user time (s): 1299.13
CPU system time (s): 0.913861
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 1063584

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

runsolver used 2.01569 second user time and 5.08923 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-25 17:53:33
IDJOB=3280221
IDBENCH=20353
IDSOLVER=1581
FILE ID=node112/3280221-1303746811
RUNJOBID= node112-1303746808-2398
PBS_JOBID= 13154050
Free space on /tmp= 72584 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-13-s.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280221-1303746811/watcher-3280221-1303746811 -o /tmp/evaluation-result-3280221-1303746811/solver-3280221-1303746811 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3280221-1303746811.cnf

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

MD5SUM BENCH= d90571b4b69632567da9d3ebfd25979e
RANDOM SEED=2106019956

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11630360 kB
Buffers:       1969372 kB
Cached:       18582308 kB
SwapCached:          0 kB
Active:        9717256 kB
Inactive:     11055812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11630360 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           87420 kB
Writeback:           0 kB
AnonPages:      220904 kB
Mapped:          15216 kB
Slab:           483068 kB
PageTables:       5596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   378716 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= 72624 MiB
End job on node112 at 2011-04-25 18:15:15