Trace number 3288684

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 B95UNSAT 570.663 570.652

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_3b_unknown.cnf
MD5SUMb8621ec1841e055a001ab32c33f2b68c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.699
Satisfiable
(Un)Satisfiability was proved
Number of variables39151
Number of clauses533919
Sum of the clauses size1968248
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 251568
Number of clauses of size 364292
Number of clauses of size 4418059
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

570.60/570.64	c WARNING: for repeatability, setting FPU to use double precision
570.60/570.64	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: 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-3288684-1303773588/watcher-3288684-1303773588 -o /tmp/evaluation-result-3288684-1303773588/solver-3288684-1303773588 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3288684-1303773588.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: 2.36 3.60 3.60 1/178 31974
/proc/meminfo: memFree=26787880/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=20580 CPUtime=0 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 970 0 0 0 0 0 0 0 21 0 1 0 488957015 21073920 911 33554432000 4194304 4291949 140734454410704 18446744073709551615 232335553221 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 5145 913 227 24 0 1779 0

[startup+0.070595 s]
/proc/loadavg: 2.36 3.60 3.60 1/178 31974
/proc/meminfo: memFree=26787880/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=33856 CPUtime=0.06 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 5371 0 0 0 5 1 0 0 21 0 1 0 488957015 34668544 4861 33554432000 4194304 4291949 140734454410704 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 8464 4862 227 24 0 5098 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 33856

[startup+0.100582 s]
/proc/loadavg: 2.36 3.60 3.60 1/178 31974
/proc/meminfo: memFree=26787880/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=40244 CPUtime=0.09 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 6959 0 0 0 8 1 0 0 21 0 1 0 488957015 41209856 6161 33554432000 4194304 4291949 140734454410704 18446744073709551615 232335553221 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 10061 6162 227 24 0 6695 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40244

[startup+0.300544 s]
/proc/loadavg: 2.36 3.60 3.60 1/178 31974
/proc/meminfo: memFree=26787880/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=66724 CPUtime=0.29 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 13298 0 0 0 26 3 0 0 22 0 1 0 488957015 68325376 11468 33554432000 4194304 4291949 140734454410704 18446744073709551615 4229820 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 16681 11468 232 24 0 13315 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66724

[startup+0.700463 s]
/proc/loadavg: 2.36 3.60 3.60 1/178 31974
/proc/meminfo: memFree=26787880/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=66724 CPUtime=0.69 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 13319 0 0 0 66 3 0 0 24 0 1 0 488957015 68325376 11489 33554432000 4194304 4291949 140734454410704 18446744073709551615 4229941 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 16681 11489 232 24 0 13315 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66724

[startup+1.50032 s]
/proc/loadavg: 2.36 3.60 3.60 3/184 31985
/proc/meminfo: memFree=26703208/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=55812 CPUtime=1.49 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 16282 0 0 0 146 3 0 0 25 0 1 0 488957015 57151488 9965 33554432000 4194304 4291949 140734454410704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 13953 9965 253 24 0 10587 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55812

[startup+3.10103 s]
/proc/loadavg: 2.36 3.60 3.60 4/186 31989
/proc/meminfo: memFree=26702920/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=55812 CPUtime=3.09 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 16498 0 0 0 306 3 0 0 25 0 1 0 488957015 57151488 10174 33554432000 4194304 4291949 140734454410704 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 13953 10174 253 24 0 10587 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55812

[startup+6.30047 s]
/proc/loadavg: 2.57 3.62 3.61 5/194 32005
/proc/meminfo: memFree=26633256/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=55812 CPUtime=6.29 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 16805 0 0 0 626 3 0 0 25 0 1 0 488957015 57151488 10459 33554432000 4194304 4291949 140734454410704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 13953 10459 253 24 0 10587 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55812

[startup+12.7003 s]
/proc/loadavg: 2.69 3.62 3.61 5/194 32005
/proc/meminfo: memFree=26599404/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=62992 CPUtime=12.69 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 17470 0 0 0 1266 3 0 0 25 0 1 0 488957015 64503808 11082 33554432000 4194304 4291949 140734454410704 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 15748 11082 253 24 0 12382 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62992

[startup+25.5011 s]
/proc/loadavg: 2.98 3.64 3.62 5/194 32006
/proc/meminfo: memFree=26542584/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=64436 CPUtime=25.49 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 19013 0 0 0 2545 4 0 0 25 0 1 0 488957015 65982464 12552 33554432000 4194304 4291949 140734454410704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 16109 12552 253 24 0 12743 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64436

