Trace number 3287534

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 1214.85 1214.82

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark265.638
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1214.81/1214.81	c WARNING: for repeatability, setting FPU to use double precision
1214.81/1214.81	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-3287534-1303769322/watcher-3287534-1303769322 -o /tmp/evaluation-result-3287534-1303769322/solver-3287534-1303769322 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3287534-1303769322.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.00 3.97 3.74 5/189 10422
/proc/meminfo: memFree=20158196/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=19852 CPUtime=0 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 769 0 0 0 0 0 0 0 25 0 1 0 221123478 20328448 705 33554432000 4194304 4291949 140733413202720 18446744073709551615 268660323361 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 4963 712 225 24 0 1597 0

[startup+0.0707819 s]
/proc/loadavg: 4.00 3.97 3.74 5/189 10422
/proc/meminfo: memFree=20158196/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=34028 CPUtime=0.05 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 5241 0 0 0 5 0 0 0 25 0 1 0 221123478 34844672 4695 33554432000 4194304 4291949 140733413202720 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 8507 4696 227 24 0 5141 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 34028

[startup+0.100762 s]
/proc/loadavg: 4.00 3.97 3.74 5/189 10422
/proc/meminfo: memFree=20158196/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=40800 CPUtime=0.09 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 7279 0 0 0 8 1 0 0 25 0 1 0 221123478 41779200 6451 33554432000 4194304 4291949 140733413202720 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 10200 6456 227 24 0 6834 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40800

[startup+0.300733 s]
/proc/loadavg: 4.00 3.97 3.74 5/189 10422
/proc/meminfo: memFree=20158196/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=59068 CPUtime=0.28 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 11089 0 0 0 27 1 0 0 25 0 1 0 221123478 60485632 10064 33554432000 4194304 4291949 140733413202720 18446744073709551615 4210290 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 14767 10066 257 24 0 11401 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 59068

[startup+0.700659 s]
/proc/loadavg: 4.00 3.97 3.74 5/189 10422
/proc/meminfo: memFree=20158196/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=54908 CPUtime=0.69 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 14242 0 0 0 67 2 0 0 25 0 1 0 221123478 56225792 9619 33554432000 4194304 4291949 140733413202720 18446744073709551615 4232367 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 13727 9619 257 24 0 10361 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54908

