Trace number 3170699

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT A75? (TO) 1300.05 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S1233052734-067-UNKNOWN.cnf
MD5SUMeea50e836fd8ac6474349634450aaaf7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.8316
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-3170699-1302817400/watcher-3170699-1302817400 -o /tmp/evaluation-result-3170699-1302817400/solver-3170699-1302817400 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170699-1302817400.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: 1.05 1.55 1.82 6/185 29409
/proc/meminfo: memFree=16559284/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=22732 CPUtime=0 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 1359 0 0 0 0 0 0 0 19 0 1 0 393337941 23277568 1300 33554432000 4194304 4291949 140736087859696 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 5683 1301 227 24 0 2317 0

[startup+0.00946493 s]
/proc/loadavg: 1.05 1.55 1.82 6/185 29409
/proc/meminfo: memFree=16559284/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=23128 CPUtime=0 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 1495 0 0 0 0 0 0 0 19 0 1 0 393337941 23683072 1431 33554432000 4194304 4291949 140736087859696 18446744073709551615 228122374853 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 5782 1433 227 24 0 2416 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23128

[startup+0.100451 s]
/proc/loadavg: 1.05 1.55 1.82 6/185 29409
/proc/meminfo: memFree=16559284/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=28736 CPUtime=0.09 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 3651 0 0 0 9 0 0 0 19 0 1 0 393337941 29425664 3296 33554432000 4194304 4291949 140736087859696 18446744073709551615 4229793 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 7184 3297 234 24 0 3818 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28736

[startup+0.300428 s]
/proc/loadavg: 1.05 1.55 1.82 6/185 29409
/proc/meminfo: memFree=16559284/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=25728 CPUtime=0.29 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 4252 0 0 0 28 1 0 0 20 0 1 0 393337941 26345472 2962 33554432000 4194304 4291949 140736087859696 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 6432 2962 253 24 0 3066 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25728

[startup+0.700346 s]
/proc/loadavg: 1.05 1.55 1.82 6/185 29409
/proc/meminfo: memFree=16559284/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=25728 CPUtime=0.69 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 4346 0 0 0 68 1 0 0 21 0 1 0 393337941 26345472 3056 33554432000 4194304 4291949 140736087859696 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 6432 3056 253 24 0 3066 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25728

[startup+1.5002 s]
/proc/loadavg: 1.29 1.59 1.83 6/190 29417
/proc/meminfo: memFree=16526772/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=27404 CPUtime=1.49 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 4638 0 0 0 148 1 0 0 23 0 1 0 393337941 28061696 3345 33554432000 4194304 4291949 140736087859696 18446744073709551615 228126171191 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 6851 3345 253 24 0 3485 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27404

[startup+3.10091 s]
/proc/loadavg: 1.29 1.59 1.83 6/190 29417
/proc/meminfo: memFree=16517720/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=30124 CPUtime=3.1 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 5203 0 0 0 309 1 0 0 25 0 1 0 393337941 30846976 3908 33554432000 4194304 4291949 140736087859696 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 7531 3908 253 24 0 4165 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 30124

[startup+6.30033 s]
/proc/loadavg: 1.50 1.63 1.84 6/190 29417
/proc/meminfo: memFree=16493352/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=34676 CPUtime=6.29 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 6495 0 0 0 628 1 0 0 25 0 1 0 393337941 35508224 5189 33554432000 4194304 4291949 140736087859696 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 8669 5190 253 24 0 5303 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34676

[startup+12.7002 s]
/proc/loadavg: 1.70 1.67 1.85 6/190 29417
/proc/meminfo: memFree=16444464/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=54316 CPUtime=12.69 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 9428 0 0 0 1267 2 0 0 25 0 1 0 393337941 55619584 8104 33554432000 4194304 4291949 140736087859696 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 13579 8104 253 24 0 10213 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54316

[startup+25.5008 s]
/proc/loadavg: 2.21 1.78 1.88 6/190 29417
/proc/meminfo: memFree=16377652/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=74580 CPUtime=25.49 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 13420 0 0 0 2546 3 0 0 25 0 1 0 393337941 76369920 12066 33554432000 4194304 4291949 140736087859696 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 18645 12066 253 24 0 15279 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74580

[startup+51.1002 s]
/proc/loadavg: 2.96 1.99 1.95 6/190 29418
/proc/meminfo: memFree=16301476/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=107872 CPUtime=51.09 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 23123 0 0 0 5102 7 0 0 25 0 1 0 393337941 110460928 21724 33554432000 4194304 4291949 140736087859696 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 26968 21724 253 24 0 23602 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 107872

