Trace number 3280543

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 1257.28 1257.24

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.887
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

Solver Data

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.00 3.73 2.29 4/189 2494
/proc/meminfo: memFree=10367496/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=19632 CPUtime=0 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 493 0 0 0 0 0 0 0 24 0 1 0 564991431 20103168 434 33554432000 4194304 4291949 140737425260048 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 4908 434 227 24 0 1542 0

[startup+0.035094 s]
/proc/loadavg: 4.00 3.73 2.29 4/189 2494
/proc/meminfo: memFree=10367496/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=16304 CPUtime=0.03 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 910 0 0 0 3 0 0 0 24 0 1 0 564991431 16695296 686 33554432000 4194304 4291949 140737425260048 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 4076 686 250 24 0 710 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16304

[startup+0.10108 s]
/proc/loadavg: 4.00 3.73 2.29 4/189 2494
/proc/meminfo: memFree=10367496/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=16688 CPUtime=0.09 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 969 0 0 0 9 0 0 0 24 0 1 0 564991431 17088512 741 33554432000 4194304 4291949 140737425260048 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 4172 741 252 24 0 806 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16688

[startup+0.301039 s]
/proc/loadavg: 4.00 3.73 2.29 4/189 2494
/proc/meminfo: memFree=10367496/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=17076 CPUtime=0.29 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 1140 0 0 0 29 0 0 0 25 0 1 0 564991431 17485824 899 33554432000 4194304 4291949 140737425260048 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 4269 899 252 24 0 903 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17076

[startup+0.700968 s]
/proc/loadavg: 4.00 3.73 2.29 4/189 2494
/proc/meminfo: memFree=10367496/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=19760 CPUtime=0.69 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 1677 0 0 0 69 0 0 0 25 0 1 0 564991431 20234240 1408 33554432000 4194304 4291949 140737425260048 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 4940 1408 252 24 0 1574 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19760

[startup+1.50082 s]
/proc/loadavg: 4.00 3.74 2.30 5/190 2495
/proc/meminfo: memFree=10360304/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=19760 CPUtime=1.49 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 1856 0 0 0 149 0 0 0 25 0 1 0 564991431 20234240 1574 33554432000 4194304 4291949 140737425260048 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 4940 1574 252 24 0 1574 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19760

[startup+3.10054 s]
/proc/loadavg: 4.00 3.74 2.30 5/190 2495
/proc/meminfo: memFree=10357824/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=19760 CPUtime=3.09 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 1856 0 0 0 309 0 0 0 25 0 1 0 564991431 20234240 1574 33554432000 4194304 4291949 140737425260048 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 4940 1574 252 24 0 1574 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19760

[startup+6.30096 s]
/proc/loadavg: 4.00 3.74 2.30 5/190 2495
/proc/meminfo: memFree=10348988/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=23072 CPUtime=6.29 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 2314 0 0 0 629 0 0 0 25 0 1 0 564991431 23625728 2001 33554432000 4194304 4291949 140737425260048 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 5768 2001 252 24 0 2402 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23072

[startup+12.7008 s]
/proc/loadavg: 4.00 3.75 2.32 5/190 2495
/proc/meminfo: memFree=10331256/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=23072 CPUtime=12.69 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 2734 0 0 0 1269 0 0 0 25 0 1 0 564991431 23625728 2407 33554432000 4194304 4291949 140737425260048 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 5768 2407 252 24 0 2402 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23072

[startup+25.5005 s]
/proc/loadavg: 4.00 3.75 2.34 5/190 2496
/proc/meminfo: memFree=10294312/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=25796 CPUtime=25.49 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 3429 0 0 0 2549 0 0 0 25 0 1 0 564991431 26415104 3083 33554432000 4194304 4291949 140737425260048 18446744073709551615 4262053 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 6449 3083 252 24 0 3083 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25796

[startup+51.1009 s]
/proc/loadavg: 4.00 3.78 2.39 5/190 2496
/proc/meminfo: memFree=10210600/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=25796 CPUtime=51.09 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 3429 0 0 0 5109 0 0 0 25 0 1 0 564991431 26415104 3083 33554432000 4194304 4291949 140737425260048 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 6449 3083 252 24 0 3083 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 25796

