Trace number 3170464

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 726.39 726.373

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1508981094-051.UNKNOWN.cnf
MD5SUM5c5f7e1107ac57768306372602d70556
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.49871
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

726.31/726.37	c WARNING: for repeatability, setting FPU to use double precision
726.31/726.37	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-3170464-1302824025/watcher-3170464-1302824025 -o /tmp/evaluation-result-3170464-1302824025/solver-3170464-1302824025 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170464-1302824025.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: 0.92 1.26 2.39 4/187 25725
/proc/meminfo: memFree=11708012/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=14892 CPUtime=0 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 412 0 0 0 0 0 0 0 20 0 1 0 394000679 15249408 338 33554432000 4194304 4291949 140736203336480 18446744073709551615 232335558168 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 3723 338 248 24 0 357 0

[startup+0.107297 s]
/proc/loadavg: 0.92 1.26 2.39 4/187 25725
/proc/meminfo: memFree=11708012/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=15128 CPUtime=0.1 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 489 0 0 0 10 0 0 0 20 0 1 0 394000679 15491072 407 33554432000 4194304 4291949 140736203336480 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 3782 407 249 24 0 416 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15128

[startup+0.200276 s]
/proc/loadavg: 0.92 1.26 2.39 4/187 25725
/proc/meminfo: memFree=11708012/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=15416 CPUtime=0.19 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 519 0 0 0 19 0 0 0 20 0 1 0 394000679 15785984 437 33554432000 4194304 4291949 140736203336480 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 3854 437 249 24 0 488 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15416

[startup+0.300259 s]
/proc/loadavg: 0.92 1.26 2.39 4/187 25725
/proc/meminfo: memFree=11708012/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=15588 CPUtime=0.29 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 574 0 0 0 29 0 0 0 21 0 1 0 394000679 15962112 489 33554432000 4194304 4291949 140736203336480 18446744073709551615 4262245 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 3897 489 249 24 0 531 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15588

[startup+0.700187 s]
/proc/loadavg: 0.92 1.26 2.39 4/187 25725
/proc/meminfo: memFree=11708012/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=15588 CPUtime=0.69 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 592 0 0 0 69 0 0 0 22 0 1 0 394000679 15962112 506 33554432000 4194304 4291949 140736203336480 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 3897 506 249 24 0 531 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15588

[startup+1.50105 s]
/proc/loadavg: 0.92 1.26 2.39 5/194 25737
/proc/meminfo: memFree=11700260/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=15828 CPUtime=1.5 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 668 0 0 0 150 0 0 0 25 0 1 0 394000679 16207872 577 33554432000 4194304 4291949 140736203336480 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 3957 577 249 24 0 591 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 15828

[startup+3.10077 s]
/proc/loadavg: 1.17 1.31 2.39 5/194 25737
/proc/meminfo: memFree=11697160/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=16072 CPUtime=3.09 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 740 0 0 0 309 0 0 0 25 0 1 0 394000679 16457728 645 33554432000 4194304 4291949 140736203336480 18446744073709551615 4255869 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 4018 645 249 24 0 652 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16072

[startup+6.30019 s]
/proc/loadavg: 1.17 1.31 2.39 5/194 25738
/proc/meminfo: memFree=11694664/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=16560 CPUtime=6.29 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 850 0 0 0 629 0 0 0 25 0 1 0 394000679 16957440 750 33554432000 4194304 4291949 140736203336480 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 4140 750 249 24 0 774 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16560

[startup+12.7011 s]
/proc/loadavg: 1.60 1.40 2.41 5/194 25738
/proc/meminfo: memFree=11690712/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=16992 CPUtime=12.7 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 900 0 0 0 1270 0 0 0 25 0 1 0 394000679 17399808 796 33554432000 4194304 4291949 140736203336480 18446744073709551615 4267751 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 4248 796 249 24 0 882 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 16992

[startup+25.5008 s]
/proc/loadavg: 1.97 1.48 2.43 5/194 25738
/proc/meminfo: memFree=11688240/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=17516 CPUtime=25.5 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 1028 0 0 0 2550 0 0 0 25 0 1 0 394000679 17936384 917 33554432000 4194304 4291949 140736203336480 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 4379 917 249 24 0 1013 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 17516

[startup+51.1002 s]
/proc/loadavg: 2.72 1.70 2.47 5/194 25739
/proc/meminfo: memFree=11682640/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=18288 CPUtime=51.09 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 1313 0 0 0 5109 0 0 0 25 0 1 0 394000679 18726912 1186 33554432000 4194304 4291949 140736203336480 18446744073709551615 4262726 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 4572 1186 249 24 0 1206 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 18288

