Trace number 3288639

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 557.231 557.237

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_b_unsat.cnf
MD5SUM3dc443ddf213a09407d2a75925179735
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark113.98
Satisfiable
(Un)Satisfiability was proved
Number of variables26061
Number of clauses742909
Sum of the clauses size2791650
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 244599
Number of clauses of size 390788
Number of clauses of size 4607522
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

557.19/557.22	c WARNING: for repeatability, setting FPU to use double precision
557.19/557.22	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-3288639-1307635648/watcher-3288639-1307635648 -o /tmp/evaluation-result-3288639-1307635648/solver-3288639-1307635648 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3288639-1307635648.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: 4.01 3.97 3.42 5/189 4234
/proc/meminfo: memFree=31862048/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=11796 CPUtime=0 cores=1,3
/proc/4234/stat : 4234 (runsolver) R 4232 4234 3534 0 -1 4202560 43 0 0 0 0 0 0 0 24 0 1 0 855980349 12079104 50 33554432000 4194304 5432328 140733567073232 18446744073709551615 4881591 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/4234/statm: 2949 50 31 303 0 2643 0

[startup+0.0321851 s]
/proc/loadavg: 4.01 3.97 3.42 5/189 4234
/proc/meminfo: memFree=31862048/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=26228 CPUtime=0.02 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 2553 0 0 0 2 0 0 0 25 0 1 0 855980349 26857472 2426 33554432000 4194304 4291949 140736043776256 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 6557 2428 227 24 0 3191 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 26228

[startup+0.101172 s]
/proc/loadavg: 4.01 3.97 3.42 5/189 4234
/proc/meminfo: memFree=31862048/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=36324 CPUtime=0.08 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 5613 0 0 0 8 0 0 0 25 0 1 0 855980349 37195776 5062 33554432000 4194304 4291949 140736043776256 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 9385 5081 227 24 0 6019 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36324

[startup+0.301132 s]
/proc/loadavg: 4.01 3.97 3.42 5/189 4234
/proc/meminfo: memFree=31862048/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=70364 CPUtime=0.28 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 15080 0 0 0 27 1 0 0 25 0 1 0 855980349 72052736 13124 33554432000 4194304 4291949 140736043776256 18446744073709551615 228095111877 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 17591 13126 227 24 0 14225 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 70364

[startup+0.701063 s]
/proc/loadavg: 4.01 3.97 3.42 5/189 4234
/proc/meminfo: memFree=31862048/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=75084 CPUtime=0.68 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 17501 0 0 0 67 1 0 0 25 0 1 0 855980349 76886016 14793 33554432000 4194304 4291949 140736043776256 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 18771 14793 232 24 0 15405 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 75084

[startup+1.50093 s]
/proc/loadavg: 4.01 3.97 3.42 5/190 4236
/proc/meminfo: memFree=31802312/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=89036 CPUtime=1.48 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 17552 0 0 0 147 1 0 0 25 0 1 0 855980349 91172864 13639 33554432000 4194304 4291949 140736043776256 18446744073709551615 4256579 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 22259 13639 234 24 0 18893 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 89036

[startup+3.10062 s]
/proc/loadavg: 4.01 3.97 3.42 5/190 4236
/proc/meminfo: memFree=31807396/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=70360 CPUtime=3.08 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 21462 0 0 0 306 2 0 0 25 0 1 0 855980349 72048640 12731 33554432000 4194304 4291949 140736043776256 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 17590 12731 253 24 0 14224 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 70360

[startup+6.30103 s]
/proc/loadavg: 4.01 3.97 3.43 5/190 4236
/proc/meminfo: memFree=31796364/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=70360 CPUtime=6.28 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 21747 0 0 0 626 2 0 0 25 0 1 0 855980349 72048640 12999 33554432000 4194304 4291949 140736043776256 18446744073709551615 4256140 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 17590 12999 253 24 0 14224 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 70360

[startup+12.7009 s]
/proc/loadavg: 4.01 3.97 3.43 5/190 4236
/proc/meminfo: memFree=31785616/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=70360 CPUtime=12.68 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 22243 0 0 0 1266 2 0 0 25 0 1 0 855980349 72048640 13464 33554432000 4194304 4291949 140736043776256 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 17590 13464 253 24 0 14224 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 70360

