Trace number 3419847

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 2063.36 2063.29

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1455.4
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

Solver Data

2063.27/2063.28	c WARNING: for repeatability, setting FPU to use double precision
2063.27/2063.28	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: 961)

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-3419847-1306579927/watcher-3419847-1306579927 -o /tmp/evaluation-result-3419847-1306579927/solver-3419847-1306579927 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419847-1306579927.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 1.67 0.87 2/481 2662
/proc/meminfo: memFree=10624836/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=20256 CPUtime=0 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 832 0 0 0 0 0 0 0 23 0 1 0 769592400 20742144 775 33554432000 4194304 4291949 140736876449680 18446744073709551615 208079929552 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 5064 787 226 24 0 1698 0

[startup+0.081221 s]
/proc/loadavg: 2.01 1.67 0.87 2/481 2662
/proc/meminfo: memFree=10624836/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=61012 CPUtime=0.07 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 9805 0 0 0 6 1 0 0 23 0 1 0 769592400 62476288 9385 33554432000 4194304 4291949 140736876449680 18446744073709551615 208079893189 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 15253 9386 228 24 0 11887 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 61012

[startup+0.101239 s]
/proc/loadavg: 2.01 1.67 0.87 2/481 2662
/proc/meminfo: memFree=10624836/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=63544 CPUtime=0.09 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 10770 0 0 0 8 1 0 0 23 0 1 0 769592400 65069056 10214 33554432000 4194304 4291949 140736876449680 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 15886 10215 228 24 0 12520 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 63544

[startup+0.301184 s]
/proc/loadavg: 2.01 1.67 0.87 2/481 2662
/proc/meminfo: memFree=10624836/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=95836 CPUtime=0.29 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 20781 0 0 0 26 3 0 0 25 0 1 0 769592400 98136064 18691 33554432000 4194304 4291949 140736876449680 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 23959 18692 228 24 0 20593 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 95836

[startup+0.700995 s]
/proc/loadavg: 2.01 1.67 0.87 2/481 2662
/proc/meminfo: memFree=10624836/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=141456 CPUtime=0.69 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 30366 0 0 0 64 5 0 0 25 0 1 0 769592400 144850944 27143 33554432000 4194304 4291949 140736876449680 18446744073709551615 4218072 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 35364 27143 234 24 0 31998 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 141456

[startup+1.50089 s]
/proc/loadavg: 2.01 1.67 0.87 3/482 2663
/proc/meminfo: memFree=10497240/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=208920 CPUtime=1.48 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 45011 0 0 0 143 5 0 0 25 0 1 0 769592400 213934080 40485 33554432000 4194304 4291949 140736876449680 18446744073709551615 4256819 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 52230 40485 234 24 0 48864 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 208920

[startup+3.10065 s]
/proc/loadavg: 2.01 1.67 0.87 3/482 2663
/proc/meminfo: memFree=10486576/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=146880 CPUtime=3.09 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 50718 0 0 0 302 7 0 0 25 0 1 0 769592400 150405120 29650 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 36720 29650 253 24 0 33354 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 146880

[startup+6.30104 s]
/proc/loadavg: 2.01 1.68 0.87 3/482 2665
/proc/meminfo: memFree=10502216/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=146880 CPUtime=6.29 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 50793 0 0 0 622 7 0 0 25 0 1 0 769592400 150405120 29720 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 36720 29720 253 24 0 33354 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 146880

[startup+12.7008 s]
/proc/loadavg: 2.01 1.68 0.88 3/482 2665
/proc/meminfo: memFree=10497740/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=146880 CPUtime=12.69 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 50926 0 0 0 1262 7 0 0 25 0 1 0 769592400 150405120 29851 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 36720 29851 253 24 0 33354 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 146880

[startup+25.5004 s]
/proc/loadavg: 2.00 1.70 0.90 3/482 2665
/proc/meminfo: memFree=10490028/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=146880 CPUtime=25.49 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 51190 0 0 0 2542 7 0 0 25 0 1 0 769592400 150405120 30108 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 36720 30108 253 24 0 33354 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 146880

