Trace number 3293699

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 575.857 575.84

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_k.cnf
MD5SUM932387240a0c17f4c88af52c4ca151c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark325.87
Satisfiable
(Un)Satisfiability was proved
Number of variables89315
Number of clauses5584003
Sum of the clauses size16593705
Maximum clause length295
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25473787
Number of clauses of size 337063
Number of clauses of size 4514
Number of clauses of size 5453
Number of clauses of size over 572185

Solver Data

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 2.11 3.23 3.58 4/184 32701
/proc/meminfo: memFree=13860772/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=19860 CPUtime=0 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 824 0 0 0 0 0 0 0 21 0 1 0 490659842 20336640 750 33554432000 4194304 4291949 140737346580256 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 4965 751 225 24 0 1599 0

[startup+0.0100771 s]
/proc/loadavg: 2.11 3.23 3.58 4/184 32701
/proc/meminfo: memFree=13860772/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=20524 CPUtime=0 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 1061 0 0 0 0 0 0 0 21 0 1 0 490659842 21016576 976 33554432000 4194304 4291949 140737346580256 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 5131 976 226 24 0 1765 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 20524

[startup+0.101064 s]
/proc/loadavg: 2.11 3.23 3.58 4/184 32701
/proc/meminfo: memFree=13860772/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=37440 CPUtime=0.09 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 7101 0 0 0 8 1 0 0 22 0 1 0 490659842 38338560 5879 33554432000 4194304 4291949 140737346580256 18446744073709551615 4220541 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32701/statm: 9360 5879 227 24 0 5994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37440

[startup+0.301027 s]
/proc/loadavg: 2.11 3.23 3.58 4/184 32701
/proc/meminfo: memFree=13860772/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=90228 CPUtime=0.29 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 19024 0 0 0 27 2 0 0 22 0 1 0 490659842 92393472 15945 33554432000 4194304 4291949 140737346580256 18446744073709551615 4220575 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32701/statm: 22557 15945 227 24 0 19191 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 90228

[startup+0.70095 s]
/proc/loadavg: 2.11 3.23 3.58 4/184 32701
/proc/meminfo: memFree=13860772/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=168048 CPUtime=0.69 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 42695 0 0 0 62 7 0 0 25 0 1 0 490659842 172081152 35858 33554432000 4194304 4291949 140737346580256 18446744073709551615 4200616 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32701/statm: 42012 35858 227 24 0 38646 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 168048

[startup+1.50086 s]
/proc/loadavg: 2.11 3.23 3.58 5/190 32708
/proc/meminfo: memFree=13029672/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=354100 CPUtime=1.48 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 88841 0 0 0 134 14 0 0 25 0 1 0 490659842 362598400 73907 33554432000 4194304 4291949 140737346580256 18446744073709551615 239476391691 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 88525 73908 227 24 0 85159 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 354100

[startup+3.10055 s]
/proc/loadavg: 2.11 3.23 3.58 5/190 32708
/proc/meminfo: memFree=12454964/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=408396 CPUtime=3.09 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 111159 0 0 0 290 19 0 0 25 0 1 0 490659842 418197504 90118 33554432000 4194304 4291949 140737346580256 18446744073709551615 4230273 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 102099 90118 232 24 0 98733 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 408396

[startup+6.30094 s]
/proc/loadavg: 2.42 3.27 3.59 5/190 32708
/proc/meminfo: memFree=12293084/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=408396 CPUtime=6.28 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 111159 0 0 0 606 22 0 0 25 0 1 0 490659842 418197504 90118 33554432000 4194304 4291949 140737346580256 18446744073709551615 4229986 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 102099 90118 232 24 0 98733 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 408396

[startup+12.7007 s]
/proc/loadavg: 2.55 3.28 3.59 5/190 32708
/proc/meminfo: memFree=12325224/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=408396 CPUtime=12.69 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 111159 0 0 0 1244 25 0 0 25 0 1 0 490659842 418197504 90118 33554432000 4194304 4291949 140737346580256 18446744073709551615 4230147 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 102099 90118 232 24 0 98733 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 408396

[startup+25.5003 s]
/proc/loadavg: 3.03 3.35 3.61 5/190 32737
/proc/meminfo: memFree=13059184/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=411076 CPUtime=25.49 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 112536 0 0 0 2523 26 0 0 25 0 1 0 490659842 420941824 91455 33554432000 4194304 4291949 140737346580256 18446744073709551615 4230265 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 102769 91455 234 24 0 99403 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 411076