[startup+51.1005 s]
/proc/loadavg: 3.38 3.68 3.63 5/194 32006
/proc/meminfo: memFree=26484672/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=80416 CPUtime=51.09 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 21959 0 0 0 5104 5 0 0 25 0 1 0 488957015 82345984 15406 33554432000 4194304 4291949 140734454410704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 20104 15406 253 24 0 16738 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80416

[startup+102.307 s]
/proc/loadavg: 3.73 3.73 3.65 5/194 32008
/proc/meminfo: memFree=26454976/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=106300 CPUtime=102.3 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 26463 0 0 0 10223 7 0 0 25 0 1 0 488957015 108851200 19747 33554432000 4194304 4291949 140734454410704 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 26575 19747 253 24 0 23209 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 106300

[startup+162.301 s]
/proc/loadavg: 3.90 3.78 3.66 5/194 32009
/proc/meminfo: memFree=26393936/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=112652 CPUtime=162.29 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 30241 0 0 0 16221 8 0 0 25 0 1 0 488957015 115355648 23423 33554432000 4194304 4291949 140734454410704 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 28163 23423 253 24 0 24797 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 112652

[startup+222.301 s]
/proc/loadavg: 4.07 3.85 3.69 5/194 32011
/proc/meminfo: memFree=26334748/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=152188 CPUtime=222.3 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 35327 0 0 0 22219 11 0 0 25 0 1 0 488957015 155840512 28350 33554432000 4194304 4291949 140734454410704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 38047 28350 253 24 0 34681 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 152188

[startup+282.3 s]
/proc/loadavg: 4.02 3.87 3.71 5/194 32013
/proc/meminfo: memFree=26300884/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=154448 CPUtime=282.3 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 37893 0 0 0 28218 12 0 0 25 0 1 0 488957015 158154752 30832 33554432000 4194304 4291949 140734454410704 18446744073709551615 4256172 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 38612 30832 253 24 0 35246 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 154448

[startup+342.301 s]
/proc/loadavg: 4.01 3.89 3.73 5/194 32014
/proc/meminfo: memFree=26326280/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=158136 CPUtime=342.3 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 40893 0 0 0 34216 14 0 0 25 0 1 0 488957015 161931264 33739 33554432000 4194304 4291949 140734454410704 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 39534 33739 253 24 0 36168 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 158136

[startup+402.301 s]
/proc/loadavg: 4.00 3.91 3.74 5/194 32016
/proc/meminfo: memFree=26283476/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=161480 CPUtime=402.3 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 43518 0 0 0 40215 15 0 0 25 0 1 0 488957015 165355520 36295 33554432000 4194304 4291949 140734454410704 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 40370 36295 253 24 0 37004 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 161480

[startup+462.3 s]
/proc/loadavg: 4.03 3.94 3.76 5/194 32017
/proc/meminfo: memFree=26329084/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=218424 CPUtime=462.31 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 46741 0 0 0 46214 17 0 0 25 0 1 0 488957015 223666176 39447 33554432000 4194304 4291949 140734454410704 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 54606 39447 253 24 0 51240 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 218424

[startup+522.301 s]
/proc/loadavg: 4.01 3.95 3.77 5/194 32019
/proc/meminfo: memFree=26292480/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=218800 CPUtime=522.3 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 48311 0 0 0 52213 17 0 0 25 0 1 0 488957015 224051200 40947 33554432000 4194304 4291949 140734454410704 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 54700 40947 253 24 0 51334 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 218800

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

[startup+537.501 s]
/proc/loadavg: 4.07 3.96 3.78 5/194 32019
/proc/meminfo: memFree=26259108/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=219264 CPUtime=537.5 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 48757 0 0 0 53732 18 0 0 25 0 1 0 488957015 224526336 41371 33554432000 4194304 4291949 140734454410704 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 54816 41371 253 24 0 51450 0
Current children cumulated CPU time (s) 537.5
Current children cumulated vsize (KiB) 219264

[startup+550.301 s]
/proc/loadavg: 4.06 3.97 3.78 5/194 32020
/proc/meminfo: memFree=26232324/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=219264 CPUtime=550.3 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 49089 0 0 0 55012 18 0 0 25 0 1 0 488957015 224526336 41684 33554432000 4194304 4291949 140734454410704 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 54816 41684 253 24 0 51450 0
Current children cumulated CPU time (s) 550.3
Current children cumulated vsize (KiB) 219264

