Trace number 3170160

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S471691933-060-UNKNOWN.cnf
MD5SUM91da78a39fd68b6c63602d278464956f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
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-3170160-1302819402/watcher-3170160-1302819402 -o /tmp/evaluation-result-3170160-1302819402/solver-3170160-1302819402 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170160-1302819402.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 3.97 3.45 5/187 27941
/proc/meminfo: memFree=19874160/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=11800 CPUtime=0 cores=5,7
/proc/27941/stat : 27941 (runsolver) R 27939 27941 27723 0 -1 4202560 43 0 0 0 0 0 0 0 25 0 1 0 393539847 12083200 52 33554432000 4194304 5434984 140733341535968 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/27941/statm: 2950 52 31 303 0 2644 0

[startup+0.0756771 s]
/proc/loadavg: 4.00 3.97 3.45 5/187 27941
/proc/meminfo: memFree=19874160/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=29228 CPUtime=0.06 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 3524 0 0 0 6 0 0 0 25 0 1 0 393539847 29929472 3237 33554432000 4194304 4291949 140736723981936 18446744073709551615 210646795352 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 7340 3239 227 24 0 3974 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29228

[startup+0.100669 s]
/proc/loadavg: 4.00 3.97 3.45 5/187 27941
/proc/meminfo: memFree=19874160/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=30756 CPUtime=0.08 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 4130 0 0 0 8 0 0 0 25 0 1 0 393539847 31494144 3724 33554432000 4194304 4291949 140736723981936 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 7689 3725 227 24 0 4323 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30756

[startup+0.300649 s]
/proc/loadavg: 4.00 3.97 3.45 5/187 27941
/proc/meminfo: memFree=19874160/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=34172 CPUtime=0.29 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 5549 0 0 0 28 1 0 0 25 0 1 0 393539847 34992128 4939 33554432000 4194304 4291949 140736723981936 18446744073709551615 4229750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 8543 4939 234 24 0 5177 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34172

[startup+0.700572 s]
/proc/loadavg: 4.00 3.97 3.45 5/187 27941
/proc/meminfo: memFree=19874160/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=32224 CPUtime=0.69 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 6461 0 0 0 68 1 0 0 25 0 1 0 393539847 32997376 4358 33554432000 4194304 4291949 140736723981936 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 8056 4358 253 24 0 4690 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32224

[startup+1.50044 s]
/proc/loadavg: 4.00 3.97 3.45 5/188 27942
/proc/meminfo: memFree=19852608/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=32224 CPUtime=1.49 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 6609 0 0 0 148 1 0 0 25 0 1 0 393539847 32997376 4504 33554432000 4194304 4291949 140736723981936 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 8056 4504 253 24 0 4690 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32224

[startup+3.10017 s]
/proc/loadavg: 4.00 3.97 3.45 5/188 27942
/proc/meminfo: memFree=19845540/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=34944 CPUtime=3.09 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 6935 0 0 0 308 1 0 0 25 0 1 0 393539847 35782656 4828 33554432000 4194304 4291949 140736723981936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 8736 4828 253 24 0 5370 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34944

[startup+6.30063 s]
/proc/loadavg: 4.00 3.97 3.46 5/188 27942
/proc/meminfo: memFree=19821016/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=39364 CPUtime=6.28 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 7767 0 0 0 626 2 0 0 25 0 1 0 393539847 40308736 5657 33554432000 4194304 4291949 140736723981936 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 9841 5657 253 24 0 6475 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 39364

[startup+12.7005 s]
/proc/loadavg: 4.00 3.97 3.46 5/188 27942
/proc/meminfo: memFree=19793840/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=46544 CPUtime=12.69 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 9406 0 0 0 1266 3 0 0 25 0 1 0 393539847 47661056 7286 33554432000 4194304 4291949 140736723981936 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 11636 7286 253 24 0 8270 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46544

[startup+25.5004 s]
/proc/loadavg: 4.00 3.97 3.47 5/188 27944
/proc/meminfo: memFree=19727664/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=58988 CPUtime=25.48 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 13402 0 0 0 2544 4 0 0 25 0 1 0 393539847 60403712 11268 33554432000 4194304 4291949 140736723981936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 14747 11268 253 24 0 11381 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 58988

[startup+51.1011 s]
/proc/loadavg: 4.00 3.97 3.48 5/188 27944
/proc/meminfo: memFree=19632448/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=110508 CPUtime=51.09 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 21688 0 0 0 5101 8 0 0 25 0 1 0 393539847 113160192 19522 33554432000 4194304 4291949 140736723981936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 27627 19522 253 24 0 24261 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 110508