[startup+102.3 s]
/proc/loadavg: 3.63 2.11 2.57 5/194 25767
/proc/meminfo: memFree=11678392/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=18964 CPUtime=102.3 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 1471 0 0 0 10230 0 0 0 25 0 1 0 394000679 19419136 1337 33554432000 4194304 4291949 140736203336480 18446744073709551615 4255748 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 4741 1337 249 24 0 1375 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 18964

[startup+162.3 s]
/proc/loadavg: 3.85 2.43 2.65 5/194 25769
/proc/meminfo: memFree=11670780/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=19572 CPUtime=162.3 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 1615 0 0 0 16230 0 0 0 25 0 1 0 394000679 20041728 1471 33554432000 4194304 4291949 140736203336480 18446744073709551615 4261651 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 4893 1471 249 24 0 1527 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 19572

[startup+222.307 s]
/proc/loadavg: 3.95 2.73 2.74 5/194 25770
/proc/meminfo: memFree=11666048/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=20196 CPUtime=222.31 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 1701 0 0 0 22231 0 0 0 25 0 1 0 394000679 20680704 1552 33554432000 4194304 4291949 140736203336480 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 5049 1552 249 24 0 1683 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 20196

[startup+282.3 s]
/proc/loadavg: 4.04 2.96 2.81 5/194 25772
/proc/meminfo: memFree=11661196/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=20196 CPUtime=282.3 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 1811 0 0 0 28230 0 0 0 25 0 1 0 394000679 20680704 1656 33554432000 4194304 4291949 140736203336480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 5049 1656 249 24 0 1683 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 20196

[startup+342.3 s]
/proc/loadavg: 4.01 3.16 2.89 5/194 25774
/proc/meminfo: memFree=11658572/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=20636 CPUtime=342.3 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 1915 0 0 0 34230 0 0 0 25 0 1 0 394000679 21131264 1755 33554432000 4194304 4291949 140736203336480 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 5159 1755 249 24 0 1793 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 20636

[startup+402.301 s]
/proc/loadavg: 4.06 3.31 2.96 5/194 25775
/proc/meminfo: memFree=11656948/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=20636 CPUtime=402.3 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 1916 0 0 0 40230 0 0 0 25 0 1 0 394000679 21131264 1756 33554432000 4194304 4291949 140736203336480 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 5159 1756 249 24 0 1793 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 20636

[startup+462.3 s]
/proc/loadavg: 4.02 3.45 3.02 5/194 25777
/proc/meminfo: memFree=11654448/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=21576 CPUtime=462.3 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 2167 0 0 0 46230 0 0 0 25 0 1 0 394000679 22093824 1992 33554432000 4194304 4291949 140736203336480 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 5394 1992 249 24 0 2028 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 21576

[startup+522.301 s]
/proc/loadavg: 4.00 3.54 3.08 5/194 25778
/proc/meminfo: memFree=11649724/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=21576 CPUtime=522.31 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 2170 0 0 0 52231 0 0 0 25 0 1 0 394000679 22093824 1995 33554432000 4194304 4291949 140736203336480 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 5394 1995 249 24 0 2028 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 21576

[startup+582.301 s]
/proc/loadavg: 4.00 3.62 3.14 5/194 25780
/proc/meminfo: memFree=11648092/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=22936 CPUtime=582.31 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 2373 0 0 0 58231 0 0 0 25 0 1 0 394000679 23486464 2187 33554432000 4194304 4291949 140736203336480 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 5734 2187 249 24 0 2368 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 22936

[startup+642.3 s]
/proc/loadavg: 4.00 3.68 3.18 5/194 25782
/proc/meminfo: memFree=11646344/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=22936 CPUtime=642.31 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 2373 0 0 0 64231 0 0 0 25 0 1 0 394000679 23486464 2187 33554432000 4194304 4291949 140736203336480 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 5734 2187 249 24 0 2368 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 22936

[startup+702.301 s]
/proc/loadavg: 4.03 3.76 3.24 5/194 25783
/proc/meminfo: memFree=11644828/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=22936 CPUtime=702.31 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 2383 0 0 0 70231 0 0 0 25 0 1 0 394000679 23486464 2197 33554432000 4194304 4291949 140736203336480 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 5734 2197 249 24 0 2368 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 22936

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

[startup+704 s]
/proc/loadavg: 4.03 3.76 3.24 5/194 25783
/proc/meminfo: memFree=11644828/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=22936 CPUtime=704.02 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 2385 0 0 0 70402 0 0 0 25 0 1 0 394000679 23486464 2199 33554432000 4194304 4291949 140736203336480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 5734 2199 249 24 0 2368 0
Current children cumulated CPU time (s) 704.02
Current children cumulated vsize (KiB) 22936

