Trace number 3288317

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 594.191 594.175

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_fb_unknown.cnf
MD5SUM2385047c56f7801a7fd110b2ffe2f293
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.229
Satisfiable
(Un)Satisfiability was proved
Number of variables35819
Number of clauses773506
Sum of the clauses size2886709
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 255953
Number of clauses of size 395409
Number of clauses of size 4622144
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

594.10/594.16	c WARNING: for repeatability, setting FPU to use double precision
594.10/594.16	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-3288317-1307634593/watcher-3288317-1307634593 -o /tmp/evaluation-result-3288317-1307634593/solver-3288317-1307634593 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3288317-1307634593.cnf 

running on 2 cores: 0,2

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/183 3980
/proc/meminfo: memFree=32310712/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=20128 CPUtime=0 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 834 0 0 0 0 0 0 0 22 0 1 0 855874864 20611072 775 33554432000 4194304 4291949 140734220955472 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 5032 775 226 24 0 1666 0

[startup+0.0827819 s]
/proc/loadavg: 2.61 2.89 2.26 5/183 3980
/proc/meminfo: memFree=32310712/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=32656 CPUtime=0.07 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 5198 0 0 0 7 0 0 0 22 0 1 0 855874864 33439744 4693 33554432000 4194304 4291949 140734220955472 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 8164 4694 227 24 0 4798 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 32656

[startup+0.406791 s]
/proc/loadavg: 2.61 2.89 2.26 5/183 3980
/proc/meminfo: memFree=32310712/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=77092 CPUtime=0.39 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 18298 0 0 0 36 3 0 0 24 0 1 0 855874864 78942208 15564 33554432000 4194304 4291949 140734220955472 18446744073709551615 4230256 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 19273 15564 232 24 0 15907 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 77092

[startup+0.500731 s]
/proc/loadavg: 2.61 2.89 2.26 5/183 3980
/proc/meminfo: memFree=32310712/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=77092 CPUtime=0.49 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 18299 0 0 0 46 3 0 0 24 0 1 0 855874864 78942208 15565 33554432000 4194304 4291949 140734220955472 18446744073709551615 4229961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 19273 15565 232 24 0 15907 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 77092

[startup+0.700697 s]
/proc/loadavg: 2.61 2.89 2.26 5/183 3980
/proc/meminfo: memFree=32310712/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=77092 CPUtime=0.69 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 18299 0 0 0 66 3 0 0 25 0 1 0 855874864 78942208 15565 33554432000 4194304 4291949 140734220955472 18446744073709551615 4229928 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 19273 15565 232 24 0 15907 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77092

[startup+1.50057 s]
/proc/loadavg: 2.61 2.89 2.26 5/187 3991
/proc/meminfo: memFree=32106252/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=77940 CPUtime=1.49 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 18520 0 0 0 146 3 0 0 25 0 1 0 855874864 79810560 15777 33554432000 4194304 4291949 140734220955472 18446744073709551615 4232463 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 19485 15777 234 24 0 16119 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77940

[startup+3.10028 s]
/proc/loadavg: 2.61 2.89 2.26 5/187 3991
/proc/meminfo: memFree=32086328/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=72796 CPUtime=3.09 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 22624 0 0 0 305 4 0 0 25 0 1 0 855874864 74543104 13510 33554432000 4194304 4291949 140734220955472 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 18199 13510 253 24 0 14833 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72796

[startup+6.30068 s]
/proc/loadavg: 2.72 2.91 2.27 5/190 4002
/proc/meminfo: memFree=31768004/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=72796 CPUtime=6.29 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 22875 0 0 0 625 4 0 0 25 0 1 0 855874864 74543104 13743 33554432000 4194304 4291949 140734220955472 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 18199 13743 253 24 0 14833 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72796

[startup+12.7005 s]
/proc/loadavg: 2.83 2.92 2.28 5/190 4002
/proc/meminfo: memFree=31707036/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=72796 CPUtime=12.69 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 23353 0 0 0 1265 4 0 0 25 0 1 0 855874864 74543104 14194 33554432000 4194304 4291949 140734220955472 18446744073709551615 4262398 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 18199 14194 253 24 0 14833 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72796