[startup+102.306 s]
/proc/loadavg: 4.00 3.97 3.51 5/188 27946
/proc/meminfo: memFree=19541904/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=163252 CPUtime=102.29 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 34746 0 0 0 10217 12 0 0 25 0 1 0 393539847 167170048 32541 33554432000 4194304 4291949 140736723981936 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 40813 32541 253 24 0 37447 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 163252

[startup+162.3 s]
/proc/loadavg: 4.00 3.97 3.53 5/188 27946
/proc/meminfo: memFree=19246400/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=247972 CPUtime=162.29 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 51207 0 0 0 16212 17 0 0 25 0 1 0 393539847 253923328 48949 33554432000 4194304 4291949 140736723981936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 61993 48949 253 24 0 58627 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 247972

[startup+222.3 s]
/proc/loadavg: 4.00 3.97 3.56 5/188 27948
/proc/meminfo: memFree=19274156/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=383004 CPUtime=222.28 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 64268 0 0 0 22206 22 0 0 25 0 1 0 393539847 392196096 61971 33554432000 4194304 4291949 140736723981936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 95751 61971 253 24 0 92385 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 383004

[startup+282.301 s]
/proc/loadavg: 4.03 3.99 3.59 5/188 27950
/proc/meminfo: memFree=19007172/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=386048 CPUtime=282.29 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 88441 0 0 0 28197 32 0 0 25 0 1 0 393539847 395313152 86094 33554432000 4194304 4291949 140736723981936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 96512 86094 253 24 0 93146 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 386048

[startup+342.301 s]
/proc/loadavg: 4.01 3.99 3.61 5/188 27952
/proc/meminfo: memFree=19028620/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=124304 CPUtime=342.29 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 107412 0 0 0 34190 39 0 0 25 0 1 0 393539847 127287296 24440 33554432000 4194304 4291949 140736723981936 18446744073709551615 4268817 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 31076 24440 253 24 0 27710 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 124304

[startup+402.301 s]
/proc/loadavg: 4.00 3.99 3.63 5/188 27954
/proc/meminfo: memFree=19067052/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=255780 CPUtime=402.29 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 125962 0 0 0 40183 46 0 0 25 0 1 0 393539847 261918720 42931 33554432000 4194304 4291949 140736723981936 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 63945 42931 253 24 0 60579 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 255780

[startup+462.301 s]
/proc/loadavg: 4.00 3.99 3.65 5/188 27954
/proc/meminfo: memFree=18869016/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=255920 CPUtime=462.29 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 136234 0 0 0 46179 50 0 0 25 0 1 0 393539847 262062080 53155 33554432000 4194304 4291949 140736723981936 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 63980 53155 253 24 0 60614 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 255920

[startup+522.301 s]
/proc/loadavg: 4.00 3.99 3.67 5/188 27956
/proc/meminfo: memFree=18969692/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=388868 CPUtime=522.29 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 148283 0 0 0 52175 54 0 0 25 0 1 0 393539847 398200832 65148 33554432000 4194304 4291949 140736723981936 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 97217 65148 253 24 0 93851 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 388868

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.69 5/188 27958
/proc/meminfo: memFree=19098648/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=605548 CPUtime=582.3 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 185218 0 0 0 58164 66 0 0 25 0 1 0 393539847 620081152 102020 33554432000 4194304 4291949 140736723981936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 151387 102020 253 24 0 148021 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 605548

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.71 5/188 27960
/proc/meminfo: memFree=18890320/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=608344 CPUtime=642.3 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 197766 0 0 0 64160 70 0 0 25 0 1 0 393539847 622944256 114541 33554432000 4194304 4291949 140736723981936 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 152086 114541 253 24 0 148720 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 608344

[startup+702.3 s]
/proc/loadavg: 4.00 3.99 3.72 5/188 27962
/proc/meminfo: memFree=19298024/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=130212 CPUtime=702.3 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 215848 0 0 0 70151 79 0 0 25 0 1 0 393539847 133337088 24317 33554432000 4194304 4291949 140736723981936 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 32553 24317 253 24 0 29187 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 130212

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.74 5/188 27962
/proc/meminfo: memFree=18950696/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=261820 CPUtime=762.31 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 233456 0 0 0 76146 85 0 0 25 0 1 0 393539847 268103680 41861 33554432000 4194304 4291949 140736723981936 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 65455 41861 253 24 0 62089 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 261820