[startup+51.1004 s]
/proc/loadavg: 3.02 3.32 3.59 4/184 322
/proc/meminfo: memFree=13230480/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=380456 CPUtime=51.09 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 140140 0 0 0 5080 29 0 0 25 0 1 0 490659842 389586944 78221 33554432000 4194304 4291949 140737346580256 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 95114 78221 252 24 0 91748 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 380456

[startup+102.301 s]
/proc/loadavg: 3.01 3.27 3.56 4/184 324
/proc/meminfo: memFree=13123800/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=461844 CPUtime=102.29 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 151404 0 0 0 10196 33 0 0 25 0 1 0 490659842 472928256 89399 33554432000 4194304 4291949 140737346580256 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 115461 89399 252 24 0 112095 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 461844

[startup+162.301 s]
/proc/loadavg: 3.00 3.22 3.52 4/184 325
/proc/meminfo: memFree=12989236/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=467248 CPUtime=162.3 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 166351 0 0 0 16193 37 0 0 25 0 1 0 490659842 478461952 104229 33554432000 4194304 4291949 140737346580256 18446744073709551615 4269168 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 116812 104229 252 24 0 113446 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 467248

[startup+222.301 s]
/proc/loadavg: 3.00 3.18 3.48 4/184 327
/proc/meminfo: memFree=12868180/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=627796 CPUtime=222.3 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 184813 0 0 0 22188 42 0 0 25 0 1 0 490659842 642863104 122606 33554432000 4194304 4291949 140737346580256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 156949 122606 252 24 0 153583 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 627796

[startup+282.307 s]
/proc/loadavg: 3.00 3.14 3.45 4/184 328
/proc/meminfo: memFree=12749252/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=652120 CPUtime=282.3 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 195876 0 0 0 28185 45 0 0 25 0 1 0 490659842 667770880 133610 33554432000 4194304 4291949 140737346580256 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 163030 133610 252 24 0 159664 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 652120

[startup+342.301 s]
/proc/loadavg: 3.00 3.11 3.42 4/184 330
/proc/meminfo: memFree=12652380/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=668280 CPUtime=342.3 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 205844 0 0 0 34182 48 0 0 25 0 1 0 490659842 684318720 143503 33554432000 4194304 4291949 140737346580256 18446744073709551615 4255913 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 167070 143503 252 24 0 163704 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 668280

[startup+402.301 s]
/proc/loadavg: 3.00 3.09 3.39 4/184 332
/proc/meminfo: memFree=12557984/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=691836 CPUtime=402.3 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 216765 0 0 0 40179 51 0 0 25 0 1 0 490659842 708440064 154389 33554432000 4194304 4291949 140737346580256 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 172959 154389 252 24 0 169593 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 691836

[startup+462.301 s]
/proc/loadavg: 3.00 3.07 3.36 4/184 333
/proc/meminfo: memFree=12463104/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=719196 CPUtime=462.3 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 226022 0 0 0 46177 53 0 0 25 0 1 0 490659842 736456704 163612 33554432000 4194304 4291949 140737346580256 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 179799 163612 252 24 0 176433 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 719196

[startup+522.301 s]
/proc/loadavg: 3.03 3.07 3.34 4/184 335
/proc/meminfo: memFree=11945132/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=1283368 CPUtime=522.31 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 340609 0 0 0 52163 68 0 0 25 0 1 0 490659842 1314168832 278124 33554432000 4194304 4291949 140737346580256 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 320842 278124 252 24 0 317476 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1283368

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

[startup+538.201 s]
/proc/loadavg: 3.02 3.07 3.34 4/184 335
/proc/meminfo: memFree=11919216/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=1283368 CPUtime=538.21 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 344851 0 0 0 53752 69 0 0 25 0 1 0 490659842 1314168832 282356 33554432000 4194304 4291949 140737346580256 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 320842 282356 252 24 0 317476 0
Current children cumulated CPU time (s) 538.21
Current children cumulated vsize (KiB) 1283368

[startup+551.001 s]
/proc/loadavg: 3.02 3.06 3.33 4/184 336
/proc/meminfo: memFree=11874948/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=1283368 CPUtime=551.01 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 350867 0 0 0 55032 69 0 0 25 0 1 0 490659842 1314168832 288367 33554432000 4194304 4291949 140737346580256 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 320842 288367 252 24 0 317476 0
Current children cumulated CPU time (s) 551.01
Current children cumulated vsize (KiB) 1283368

