Trace number 3170239

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S926207202-053-UNKNOWN.cnf
MD5SUMbd4912a5ba3146c46ac3a58d7861d9a6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark37.8762
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
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-3170239-1302820958/watcher-3170239-1302820958 -o /tmp/evaluation-result-3170239-1302820958/solver-3170239-1302820958 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170239-1302820958.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: 3.99 3.97 3.91 5/188 16291
/proc/meminfo: memFree=13592084/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=23272 CPUtime=0 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 1460 0 0 0 0 0 0 0 25 0 1 0 374511704 23830528 1401 33554432000 4194304 4291949 140735658726096 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 5818 1401 227 24 0 2452 0

[startup+0.098046 s]
/proc/loadavg: 3.99 3.97 3.91 5/188 16291
/proc/meminfo: memFree=13592084/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=29892 CPUtime=0.09 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 3989 0 0 0 9 0 0 0 25 0 1 0 374511704 30609408 3620 33554432000 4194304 4291949 140735658726096 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 7473 3621 227 24 0 4107 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29892

[startup+0.101049 s]
/proc/loadavg: 3.99 3.97 3.91 5/188 16291
/proc/meminfo: memFree=13592084/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=30264 CPUtime=0.09 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 4055 0 0 0 9 0 0 0 25 0 1 0 374511704 30990336 3683 33554432000 4194304 4291949 140735658726096 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 7566 3683 227 24 0 4200 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30264

[startup+0.301003 s]
/proc/loadavg: 3.99 3.97 3.91 5/188 16291
/proc/meminfo: memFree=13592084/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=27536 CPUtime=0.29 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 4866 0 0 0 29 0 0 0 25 0 1 0 374511704 28196864 3408 33554432000 4194304 4291949 140735658726096 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 6884 3408 253 24 0 3518 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27536

[startup+0.700941 s]
/proc/loadavg: 3.99 3.97 3.91 5/188 16291
/proc/meminfo: memFree=13592084/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=27536 CPUtime=0.69 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 4942 0 0 0 69 0 0 0 25 0 1 0 374511704 28196864 3483 33554432000 4194304 4291949 140735658726096 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 6884 3483 253 24 0 3518 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27536