[startup+102.307 s]
/proc/loadavg: 4.00 3.81 2.47 5/190 2498
/proc/meminfo: memFree=10105940/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=28512 CPUtime=102.3 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 4119 0 0 0 10230 0 0 0 25 0 1 0 564991431 29196288 3758 33554432000 4194304 4291949 140737425260048 18446744073709551615 4262730 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 7128 3758 252 24 0 3762 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 28512

[startup+162.301 s]
/proc/loadavg: 4.00 3.84 2.56 5/190 2499
/proc/meminfo: memFree=10046256/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=28512 CPUtime=162.3 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 6105 0 0 0 16229 1 0 0 25 0 1 0 564991431 29196288 3531 33554432000 4194304 4291949 140737425260048 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 7128 3531 252 24 0 3762 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 28512

[startup+222.301 s]
/proc/loadavg: 4.04 3.88 2.66 5/190 2501
/proc/meminfo: memFree=9963516/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=40024 CPUtime=222.3 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 8890 0 0 0 22228 2 0 0 25 0 1 0 564991431 40984576 4997 33554432000 4194304 4291949 140737425260048 18446744073709551615 4261651 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 10006 4997 252 24 0 6640 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 40024

[startup+282.3 s]
/proc/loadavg: 4.06 3.91 2.74 5/190 2503
/proc/meminfo: memFree=9888228/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=40024 CPUtime=282.3 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 10443 0 0 0 28228 2 0 0 25 0 1 0 564991431 40984576 6527 33554432000 4194304 4291949 140737425260048 18446744073709551615 4248587 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 10006 6527 252 24 0 6640 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 40024

[startup+342.301 s]
/proc/loadavg: 4.02 3.93 2.82 5/190 2504
/proc/meminfo: memFree=9830652/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=40024 CPUtime=342.3 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 10443 0 0 0 34228 2 0 0 25 0 1 0 564991431 40984576 6527 33554432000 4194304 4291949 140737425260048 18446744073709551615 4248367 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 10006 6527 252 24 0 6640 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 40024

[startup+402.301 s]
/proc/loadavg: 4.06 3.95 2.89 5/190 2506
/proc/meminfo: memFree=9758572/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=40024 CPUtime=402.3 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 10443 0 0 0 40228 2 0 0 25 0 1 0 564991431 40984576 6527 33554432000 4194304 4291949 140737425260048 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 10006 6527 252 24 0 6640 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 40024

[startup+462.301 s]
/proc/loadavg: 4.02 3.96 2.96 5/190 2507
/proc/meminfo: memFree=9681036/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=40024 CPUtime=462.3 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 10452 0 0 0 46228 2 0 0 25 0 1 0 564991431 40984576 6536 33554432000 4194304 4291949 140737425260048 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 10006 6536 252 24 0 6640 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 40024

[startup+522.3 s]
/proc/loadavg: 3.31 3.80 2.97 3/180 2574
/proc/meminfo: memFree=11788864/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=40024 CPUtime=522.3 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 10453 0 0 0 52228 2 0 0 25 0 1 0 564991431 40984576 6537 33554432000 4194304 4291949 140737425260048 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 10006 6537 252 24 0 6640 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 40024

[startup+582.301 s]
/proc/loadavg: 3.71 3.82 3.03 5/190 2596
/proc/meminfo: memFree=11361604/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=40024 CPUtime=582.3 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 10558 0 0 0 58228 2 0 0 25 0 1 0 564991431 40984576 6641 33554432000 4194304 4291949 140737425260048 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 10006 6641 252 24 0 6640 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 40024

[startup+642.301 s]
/proc/loadavg: 3.89 3.85 3.09 5/190 2597
/proc/meminfo: memFree=11318984/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=40024 CPUtime=642.31 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 10558 0 0 0 64229 2 0 0 25 0 1 0 564991431 40984576 6641 33554432000 4194304 4291949 140737425260048 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 10006 6641 252 24 0 6640 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 40024

[startup+702.301 s]
/proc/loadavg: 3.96 3.88 3.14 5/190 2599
/proc/meminfo: memFree=11298000/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=40024 CPUtime=702.31 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 10558 0 0 0 70229 2 0 0 25 0 1 0 564991431 40984576 6641 33554432000 4194304 4291949 140737425260048 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 10006 6641 252 24 0 6640 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 40024