[startup+25.5012 s]
/proc/loadavg: 3.08 2.98 2.31 5/190 4002
/proc/meminfo: memFree=31697604/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=85000 CPUtime=25.5 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 24293 0 0 0 2545 5 0 0 25 0 1 0 855874864 87040000 15099 33554432000 4194304 4291949 140734220955472 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 21250 15099 253 24 0 17884 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 85000

[startup+51.1005 s]
/proc/loadavg: 3.40 3.06 2.35 5/190 4003
/proc/meminfo: memFree=31677560/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=85856 CPUtime=51.09 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 25935 0 0 0 5104 5 0 0 25 0 1 0 855874864 87916544 16667 33554432000 4194304 4291949 140734220955472 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 21464 16667 253 24 0 18098 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85856

[startup+102.301 s]
/proc/loadavg: 3.74 3.20 2.44 5/190 4004
/proc/meminfo: memFree=31612204/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=110472 CPUtime=102.29 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 29729 0 0 0 10222 7 0 0 25 0 1 0 855874864 113123328 20343 33554432000 4194304 4291949 140734220955472 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 27618 20343 253 24 0 24252 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 110472

[startup+162.301 s]
/proc/loadavg: 3.90 3.34 2.53 5/190 4013
/proc/meminfo: memFree=31597904/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=115828 CPUtime=162.29 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 32849 0 0 0 16221 8 0 0 25 0 1 0 855874864 118607872 23370 33554432000 4194304 4291949 140734220955472 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 28957 23370 253 24 0 25591 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 115828

[startup+222.301 s]
/proc/loadavg: 3.96 3.46 2.62 5/190 4014
/proc/meminfo: memFree=31537552/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=121028 CPUtime=222.3 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 35814 0 0 0 22221 9 0 0 25 0 1 0 855874864 123932672 26264 33554432000 4194304 4291949 140734220955472 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 30257 26264 253 24 0 26891 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 121028

[startup+282.301 s]
/proc/loadavg: 4.02 3.57 2.71 5/190 4016
/proc/meminfo: memFree=31491880/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=154872 CPUtime=282.3 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 38484 0 0 0 28220 10 0 0 25 0 1 0 855874864 158588928 28862 33554432000 4194304 4291949 140734220955472 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 38718 28862 253 24 0 35352 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 154872

[startup+342.301 s]
/proc/loadavg: 4.00 3.64 2.79 5/190 4017
/proc/meminfo: memFree=31501256/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=159016 CPUtime=342.31 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 41735 0 0 0 34220 11 0 0 25 0 1 0 855874864 162832384 32027 33554432000 4194304 4291949 140734220955472 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 39754 32027 253 24 0 36388 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 159016

[startup+402.301 s]
/proc/loadavg: 4.00 3.71 2.86 5/190 4019
/proc/meminfo: memFree=31442700/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=163140 CPUtime=402.3 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 43890 0 0 0 40218 12 0 0 25 0 1 0 855874864 167055360 34113 33554432000 4194304 4291949 140734220955472 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 40785 34113 253 24 0 37419 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 163140

[startup+462.307 s]
/proc/loadavg: 4.00 3.76 2.93 5/190 4021
/proc/meminfo: memFree=31407068/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=165464 CPUtime=462.31 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 45936 0 0 0 46218 13 0 0 25 0 1 0 855874864 169435136 36100 33554432000 4194304 4291949 140734220955472 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 41366 36100 253 24 0 38000 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 165464

[startup+522.301 s]
/proc/loadavg: 4.00 3.80 2.99 5/190 4022
/proc/meminfo: memFree=31370952/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=167792 CPUtime=522.3 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 47769 0 0 0 52216 14 0 0 25 0 1 0 855874864 171819008 37883 33554432000 4194304 4291949 140734220955472 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 41948 37883 253 24 0 38582 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 167792

[startup+582.301 s]
/proc/loadavg: 4.00 3.83 3.05 5/190 4062
/proc/meminfo: memFree=31488652/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=219624 CPUtime=582.31 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 49988 0 0 0 58215 16 0 0 25 0 1 0 855874864 224894976 40030 33554432000 4194304 4291949 140734220955472 18446744073709551615 4255876 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 54906 40030 253 24 0 51540 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 219624

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

[startup+582.601 s]
/proc/loadavg: 4.00 3.83 3.05 5/190 4062
/proc/meminfo: memFree=31488652/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=219624 CPUtime=582.61 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 50006 0 0 0 58245 16 0 0 25 0 1 0 855874864 224894976 40048 33554432000 4194304 4291949 140734220955472 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 54906 40048 253 24 0 51540 0
Current children cumulated CPU time (s) 582.61
Current children cumulated vsize (KiB) 219624

