Trace number 3288409

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 A75UNSAT 578.294 578.303

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark110.799
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

578.19/578.29	c WARNING: for repeatability, setting FPU to use double precision
578.19/578.29	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 2.61 2.89 2.26 5/186 3990
/proc/meminfo: memFree=32264924/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=20728 CPUtime=0 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 992 0 0 0 0 0 0 0 22 0 1 0 855874873 21225472 933 33554432000 4194304 4291949 140735902840048 18446744073709551615 228095111877 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 5182 946 227 24 0 1816 0

[startup+0.072603 s]
/proc/loadavg: 2.61 2.89 2.26 5/186 3990
/proc/meminfo: memFree=32264924/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=32528 CPUtime=0.06 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 5102 0 0 0 6 0 0 0 22 0 1 0 855874873 33308672 4600 33554432000 4194304 4291949 140735902840048 18446744073709551615 228095111877 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 8132 4601 227 24 0 4766 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 32528

[startup+0.100595 s]
/proc/loadavg: 2.61 2.89 2.26 5/186 3990
/proc/meminfo: memFree=32264924/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=38388 CPUtime=0.09 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 6497 0 0 0 9 0 0 0 22 0 1 0 855874873 39309312 5734 33554432000 4194304 4291949 140735902840048 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 9597 5735 228 24 0 6231 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38388

[startup+0.300563 s]
/proc/loadavg: 2.61 2.89 2.26 5/186 3990
/proc/meminfo: memFree=32264924/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=76920 CPUtime=0.29 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 16984 0 0 0 27 2 0 0 23 0 1 0 855874873 78766080 15007 33554432000 4194304 4291949 140735902840048 18446744073709551615 4221168 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 19230 15007 227 24 0 15864 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76920

[startup+0.700484 s]
/proc/loadavg: 2.61 2.89 2.26 5/186 3990
/proc/meminfo: memFree=32264924/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=74524 CPUtime=0.69 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 17054 0 0 0 67 2 0 0 25 0 1 0 855874873 76312576 14392 33554432000 4194304 4291949 140735902840048 18446744073709551615 4229941 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 18631 14392 232 24 0 15265 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74524

[startup+1.50034 s]
/proc/loadavg: 2.61 2.89 2.26 5/187 3991
/proc/meminfo: memFree=32110420/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=69956 CPUtime=1.48 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 20858 0 0 0 146 2 0 0 25 0 1 0 855874873 71634944 12297 33554432000 4194304 4291949 140735902840048 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 17489 12297 252 24 0 14123 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 69956

[startup+3.10106 s]
/proc/loadavg: 2.61 2.89 2.26 5/187 3991
/proc/meminfo: memFree=32093224/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=69956 CPUtime=3.08 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 20998 0 0 0 306 2 0 0 25 0 1 0 855874873 71634944 12428 33554432000 4194304 4291949 140735902840048 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 17489 12428 252 24 0 14123 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 69956

[startup+6.30046 s]
/proc/loadavg: 2.72 2.91 2.27 5/190 4002
/proc/meminfo: memFree=31793300/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=69956 CPUtime=6.28 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 21309 0 0 0 624 4 0 0 25 0 1 0 855874873 71634944 12724 33554432000 4194304 4291949 140735902840048 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 17489 12724 252 24 0 14123 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 69956

[startup+12.7003 s]
/proc/loadavg: 2.83 2.92 2.28 5/190 4002
/proc/meminfo: memFree=31707036/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=69956 CPUtime=12.68 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 21765 0 0 0 1264 4 0 0 25 0 1 0 855874873 71634944 13160 33554432000 4194304 4291949 140735902840048 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 17489 13160 252 24 0 14123 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 69956

[startup+25.5009 s]
/proc/loadavg: 3.08 2.98 2.31 5/190 4002
/proc/meminfo: memFree=31697728/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=82032 CPUtime=25.48 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 22800 0 0 0 2543 5 0 0 25 0 1 0 855874873 84000768 14150 33554432000 4194304 4291949 140735902840048 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 20508 14150 252 24 0 17142 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 82032