[startup+762.306 s]
/proc/loadavg: 3.98 3.89 3.19 5/190 2600
/proc/meminfo: memFree=11272508/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=40024 CPUtime=762.31 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 10558 0 0 0 76229 2 0 0 25 0 1 0 564991431 40984576 6641 33554432000 4194304 4291949 140737425260048 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 10006 6641 252 24 0 6640 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 40024

[startup+822.301 s]
/proc/loadavg: 3.99 3.91 3.24 5/190 2602
/proc/meminfo: memFree=11253012/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=40024 CPUtime=822.31 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 10558 0 0 0 82228 3 0 0 25 0 1 0 564991431 40984576 6641 33554432000 4194304 4291949 140737425260048 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 10006 6641 252 24 0 6640 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 40024

[startup+882.301 s]
/proc/loadavg: 4.06 3.94 3.29 5/190 2604
/proc/meminfo: memFree=11285244/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=40024 CPUtime=882.31 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 10558 0 0 0 88228 3 0 0 25 0 1 0 564991431 40984576 6641 33554432000 4194304 4291949 140737425260048 18446744073709551615 4255744 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 10006 6641 252 24 0 6640 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 40024

[startup+942.301 s]
/proc/loadavg: 4.02 3.95 3.33 5/190 2605
/proc/meminfo: memFree=11253104/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=40024 CPUtime=942.32 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 10558 0 0 0 94229 3 0 0 25 0 1 0 564991431 40984576 6641 33554432000 4194304 4291949 140737425260048 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 10006 6641 252 24 0 6640 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 40024

[startup+1002.3 s]
/proc/loadavg: 3.41 3.79 3.31 4/184 2624
/proc/meminfo: memFree=11502904/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=40024 CPUtime=1002.32 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 10558 0 0 0 100229 3 0 0 25 0 1 0 564991431 40984576 6641 33554432000 4194304 4291949 140737425260048 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 10006 6641 252 24 0 6640 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 40024

[startup+1062.3 s]
/proc/loadavg: 3.15 3.64 3.29 4/184 2625
/proc/meminfo: memFree=11498908/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=38348 CPUtime=1062.31 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 12099 0 0 0 106228 3 0 0 25 0 1 0 564991431 39268352 5297 33554432000 4194304 4291949 140737425260048 18446744073709551615 4255781 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 9587 5297 252 24 0 6221 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 38348

[startup+1122.3 s]
/proc/loadavg: 3.05 3.52 3.27 4/184 2627
/proc/meminfo: memFree=11480904/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=41068 CPUtime=1122.32 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 13754 0 0 0 112228 4 0 0 25 0 1 0 564991431 42053632 6901 33554432000 4194304 4291949 140737425260048 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 10267 6901 252 24 0 6901 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 41068

[startup+1182.3 s]
/proc/loadavg: 3.02 3.42 3.25 4/184 2629
/proc/meminfo: memFree=11469716/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=41068 CPUtime=1182.33 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 13754 0 0 0 118229 4 0 0 25 0 1 0 564991431 42053632 6901 33554432000 4194304 4291949 140737425260048 18446744073709551615 4262157 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 10267 6901 252 24 0 6901 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 41068

[startup+1242.3 s]
/proc/loadavg: 3.00 3.34 3.23 4/184 2630
/proc/meminfo: memFree=11459148/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=47096 CPUtime=1242.33 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 13756 0 0 0 124229 4 0 0 25 0 1 0 564991431 48226304 6903 33554432000 4194304 4291949 140737425260048 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 11774 6903 252 24 0 8408 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 47096

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

[startup+1247.9 s]
/proc/loadavg: 3.00 3.34 3.23 4/184 2630
/proc/meminfo: memFree=11462620/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=37320 CPUtime=1247.92 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 14645 0 0 0 124788 4 0 0 25 0 1 0 564991431 38215680 5764 33554432000 4194304 4291949 140737425260048 18446744073709551615 4262169 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 9330 5764 252 24 0 5964 0
Current children cumulated CPU time (s) 1247.92
Current children cumulated vsize (KiB) 37320