[startup+51.1005 s]
/proc/loadavg: 2.15 1.75 0.93 3/482 2666
/proc/meminfo: memFree=10479040/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=146880 CPUtime=51.09 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 51895 0 0 0 5102 7 0 0 25 0 1 0 769592400 150405120 30796 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 36720 30796 253 24 0 33354 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 146880

[startup+102.319 s]
/proc/loadavg: 2.06 1.79 0.99 3/482 2667
/proc/meminfo: memFree=10448492/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=158556 CPUtime=102.31 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 53671 0 0 0 10223 8 0 0 25 0 1 0 769592400 162361344 32520 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 39639 32520 253 24 0 36273 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 158556

[startup+162.3 s]
/proc/loadavg: 2.02 1.83 1.05 3/477 2693
/proc/meminfo: memFree=11406384/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=177524 CPUtime=162.3 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 55588 0 0 0 16220 10 0 0 25 0 1 0 769592400 181784576 34392 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255974 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 44381 34392 253 24 0 41015 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 177524

[startup+222.301 s]
/proc/loadavg: 2.01 1.85 1.11 3/482 2701
/proc/meminfo: memFree=10821976/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=179320 CPUtime=222.29 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 57782 0 0 0 22219 10 0 0 25 0 1 0 769592400 183623680 36546 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 44830 36546 253 24 0 41464 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 179320

[startup+282.3 s]
/proc/loadavg: 2.00 1.88 1.16 3/479 2707
/proc/meminfo: memFree=11373280/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=179320 CPUtime=282.3 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 58893 0 0 0 28219 11 0 0 25 0 1 0 769592400 183623680 37627 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 44830 37627 253 24 0 41464 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 179320

[startup+342.301 s]
/proc/loadavg: 2.00 1.90 1.21 3/482 2738
/proc/meminfo: memFree=11411804/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=180928 CPUtime=342.3 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 60726 0 0 0 34217 13 0 0 25 0 1 0 769592400 185270272 39424 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 45232 39424 253 24 0 41866 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 180928

[startup+402.3 s]
/proc/loadavg: 2.00 1.91 1.26 3/482 2743
/proc/meminfo: memFree=11295452/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=216532 CPUtime=402.3 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 62923 0 0 0 40216 14 0 0 25 0 1 0 769592400 221728768 41587 33554432000 4194304 4291949 140736876449680 18446744073709551615 208083669643 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 54133 41587 253 24 0 50767 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 216532

[startup+462.301 s]
/proc/loadavg: 2.00 1.93 1.30 3/482 2747
/proc/meminfo: memFree=11168444/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=217972 CPUtime=462.31 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 64678 0 0 0 46216 15 0 0 25 0 1 0 769592400 223203328 43304 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 54493 43304 253 24 0 51127 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 217972

[startup+522.301 s]
/proc/loadavg: 2.03 1.95 1.35 3/482 2748
/proc/meminfo: memFree=11062504/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=217972 CPUtime=522.31 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 66227 0 0 0 52215 16 0 0 25 0 1 0 769592400 223203328 44823 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255955 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 54493 44823 253 24 0 51127 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 217972

[startup+582.301 s]
/proc/loadavg: 2.01 1.95 1.38 3/482 2761
/proc/meminfo: memFree=10956904/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=221776 CPUtime=582.31 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 68403 0 0 0 58215 16 0 0 25 0 1 0 769592400 227098624 46957 33554432000 4194304 4291949 140736876449680 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 55444 46957 253 24 0 52078 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 221776

[startup+642.301 s]

################
# More data... #
################

/proc/meminfo: memFree=9711152/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=374840 CPUtime=1422.36 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 91023 0 0 0 142210 26 0 0 25 0 1 0 769592400 383836160 69076 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 93710 69076 253 24 0 90344 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 374840

[startup+1482.3 s]
/proc/loadavg: 2.15 2.04 1.77 3/482 2793
/proc/meminfo: memFree=9639072/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=374840 CPUtime=1482.35 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 92084 0 0 0 148209 26 0 0 25 0 1 0 769592400 383836160 70101 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 93710 70101 253 24 0 90344 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 374840