[startup+716.801 s]
/proc/loadavg: 4.02 3.77 3.25 5/194 25784
/proc/meminfo: memFree=11644568/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=22936 CPUtime=716.81 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 2385 0 0 0 71681 0 0 0 25 0 1 0 394000679 23486464 2199 33554432000 4194304 4291949 140736203336480 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 5734 2199 249 24 0 2368 0
Current children cumulated CPU time (s) 716.81
Current children cumulated vsize (KiB) 22936

[startup+723.201 s]
/proc/loadavg: 4.02 3.77 3.26 5/194 25784
/proc/meminfo: memFree=11644444/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=22936 CPUtime=723.21 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 2385 0 0 0 72321 0 0 0 25 0 1 0 394000679 23486464 2199 33554432000 4194304 4291949 140736203336480 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 5734 2199 249 24 0 2368 0
Current children cumulated CPU time (s) 723.21
Current children cumulated vsize (KiB) 22936

[startup+724.801 s]
/proc/loadavg: 4.02 3.77 3.26 5/194 25784
/proc/meminfo: memFree=11644444/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=22936 CPUtime=724.81 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 2385 0 0 0 72481 0 0 0 25 0 1 0 394000679 23486464 2199 33554432000 4194304 4291949 140736203336480 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 5734 2199 249 24 0 2368 0
Current children cumulated CPU time (s) 724.81
Current children cumulated vsize (KiB) 22936

[startup+725.6 s]
/proc/loadavg: 4.02 3.77 3.26 5/194 25784
/proc/meminfo: memFree=11644444/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=22936 CPUtime=725.61 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 2385 0 0 0 72561 0 0 0 25 0 1 0 394000679 23486464 2199 33554432000 4194304 4291949 140736203336480 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 5734 2199 249 24 0 2368 0
Current children cumulated CPU time (s) 725.61
Current children cumulated vsize (KiB) 22936

[startup+726 s]
/proc/loadavg: 4.02 3.77 3.26 5/194 25784
/proc/meminfo: memFree=11644444/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=22936 CPUtime=726.02 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 2385 0 0 0 72602 0 0 0 25 0 1 0 394000679 23486464 2199 33554432000 4194304 4291949 140736203336480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 5734 2199 249 24 0 2368 0
Current children cumulated CPU time (s) 726.02
Current children cumulated vsize (KiB) 22936

[startup+726.2 s]
/proc/loadavg: 4.02 3.77 3.26 5/194 25784
/proc/meminfo: memFree=11644444/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=22936 CPUtime=726.21 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 2385 0 0 0 72621 0 0 0 25 0 1 0 394000679 23486464 2199 33554432000 4194304 4291949 140736203336480 18446744073709551615 4262582 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 5734 2199 249 24 0 2368 0
Current children cumulated CPU time (s) 726.21
Current children cumulated vsize (KiB) 22936

[startup+726.3 s]
/proc/loadavg: 4.02 3.77 3.26 5/194 25784
/proc/meminfo: memFree=11644444/32951124 swapFree=67111528/67111528
[pid=25723] ppid=25720 vsize=22936 CPUtime=726.31 cores=5,7
/proc/25723/stat : 25723 (RestartSAT) R 25720 25723 24842 0 -1 4202496 2385 0 0 0 72631 0 0 0 25 0 1 0 394000679 23486464 2199 33554432000 4194304 4291949 140736203336480 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25723/statm: 5734 2199 249 24 0 2368 0
Current children cumulated CPU time (s) 726.31
Current children cumulated vsize (KiB) 22936

Child status: 20
Real time (s): 726.373
CPU time (s): 726.39
CPU user time (s): 726.388
CPU system time (s): 0.001999
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 22936

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

runsolver used 1.12583 second user time and 2.53961 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-15 01:33:45
IDJOB=3170464
IDBENCH=82882
IDSOLVER=1580
FILE ID=node132/3170464-1302824025
RUNJOBID= node132-1302824025-25697
PBS_JOBID= 13006647
Free space on /tmp= 71136 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1508981094-051.UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170464-1302824025/watcher-3170464-1302824025 -o /tmp/evaluation-result-3170464-1302824025/solver-3170464-1302824025 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170464-1302824025.cnf

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

MD5SUM BENCH= 5c5f7e1107ac57768306372602d70556
RANDOM SEED=587175883

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:      11708308 kB
Buffers:        659584 kB
Cached:       20136036 kB
SwapCached:          0 kB
Active:        8268664 kB
Inactive:     12592492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11708308 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1200 kB
Writeback:           0 kB
AnonPages:       65732 kB
Mapped:          15288 kB
Slab:           318820 kB
PageTables:       4852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   211516 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= 71136 MiB
End job on node132 at 2011-04-15 01:45:52