[startup+51.1003 s]
/proc/loadavg: 3.40 3.06 2.35 5/190 4003
/proc/meminfo: memFree=31677808/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=84256 CPUtime=51.08 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 24895 0 0 0 5102 6 0 0 25 0 1 0 855874873 86278144 16172 33554432000 4194304 4291949 140735902840048 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 21064 16172 252 24 0 17698 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84256

[startup+102.307 s]
/proc/loadavg: 3.74 3.20 2.44 5/190 4004
/proc/meminfo: memFree=31611708/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=110792 CPUtime=102.28 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 29237 0 0 0 10220 8 0 0 25 0 1 0 855874873 113451008 20399 33554432000 4194304 4291949 140735902840048 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 27698 20399 252 24 0 24332 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 110792

[startup+162.301 s]
/proc/loadavg: 3.90 3.34 2.53 5/190 4013
/proc/meminfo: memFree=31597904/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=114848 CPUtime=162.28 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 32495 0 0 0 16218 10 0 0 25 0 1 0 855874873 117604352 23570 33554432000 4194304 4291949 140735902840048 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 28712 23570 252 24 0 25346 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 114848

[startup+222.301 s]
/proc/loadavg: 3.96 3.46 2.62 5/190 4014
/proc/meminfo: memFree=31537180/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=150820 CPUtime=222.28 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 35438 0 0 0 22217 11 0 0 25 0 1 0 855874873 154439680 26435 33554432000 4194304 4291949 140735902840048 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 37705 26435 252 24 0 34339 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 150820

[startup+282.301 s]
/proc/loadavg: 4.02 3.57 2.71 5/190 4016
/proc/meminfo: memFree=31492004/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=154880 CPUtime=282.28 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 39051 0 0 0 28214 14 0 0 25 0 1 0 855874873 158597120 29935 33554432000 4194304 4291949 140735902840048 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 38720 29935 252 24 0 35354 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 154880

[startup+342.301 s]
/proc/loadavg: 4.00 3.64 2.79 5/190 4017
/proc/meminfo: memFree=31501504/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=157672 CPUtime=342.28 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 41136 0 0 0 34213 15 0 0 25 0 1 0 855874873 161456128 31955 33554432000 4194304 4291949 140735902840048 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 39418 31955 252 24 0 36052 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 157672

[startup+402.301 s]
/proc/loadavg: 4.00 3.71 2.86 5/190 4019
/proc/meminfo: memFree=31442700/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=162040 CPUtime=402.28 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 43412 0 0 0 40211 17 0 0 25 0 1 0 855874873 165928960 34170 33554432000 4194304 4291949 140735902840048 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 40510 34170 252 24 0 37144 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 162040

[startup+462.301 s]
/proc/loadavg: 4.00 3.76 2.93 5/190 4021
/proc/meminfo: memFree=31407192/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=163996 CPUtime=462.28 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 45277 0 0 0 46210 18 0 0 25 0 1 0 855874873 167931904 35968 33554432000 4194304 4291949 140735902840048 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 40999 35968 252 24 0 37633 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 163996

[startup+522.301 s]
/proc/loadavg: 4.00 3.80 2.99 5/190 4022
/proc/meminfo: memFree=31371076/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=216624 CPUtime=522.29 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 47562 0 0 0 52209 20 0 0 25 0 1 0 855874873 221822976 38186 33554432000 4194304 4291949 140735902840048 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 54156 38186 252 24 0 50790 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 216624

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

[startup+537.501 s]
/proc/loadavg: 4.00 3.81 3.01 5/190 4023
/proc/meminfo: memFree=31411972/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=217352 CPUtime=537.48 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 48413 0 0 0 53728 20 0 0 25 0 1 0 855874873 222568448 39009 33554432000 4194304 4291949 140735902840048 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 54338 39009 252 24 0 50972 0
Current children cumulated CPU time (s) 537.48
Current children cumulated vsize (KiB) 217352

[startup+563.1 s]
/proc/loadavg: 4.00 3.82 3.03 5/190 4023
/proc/meminfo: memFree=31396208/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=217944 CPUtime=563.09 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 49190 0 0 0 56288 21 0 0 25 0 1 0 855874873 223174656 39753 33554432000 4194304 4291949 140735902840048 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 54486 39753 252 24 0 51120 0
Current children cumulated CPU time (s) 563.09
Current children cumulated vsize (KiB) 217944

