Trace number 3170143

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) 1299.71 1300.01

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S896023516-057-UNKNOWN.cnf
MD5SUMfbc6593197090933c7d66c2e5740159a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark126.714
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 512750

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

running on 2 cores: 4,6

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: 1.64 1.94 1.98 2/183 25670
/proc/meminfo: memFree=14708624/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=19540 CPUtime=0 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 611 0 0 0 0 0 0 0 25 0 1 0 393501714 20008960 545 33554432000 4194304 4291949 140736099051168 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 4885 545 225 24 0 1519 0

[startup+0.00920388 s]
/proc/loadavg: 1.64 1.94 1.98 2/183 25670
/proc/meminfo: memFree=14708624/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=19936 CPUtime=0 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 741 0 0 0 0 0 0 0 25 0 1 0 393501714 20414464 670 33554432000 4194304 4291949 140736099051168 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 4984 670 225 24 0 1618 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 19936

[startup+0.100204 s]
/proc/loadavg: 1.64 1.94 1.98 2/183 25670
/proc/meminfo: memFree=14708624/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=16272 CPUtime=0.09 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 934 0 0 0 9 0 0 0 25 0 1 0 393501714 16662528 749 33554432000 4194304 4291949 140736099051168 18446744073709551615 4262388 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 4068 749 250 24 0 702 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16272

[startup+0.300142 s]
/proc/loadavg: 1.64 1.94 1.98 2/183 25670
/proc/meminfo: memFree=14708624/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=17428 CPUtime=0.29 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 1257 0 0 0 29 0 0 0 25 0 1 0 393501714 17846272 1065 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 4357 1065 251 24 0 991 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17428

[startup+0.701038 s]
/proc/loadavg: 1.64 1.94 1.98 2/183 25670
/proc/meminfo: memFree=14708624/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=22100 CPUtime=0.69 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 2877 0 0 0 69 0 0 0 25 0 1 0 393501714 22630400 2088 33554432000 4194304 4291949 140736099051168 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/25670/statm: 5525 2088 251 24 0 2159 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22100

[startup+1.50095 s]
/proc/loadavg: 1.64 1.94 1.98 6/194 25691
/proc/meminfo: memFree=14679008/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=23776 CPUtime=1.49 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 3424 0 0 0 149 0 0 0 25 0 1 0 393501714 24346624 2622 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255913 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 5944 2622 251 24 0 2578 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23776

[startup+3.10059 s]
/proc/loadavg: 1.64 1.94 1.98 5/194 25691
/proc/meminfo: memFree=14659820/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=24804 CPUtime=3.09 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 3688 0 0 0 309 0 0 0 25 0 1 0 393501714 25399296 2879 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/25670/statm: 6201 2879 251 24 0 2835 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24804

[startup+6.30107 s]
/proc/loadavg: 1.83 1.98 1.99 5/194 25691
/proc/meminfo: memFree=14636968/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=24808 CPUtime=6.28 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 4168 0 0 0 628 0 0 0 25 0 1 0 393501714 25403392 2020 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 6202 2021 251 24 0 2836 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24808

[startup+12.7008 s]
/proc/loadavg: 2.00 2.01 2.00 5/194 25691
/proc/meminfo: memFree=14587684/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=29280 CPUtime=12.67 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 5532 0 0 0 1267 0 0 0 25 0 1 0 393501714 29982720 3345 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/25670/statm: 7320 3345 251 24 0 3954 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 29280

[startup+25.5005 s]
/proc/loadavg: 2.44 2.11 2.03 5/194 25691
/proc/meminfo: memFree=14591584/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=29280 CPUtime=25.44 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 5735 0 0 0 2544 0 0 0 25 0 1 0 393501714 29982720 3540 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255744 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 7320 3540 251 24 0 3954 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 29280

[startup+51.1007 s]
/proc/loadavg: 2.97 2.26 2.08 5/194 25692
/proc/meminfo: memFree=14559044/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=32004 CPUtime=51.02 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 6587 0 0 0 5102 0 0 0 25 0 1 0 393501714 32772096 4362 33554432000 4194304 4291949 140736099051168 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/25670/statm: 8001 4362 251 24 0 4635 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 32004

[startup+102.307 s]
/proc/loadavg: 3.55 2.52 2.18 5/194 25693
/proc/meminfo: memFree=14531504/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=32004 CPUtime=102.16 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 6861 0 0 0 10216 0 0 0 25 0 1 0 393501714 32772096 4628 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 8001 4628 251 24 0 4635 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 32004

