Trace number 3265274

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.07 1300.02

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/fphp/unsat/
harder/fphp-030-029.shuffled-as.sat05-1234.cnf
MD5SUMc12aa6a0ac1bca448bef51c167f3bbbb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.1704
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses24825
Sum of the clauses size50460
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 224795
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3265274-1303577188/watcher-3265274-1303577188 -o /tmp/evaluation-result-3265274-1303577188/solver-3265274-1303577188 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3265274-1303577188.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: 2.40 2.89 3.21 5/189 7507
/proc/meminfo: memFree=14514216/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=19536 CPUtime=0 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 566 0 0 0 0 0 0 0 24 0 1 0 469315826 20004864 497 33554432000 4194304 4291949 140733246069456 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 4884 498 225 24 0 1518 0

[startup+0.0522071 s]
/proc/loadavg: 2.40 2.89 3.21 5/189 7507
/proc/meminfo: memFree=14514216/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=16872 CPUtime=0.05 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 1026 0 0 0 5 0 0 0 24 0 1 0 469315826 17276928 819 33554432000 4194304 4291949 140733246069456 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 4218 819 252 24 0 852 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16872

[startup+0.101183 s]
/proc/loadavg: 2.40 2.89 3.21 5/189 7507
/proc/meminfo: memFree=14514216/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=17260 CPUtime=0.09 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 1105 0 0 0 9 0 0 0 24 0 1 0 469315826 17674240 898 33554432000 4194304 4291949 140733246069456 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 4315 898 253 24 0 949 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17260

[startup+0.301151 s]
/proc/loadavg: 2.40 2.89 3.21 5/189 7507
/proc/meminfo: memFree=14514216/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=19056 CPUtime=0.29 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 1386 0 0 0 29 0 0 0 25 0 1 0 469315826 19513344 1179 33554432000 4194304 4291949 140733246069456 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 4764 1179 253 24 0 1398 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19056

[startup+0.701075 s]
/proc/loadavg: 2.40 2.89 3.21 5/189 7507
/proc/meminfo: memFree=14514216/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=21788 CPUtime=0.69 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 2124 0 0 0 69 0 0 0 25 0 1 0 469315826 22310912 1915 33554432000 4194304 4291949 140733246069456 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 5447 1915 253 24 0 2081 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21788

[startup+1.50093 s]
/proc/loadavg: 2.53 2.91 3.21 5/190 7508
/proc/meminfo: memFree=14496360/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=26224 CPUtime=1.49 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 3365 0 0 0 149 0 0 0 25 0 1 0 469315826 26853376 3150 33554432000 4194304 4291949 140733246069456 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 6556 3150 253 24 0 3190 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26224

[startup+3.10061 s]
/proc/loadavg: 2.53 2.91 3.21 5/190 7508
/proc/meminfo: memFree=14489912/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=33040 CPUtime=3.08 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 4775 0 0 0 308 0 0 0 25 0 1 0 469315826 33832960 4553 33554432000 4194304 4291949 140733246069456 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 8260 4553 253 24 0 4894 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 33040

[startup+6.301 s]
/proc/loadavg: 2.53 2.91 3.21 5/190 7508
/proc/meminfo: memFree=14465828/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=42024 CPUtime=6.29 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 8951 0 0 0 628 1 0 0 25 0 1 0 469315826 43032576 5847 33554432000 4194304 4291949 140733246069456 18446744073709551615 239480132933 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 10506 5847 253 24 0 7140 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42024

[startup+12.7008 s]
/proc/loadavg: 2.76 2.94 3.22 5/190 7508
/proc/meminfo: memFree=14414284/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=65536 CPUtime=12.69 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 19239 0 0 0 1267 2 0 0 25 0 1 0 469315826 67108864 12560 33554432000 4194304 4291949 140733246069456 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 16384 12560 253 24 0 13018 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65536

[startup+25.5003 s]
/proc/loadavg: 2.95 2.98 3.23 5/190 7509
/proc/meminfo: memFree=14343468/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=84392 CPUtime=25.49 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 25336 0 0 0 2546 3 0 0 25 0 1 0 469315826 86417408 13040 33554432000 4194304 4291949 140733246069456 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 21098 13040 253 24 0 17732 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84392

[startup+51.1004 s]
/proc/loadavg: 3.36 3.08 3.25 5/190 7509
/proc/meminfo: memFree=14287020/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=84392 CPUtime=51.09 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 38409 0 0 0 5104 5 0 0 25 0 1 0 469315826 86417408 17753 33554432000 4194304 4291949 140733246069456 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 21098 17753 253 24 0 17732 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 84392