[startup+822.301 s]
/proc/loadavg: 4.05 4.00 3.75 5/188 27964
/proc/meminfo: memFree=18797544/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=261964 CPUtime=822.3 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 247233 0 0 0 82140 90 0 0 25 0 1 0 393539847 268251136 55587 33554432000 4194304 4291949 140736723981936 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 65491 55587 253 24 0 62125 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 261964

[startup+882.301 s]
/proc/loadavg: 4.01 4.00 3.77 5/188 27966
/proc/meminfo: memFree=18922280/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=394628 CPUtime=882.3 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 262872 0 0 0 88134 96 0 0 25 0 1 0 393539847 404099072 71186 33554432000 4194304 4291949 140736723981936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 98657 71186 253 24 0 95291 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 394628

[startup+942.301 s]
/proc/loadavg: 4.04 4.01 3.78 5/188 27968
/proc/meminfo: memFree=18711476/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=395688 CPUtime=942.3 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 280985 0 0 0 94129 101 0 0 25 0 1 0 393539847 405184512 89258 33554432000 4194304 4291949 140736723981936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 98922 89258 253 24 0 95556 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 395688

[startup+1002.3 s]
/proc/loadavg: 4.01 4.01 3.79 5/188 27970
/proc/meminfo: memFree=18797904/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=611148 CPUtime=1002.3 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 290394 0 0 0 100125 105 0 0 25 0 1 0 393539847 625815552 98637 33554432000 4194304 4291949 140736723981936 18446744073709551615 210650606025 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 152787 98637 253 24 0 149421 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 611148

[startup+1062.3 s]
/proc/loadavg: 4.13 4.03 3.82 5/188 27970
/proc/meminfo: memFree=18671300/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=611948 CPUtime=1062.31 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 298174 0 0 0 106122 109 0 0 25 0 1 0 393539847 626634752 106386 33554432000 4194304 4291949 140736723981936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 152987 106386 253 24 0 149621 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 611948

[startup+1122.3 s]
/proc/loadavg: 4.05 4.03 3.82 5/188 27972
/proc/meminfo: memFree=18917064/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=84572 CPUtime=1122.31 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 316751 0 0 0 112114 117 0 0 25 0 1 0 393539847 86601728 15794 33554432000 4194304 4291949 140736723981936 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 21143 15794 253 24 0 17777 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 84572

[startup+1182.3 s]
/proc/loadavg: 4.02 4.02 3.83 5/188 27974
/proc/meminfo: memFree=18835468/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=184448 CPUtime=1182.3 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 331878 0 0 0 118108 122 0 0 25 0 1 0 393539847 188874752 30852 33554432000 4194304 4291949 140736723981936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 46112 30852 253 24 0 42746 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 184448

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.83 5/188 27976
/proc/meminfo: memFree=19289180/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=399020 CPUtime=1242.31 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 369439 0 0 0 124099 132 0 0 25 0 1 0 393539847 408596480 68329 33554432000 4194304 4291949 140736723981936 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 99755 68329 253 24 0 96389 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 399020



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.84 2/182 27980
/proc/meminfo: memFree=19435160/32951132 swapFree=67111528/67111528
[pid=27941] ppid=27939 vsize=616520 CPUtime=1300.01 cores=5,7
/proc/27941/stat : 27941 (RestartSAT) R 27939 27941 27723 0 -1 4202496 419805 0 0 0 129854 147 0 0 25 0 1 0 393539847 631316480 118625 33554432000 4194304 4291949 140736723981936 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/27941/statm: 154130 118625 253 24 0 150764 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 616520

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.03
CPU time (s): 1300.04
CPU user time (s): 1298.54
CPU system time (s): 1.50077
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 631696

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

runsolver used 1.9827 second user time and 5.12122 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-15 00:16:42
IDJOB=3170160
IDBENCH=82578
IDSOLVER=1580
FILE ID=node129/3170160-1302819402
RUNJOBID= node129-1302818099-27744
PBS_JOBID= 13006660
Free space on /tmp= 71968 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S471691933-060-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170160-1302819402/watcher-3170160-1302819402 -o /tmp/evaluation-result-3170160-1302819402/solver-3170160-1302819402 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170160-1302819402.cnf

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

MD5SUM BENCH= 91da78a39fd68b6c63602d278464956f
RANDOM SEED=1454087945

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19874440 kB
Buffers:        491728 kB
Cached:       12145116 kB
SwapCached:          0 kB
Active:        2736148 kB
Inactive:     10007676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19874440 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12824 kB
Writeback:           8 kB
AnonPages:      105380 kB
Mapped:          15328 kB
Slab:           268832 kB
PageTables:       4912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   299848 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71972 MiB
End job on node129 at 2011-04-15 00:38:24