[startup+1542.3 s]
/proc/loadavg: 2.12 2.04 1.78 3/482 2795
/proc/meminfo: memFree=9565380/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=374840 CPUtime=1542.35 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 93463 0 0 0 154208 27 0 0 25 0 1 0 769592400 383836160 71443 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 93710 71443 253 24 0 90344 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 374840

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 1.79 3/482 2797
/proc/meminfo: memFree=9498372/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=374840 CPUtime=1602.34 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 95121 0 0 0 160207 27 0 0 25 0 1 0 769592400 383836160 73059 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 93710 73059 253 24 0 90344 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 374840

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 1.81 3/482 2799
/proc/meminfo: memFree=9412288/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=378080 CPUtime=1662.35 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 97990 0 0 0 166207 28 0 0 25 0 1 0 769592400 387153920 75878 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 94520 75878 253 24 0 91154 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 378080

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.82 3/482 2800
/proc/meminfo: memFree=9355584/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=378080 CPUtime=1722.36 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 98923 0 0 0 172207 29 0 0 25 0 1 0 769592400 387153920 76784 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 94520 76784 253 24 0 91154 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 378080

[startup+1782.3 s]
/proc/loadavg: 2.10 2.04 1.83 3/482 2802
/proc/meminfo: memFree=9393492/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=247324 CPUtime=1782.36 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 115672 0 0 0 178204 32 0 0 25 0 1 0 769592400 253259776 51269 33554432000 4194304 4291949 140736876449680 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 61831 51269 253 24 0 58465 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 247324

[startup+1842.3 s]
/proc/loadavg: 2.03 2.03 1.84 3/482 2803
/proc/meminfo: memFree=9330848/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=247324 CPUtime=1842.36 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 116660 0 0 0 184203 33 0 0 25 0 1 0 769592400 253259776 52225 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 61831 52225 253 24 0 58465 0
Current children cumulated CPU time (s) 1842.36
Current children cumulated vsize (KiB) 247324

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 1.85 3/482 2805
/proc/meminfo: memFree=9281212/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=247324 CPUtime=1902.36 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 117761 0 0 0 190203 33 0 0 25 0 1 0 769592400 253259776 53293 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 61831 53293 253 24 0 58465 0
Current children cumulated CPU time (s) 1902.36
Current children cumulated vsize (KiB) 247324

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 1.85 3/482 2807
/proc/meminfo: memFree=9215960/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=247324 CPUtime=1962.37 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 118611 0 0 0 196203 34 0 0 25 0 1 0 769592400 253259776 54105 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 61831 54105 253 24 0 58465 0
Current children cumulated CPU time (s) 1962.37
Current children cumulated vsize (KiB) 247324

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.86 3/482 2808
/proc/meminfo: memFree=9177856/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=216504 CPUtime=2022.36 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 131971 0 0 0 202201 35 0 0 25 0 1 0 769592400 221700096 48131 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 54126 48131 253 24 0 50760 0
Current children cumulated CPU time (s) 2022.36
Current children cumulated vsize (KiB) 216504

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

[startup+2047.9 s]
/proc/loadavg: 2.07 2.03 1.87 3/482 2809
/proc/meminfo: memFree=9177972/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=197536 CPUtime=2047.97 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 138441 0 0 0 204760 37 0 0 25 0 1 0 769592400 202276864 41681 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 49384 41681 253 24 0 46018 0
Current children cumulated CPU time (s) 2047.97
Current children cumulated vsize (KiB) 197536

[startup+2054.3 s]
/proc/loadavg: 2.06 2.03 1.87 3/482 2809
/proc/meminfo: memFree=9169284/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=197536 CPUtime=2054.37 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 138554 0 0 0 205400 37 0 0 25 0 1 0 769592400 202276864 41787 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 49384 41787 253 24 0 46018 0
Current children cumulated CPU time (s) 2054.37
Current children cumulated vsize (KiB) 197536