[startup+102.307 s]
/proc/loadavg: 3.55 2.30 2.05 6/190 29420
/proc/meminfo: memFree=16302192/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=61804 CPUtime=102.3 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 43442 0 0 0 10215 15 0 0 25 0 1 0 393337941 63287296 9270 33554432000 4194304 4291949 140736087859696 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 15451 9270 253 24 0 12085 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 61804

[startup+162.301 s]
/proc/loadavg: 3.83 2.60 2.17 6/190 29421
/proc/meminfo: memFree=16187216/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=163276 CPUtime=162.3 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 71555 0 0 0 16205 25 0 0 25 0 1 0 393337941 167194624 37275 33554432000 4194304 4291949 140736087859696 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 40819 37275 253 24 0 37453 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 163276

[startup+222.301 s]
/proc/loadavg: 3.94 2.86 2.28 6/190 29423
/proc/meminfo: memFree=16334488/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=54184 CPUtime=222.29 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 88235 0 0 0 22200 29 0 0 25 0 1 0 393337941 55484416 9417 33554432000 4194304 4291949 140736087859696 18446744073709551615 4255586 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 13546 9417 253 24 0 10180 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 54184

[startup+282.3 s]
/proc/loadavg: 3.97 3.06 2.39 6/190 29424
/proc/meminfo: memFree=16193224/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=165736 CPUtime=282.3 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 111306 0 0 0 28195 35 0 0 25 0 1 0 393337941 169713664 32398 33554432000 4194304 4291949 140736087859696 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 41434 32398 253 24 0 38068 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 165736

[startup+342.3 s]
/proc/loadavg: 3.99 3.23 2.49 6/190 29426
/proc/meminfo: memFree=16109480/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=248320 CPUtime=342.3 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 132556 0 0 0 34190 40 0 0 25 0 1 0 393337941 254279680 53579 33554432000 4194304 4291949 140736087859696 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 62080 53579 253 24 0 58714 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 248320

[startup+402.3 s]
/proc/loadavg: 4.10 3.40 2.59 6/190 29428
/proc/meminfo: memFree=16136236/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=168548 CPUtime=402.3 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 168806 0 0 0 40179 51 0 0 25 0 1 0 393337941 172593152 36638 33554432000 4194304 4291949 140736087859696 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 42137 36638 253 24 0 38771 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 168548

[startup+462.301 s]
/proc/loadavg: 4.04 3.50 2.67 6/190 29429
/proc/meminfo: memFree=16158272/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=250472 CPUtime=462.31 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 184791 0 0 0 46175 56 0 0 25 0 1 0 393337941 256483328 52546 33554432000 4194304 4291949 140736087859696 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 62618 52546 253 24 0 59252 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 250472

[startup+522.301 s]
/proc/loadavg: 4.01 3.59 2.75 6/190 29431
/proc/meminfo: memFree=16192464/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=70144 CPUtime=522.3 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 200691 0 0 0 52168 62 0 0 25 0 1 0 393337941 71827456 11673 33554432000 4194304 4291949 140736087859696 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 17536 11673 253 24 0 14170 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 70144

[startup+582.301 s]
/proc/loadavg: 4.00 3.66 2.83 6/190 29432
/proc/meminfo: memFree=16199368/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=170828 CPUtime=582.3 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 226267 0 0 0 58162 68 0 0 25 0 1 0 393337941 174927872 37161 33554432000 4194304 4291949 140736087859696 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 42707 37161 253 24 0 39341 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 170828

[startup+642.301 s]
/proc/loadavg: 4.04 3.74 2.91 6/190 29434
/proc/meminfo: memFree=16091840/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=252624 CPUtime=642.31 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 239709 0 0 0 64157 74 0 0 25 0 1 0 393337941 258686976 50544 33554432000 4194304 4291949 140736087859696 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 63156 50544 253 24 0 59790 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 252624

[startup+702.301 s]
/proc/loadavg: 4.01 3.78 2.97 6/190 29436
/proc/meminfo: memFree=16149216/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=91128 CPUtime=702.31 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 262567 0 0 0 70151 80 0 0 25 0 1 0 393337941 93315072 18571 33554432000 4194304 4291949 140736087859696 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 22782 18571 253 24 0 19416 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 91128

[startup+762.307 s]
/proc/loadavg: 4.00 3.82 3.03 6/190 29437
/proc/meminfo: memFree=15898452/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=255048 CPUtime=762.32 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 304076 0 0 0 76141 91 0 0 25 0 1 0 393337941 261169152 59970 33554432000 4194304 4291949 140736087859696 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 63762 59970 253 24 0 60396 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 255048