[startup+102.307 s]
/proc/loadavg: 3.72 3.22 3.29 5/190 7511
/proc/meminfo: memFree=14273996/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=54636 CPUtime=102.3 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 42362 0 0 0 10224 6 0 0 25 0 1 0 469315826 55947264 9228 33554432000 4194304 4291949 140733246069456 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 13659 9228 253 24 0 10293 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 54636

[startup+162.301 s]
/proc/loadavg: 3.89 3.36 3.33 5/190 7512
/proc/meminfo: memFree=14259348/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=96816 CPUtime=162.3 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 91659 0 0 0 16216 14 0 0 25 0 1 0 469315826 99139584 20859 33554432000 4194304 4291949 140733246069456 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 24204 20859 253 24 0 20838 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 96816

[startup+222.301 s]
/proc/loadavg: 4.00 3.48 3.38 5/190 7514
/proc/meminfo: memFree=14187536/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=96816 CPUtime=222.3 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 140963 0 0 0 22210 20 0 0 25 0 1 0 469315826 99139584 20859 33554432000 4194304 4291949 140733246069456 18446744073709551615 4255873 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 24204 20859 253 24 0 20838 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 96816

[startup+282.301 s]
/proc/loadavg: 4.00 3.58 3.41 5/190 7516
/proc/meminfo: memFree=14114860/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=176956 CPUtime=282.3 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 212668 0 0 0 28198 32 0 0 25 0 1 0 469315826 181202944 39881 33554432000 4194304 4291949 140733246069456 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 44239 39881 253 24 0 40873 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 176956

[startup+342.301 s]
/proc/loadavg: 4.00 3.65 3.45 5/190 7517
/proc/meminfo: memFree=14233260/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=96816 CPUtime=342.3 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 248663 0 0 0 34192 38 0 0 25 0 1 0 469315826 99139584 20859 33554432000 4194304 4291949 140733246069456 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 24204 20859 253 24 0 20838 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 96816

[startup+402.301 s]
/proc/loadavg: 4.00 3.71 3.48 5/190 7519
/proc/meminfo: memFree=14112848/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=96816 CPUtime=402.31 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 290598 0 0 0 40185 46 0 0 25 0 1 0 469315826 99139584 20859 33554432000 4194304 4291949 140733246069456 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 24204 20859 253 24 0 20838 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 96816

[startup+462.301 s]
/proc/loadavg: 4.00 3.76 3.51 5/190 7520
/proc/meminfo: memFree=14136020/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=146136 CPUtime=462.3 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 335676 0 0 0 46177 53 0 0 25 0 1 0 469315826 149643264 30775 33554432000 4194304 4291949 140733246069456 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 36534 30775 253 24 0 33168 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 146136

[startup+522.301 s]
/proc/loadavg: 4.00 3.80 3.54 5/190 7522
/proc/meminfo: memFree=14204328/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=146136 CPUtime=522.31 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 369032 0 0 0 52170 61 0 0 25 0 1 0 469315826 149643264 31169 33554432000 4194304 4291949 140733246069456 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 36534 31169 253 24 0 33168 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 146136

[startup+582.301 s]
/proc/loadavg: 4.00 3.83 3.56 5/190 7524
/proc/meminfo: memFree=14089988/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=146136 CPUtime=582.32 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 414152 0 0 0 58164 68 0 0 25 0 1 0 469315826 149643264 29541 33554432000 4194304 4291949 140733246069456 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 36534 29541 253 24 0 33168 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 146136

[startup+642.301 s]
/proc/loadavg: 4.00 3.86 3.58 5/190 7525
/proc/meminfo: memFree=14072984/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=166160 CPUtime=642.32 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 468072 0 0 0 64152 80 0 0 25 0 1 0 469315826 170147840 32375 33554432000 4194304 4291949 140733246069456 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 41540 32375 253 24 0 38174 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 166160

[startup+702.301 s]
/proc/loadavg: 4.06 3.90 3.61 5/190 7527
/proc/meminfo: memFree=14023616/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=183480 CPUtime=702.31 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 509292 0 0 0 70143 88 0 0 25 0 1 0 469315826 187883520 42191 33554432000 4194304 4291949 140733246069456 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 45870 42191 253 24 0 42504 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 183480

[startup+762.307 s]
/proc/loadavg: 4.02 3.92 3.64 5/190 7528
/proc/meminfo: memFree=14026328/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=134160 CPUtime=762.33 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 533969 0 0 0 76139 94 0 0 25 0 1 0 469315826 137379840 30194 33554432000 4194304 4291949 140733246069456 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 33540 30194 253 24 0 30174 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 134160