[startup+25.5005 s]
/proc/loadavg: 4.01 3.97 3.44 5/190 4236
/proc/meminfo: memFree=31774520/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=82036 CPUtime=25.48 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 23147 0 0 0 2545 3 0 0 25 0 1 0 855980349 84004864 14317 33554432000 4194304 4291949 140736043776256 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 20509 14317 253 24 0 17143 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 82036

[startup+51.1008 s]
/proc/loadavg: 4.07 3.99 3.46 5/190 4237
/proc/meminfo: memFree=31751760/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=83740 CPUtime=51.08 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 25110 0 0 0 5104 4 0 0 25 0 1 0 855980349 85749760 16202 33554432000 4194304 4291949 140736043776256 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 20935 16202 253 24 0 17569 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 83740

[startup+102.306 s]
/proc/loadavg: 4.03 3.99 3.48 5/190 4238
/proc/meminfo: memFree=31706268/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=110040 CPUtime=102.29 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 29187 0 0 0 10223 6 0 0 25 0 1 0 855980349 112680960 20178 33554432000 4194304 4291949 140736043776256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 27510 20178 253 24 0 24144 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 110040

[startup+162.3 s]
/proc/loadavg: 4.06 4.00 3.52 5/190 4240
/proc/meminfo: memFree=31725164/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=113716 CPUtime=162.28 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 32113 0 0 0 16220 8 0 0 25 0 1 0 855980349 116445184 23026 33554432000 4194304 4291949 140736043776256 18446744073709551615 4255739 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 28429 23026 253 24 0 25063 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 113716

[startup+222.3 s]
/proc/loadavg: 4.02 4.00 3.55 5/190 4241
/proc/meminfo: memFree=31654924/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=118748 CPUtime=222.29 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 35152 0 0 0 22219 10 0 0 25 0 1 0 855980349 121597952 25973 33554432000 4194304 4291949 140736043776256 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 29687 25973 253 24 0 26321 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 118748

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.57 5/190 4282
/proc/meminfo: memFree=31805184/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=153488 CPUtime=282.29 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 38956 0 0 0 28217 12 0 0 25 0 1 0 855980349 157171712 29685 33554432000 4194304 4291949 140736043776256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 38372 29685 253 24 0 35006 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 153488

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.59 5/190 4284
/proc/meminfo: memFree=31747472/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=160544 CPUtime=342.29 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 41729 0 0 0 34216 13 0 0 25 0 1 0 855980349 164397056 32396 33554432000 4194304 4291949 140736043776256 18446744073709551615 4255712 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 40136 32396 253 24 0 36770 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 160544

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.62 5/190 4285
/proc/meminfo: memFree=31723984/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=161320 CPUtime=402.28 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 43663 0 0 0 40214 14 0 0 25 0 1 0 855980349 165191680 34272 33554432000 4194304 4291949 140736043776256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 40330 34272 253 24 0 36964 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 161320

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.64 5/190 4325
/proc/meminfo: memFree=31854364/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=163260 CPUtime=462.28 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 45384 0 0 0 46213 15 0 0 25 0 1 0 855980349 167178240 35943 33554432000 4194304 4291949 140736043776256 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 40815 35943 253 24 0 37449 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 163260

[startup+522.3 s]
/proc/loadavg: 4.06 4.01 3.66 5/190 4326
/proc/meminfo: memFree=31826644/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=164768 CPUtime=522.29 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 46894 0 0 0 52213 16 0 0 25 0 1 0 855980349 168722432 37404 33554432000 4194304 4291949 140736043776256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 41192 37404 253 24 0 37826 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 164768

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

[startup+537.501 s]
/proc/loadavg: 4.04 4.01 3.67 5/190 4327
/proc/meminfo: memFree=31819568/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=215776 CPUtime=537.49 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 47949 0 0 0 53732 17 0 0 25 0 1 0 855980349 220954624 38429 33554432000 4194304 4291949 140736043776256 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 53944 38429 253 24 0 50578 0
Current children cumulated CPU time (s) 537.49
Current children cumulated vsize (KiB) 215776

[startup+550.3 s]
/proc/loadavg: 4.03 4.01 3.67 5/190 4327
/proc/meminfo: memFree=31816096/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=215776 CPUtime=550.29 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 48170 0 0 0 55012 17 0 0 25 0 1 0 855980349 220954624 38639 33554432000 4194304 4291949 140736043776256 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 53944 38639 253 24 0 50578 0
Current children cumulated CPU time (s) 550.29
Current children cumulated vsize (KiB) 215776