[startup+822.3 s]
/proc/loadavg: 4.00 3.85 3.09 6/190 29439
/proc/meminfo: memFree=15953092/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=391700 CPUtime=822.32 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 333959 0 0 0 82132 100 0 0 25 0 1 0 393337941 401100800 89786 33554432000 4194304 4291949 140736087859696 18446744073709551615 228126172265 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 97925 89786 253 24 0 94559 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 391700

[startup+882.3 s]
/proc/loadavg: 4.00 3.87 3.14 6/190 29440
/proc/meminfo: memFree=16165096/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=128228 CPUtime=882.32 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 353066 0 0 0 88126 106 0 0 25 0 1 0 393337941 131305472 24802 33554432000 4194304 4291949 140736087859696 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 32057 24802 253 24 0 28691 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 128228

[startup+942.3 s]
/proc/loadavg: 4.15 3.93 3.21 6/190 29442
/proc/meminfo: memFree=16213160/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=259844 CPUtime=942.32 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 371131 0 0 0 94120 112 0 0 25 0 1 0 393337941 266080256 42784 33554432000 4194304 4291949 140736087859696 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 64961 42784 253 24 0 61595 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 259844

[startup+1002.3 s]
/proc/loadavg: 4.05 3.94 3.25 6/190 29444
/proc/meminfo: memFree=16025776/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=260108 CPUtime=1002.32 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 386141 0 0 0 100116 116 0 0 25 0 1 0 393337941 266350592 57723 33554432000 4194304 4291949 140736087859696 18446744073709551615 4248303 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 65027 57724 253 24 0 61661 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 260108

[startup+1062.3 s]
/proc/loadavg: 4.02 3.95 3.30 6/190 29445
/proc/meminfo: memFree=16160648/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=129440 CPUtime=1062.32 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 409901 0 0 0 106108 124 0 0 25 0 1 0 393337941 132546560 25441 33554432000 4194304 4291949 140736087859696 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 32360 25441 253 24 0 28994 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 129440

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.34 6/190 29456
/proc/meminfo: memFree=16081080/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=261056 CPUtime=1122.33 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 427161 0 0 0 112104 129 0 0 25 0 1 0 393337941 267321344 42624 33554432000 4194304 4291949 140736087859696 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 65264 42624 253 24 0 61898 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 261056

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.38 6/190 29457
/proc/meminfo: memFree=15976380/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=261192 CPUtime=1182.33 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 439234 0 0 0 118100 133 0 0 25 0 1 0 393337941 267460608 54633 33554432000 4194304 4291949 140736087859696 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 65298 54633 253 24 0 61932 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 261192

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.41 6/190 29459
/proc/meminfo: memFree=16207860/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=132016 CPUtime=1242.33 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 479893 0 0 0 124090 143 0 0 25 0 1 0 393337941 135184384 26297 33554432000 4194304 4291949 140736087859696 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 33004 26297 253 24 0 29638 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 132016



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.45 5/189 29464
/proc/meminfo: memFree=16133916/32951124 swapFree=67111528/67111528
[pid=29409] ppid=29405 vsize=182104 CPUtime=1300.03 cores=5,7
/proc/29409/stat : 29409 (RestartSAT) R 29405 29409 29356 0 -1 4202496 495246 0 0 0 129856 147 0 0 25 0 1 0 393337941 186474496 41566 33554432000 4194304 4291949 140736087859696 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29409/statm: 45526 41566 253 24 0 42160 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 182104

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1298.57
CPU system time (s): 1.48577
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 426104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.57
system time used= 1.48577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 495246
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= 8
involuntary context switches= 657

runsolver used 1.9877 second user time and 4.96724 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-14 23:43:20
IDJOB=3170699
IDBENCH=82517
IDSOLVER=1581
FILE ID=node138/3170699-1302817400
RUNJOBID= node138-1302817399-29377
PBS_JOBID= 13006653
Free space on /tmp= 71172 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S1233052734-067-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170699-1302817400/watcher-3170699-1302817400 -o /tmp/evaluation-result-3170699-1302817400/solver-3170699-1302817400 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170699-1302817400.cnf

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

MD5SUM BENCH= eea50e836fd8ac6474349634450aaaf7
RANDOM SEED=1393942045

node138.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.82
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.80
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16560108 kB
Buffers:        676284 kB
Cached:       15262072 kB
SwapCached:          0 kB
Active:        7982316 kB
Inactive:      8026632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16560108 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5192 kB
Writeback:           0 kB
AnonPages:       70556 kB
Mapped:          15172 kB
Slab:           317624 kB
PageTables:       4976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   218308 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= 71172 MiB
End job on node138 at 2011-04-15 00:05:02