[startup+162.301 s]
/proc/loadavg: 3.88 2.80 2.30 5/194 25695
/proc/meminfo: memFree=14472096/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=47964 CPUtime=162.05 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 11708 0 0 0 16204 1 0 0 25 0 1 0 393501714 49115136 5946 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/25670/statm: 11991 5946 251 24 0 8625 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 47964

[startup+222.301 s]
/proc/loadavg: 3.95 3.02 2.40 5/194 25697
/proc/meminfo: memFree=14480268/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=47964 CPUtime=221.96 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 11819 0 0 0 22195 1 0 0 25 0 1 0 393501714 49115136 6054 33554432000 4194304 4291949 140736099051168 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 11991 6054 251 24 0 8625 0
Current children cumulated CPU time (s) 221.96
Current children cumulated vsize (KiB) 47964

[startup+282.301 s]
/proc/loadavg: 4.01 3.21 2.50 5/194 25698
/proc/meminfo: memFree=14472192/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=47964 CPUtime=281.97 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 13729 0 0 0 28195 2 0 0 25 0 1 0 393501714 49115136 7920 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 11991 7920 251 24 0 8625 0
Current children cumulated CPU time (s) 281.97
Current children cumulated vsize (KiB) 47964

[startup+342.301 s]
/proc/loadavg: 4.04 3.36 2.60 5/194 25700
/proc/meminfo: memFree=14470580/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=59456 CPUtime=341.97 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 14360 0 0 0 34195 2 0 0 25 0 1 0 393501714 60882944 8536 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 14864 8536 251 24 0 11498 0
Current children cumulated CPU time (s) 341.97
Current children cumulated vsize (KiB) 59456

[startup+402.301 s]
/proc/loadavg: 4.07 3.49 2.69 5/194 25701
/proc/meminfo: memFree=14426924/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=48424 CPUtime=401.96 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 17590 0 0 0 40194 2 0 0 25 0 1 0 393501714 49586176 8245 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 12106 8245 251 24 0 8740 0
Current children cumulated CPU time (s) 401.96
Current children cumulated vsize (KiB) 48424

[startup+462.301 s]
/proc/loadavg: 4.02 3.58 2.77 5/194 25703
/proc/meminfo: memFree=14436956/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=48424 CPUtime=461.97 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 17590 0 0 0 46194 3 0 0 25 0 1 0 393501714 49586176 8245 33554432000 4194304 4291949 140736099051168 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 12106 8245 251 24 0 8740 0
Current children cumulated CPU time (s) 461.97
Current children cumulated vsize (KiB) 48424

[startup+522.301 s]
/proc/loadavg: 4.32 3.75 2.87 5/194 25704
/proc/meminfo: memFree=14426780/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=48424 CPUtime=521.97 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 17669 0 0 0 52194 3 0 0 25 0 1 0 393501714 49586176 8323 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255748 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 12106 8323 251 24 0 8740 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 48424

[startup+582.3 s]
/proc/loadavg: 4.12 3.79 2.94 5/194 25706
/proc/meminfo: memFree=14433212/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=52780 CPUtime=581.97 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 18912 0 0 0 58194 3 0 0 25 0 1 0 393501714 54046720 9524 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 13195 9524 251 24 0 9829 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 52780

[startup+642.3 s]
/proc/loadavg: 4.16 3.86 3.01 6/194 25708
/proc/meminfo: memFree=14412360/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=52780 CPUtime=641.98 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 18912 0 0 0 64195 3 0 0 25 0 1 0 393501714 54046720 9524 33554432000 4194304 4291949 140736099051168 18446744073709551615 4256154 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 13195 9524 251 24 0 9829 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 52780

[startup+702.3 s]
/proc/loadavg: 4.06 3.88 3.07 5/194 25709
/proc/meminfo: memFree=14387056/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=52780 CPUtime=701.98 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 18937 0 0 0 70195 3 0 0 25 0 1 0 393501714 54046720 9549 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 13195 9549 251 24 0 9829 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 52780

[startup+762.307 s]
/proc/loadavg: 4.07 3.91 3.13 5/194 25711
/proc/meminfo: memFree=14379596/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=52780 CPUtime=761.98 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 18937 0 0 0 76195 3 0 0 25 0 1 0 393501714 54046720 9549 33554432000 4194304 4291949 140736099051168 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 13195 9549 251 24 0 9829 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 52780

