Trace number 3170278

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

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S808762165-030-UNKNOWN.cnf
MD5SUMdd49a0090ce99bfddfd58615449391d9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark25.1482
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3170278-1302821627/watcher-3170278-1302821627 -o /tmp/evaluation-result-3170278-1302821627/solver-3170278-1302821627 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170278-1302821627.cnf 

running on 2 cores: 1,3

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: 4.05 4.02 3.93 2/181 10646
/proc/meminfo: memFree=16271616/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=22064 CPUtime=0 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 1273 0 0 0 0 0 0 0 23 0 1 0 393759773 22593536 1214 33554432000 4194304 4291949 140734178406432 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 5516 1217 227 24 0 2150 0

[startup+0.021099 s]
/proc/loadavg: 4.05 4.02 3.93 2/181 10646
/proc/meminfo: memFree=16271616/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=24348 CPUtime=0.01 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 1890 0 0 0 1 0 0 0 23 0 1 0 393759773 24932352 1808 33554432000 4194304 4291949 140734178406432 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 6087 1809 227 24 0 2721 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 24348

[startup+0.101088 s]
/proc/loadavg: 4.05 4.02 3.93 2/181 10646
/proc/meminfo: memFree=16271616/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=28748 CPUtime=0.09 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 3629 0 0 0 9 0 0 0 23 0 1 0 393759773 29437952 3275 33554432000 4194304 4291949 140734178406432 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 7187 3275 234 24 0 3821 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28748

[startup+0.301047 s]
/proc/loadavg: 4.05 4.02 3.93 2/181 10646
/proc/meminfo: memFree=16271616/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=25740 CPUtime=0.29 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 4243 0 0 0 29 0 0 0 25 0 1 0 393759773 26357760 2960 33554432000 4194304 4291949 140734178406432 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 6435 2960 253 24 0 3069 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25740

[startup+0.700974 s]
/proc/loadavg: 4.05 4.02 3.93 2/181 10646
/proc/meminfo: memFree=16271616/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=25740 CPUtime=0.69 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 4325 0 0 0 69 0 0 0 25 0 1 0 393759773 26357760 3042 33554432000 4194304 4291949 140734178406432 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 6435 3042 253 24 0 3069 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25740

[startup+1.50083 s]
/proc/loadavg: 4.05 4.02 3.93 5/190 10661
/proc/meminfo: memFree=16220388/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=27416 CPUtime=1.49 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 4583 0 0 0 149 0 0 0 25 0 1 0 393759773 28073984 3299 33554432000 4194304 4291949 140734178406432 18446744073709551615 239480238831 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 6854 3299 253 24 0 3488 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27416

[startup+3.10052 s]
/proc/loadavg: 4.05 4.02 3.93 5/190 10661
/proc/meminfo: memFree=16211088/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=30136 CPUtime=3.09 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 5148 0 0 0 308 1 0 0 25 0 1 0 393759773 30859264 3860 33554432000 4194304 4291949 140734178406432 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 7534 3860 253 24 0 4168 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30136

[startup+6.3009 s]
/proc/loadavg: 4.05 4.02 3.93 5/190 10661
/proc/meminfo: memFree=16181936/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=34688 CPUtime=6.29 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 6424 0 0 0 628 1 0 0 25 0 1 0 393759773 35520512 5131 33554432000 4194304 4291949 140734178406432 18446744073709551615 4250352 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 8672 5131 253 24 0 5306 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34688

[startup+12.7007 s]
/proc/loadavg: 4.12 4.04 3.94 5/190 10661
/proc/meminfo: memFree=16163888/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=54320 CPUtime=12.69 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 9278 0 0 0 1266 3 0 0 25 0 1 0 393759773 55623680 7975 33554432000 4194304 4291949 140734178406432 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 13580 7975 253 24 0 10214 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54320

[startup+25.5002 s]
/proc/loadavg: 4.10 4.04 3.94 5/190 10661
/proc/meminfo: memFree=16118164/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=74420 CPUtime=25.49 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 13352 0 0 0 2544 5 0 0 25 0 1 0 393759773 76206080 12022 33554432000 4194304 4291949 140734178406432 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 18605 12023 253 24 0 15239 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74420

[startup+51.1003 s]
/proc/loadavg: 4.07 4.03 3.94 5/190 10662
/proc/meminfo: memFree=16045360/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=107756 CPUtime=51.09 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 23249 0 0 0 5102 7 0 0 25 0 1 0 393759773 110342144 21866 33554432000 4194304 4291949 140734178406432 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 26939 21866 253 24 0 23573 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 107756