[startup+1251.1 s]
/proc/loadavg: 3.00 3.33 3.23 4/184 2630
/proc/meminfo: memFree=11460380/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=38348 CPUtime=1251.12 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 15001 0 0 0 125108 4 0 0 25 0 1 0 564991431 39268352 6113 33554432000 4194304 4291949 140737425260048 18446744073709551615 4255946 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 9587 6113 252 24 0 6221 0
Current children cumulated CPU time (s) 1251.12
Current children cumulated vsize (KiB) 38348

[startup+1254.3 s]
/proc/loadavg: 3.00 3.33 3.23 4/184 2631
/proc/meminfo: memFree=11459388/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=38348 CPUtime=1254.32 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 15001 0 0 0 125428 4 0 0 25 0 1 0 564991431 39268352 6113 33554432000 4194304 4291949 140737425260048 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 9587 6113 252 24 0 6221 0
Current children cumulated CPU time (s) 1254.32
Current children cumulated vsize (KiB) 38348

[startup+1255.9 s]
/proc/loadavg: 3.00 3.33 3.23 4/184 2631
/proc/meminfo: memFree=11458768/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=38348 CPUtime=1255.92 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 15001 0 0 0 125588 4 0 0 25 0 1 0 564991431 39268352 6113 33554432000 4194304 4291949 140737425260048 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 9587 6113 252 24 0 6221 0
Current children cumulated CPU time (s) 1255.92
Current children cumulated vsize (KiB) 38348

[startup+1256.7 s]
/proc/loadavg: 3.00 3.33 3.23 4/184 2631
/proc/meminfo: memFree=11458888/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=38348 CPUtime=1256.72 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 15001 0 0 0 125668 4 0 0 25 0 1 0 564991431 39268352 6113 33554432000 4194304 4291949 140737425260048 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 9587 6113 252 24 0 6221 0
Current children cumulated CPU time (s) 1256.72
Current children cumulated vsize (KiB) 38348

[startup+1257.1 s]
/proc/loadavg: 3.00 3.33 3.23 4/184 2631
/proc/meminfo: memFree=11458888/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=38348 CPUtime=1257.12 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 15001 0 0 0 125708 4 0 0 25 0 1 0 564991431 39268352 6113 33554432000 4194304 4291949 140737425260048 18446744073709551615 4263309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 9587 6113 252 24 0 6221 0
Current children cumulated CPU time (s) 1257.12
Current children cumulated vsize (KiB) 38348

[startup+1257.2 s]
/proc/loadavg: 3.00 3.33 3.23 4/184 2631
/proc/meminfo: memFree=11458640/32950928 swapFree=67111528/67111528
[pid=2494] ppid=2492 vsize=38348 CPUtime=1257.23 cores=0,2
/proc/2494/stat : 2494 (RestartSAT) R 2492 2494 2377 0 -1 4202496 15001 0 0 0 125719 4 0 0 25 0 1 0 564991431 39268352 6113 33554432000 4194304 4291949 140737425260048 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2494/statm: 9587 6113 252 24 0 6221 0
Current children cumulated CPU time (s) 1257.23
Current children cumulated vsize (KiB) 38348

Child status: 20
Real time (s): 1257.24
CPU time (s): 1257.28
CPU user time (s): 1257.23
CPU system time (s): 0.047992
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 47096

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

runsolver used 2.16067 second user time and 4.45932 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-25 18:06:48
IDJOB=3280543
IDBENCH=20401
IDSOLVER=1581
FILE ID=node112/3280543-1303747608
RUNJOBID= node112-1303746808-2395
PBS_JOBID= 13154050
Free space on /tmp= 72600 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280543-1303747608/watcher-3280543-1303747608 -o /tmp/evaluation-result-3280543-1303747608/solver-3280543-1303747608 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3280543-1303747608.cnf

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

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=686674735

node112.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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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	: 5261.27
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.828
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.82
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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      10367908 kB
Buffers:       1969400 kB
Cached:       18567596 kB
SwapCached:          0 kB
Active:       11018800 kB
Inactive:     11014904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      10367908 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             800 kB
Writeback:           0 kB
AnonPages:     1496264 kB
Mapped:          15360 kB
Slab:           480868 kB
PageTables:       8248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2012724 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= 72640 MiB
End job on node112 at 2011-04-25 18:27:45