[startup+822.301 s]
/proc/loadavg: 4.08 3.94 3.19 5/194 25712
/proc/meminfo: memFree=14414172/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=60256 CPUtime=821.98 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 20894 0 0 0 82194 4 0 0 25 0 1 0 393501714 61702144 11474 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 15064 11474 251 24 0 11698 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 60256

[startup+882.301 s]
/proc/loadavg: 4.09 3.96 3.24 5/194 25714
/proc/meminfo: memFree=14375964/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=60256 CPUtime=881.98 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 20899 0 0 0 88194 4 0 0 25 0 1 0 393501714 61702144 11479 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 15064 11479 251 24 0 11698 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 60256

[startup+942.301 s]
/proc/loadavg: 4.03 3.97 3.29 5/194 25716
/proc/meminfo: memFree=14371860/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=60256 CPUtime=941.99 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 20947 0 0 0 94195 4 0 0 25 0 1 0 393501714 61702144 11525 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 15064 11525 251 24 0 11698 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 60256

[startup+1002.3 s]
/proc/loadavg: 4.01 3.97 3.33 5/194 25717
/proc/meminfo: memFree=14374080/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=60256 CPUtime=1001.99 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 20947 0 0 0 100195 4 0 0 25 0 1 0 393501714 61702144 11525 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 15064 11525 251 24 0 11698 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 60256

[startup+1062.3 s]
/proc/loadavg: 4.05 3.99 3.37 5/194 25719
/proc/meminfo: memFree=14334504/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=60256 CPUtime=1061.99 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 20948 0 0 0 106195 4 0 0 25 0 1 0 393501714 61702144 11526 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255913 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 15064 11526 251 24 0 11698 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 60256

[startup+1122.3 s]
/proc/loadavg: 4.02 3.99 3.41 5/194 25721
/proc/meminfo: memFree=14336336/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=60256 CPUtime=1121.99 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 20948 0 0 0 112195 4 0 0 25 0 1 0 393501714 61702144 11526 33554432000 4194304 4291949 140736099051168 18446744073709551615 4262863 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 15064 11526 251 24 0 11698 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 60256

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.44 5/194 25722
/proc/meminfo: memFree=14343748/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=60256 CPUtime=1181.99 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 20948 0 0 0 118195 4 0 0 25 0 1 0 393501714 61702144 11526 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255736 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 15064 11526 251 24 0 11698 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 60256

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.47 5/194 25724
/proc/meminfo: memFree=14367408/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=60256 CPUtime=1241.99 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 20948 0 0 0 124195 4 0 0 25 0 1 0 393501714 61702144 11526 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 15064 11526 251 24 0 11698 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 60256



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.00 3.51 4/193 25726
/proc/meminfo: memFree=14485572/32951124 swapFree=67111528/67111528
[pid=25670] ppid=25668 vsize=78720 CPUtime=1299.7 cores=4,6
/proc/25670/stat : 25670 (RestartSAT) R 25668 25670 25630 0 -1 4202496 24084 0 0 0 129965 5 0 0 25 0 1 0 393501714 80609280 11736 33554432000 4194304 4291949 140736099051168 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25670/statm: 19680 11736 251 24 0 16314 0
Current children cumulated CPU time (s) 1299.7
Current children cumulated vsize (KiB) 78720

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): 1299.71
CPU user time (s): 1299.66
CPU system time (s): 0.055991
CPU usage (%): 99.9772
Max. virtual memory (cumulated for all children) (KiB): 78932

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

runsolver used 2.25966 second user time and 4.84326 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-15 00:10:38
IDJOB=3170143
IDBENCH=82561
IDSOLVER=1580
FILE ID=node135/3170143-1302819038
RUNJOBID= node135-1302819038-25649
PBS_JOBID= 13006666
Free space on /tmp= 71260 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S896023516-057-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170143-1302819038/watcher-3170143-1302819038 -o /tmp/evaluation-result-3170143-1302819038/solver-3170143-1302819038 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170143-1302819038.cnf

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

MD5SUM BENCH= fbc6593197090933c7d66c2e5740159a
RANDOM SEED=67582914

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14708764 kB
Buffers:        712876 kB
Cached:       17055220 kB
SwapCached:          0 kB
Active:        8006320 kB
Inactive:      9831484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14708764 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1716 kB
Writeback:           0 kB
AnonPages:       70432 kB
Mapped:          14728 kB
Slab:           340636 kB
PageTables:       5540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   217884 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71256 MiB
End job on node135 at 2011-04-15 00:32:21