[startup+553.501 s]
/proc/loadavg: 4.03 4.01 3.67 5/190 4327
/proc/meminfo: memFree=31815592/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=215776 CPUtime=553.49 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 48232 0 0 0 55332 17 0 0 25 0 1 0 855980349 220954624 38699 33554432000 4194304 4291949 140736043776256 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 53944 38699 253 24 0 50578 0
Current children cumulated CPU time (s) 553.49
Current children cumulated vsize (KiB) 215776

[startup+555.1 s]
/proc/loadavg: 4.03 4.01 3.67 5/190 4327
/proc/meminfo: memFree=31815096/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=215776 CPUtime=555.09 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 48276 0 0 0 55492 17 0 0 25 0 1 0 855980349 220954624 38741 33554432000 4194304 4291949 140736043776256 18446744073709551615 4255873 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 53944 38741 253 24 0 50578 0
Current children cumulated CPU time (s) 555.09
Current children cumulated vsize (KiB) 215776

[startup+555.9 s]
/proc/loadavg: 4.03 4.01 3.67 5/190 4327
/proc/meminfo: memFree=31814596/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=215776 CPUtime=555.89 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 48296 0 0 0 55572 17 0 0 25 0 1 0 855980349 220954624 38761 33554432000 4194304 4291949 140736043776256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 53944 38761 253 24 0 50578 0
Current children cumulated CPU time (s) 555.89
Current children cumulated vsize (KiB) 215776

[startup+556.701 s]
/proc/loadavg: 4.03 4.01 3.67 5/190 4327
/proc/meminfo: memFree=31814348/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=215776 CPUtime=556.69 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 48309 0 0 0 55652 17 0 0 25 0 1 0 855980349 220954624 38773 33554432000 4194304 4291949 140736043776256 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 53944 38773 253 24 0 50578 0
Current children cumulated CPU time (s) 556.69
Current children cumulated vsize (KiB) 215776

[startup+557.101 s]
/proc/loadavg: 4.03 4.01 3.67 5/190 4327
/proc/meminfo: memFree=31814348/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=215776 CPUtime=557.09 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 48316 0 0 0 55692 17 0 0 25 0 1 0 855980349 220954624 38779 33554432000 4194304 4291949 140736043776256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 53944 38779 253 24 0 50578 0
Current children cumulated CPU time (s) 557.09
Current children cumulated vsize (KiB) 215776

[startup+557.201 s]
/proc/loadavg: 4.03 4.01 3.67 5/190 4327
/proc/meminfo: memFree=31814348/32951124 swapFree=67053960/67111528
[pid=4234] ppid=4232 vsize=215776 CPUtime=557.19 cores=1,3
/proc/4234/stat : 4234 (RestartSAT) R 4232 4234 3534 0 -1 4202496 48317 0 0 0 55702 17 0 0 25 0 1 0 855980349 220954624 38780 33554432000 4194304 4291949 140736043776256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4234/statm: 53944 38780 253 24 0 50578 0
Current children cumulated CPU time (s) 557.19
Current children cumulated vsize (KiB) 215776

Child status: 20
Real time (s): 557.237
CPU time (s): 557.231
CPU user time (s): 557.05
CPU system time (s): 0.180972
CPU usage (%): 99.999
Max. virtual memory (cumulated for all children) (KiB): 215776

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

runsolver used 0.84887 second user time and 2.19367 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-09 18:07:29
IDJOB=3288639
IDBENCH=82501
IDSOLVER=1581
FILE ID=node142/3288639-1307635648
RUNJOBID= node142-1307634593-3944
PBS_JOBID= 13549350
Free space on /tmp= 74068 MiB

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

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

MD5SUM BENCH= 3dc443ddf213a09407d2a75925179735
RANDOM SEED=1540243613

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:      31862840 kB
Buffers:         93712 kB
Cached:         379036 kB
SwapCached:      11412 kB
Active:         720124 kB
Inactive:       196340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31862840 kB
SwapTotal:    67111528 kB
SwapFree:     67053960 kB
Dirty:           38140 kB
Writeback:           0 kB
AnonPages:      440344 kB
Mapped:          13200 kB
Slab:           105476 kB
PageTables:       5812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   760528 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= 74096 MiB
End job on node142 at 2011-06-09 18:16:46