[startup+589.001 s]
/proc/loadavg: 4.00 3.84 3.06 5/190 4062
/proc/meminfo: memFree=31483488/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=219808 CPUtime=589.01 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 50222 0 0 0 58885 16 0 0 25 0 1 0 855874864 225083392 40258 33554432000 4194304 4291949 140734220955472 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 54952 40258 253 24 0 51586 0
Current children cumulated CPU time (s) 589.01
Current children cumulated vsize (KiB) 219808

[startup+592.2 s]
/proc/loadavg: 4.00 3.84 3.06 5/190 4062
/proc/meminfo: memFree=31462284/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=219808 CPUtime=592.2 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 50340 0 0 0 59204 16 0 0 25 0 1 0 855874864 225083392 40374 33554432000 4194304 4291949 140734220955472 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 54952 40374 253 24 0 51586 0
Current children cumulated CPU time (s) 592.2
Current children cumulated vsize (KiB) 219808

[startup+593.001 s]
/proc/loadavg: 4.00 3.84 3.06 5/190 4062
/proc/meminfo: memFree=31462284/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=219808 CPUtime=593 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 50350 0 0 0 59284 16 0 0 25 0 1 0 855874864 225083392 40384 33554432000 4194304 4291949 140734220955472 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 54952 40384 253 24 0 51586 0
Current children cumulated CPU time (s) 593
Current children cumulated vsize (KiB) 219808

[startup+593.801 s]
/proc/loadavg: 4.00 3.84 3.06 5/190 4062
/proc/meminfo: memFree=31461664/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=219808 CPUtime=593.8 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 50362 0 0 0 59364 16 0 0 25 0 1 0 855874864 225083392 40396 33554432000 4194304 4291949 140734220955472 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 54952 40396 253 24 0 51586 0
Current children cumulated CPU time (s) 593.8
Current children cumulated vsize (KiB) 219808

[startup+594.001 s]
/proc/loadavg: 4.00 3.84 3.06 5/190 4062
/proc/meminfo: memFree=31461664/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=219808 CPUtime=594 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 50367 0 0 0 59384 16 0 0 25 0 1 0 855874864 225083392 40401 33554432000 4194304 4291949 140734220955472 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 54952 40401 253 24 0 51586 0
Current children cumulated CPU time (s) 594
Current children cumulated vsize (KiB) 219808

[startup+594.101 s]
/proc/loadavg: 4.00 3.84 3.06 5/190 4062
/proc/meminfo: memFree=31461664/32951124 swapFree=67053960/67111528
[pid=3980] ppid=3978 vsize=219808 CPUtime=594.1 cores=0,2
/proc/3980/stat : 3980 (RestartSAT) R 3978 3980 3534 0 -1 4202496 50371 0 0 0 59394 16 0 0 25 0 1 0 855874864 225083392 40405 33554432000 4194304 4291949 140734220955472 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/3980/statm: 54952 40405 253 24 0 51586 0
Current children cumulated CPU time (s) 594.1
Current children cumulated vsize (KiB) 219808

Child status: 20
Real time (s): 594.175
CPU time (s): 594.191
CPU user time (s): 594.015
CPU system time (s): 0.175973
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 219808

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

runsolver used 1.06284 second user time and 2.18467 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-09 17:49:54
IDJOB=3288317
IDBENCH=82494
IDSOLVER=1581
FILE ID=node142/3288317-1307634593
RUNJOBID= node142-1307634593-3942
PBS_JOBID= 13549350
Free space on /tmp= 74084 MiB

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

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

MD5SUM BENCH= 2385047c56f7801a7fd110b2ffe2f293
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:      32316100 kB
Buffers:         92044 kB
Cached:         304696 kB
SwapCached:      11412 kB
Active:         289888 kB
Inactive:       172272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32316100 kB
SwapTotal:    67111528 kB
SwapFree:     67053960 kB
Dirty:           65416 kB
Writeback:          20 kB
AnonPages:       62888 kB
Mapped:          12824 kB
Slab:           107428 kB
PageTables:       4960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   259968 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= 73980 MiB
End job on node142 at 2011-06-09 17:59:48