[startup+102.307 s]
/proc/loadavg: 4.02 4.03 3.94 5/190 10664
/proc/meminfo: memFree=16035932/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=50352 CPUtime=102.3 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 43093 0 0 0 10216 14 0 0 25 0 1 0 393759773 51560448 8192 33554432000 4194304 4291949 140734178406432 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 12588 8192 253 24 0 9222 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 50352

[startup+162.301 s]
/proc/loadavg: 4.01 4.02 3.94 5/190 10665
/proc/meminfo: memFree=15846080/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=244612 CPUtime=162.29 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 72670 0 0 0 16204 25 0 0 25 0 1 0 393759773 250482688 37662 33554432000 4194304 4291949 140734178406432 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 61153 37662 253 24 0 57787 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 244612

[startup+222.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 10667
/proc/meminfo: memFree=15731116/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=247268 CPUtime=222.29 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 86049 0 0 0 22199 30 0 0 25 0 1 0 393759773 253202432 50979 33554432000 4194304 4291949 140734178406432 18446744073709551615 4251666 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 61817 50979 253 24 0 58451 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 247268

[startup+282.301 s]
/proc/loadavg: 4.06 4.02 3.94 5/190 10668
/proc/meminfo: memFree=15785172/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=165880 CPUtime=282.29 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 109626 0 0 0 28192 37 0 0 25 0 1 0 393759773 169861120 27887 33554432000 4194304 4291949 140734178406432 18446744073709551615 4255781 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 41470 27887 253 24 0 38104 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 165880

[startup+342.3 s]
/proc/loadavg: 4.02 4.02 3.94 5/190 10670
/proc/meminfo: memFree=15612924/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=247940 CPUtime=342.29 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 123471 0 0 0 34188 41 0 0 25 0 1 0 393759773 253890560 41673 33554432000 4194304 4291949 140734178406432 18446744073709551615 4251666 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 61985 41673 253 24 0 58619 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 247940

[startup+402.301 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 10671
/proc/meminfo: memFree=15622336/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=168988 CPUtime=402.29 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 167237 0 0 0 40176 53 0 0 25 0 1 0 393759773 173043712 31585 33554432000 4194304 4291949 140734178406432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 42247 31585 253 24 0 38881 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 168988

[startup+462.3 s]
/proc/loadavg: 4.06 4.02 3.95 5/190 10682
/proc/meminfo: memFree=15498880/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=250908 CPUtime=462.29 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 187307 0 0 0 46169 60 0 0 25 0 1 0 393759773 256929792 51569 33554432000 4194304 4291949 140734178406432 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 62727 51569 253 24 0 59361 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 250908

[startup+522.301 s]
/proc/loadavg: 4.09 4.03 3.95 5/190 10684
/proc/meminfo: memFree=15414428/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=383968 CPUtime=522.3 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 200114 0 0 0 52164 66 0 0 25 0 1 0 393759773 393183232 64314 33554432000 4194304 4291949 140734178406432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 95992 64314 253 24 0 92626 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 383968

[startup+582.3 s]
/proc/loadavg: 4.03 4.03 3.95 5/190 10685
/proc/meminfo: memFree=15924172/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=171512 CPUtime=582.3 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 228582 0 0 0 58155 75 0 0 25 0 1 0 393759773 175628288 32556 33554432000 4194304 4291949 140734178406432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 42878 32556 253 24 0 39512 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 171512

[startup+642.301 s]
/proc/loadavg: 4.01 4.02 3.95 5/190 10690
/proc/meminfo: memFree=15771764/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=253304 CPUtime=642.3 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 243717 0 0 0 64149 81 0 0 25 0 1 0 393759773 259383296 47618 33554432000 4194304 4291949 140734178406432 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 63326 47618 253 24 0 59960 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 253304

[startup+702.3 s]
/proc/loadavg: 4.00 4.01 3.95 5/190 10691
/proc/meminfo: memFree=15658532/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=386368 CPUtime=702.29 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 258016 0 0 0 70145 84 0 0 25 0 1 0 393759773 395640832 61863 33554432000 4194304 4291949 140734178406432 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 96592 61863 253 24 0 93226 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 386368

[startup+762.307 s]
/proc/loadavg: 4.00 4.01 3.95 5/190 10693
/proc/meminfo: memFree=15618840/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=172852 CPUtime=762.3 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 283063 0 0 0 76138 92 0 0 25 0 1 0 393759773 177000448 30658 33554432000 4194304 4291949 140734178406432 18446744073709551615 4261880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 43213 30659 253 24 0 39847 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 172852

[startup+822.3 s]
/proc/loadavg: 4.03 4.02 3.96 5/190 10695
/proc/meminfo: memFree=15375416/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=389988 CPUtime=822.3 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 335052 0 0 0 82122 108 0 0 25 0 1 0 393759773 399347712 82557 33554432000 4194304 4291949 140734178406432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 97497 82557 253 24 0 94131 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 389988

[startup+882.301 s]
/proc/loadavg: 4.05 4.03 3.96 5/190 10696
/proc/meminfo: memFree=15605920/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=79672 CPUtime=882.3 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 356155 0 0 0 88113 117 0 0 25 0 1 0 393759773 81584128 14278 33554432000 4194304 4291949 140734178406432 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 19918 14278 253 24 0 16552 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 79672

[startup+942.301 s]
/proc/loadavg: 4.02 4.02 3.96 5/190 10698
/proc/meminfo: memFree=15482772/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=179680 CPUtime=942.3 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 377616 0 0 0 94106 124 0 0 25 0 1 0 393759773 183992320 35652 33554432000 4194304 4291949 140734178406432 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 44920 35652 253 24 0 41554 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 179680

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 3.96 5/190 10699
/proc/meminfo: memFree=15380956/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=261208 CPUtime=1002.3 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 390503 0 0 0 100100 130 0 0 25 0 1 0 393759773 267476992 48477 33554432000 4194304 4291949 140734178406432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 65302 48477 253 24 0 61936 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 261208

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.96 5/190 10701
/proc/meminfo: memFree=15264020/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=394660 CPUtime=1062.3 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 412246 0 0 0 106093 137 0 0 25 0 1 0 393759773 404131840 70155 33554432000 4194304 4291949 140734178406432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 98665 70155 253 24 0 95299 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 394660

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/190 10703
/proc/meminfo: memFree=15379324/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=181144 CPUtime=1122.3 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 433946 0 0 0 112085 145 0 0 25 0 1 0 393759773 185491456 30735 33554432000 4194304 4291949 140734178406432 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 45286 30735 253 24 0 41920 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 181144

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/190 10704
/proc/meminfo: memFree=15283836/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=262796 CPUtime=1182.31 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 450810 0 0 0 118080 151 0 0 25 0 1 0 393759773 269103104 47520 33554432000 4194304 4291949 140734178406432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 65699 47520 253 24 0 62333 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 262796

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/190 10706
/proc/meminfo: memFree=15109728/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=263060 CPUtime=1242.31 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 462682 0 0 0 124075 156 0 0 25 0 1 0 393759773 269373440 59335 33554432000 4194304 4291949 140734178406432 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 65765 59335 253 24 0 62399 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 263060



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.96 4/188 10708
/proc/meminfo: memFree=15949092/32950928 swapFree=67102716/67111528
[pid=10646] ppid=10644 vsize=133940 CPUtime=1300.01 cores=1,3
/proc/10646/stat : 10646 (RestartSAT) R 10644 10646 10148 0 -1 4202496 502893 0 0 0 129832 169 0 0 25 0 1 0 393759773 137154560 28676 33554432000 4194304 4291949 140734178406432 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10646/statm: 33485 28676 253 24 0 30119 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 133940

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): 1298.33
CPU system time (s): 1.70074
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 608120

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

runsolver used 1.9767 second user time and 5.12722 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-15 00:53:47
IDJOB=3170278
IDBENCH=82696
IDSOLVER=1580
FILE ID=node148/3170278-1302821627
RUNJOBID= node148-1302817720-10168
PBS_JOBID= 13006656
Free space on /tmp= 70884 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S808762165-030-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170278-1302821627/watcher-3170278-1302821627 -o /tmp/evaluation-result-3170278-1302821627/solver-3170278-1302821627 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170278-1302821627.cnf

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

MD5SUM BENCH= dd49a0090ce99bfddfd58615449391d9
RANDOM SEED=2077810841

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:      16271640 kB
Buffers:        622384 kB
Cached:       15626732 kB
SwapCached:       4908 kB
Active:        7960036 kB
Inactive:      8353496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16271640 kB
SwapTotal:    67111528 kB
SwapFree:     67102716 kB
Dirty:            3532 kB
Writeback:           0 kB
AnonPages:       60428 kB
Mapped:          14964 kB
Slab:           302568 kB
PageTables:       4788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   220104 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= 70880 MiB
End job on node148 at 2011-04-15 01:15:29