[startup+2057.5 s]
/proc/loadavg: 2.06 2.03 1.87 3/482 2809
/proc/meminfo: memFree=9167172/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=197536 CPUtime=2057.57 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 138621 0 0 0 205720 37 0 0 25 0 1 0 769592400 202276864 41852 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255554 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 49384 41852 253 24 0 46018 0
Current children cumulated CPU time (s) 2057.57
Current children cumulated vsize (KiB) 197536

[startup+2060.7 s]
/proc/loadavg: 2.05 2.03 1.87 3/482 2809
/proc/meminfo: memFree=9161468/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=197536 CPUtime=2060.77 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 138671 0 0 0 206040 37 0 0 25 0 1 0 769592400 202276864 41898 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 49384 41898 253 24 0 46018 0
Current children cumulated CPU time (s) 2060.77
Current children cumulated vsize (KiB) 197536

[startup+2062.3 s]
/proc/loadavg: 2.05 2.03 1.87 3/482 2809
/proc/meminfo: memFree=9172504/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=185940 CPUtime=2062.36 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 141870 0 0 0 206199 37 0 0 25 0 1 0 769592400 190402560 38688 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 46485 38688 253 24 0 43119 0
Current children cumulated CPU time (s) 2062.36
Current children cumulated vsize (KiB) 185940

[startup+2062.7 s]
/proc/loadavg: 2.05 2.03 1.87 3/482 2809
/proc/meminfo: memFree=9169280/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=185940 CPUtime=2062.76 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 141874 0 0 0 206239 37 0 0 25 0 1 0 769592400 190402560 38692 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 46485 38692 253 24 0 43119 0
Current children cumulated CPU time (s) 2062.76
Current children cumulated vsize (KiB) 185940

[startup+2063.1 s]
/proc/loadavg: 2.05 2.03 1.87 3/482 2809
/proc/meminfo: memFree=9169280/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=196632 CPUtime=2063.17 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 144087 0 0 0 206279 38 0 0 25 0 1 0 769592400 201351168 40600 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 49158 40600 253 24 0 45792 0
Current children cumulated CPU time (s) 2063.17
Current children cumulated vsize (KiB) 196632

[startup+2063.2 s]
/proc/loadavg: 2.05 2.03 1.87 3/482 2809
/proc/meminfo: memFree=9169280/32950928 swapFree=51884240/67111528
[pid=2662] ppid=2660 vsize=196632 CPUtime=2063.27 cores=0,2,4,6
/proc/2662/stat : 2662 (RestartSAT) R 2660 2662 2542 0 -1 4202496 144089 0 0 0 206289 38 0 0 25 0 1 0 769592400 201351168 40602 33554432000 4194304 4291949 140736876449680 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2662/statm: 49158 40602 253 24 0 45792 0
Current children cumulated CPU time (s) 2063.27
Current children cumulated vsize (KiB) 196632

Child status: 20
Real time (s): 2063.29
CPU time (s): 2063.36
CPU user time (s): 2062.97
CPU system time (s): 0.38994
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 458220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2062.97
system time used= 0.38994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144094
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 1522

runsolver used 9.55255 second user time and 22.4736 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-28 12:52:07
IDJOB=3419847
IDBENCH=82354
IDSOLVER=1911
FILE ID=node127/3419847-1306579927
RUNJOBID= node127-1306579393-2562
PBS_JOBID= 13471553
Free space on /tmp= 73384 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419847-1306579927/watcher-3419847-1306579927 -o /tmp/evaluation-result-3419847-1306579927/solver-3419847-1306579927 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419847-1306579927.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=1962541853

node127.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.823
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.64
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.823
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.83
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.823
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.74
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.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:      10625000 kB
Buffers:        262356 kB
Cached:        4636680 kB
SwapCached:      55132 kB
Active:        5107808 kB
Inactive:     16932656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      10625000 kB
SwapTotal:    67111528 kB
SwapFree:     51884240 kB
Dirty:           21388 kB
Writeback:           0 kB
AnonPages:    17092168 kB
Mapped:          28952 kB
Slab:           119880 kB
PageTables:      96560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 120742204 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= 73664 MiB
End job on node127 at 2011-05-28 13:26:31