[startup+1.50077 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16293
/proc/meminfo: memFree=13571004/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=29212 CPUtime=1.49 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 5099 0 0 0 149 0 0 0 25 0 1 0 374511704 29913088 3639 33554432000 4194304 4291949 140735658726096 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 7303 3639 253 24 0 3937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29212

[startup+3.1005 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16293
/proc/meminfo: memFree=13555536/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=31932 CPUtime=3.09 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 5506 0 0 0 309 0 0 0 25 0 1 0 374511704 32698368 4043 33554432000 4194304 4291949 140735658726096 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 7983 4043 253 24 0 4617 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31932

[startup+6.30092 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16293
/proc/meminfo: memFree=13537812/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=36352 CPUtime=6.29 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 6407 0 0 0 628 1 0 0 25 0 1 0 374511704 37224448 4938 33554432000 4194304 4291949 140735658726096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 9088 4938 253 24 0 5722 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36352

[startup+12.7008 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16293
/proc/meminfo: memFree=13509064/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=44016 CPUtime=12.69 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 8730 0 0 0 1268 1 0 0 25 0 1 0 374511704 45072384 7252 33554432000 4194304 4291949 140735658726096 18446744073709551615 4256322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 11004 7252 253 24 0 7638 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44016

[startup+25.5005 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16293
/proc/meminfo: memFree=13439508/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=75792 CPUtime=25.49 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 13486 0 0 0 2546 3 0 0 25 0 1 0 374511704 77611008 11990 33554432000 4194304 4291949 140735658726096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 18948 11990 253 24 0 15582 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75792

[startup+51.1009 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16294
/proc/meminfo: memFree=13327808/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=108756 CPUtime=51.09 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 22032 0 0 0 5104 5 0 0 25 0 1 0 374511704 111366144 20504 33554432000 4194304 4291949 140735658726096 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 27189 20504 253 24 0 23823 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 108756

[startup+102.307 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16295
/proc/meminfo: memFree=13117464/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=244032 CPUtime=102.29 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 39764 0 0 0 10218 11 0 0 25 0 1 0 374511704 249888768 38175 33554432000 4194304 4291949 140735658726096 18446744073709551615 4250408 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 61008 38175 253 24 0 57642 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 244032

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16297
/proc/meminfo: memFree=13352292/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=84708 CPUtime=162.29 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 60075 0 0 0 16212 17 0 0 25 0 1 0 374511704 86740992 14363 33554432000 4194304 4291949 140735658726096 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 21177 14363 253 24 0 17811 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 84708

[startup+222.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16298
/proc/meminfo: memFree=13049944/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=248196 CPUtime=222.3 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 85590 0 0 0 22207 23 0 0 25 0 1 0 374511704 254152704 39792 33554432000 4194304 4291949 140735658726096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 62049 39792 253 24 0 58683 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 248196

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16300
/proc/meminfo: memFree=12994356/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=249128 CPUtime=282.3 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 98777 0 0 0 28203 27 0 0 25 0 1 0 374511704 255107072 52921 33554432000 4194304 4291949 140735658726096 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 62282 52921 253 24 0 58916 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 249128

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16302
/proc/meminfo: memFree=13259532/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=69468 CPUtime=342.3 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 119064 0 0 0 34197 33 0 0 25 0 1 0 374511704 71135232 13247 33554432000 4194304 4291949 140735658726096 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 17367 13247 253 24 0 14001 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 69468

[startup+402.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16303
/proc/meminfo: memFree=13096548/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=169476 CPUtime=402.3 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 139423 0 0 0 40191 39 0 0 25 0 1 0 374511704 173543424 33515 33554432000 4194304 4291949 140735658726096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 42369 33515 253 24 0 39003 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 169476

[startup+462.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16305
/proc/meminfo: memFree=12805836/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=386392 CPUtime=462.3 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 178086 0 0 0 46181 49 0 0 25 0 1 0 374511704 395665408 72099 33554432000 4194304 4291949 140735658726096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 96598 72099 253 24 0 93232 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 386392

[startup+522.3 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16306
/proc/meminfo: memFree=12915672/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=387200 CPUtime=522.3 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 189383 0 0 0 52177 53 0 0 25 0 1 0 374511704 396492800 83352 33554432000 4194304 4291949 140735658726096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 96800 83352 253 24 0 93434 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 387200

[startup+582.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16308
/proc/meminfo: memFree=13015564/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=173960 CPUtime=582.3 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 213201 0 0 0 58168 62 0 0 25 0 1 0 374511704 178135040 28947 33554432000 4194304 4291949 140735658726096 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 43490 28947 253 24 0 40124 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 173960

[startup+642.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16310
/proc/meminfo: memFree=12989244/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=255488 CPUtime=642.31 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 227384 0 0 0 64165 66 0 0 25 0 1 0 374511704 261619712 43068 33554432000 4194304 4291949 140735658726096 18446744073709551615 4251560 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 63872 43068 253 24 0 60506 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 255488

[startup+702.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16311
/proc/meminfo: memFree=12802708/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=389212 CPUtime=702.31 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 248835 0 0 0 70158 73 0 0 25 0 1 0 374511704 398553088 64448 33554432000 4194304 4291949 140735658726096 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 97303 64448 253 24 0 93937 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 389212

[startup+762.307 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16313
/proc/meminfo: memFree=12875460/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=390008 CPUtime=762.32 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 259501 0 0 0 76155 77 0 0 25 0 1 0 374511704 399368192 75072 33554432000 4194304 4291949 140735658726096 18446744073709551615 4250622 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 97502 75072 253 24 0 94136 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 390008

[startup+822.3 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16314
/proc/meminfo: memFree=13139652/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=178216 CPUtime=822.31 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 283409 0 0 0 82148 83 0 0 25 0 1 0 374511704 182493184 28888 33554432000 4194304 4291949 140735658726096 18446744073709551615 4250690 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 44554 28888 253 24 0 41188 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 178216

[startup+882.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16316
/proc/meminfo: memFree=12687864/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=259604 CPUtime=882.31 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 297939 0 0 0 88144 87 0 0 25 0 1 0 374511704 265834496 43352 33554432000 4194304 4291949 140735658726096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 64901 43352 253 24 0 61535 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 259604

[startup+942.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16318
/proc/meminfo: memFree=12746092/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=392932 CPUtime=942.32 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 340347 0 0 0 94135 97 0 0 25 0 1 0 374511704 402362368 85664 33554432000 4194304 4291949 140735658726096 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 98233 85664 253 24 0 94867 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 392932

[startup+1002.3 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16319
/proc/meminfo: memFree=12801712/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=612528 CPUtime=1002.31 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 374234 0 0 0 100125 106 0 0 25 0 1 0 374511704 627228672 119484 33554432000 4194304 4291949 140735658726096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 153132 119484 253 24 0 149766 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 612528

[startup+1062.3 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16321
/proc/meminfo: memFree=13031940/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=134132 CPUtime=1062.32 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 394965 0 0 0 106117 115 0 0 25 0 1 0 374511704 137351168 29417 33554432000 4194304 4291949 140735658726096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 33533 29417 253 24 0 30167 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 134132

[startup+1122.3 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16331
/proc/meminfo: memFree=12865276/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=265740 CPUtime=1122.32 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 411981 0 0 0 112112 120 0 0 25 0 1 0 374511704 272117760 46367 33554432000 4194304 4291949 140735658726096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 66435 46367 253 24 0 63069 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 265740

[startup+1182.3 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16333
/proc/meminfo: memFree=12875900/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=266020 CPUtime=1182.32 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 424517 0 0 0 118108 124 0 0 25 0 1 0 374511704 272404480 58856 33554432000 4194304 4291949 140735658726096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 66505 58856 253 24 0 63139 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 266020

[startup+1242.3 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 16335
/proc/meminfo: memFree=13006556/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=399076 CPUtime=1242.32 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 444933 0 0 0 124103 129 0 0 25 0 1 0 374511704 408653824 79206 33554432000 4194304 4291949 140735658726096 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 99769 79206 253 24 0 96403 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 399076



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.99 3.97 3.91 4/186 16338
/proc/meminfo: memFree=13177688/32951124 swapFree=67111528/67111528
[pid=16291] ppid=16289 vsize=399872 CPUtime=1300.03 cores=4,6
/proc/16291/stat : 16291 (RestartSAT) R 16289 16291 15779 0 -1 4202496 452851 0 0 0 129872 131 0 0 25 0 1 0 374511704 409468928 87082 33554432000 4194304 4291949 140735658726096 18446744073709551615 233513756984 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16291/statm: 99968 87082 253 24 0 96602 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 399872

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.06
CPU user time (s): 1298.73
CPU system time (s): 1.3308
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 631468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.73
system time used= 1.3308
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 452851
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= 16
involuntary context switches= 701

runsolver used 2.16767 second user time and 4.88726 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-15 00:42:38
IDJOB=3170239
IDBENCH=82657
IDSOLVER=1580
FILE ID=node145/3170239-1302820958
RUNJOBID= node145-1302817051-15798
PBS_JOBID= 13006650
Free space on /tmp= 71116 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S926207202-053-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170239-1302820958/watcher-3170239-1302820958 -o /tmp/evaluation-result-3170239-1302820958/solver-3170239-1302820958 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170239-1302820958.cnf

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

MD5SUM BENCH= bd4912a5ba3146c46ac3a58d7861d9a6
RANDOM SEED=1756390019

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13592628 kB
Buffers:        708124 kB
Cached:       18189684 kB
SwapCached:          0 kB
Active:        8885836 kB
Inactive:     10100464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13592628 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9724 kB
Writeback:           0 kB
AnonPages:       88556 kB
Mapped:          15096 kB
Slab:           308580 kB
PageTables:       5104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   257704 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= 71120 MiB
End job on node145 at 2011-04-15 01:04:20