[startup+822.301 s]
/proc/loadavg: 4.00 3.93 3.65 5/190 7530
/proc/meminfo: memFree=14028176/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=183480 CPUtime=822.32 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 569638 0 0 0 82133 99 0 0 25 0 1 0 469315826 187883520 42299 33554432000 4194304 4291949 140733246069456 18446744073709551615 4262438 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 45870 42300 253 24 0 42504 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 183480

[startup+882.301 s]
/proc/loadavg: 4.04 3.95 3.68 5/190 7541
/proc/meminfo: memFree=14125500/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=134160 CPUtime=882.33 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 595798 0 0 0 88129 104 0 0 25 0 1 0 469315826 137379840 30194 33554432000 4194304 4291949 140733246069456 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 33540 30194 253 24 0 30174 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 134160

[startup+942.301 s]
/proc/loadavg: 4.01 3.96 3.70 5/190 7542
/proc/meminfo: memFree=14030188/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=183480 CPUtime=942.33 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 640136 0 0 0 94121 112 0 0 25 0 1 0 469315826 187883520 40996 33554432000 4194304 4291949 140733246069456 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 45870 40996 253 24 0 42504 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 183480

[startup+1002.3 s]
/proc/loadavg: 4.00 3.96 3.71 5/190 7544
/proc/meminfo: memFree=14053484/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=134160 CPUtime=1002.33 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 677164 0 0 0 100114 119 0 0 25 0 1 0 469315826 137379840 30194 33554432000 4194304 4291949 140733246069456 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 33540 30194 253 24 0 30174 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 134160

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.73 5/190 7545
/proc/meminfo: memFree=14105556/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=134160 CPUtime=1062.33 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 705317 0 0 0 106108 125 0 0 25 0 1 0 469315826 137379840 30194 33554432000 4194304 4291949 140733246069456 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 33540 30194 253 24 0 30174 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 134160

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 7550
/proc/meminfo: memFree=13985364/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=214300 CPUtime=1122.33 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 755017 0 0 0 112099 134 0 0 25 0 1 0 469315826 219443200 44556 33554432000 4194304 4291949 140733246069456 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 53575 44556 253 24 0 50209 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 214300

[startup+1182.3 s]
/proc/loadavg: 4.03 3.99 3.76 5/190 7552
/proc/meminfo: memFree=13986472/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=214300 CPUtime=1182.33 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 781894 0 0 0 118092 141 0 0 25 0 1 0 469315826 219443200 44408 33554432000 4194304 4291949 140733246069456 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 53575 44408 253 24 0 50209 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 214300

[startup+1242.3 s]
/proc/loadavg: 4.04 4.00 3.78 5/190 7553
/proc/meminfo: memFree=13937972/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=183480 CPUtime=1242.34 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 809312 0 0 0 124087 147 0 0 25 0 1 0 469315826 187883520 42092 33554432000 4194304 4291949 140733246069456 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 45870 42092 253 24 0 42504 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 183480



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.79 4/188 7612
/proc/meminfo: memFree=14370100/32950928 swapFree=67087032/67111528
[pid=7507] ppid=7505 vsize=183480 CPUtime=1300.04 cores=0,2
/proc/7507/stat : 7507 (RestartSAT) R 7505 7507 7393 0 -1 4202496 848892 0 0 0 129851 153 0 0 25 0 1 0 469315826 187883520 41364 33554432000 4194304 4291949 140733246069456 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7507/statm: 45870 41364 253 24 0 42504 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 183480

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.07
CPU user time (s): 1298.52
CPU system time (s): 1.54776
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 264388

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

runsolver used 2.30765 second user time and 4.79727 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-23 18:46:28
IDJOB=3265274
IDBENCH=85538
IDSOLVER=1581
FILE ID=node148/3265274-1303577188
RUNJOBID= node148-1303577183-7411
PBS_JOBID= 13150324
Free space on /tmp= 70596 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT05/crafted/sabharwal05/counting/fphp/unsat/harder/fphp-030-029.shuffled-as.sat05-1234.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265274-1303577188/watcher-3265274-1303577188 -o /tmp/evaluation-result-3265274-1303577188/solver-3265274-1303577188 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3265274-1303577188.cnf

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

MD5SUM BENCH= c12aa6a0ac1bca448bef51c167f3bbbb
RANDOM SEED=1825738341

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14514744 kB
Buffers:       2044724 kB
Cached:       15734080 kB
SwapCached:       5264 kB
Active:        8928956 kB
Inactive:      8946692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14514744 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:            3652 kB
Writeback:           0 kB
AnonPages:       92552 kB
Mapped:          14452 kB
Slab:           494780 kB
PageTables:       5492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   313812 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= 70596 MiB
End job on node148 at 2011-04-23 19:08:10