[startup+563.1 s]
/proc/loadavg: 4.05 3.97 3.78 5/194 32020
/proc/meminfo: memFree=26207020/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=219644 CPUtime=563.11 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 49593 0 0 0 56292 19 0 0 25 0 1 0 488957015 224915456 42168 33554432000 4194304 4291949 140734454410704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 54911 42168 253 24 0 51545 0
Current children cumulated CPU time (s) 563.11
Current children cumulated vsize (KiB) 219644

[startup+566.301 s]
/proc/loadavg: 4.04 3.97 3.78 5/194 32020
/proc/meminfo: memFree=26247568/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=169792 CPUtime=566.3 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 64038 0 0 0 56609 21 0 0 25 0 1 0 488957015 173867008 31643 33554432000 4194304 4291949 140734454410704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 42448 31643 253 24 0 39082 0
Current children cumulated CPU time (s) 566.3
Current children cumulated vsize (KiB) 169792

[startup+567.901 s]
/proc/loadavg: 4.04 3.97 3.78 5/194 32020
/proc/meminfo: memFree=26244220/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=169792 CPUtime=567.9 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 64097 0 0 0 56769 21 0 0 25 0 1 0 488957015 173867008 31698 33554432000 4194304 4291949 140734454410704 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 42448 31698 253 24 0 39082 0
Current children cumulated CPU time (s) 567.9
Current children cumulated vsize (KiB) 169792

[startup+569.5 s]
/proc/loadavg: 4.04 3.97 3.78 5/194 32020
/proc/meminfo: memFree=26243224/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=169792 CPUtime=569.5 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 64202 0 0 0 56929 21 0 0 25 0 1 0 488957015 173867008 31801 33554432000 4194304 4291949 140734454410704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 42448 31801 253 24 0 39082 0
Current children cumulated CPU time (s) 569.5
Current children cumulated vsize (KiB) 169792

[startup+570.3 s]
/proc/loadavg: 4.04 3.97 3.78 5/194 32020
/proc/meminfo: memFree=26241612/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=169792 CPUtime=570.3 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 64267 0 0 0 57009 21 0 0 25 0 1 0 488957015 173867008 31863 33554432000 4194304 4291949 140734454410704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 42448 31863 253 24 0 39082 0
Current children cumulated CPU time (s) 570.3
Current children cumulated vsize (KiB) 169792

[startup+570.501 s]
/proc/loadavg: 4.04 3.97 3.78 5/194 32020
/proc/meminfo: memFree=26241612/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=169792 CPUtime=570.5 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 64279 0 0 0 57029 21 0 0 25 0 1 0 488957015 173867008 31875 33554432000 4194304 4291949 140734454410704 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 42448 31875 253 24 0 39082 0
Current children cumulated CPU time (s) 570.5
Current children cumulated vsize (KiB) 169792

[startup+570.601 s]
/proc/loadavg: 4.04 3.97 3.78 5/194 32020
/proc/meminfo: memFree=26241612/32951124 swapFree=67111524/67111528
[pid=31974] ppid=31972 vsize=169792 CPUtime=570.6 cores=5,7
/proc/31974/stat : 31974 (RestartSAT) R 31972 31974 31158 0 -1 4202496 64283 0 0 0 57039 21 0 0 25 0 1 0 488957015 173867008 31879 33554432000 4194304 4291949 140734454410704 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31974/statm: 42448 31879 253 24 0 39082 0
Current children cumulated CPU time (s) 570.6
Current children cumulated vsize (KiB) 169792

Child status: 20
Real time (s): 570.652
CPU time (s): 570.663
CPU user time (s): 570.438
CPU system time (s): 0.224965
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 299784

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

runsolver used 0.85187 second user time and 2.26365 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-26 01:19:49
IDJOB=3288684
IDBENCH=82502
IDSOLVER=1580
FILE ID=node132/3288684-1303773588
RUNJOBID= node132-1303773586-31965
PBS_JOBID= 13157172
Free space on /tmp= 71880 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/manthey/traffic/traffic_3b_unknown.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288684-1303773588/watcher-3288684-1303773588 -o /tmp/evaluation-result-3288684-1303773588/solver-3288684-1303773588 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3288684-1303773588.cnf

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

MD5SUM BENCH= b8621ec1841e055a001ab32c33f2b68c
RANDOM SEED=62197682

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      26788036 kB
Buffers:        676576 kB
Cached:        4941540 kB
SwapCached:          4 kB
Active:         327908 kB
Inactive:      5354484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26788036 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           13796 kB
Writeback:           0 kB
AnonPages:       64188 kB
Mapped:          14420 kB
Slab:           417068 kB
PageTables:       4920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190944 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71864 MiB
End job on node132 at 2011-04-26 01:29:19