[startup+1.50052 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 10423
/proc/meminfo: memFree=20120508/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=55396 CPUtime=1.49 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 15044 0 0 0 147 2 0 0 25 0 1 0 221123478 56725504 9444 33554432000 4194304 4291949 140733413202720 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 13849 9444 274 24 0 10483 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55396

[startup+3.10025 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 10423
/proc/meminfo: memFree=20119516/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=55396 CPUtime=3.09 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 15163 0 0 0 307 2 0 0 25 0 1 0 221123478 56725504 9549 33554432000 4194304 4291949 140733413202720 18446744073709551615 4255613 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 13849 9549 274 24 0 10483 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55396

[startup+6.30068 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 10423
/proc/meminfo: memFree=20116108/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=55396 CPUtime=6.28 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 15461 0 0 0 626 2 0 0 25 0 1 0 221123478 56725504 9831 33554432000 4194304 4291949 140733413202720 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 13849 9831 274 24 0 10483 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 55396

[startup+12.7006 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 10423
/proc/meminfo: memFree=20110156/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=62468 CPUtime=12.69 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 16249 0 0 0 1266 3 0 0 25 0 1 0 221123478 63967232 10587 33554432000 4194304 4291949 140733413202720 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 15617 10587 274 24 0 12251 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62468

[startup+25.5003 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 10423
/proc/meminfo: memFree=20063996/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=66200 CPUtime=25.49 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 20401 0 0 0 2544 5 0 0 25 0 1 0 221123478 67788800 11198 33554432000 4194304 4291949 140733413202720 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 16550 11198 274 24 0 13184 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66200

[startup+51.1008 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 10424
/proc/meminfo: memFree=20062696/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=81272 CPUtime=51.09 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 24369 0 0 0 5103 6 0 0 25 0 1 0 221123478 83222528 15103 33554432000 4194304 4291949 140733413202720 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 20318 15103 274 24 0 16952 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 81272

[startup+102.307 s]
/proc/loadavg: 4.05 3.99 3.77 5/190 10425
/proc/meminfo: memFree=19999940/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=85016 CPUtime=102.3 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 35531 0 0 0 10219 11 0 0 25 0 1 0 221123478 87056384 16958 33554432000 4194304 4291949 140733413202720 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 21254 16958 274 24 0 17888 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 85016

[startup+162.3 s]
/proc/loadavg: 4.02 3.99 3.78 5/190 10427
/proc/meminfo: memFree=19963712/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=138268 CPUtime=162.3 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 44765 0 0 0 16214 16 0 0 25 0 1 0 221123478 141586432 26080 33554432000 4194304 4291949 140733413202720 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 34567 26080 274 24 0 31201 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 138268

[startup+222.301 s]
/proc/loadavg: 4.07 4.00 3.80 5/190 10428
/proc/meminfo: memFree=19962816/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=139412 CPUtime=222.29 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 61071 0 0 0 22206 23 0 0 25 0 1 0 221123478 142757888 26359 33554432000 4194304 4291949 140733413202720 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 34853 26359 274 24 0 31487 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 139412

[startup+282.301 s]
/proc/loadavg: 4.10 4.02 3.81 5/190 10430
/proc/meminfo: memFree=19974936/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=92412 CPUtime=282.29 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 72308 0 0 0 28200 29 0 0 25 0 1 0 221123478 94629888 16667 33554432000 4194304 4291949 140733413202720 18446744073709551615 4248246 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 23103 16667 274 24 0 19737 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 92412

[startup+342.301 s]
/proc/loadavg: 4.04 4.01 3.82 5/190 10432
/proc/meminfo: memFree=19873708/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=142764 CPUtime=342.3 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 82346 0 0 0 34196 34 0 0 25 0 1 0 221123478 146190336 26613 33554432000 4194304 4291949 140733413202720 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 35691 26613 274 24 0 32325 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 142764

[startup+402.301 s]
/proc/loadavg: 4.01 4.00 3.83 5/190 10433
/proc/meminfo: memFree=19830140/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=84744 CPUtime=402.3 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 95570 0 0 0 40191 39 0 0 25 0 1 0 221123478 86777856 15917 33554432000 4194304 4291949 140733413202720 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 21186 15917 274 24 0 17820 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 84744

[startup+462.3 s]
/proc/loadavg: 4.06 4.02 3.84 5/190 10435
/proc/meminfo: memFree=19955460/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=146340 CPUtime=462.3 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 105619 0 0 0 46186 44 0 0 25 0 1 0 221123478 149852160 25847 33554432000 4194304 4291949 140733413202720 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 36585 25847 274 24 0 33219 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 146340

[startup+522.301 s]
/proc/loadavg: 4.02 4.01 3.85 5/190 10436
/proc/meminfo: memFree=19839632/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=198000 CPUtime=522.3 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 113423 0 0 0 52182 48 0 0 25 0 1 0 221123478 202752000 33565 33554432000 4194304 4291949 140733413202720 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 49500 33565 274 24 0 46134 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 198000

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 10438
/proc/meminfo: memFree=19815184/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=149436 CPUtime=582.31 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 133401 0 0 0 58175 56 0 0 25 0 1 0 221123478 153022464 26444 33554432000 4194304 4291949 140733413202720 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 37359 26444 274 24 0 33993 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 149436

[startup+642.301 s]
/proc/loadavg: 4.07 4.02 3.86 5/190 10440
/proc/meminfo: memFree=19763436/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=200940 CPUtime=642.31 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 141509 0 0 0 64170 61 0 0 25 0 1 0 221123478 205762560 34438 33554432000 4194304 4291949 140733413202720 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 50235 34438 274 24 0 46869 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 200940

[startup+702.3 s]
/proc/loadavg: 4.02 4.01 3.87 5/190 10441
/proc/meminfo: memFree=19717268/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=202572 CPUtime=702.31 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 148373 0 0 0 70167 64 0 0 25 0 1 0 221123478 207433728 41222 33554432000 4194304 4291949 140733413202720 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 50643 41222 274 24 0 47277 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 202572

[startup+762.307 s]
/proc/loadavg: 4.01 4.00 3.87 5/190 10443
/proc/meminfo: memFree=19875316/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=152840 CPUtime=762.31 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 162252 0 0 0 76161 70 0 0 25 0 1 0 221123478 156508160 26669 33554432000 4194304 4291949 140733413202720 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 38210 26669 274 24 0 34844 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 152840

[startup+822.3 s]
/proc/loadavg: 4.04 4.02 3.89 5/190 10444
/proc/meminfo: memFree=19777828/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=203368 CPUtime=822.31 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 171109 0 0 0 82156 75 0 0 25 0 1 0 221123478 208248832 35439 33554432000 4194304 4291949 140733413202720 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 50842 35439 274 24 0 47476 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 203368

[startup+882.301 s]
/proc/loadavg: 4.05 4.03 3.90 5/190 10446
/proc/meminfo: memFree=19748896/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=205988 CPUtime=882.31 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 177917 0 0 0 88152 79 0 0 25 0 1 0 221123478 210931712 42170 33554432000 4194304 4291949 140733413202720 18446744073709551615 4256150 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 51497 42170 274 24 0 48131 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 205988

[startup+942.301 s]
/proc/loadavg: 4.02 4.02 3.90 5/190 10448
/proc/meminfo: memFree=19823884/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=156064 CPUtime=942.31 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 195387 0 0 0 94145 86 0 0 25 0 1 0 221123478 159809536 31124 33554432000 4194304 4291949 140733413202720 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 39016 31124 274 24 0 35650 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 156064

[startup+1002.3 s]
/proc/loadavg: 4.08 4.03 3.91 5/190 10449
/proc/meminfo: memFree=19742852/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=207396 CPUtime=1002.32 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 202547 0 0 0 100140 92 0 0 25 0 1 0 221123478 212373504 38200 33554432000 4194304 4291949 140733413202720 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 51849 38200 274 24 0 48483 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 207396

[startup+1062.3 s]
/proc/loadavg: 4.03 4.02 3.91 5/190 10451
/proc/meminfo: memFree=19808284/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=207964 CPUtime=1062.31 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 229508 0 0 0 106133 98 0 0 25 0 1 0 221123478 212955136 37441 33554432000 4194304 4291949 140733413202720 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 51991 37441 274 24 0 48625 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 207964

[startup+1122.3 s]
/proc/loadavg: 3.41 3.85 3.86 4/184 10470
/proc/meminfo: memFree=19881852/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=128976 CPUtime=1122.32 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 259773 0 0 0 112126 106 0 0 25 0 1 0 221123478 132071424 27073 33554432000 4194304 4291949 140733413202720 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 32244 27073 274 24 0 28878 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 128976

[startup+1182.3 s]
/proc/loadavg: 3.15 3.69 3.80 4/184 10472
/proc/meminfo: memFree=19989964/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=128976 CPUtime=1182.32 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 275158 0 0 0 118122 110 0 0 25 0 1 0 221123478 132071424 27603 33554432000 4194304 4291949 140733413202720 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 32244 27603 274 24 0 28878 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 128976

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

[startup+1190.3 s]
/proc/loadavg: 3.14 3.68 3.80 4/184 10472
/proc/meminfo: memFree=20002468/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=128976 CPUtime=1190.31 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 283582 0 0 0 118920 111 0 0 25 0 1 0 221123478 132071424 23798 33554432000 4194304 4291949 140733413202720 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 32244 23798 274 24 0 28878 0
Current children cumulated CPU time (s) 1190.31
Current children cumulated vsize (KiB) 128976

[startup+1203.1 s]
/proc/loadavg: 3.10 3.65 3.78 4/184 10473
/proc/meminfo: memFree=20017100/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=98332 CPUtime=1203.12 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 291430 0 0 0 120198 114 0 0 25 0 1 0 221123478 100691968 19254 33554432000 4194304 4291949 140733413202720 18446744073709551615 4250373 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 24583 19254 274 24 0 21217 0
Current children cumulated CPU time (s) 1203.12
Current children cumulated vsize (KiB) 98332

[startup+1209.5 s]
/proc/loadavg: 3.10 3.64 3.78 4/184 10473
/proc/meminfo: memFree=20017592/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=91152 CPUtime=1209.51 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 294687 0 0 0 120837 114 0 0 25 0 1 0 221123478 93339648 18591 33554432000 4194304 4291949 140733413202720 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 22788 18591 274 24 0 19422 0
Current children cumulated CPU time (s) 1209.51
Current children cumulated vsize (KiB) 91152

[startup+1212.7 s]
/proc/loadavg: 3.09 3.62 3.78 4/184 10473
/proc/meminfo: memFree=20014120/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=109828 CPUtime=1212.72 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 295178 0 0 0 121157 115 0 0 25 0 1 0 221123478 112463872 19069 33554432000 4194304 4291949 140733413202720 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 27457 19069 274 24 0 24091 0
Current children cumulated CPU time (s) 1212.72
Current children cumulated vsize (KiB) 109828

[startup+1213.5 s]
/proc/loadavg: 3.09 3.62 3.78 4/184 10473
/proc/meminfo: memFree=20005688/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=109828 CPUtime=1213.52 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 297117 0 0 0 121237 115 0 0 25 0 1 0 221123478 112463872 20875 33554432000 4194304 4291949 140733413202720 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 27457 20875 274 24 0 24091 0
Current children cumulated CPU time (s) 1213.52
Current children cumulated vsize (KiB) 109828

[startup+1214.3 s]
/proc/loadavg: 3.09 3.62 3.78 4/184 10473
/proc/meminfo: memFree=20004696/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=109828 CPUtime=1214.32 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 297193 0 0 0 121317 115 0 0 25 0 1 0 221123478 112463872 20948 33554432000 4194304 4291949 140733413202720 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 27457 20948 274 24 0 24091 0
Current children cumulated CPU time (s) 1214.32
Current children cumulated vsize (KiB) 109828

[startup+1214.7 s]
/proc/loadavg: 3.09 3.62 3.78 4/184 10473
/proc/meminfo: memFree=20004696/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=109828 CPUtime=1214.71 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 297193 0 0 0 121356 115 0 0 25 0 1 0 221123478 112463872 20948 33554432000 4194304 4291949 140733413202720 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 27457 20948 274 24 0 24091 0
Current children cumulated CPU time (s) 1214.71
Current children cumulated vsize (KiB) 109828

[startup+1214.8 s]
/proc/loadavg: 3.09 3.62 3.78 4/184 10473
/proc/meminfo: memFree=20004696/32951124 swapFree=67111528/67111528
[pid=10422] ppid=10420 vsize=109828 CPUtime=1214.81 cores=1,3
/proc/10422/stat : 10422 (RestartSAT) R 10420 10422 8658 0 -1 4202496 297193 0 0 0 121366 115 0 0 25 0 1 0 221123478 112463872 20948 33554432000 4194304 4291949 140733413202720 18446744073709551615 4250370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10422/statm: 27457 20948 274 24 0 24091 0
Current children cumulated CPU time (s) 1214.81
Current children cumulated vsize (KiB) 109828

Child status: 20
Real time (s): 1214.82
CPU time (s): 1214.85
CPU user time (s): 1213.69
CPU system time (s): 1.16282
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 288532

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

runsolver used 1.89371 second user time and 4.73628 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-26 00:08:42
IDJOB=3287534
IDBENCH=82469
IDSOLVER=1580
FILE ID=node107/3287534-1303769322
RUNJOBID= node107-1303767982-9926
PBS_JOBID= 13157153
Free space on /tmp= 71512 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287534-1303769322/watcher-3287534-1303769322 -o /tmp/evaluation-result-3287534-1303769322/solver-3287534-1303769322 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3287534-1303769322.cnf

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=1225514191

node107.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.829
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.65
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.829
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.75
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.75
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20158476 kB
Buffers:       2032828 kB
Cached:        9986820 kB
SwapCached:          0 kB
Active:        8113440 kB
Inactive:      4197580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20158476 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           18812 kB
Writeback:           0 kB
AnonPages:      291124 kB
Mapped:          15376 kB
Slab:           416404 kB
PageTables:       5760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   491228 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= 71516 MiB
End job on node107 at 2011-04-26 00:28:57