[startup+563.801 s]
/proc/loadavg: 3.02 3.06 3.33 4/184 336
/proc/meminfo: memFree=11848028/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=1283368 CPUtime=563.81 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 355168 0 0 0 56311 70 0 0 25 0 1 0 490659842 1314168832 292665 33554432000 4194304 4291949 140737346580256 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 320842 292665 252 24 0 317476 0
Current children cumulated CPU time (s) 563.81
Current children cumulated vsize (KiB) 1283368

[startup+570.201 s]
/proc/loadavg: 3.01 3.06 3.32 4/184 336
/proc/meminfo: memFree=11825088/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=1285528 CPUtime=570.21 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 363261 0 0 0 56950 71 0 0 25 0 1 0 490659842 1316380672 300754 33554432000 4194304 4291949 140737346580256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 321382 300754 252 24 0 318016 0
Current children cumulated CPU time (s) 570.21
Current children cumulated vsize (KiB) 1285528

[startup+573.4 s]
/proc/loadavg: 3.01 3.06 3.32 4/184 336
/proc/meminfo: memFree=11791360/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=1285528 CPUtime=573.41 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 369033 0 0 0 57269 72 0 0 25 0 1 0 490659842 1316380672 306526 33554432000 4194304 4291949 140737346580256 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 321382 306526 252 24 0 318016 0
Current children cumulated CPU time (s) 573.41
Current children cumulated vsize (KiB) 1285528

[startup+575.001 s]
/proc/loadavg: 3.01 3.06 3.32 4/184 336
/proc/meminfo: memFree=11778588/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=1285528 CPUtime=575.01 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 370901 0 0 0 57429 72 0 0 25 0 1 0 490659842 1316380672 308393 33554432000 4194304 4291949 140737346580256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 321382 308393 252 24 0 318016 0
Current children cumulated CPU time (s) 575.01
Current children cumulated vsize (KiB) 1285528

[startup+575.401 s]
/proc/loadavg: 3.01 3.06 3.32 4/184 336
/proc/meminfo: memFree=11778588/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=1285528 CPUtime=575.41 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202496 371450 0 0 0 57469 72 0 0 25 0 1 0 490659842 1316380672 308941 33554432000 4194304 4291949 140737346580256 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32701/statm: 321382 308941 252 24 0 318016 0
Current children cumulated CPU time (s) 575.41
Current children cumulated vsize (KiB) 1285528

[startup+575.801 s]
/proc/loadavg: 3.01 3.06 3.32 4/184 336
/proc/meminfo: memFree=11778588/32950928 swapFree=67087032/67111528
[pid=32701] ppid=32699 vsize=0 CPUtime=575.81 cores=1,3
/proc/32701/stat : 32701 (RestartSAT) R 32699 32701 31468 0 -1 4202500 372201 0 0 0 57508 73 0 0 25 0 1 0 490659842 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/32701/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 575.81
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 575.84
CPU time (s): 575.857
CPU user time (s): 575.081
CPU system time (s): 0.776881
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1285528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 575.081
system time used= 0.776881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 372201
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 332

runsolver used 0.874867 second user time and 2.26865 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-26 06:03:48
IDJOB=3293699
IDBENCH=88167
IDSOLVER=1581
FILE ID=node148/3293699-1303790624
RUNJOBID= node148-1303790624-32671
PBS_JOBID= 13157238
Free space on /tmp= 71272 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_k.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293699-1303790624/watcher-3293699-1303790624 -o /tmp/evaluation-result-3293699-1303790624/solver-3293699-1303790624 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3293699-1303790624.cnf

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

MD5SUM BENCH= 932387240a0c17f4c88af52c4ca151c6
RANDOM SEED=524110696

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.854
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.82
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.854
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13861672 kB
Buffers:       2065644 kB
Cached:       16280708 kB
SwapCached:       5264 kB
Active:        8854240 kB
Inactive:      9660928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13861672 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:          400112 kB
Writeback:           4 kB
AnonPages:      164348 kB
Mapped:          13952 kB
Slab:           510276 kB
PageTables:       5256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   372632 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= 71392 MiB
End job on node148 at 2011-04-26 06:13:24