[startup+569.5 s]
/proc/loadavg: 4.00 3.83 3.04 5/190 4024
/proc/meminfo: memFree=31393848/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=218100 CPUtime=569.49 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 49377 0 0 0 56928 21 0 0 25 0 1 0 855874873 223334400 39934 33554432000 4194304 4291949 140735902840048 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 54525 39934 252 24 0 51159 0
Current children cumulated CPU time (s) 569.49
Current children cumulated vsize (KiB) 218100

[startup+572.701 s]
/proc/loadavg: 4.00 3.83 3.04 5/190 4024
/proc/meminfo: memFree=31392732/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=218340 CPUtime=572.69 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 49472 0 0 0 57248 21 0 0 25 0 1 0 855874873 223580160 40023 33554432000 4194304 4291949 140735902840048 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 54585 40023 252 24 0 51219 0
Current children cumulated CPU time (s) 572.69
Current children cumulated vsize (KiB) 218340

[startup+575.901 s]
/proc/loadavg: 4.00 3.83 3.05 5/190 4024
/proc/meminfo: memFree=31390500/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=218340 CPUtime=575.89 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 49539 0 0 0 57568 21 0 0 25 0 1 0 855874873 223580160 40087 33554432000 4194304 4291949 140735902840048 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 54585 40087 252 24 0 51219 0
Current children cumulated CPU time (s) 575.89
Current children cumulated vsize (KiB) 218340

[startup+577.507 s]
/proc/loadavg: 4.00 3.83 3.05 5/190 4024
/proc/meminfo: memFree=31389012/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=218340 CPUtime=577.49 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 49572 0 0 0 57728 21 0 0 25 0 1 0 855874873 223580160 40118 33554432000 4194304 4291949 140735902840048 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 54585 40118 252 24 0 51219 0
Current children cumulated CPU time (s) 577.49
Current children cumulated vsize (KiB) 218340

[startup+577.901 s]
/proc/loadavg: 4.00 3.83 3.05 5/190 4024
/proc/meminfo: memFree=31389012/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=218340 CPUtime=577.89 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202496 49582 0 0 0 57768 21 0 0 25 0 1 0 855874873 223580160 40128 33554432000 4194304 4291949 140735902840048 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3990/statm: 54585 40128 252 24 0 51219 0
Current children cumulated CPU time (s) 577.89
Current children cumulated vsize (KiB) 218340

[startup+578.301 s]
/proc/loadavg: 4.00 3.83 3.05 5/190 4024
/proc/meminfo: memFree=31389012/32951124 swapFree=67053960/67111528
[pid=3990] ppid=3988 vsize=0 CPUtime=578.29 cores=1,3
/proc/3990/stat : 3990 (RestartSAT) R 3988 3990 3534 0 -1 4202500 49595 0 0 0 57807 22 0 0 25 0 1 0 855874873 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/3990/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 578.29
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 578.303
CPU time (s): 578.294
CPU user time (s): 578.073
CPU system time (s): 0.220966
CPU usage (%): 99.9984
Max. virtual memory (cumulated for all children) (KiB): 218340

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

runsolver used 0.887865 second user time and 2.26865 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-09 17:49:54
IDJOB=3288409
IDBENCH=82496
IDSOLVER=1581
FILE ID=node142/3288409-1307634593
RUNJOBID= node142-1307634593-3944
PBS_JOBID= 13549350
Free space on /tmp= 74080 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/application/manthey/traffic/traffic_kkb_unknown.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288409-1307634593/watcher-3288409-1307634593 -o /tmp/evaluation-result-3288409-1307634593/solver-3288409-1307634593 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3288409-1307634593.cnf

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=536777319

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      32272808 kB
Buffers:         92056 kB
Cached:         309528 kB
SwapCached:      11412 kB
Active:         342764 kB
Inactive:       159596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32272808 kB
SwapTotal:    67111528 kB
SwapFree:     67053960 kB
Dirty:           69588 kB
Writeback:          60 kB
AnonPages:       97728 kB
Mapped:          13124 kB
Slab:           109644 kB
PageTables:       5204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   314964 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= 73984 MiB
End job on node142 at 2011-06-09 17:59:32