Trace number 3419671

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 1709.79 1709.73

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 benchmark136.848
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

1709.76/1709.72	c WARNING: for repeatability, setting FPU to use double precision
1709.76/1709.72	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-3419671-1306579391/watcher-3419671-1306579391 -o /tmp/evaluation-result-3419671-1306579391/solver-3419671-1306579391 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419671-1306579391.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: 0.00 0.00 0.00 2/511 31253
/proc/meminfo: memFree=11981188/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=16304 CPUtime=0.02 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 907 0 0 0 2 0 0 0 21 0 1 0 750354767 16695296 684 33554432000 4194304 4291949 140736710438672 18446744073709551615 4249360 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 4076 685 250 24 0 710 0

[startup+0.1078 s]
/proc/loadavg: 0.00 0.00 0.00 2/511 31253
/proc/meminfo: memFree=11981188/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=16688 CPUtime=0.1 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 979 0 0 0 10 0 0 0 22 0 1 0 750354767 17088512 753 33554432000 4194304 4291949 140736710438672 18446744073709551615 4256150 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 4172 753 252 24 0 806 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 16688

[startup+0.200797 s]
/proc/loadavg: 0.00 0.00 0.00 2/511 31253
/proc/meminfo: memFree=11981188/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=17076 CPUtime=0.19 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 1118 0 0 0 19 0 0 0 22 0 1 0 750354767 17485824 882 33554432000 4194304 4291949 140736710438672 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 4269 882 252 24 0 903 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17076

[startup+0.300768 s]
/proc/loadavg: 0.00 0.00 0.00 2/511 31253
/proc/meminfo: memFree=11981188/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=17464 CPUtime=0.29 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 1250 0 0 0 29 0 0 0 22 0 1 0 750354767 17883136 1000 33554432000 4194304 4291949 140736710438672 18446744073709551615 4250408 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 4366 1000 252 24 0 1000 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17464

[startup+0.700682 s]
/proc/loadavg: 0.00 0.00 0.00 2/511 31253
/proc/meminfo: memFree=11981188/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=18724 CPUtime=0.69 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 1423 0 0 0 69 0 0 0 23 0 1 0 750354767 19173376 1163 33554432000 4194304 4291949 140736710438672 18446744073709551615 4276285 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 4681 1163 252 24 0 1315 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18724

[startup+1.50055 s]
/proc/loadavg: 0.00 0.00 0.00 3/515 31260
/proc/meminfo: memFree=11908916/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=19748 CPUtime=1.49 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 1721 0 0 0 149 0 0 0 25 0 1 0 750354767 20221952 1448 33554432000 4194304 4291949 140736710438672 18446744073709551615 4262946 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 4937 1448 252 24 0 1571 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19748

[startup+3.10026 s]
/proc/loadavg: 0.00 0.00 0.00 3/515 31260
/proc/meminfo: memFree=11913628/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=19748 CPUtime=3.09 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 1738 0 0 0 309 0 0 0 25 0 1 0 750354767 20221952 1464 33554432000 4194304 4291949 140736710438672 18446744073709551615 4248439 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 4937 1464 252 24 0 1571 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19748

[startup+6.30066 s]
/proc/loadavg: 0.16 0.03 0.01 3/515 31260
/proc/meminfo: memFree=11912008/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=21436 CPUtime=6.29 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 2123 0 0 0 629 0 0 0 25 0 1 0 750354767 21950464 1830 33554432000 4194304 4291949 140736710438672 18446744073709551615 4262398 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 5359 1830 252 24 0 1993 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21436

[startup+12.7004 s]
/proc/loadavg: 0.31 0.07 0.02 3/515 31260
/proc/meminfo: memFree=11906860/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=23084 CPUtime=12.69 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 2628 0 0 0 1269 0 0 0 25 0 1 0 750354767 23638016 2312 33554432000 4194304 4291949 140736710438672 18446744073709551615 4262147 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 5771 2312 252 24 0 2405 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23084

[startup+25.501 s]
/proc/loadavg: 0.68 0.16 0.05 3/515 31261
/proc/meminfo: memFree=11901140/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=24764 CPUtime=25.49 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 3174 0 0 0 2549 0 0 0 25 0 1 0 750354767 25358336 2825 33554432000 4194304 4291949 140736710438672 18446744073709551615 4255760 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 6191 2825 252 24 0 2825 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24764

[startup+51.1012 s]
/proc/loadavg: 1.13 0.31 0.10 3/515 31261
/proc/meminfo: memFree=11894868/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=28480 CPUtime=51.09 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 3191 0 0 0 5109 0 0 0 25 0 1 0 750354767 29163520 2842 33554432000 4194304 4291949 140736710438672 18446744073709551615 4255853 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 7120 2842 252 24 0 3754 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 28480

[startup+102.301 s]
/proc/loadavg: 1.68 0.58 0.20 3/515 31263
/proc/meminfo: memFree=11857520/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=28480 CPUtime=102.31 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 4141 0 0 0 10231 0 0 0 25 0 1 0 750354767 29163520 3758 33554432000 4194304 4291949 140736710438672 18446744073709551615 4263409 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 7120 3758 252 24 0 3754 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 28480

[startup+162.301 s]
/proc/loadavg: 2.08 0.88 0.33 3/515 31264
/proc/meminfo: memFree=11841360/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=28488 CPUtime=162.3 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 6269 0 0 0 16229 1 0 0 25 0 1 0 750354767 29171712 3665 33554432000 4194304 4291949 140736710438672 18446744073709551615 4251666 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 7122 3665 252 24 0 3756 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 28488

[startup+222.32 s]
/proc/loadavg: 2.10 1.10 0.44 3/515 31266
/proc/meminfo: memFree=11827820/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=33172 CPUtime=222.32 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 8256 0 0 0 22231 1 0 0 25 0 1 0 750354767 33968128 4545 33554432000 4194304 4291949 140736710438672 18446744073709551615 4248112 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 8293 4545 252 24 0 4927 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 33172

[startup+282.3 s]
/proc/loadavg: 2.03 1.26 0.53 3/515 31267
/proc/meminfo: memFree=11869328/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=33172 CPUtime=282.3 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 8256 0 0 0 28229 1 0 0 25 0 1 0 750354767 33968128 4545 33554432000 4194304 4291949 140736710438672 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 8293 4545 252 24 0 4927 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 33172

[startup+342.301 s]
/proc/loadavg: 2.01 1.39 0.62 4/515 31269
/proc/meminfo: memFree=11848092/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=35852 CPUtime=342.3 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 9328 0 0 0 34229 1 0 0 25 0 1 0 750354767 36712448 5597 33554432000 4194304 4291949 140736710438672 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 8963 5597 252 24 0 5597 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 35852

[startup+402.301 s]
/proc/loadavg: 2.00 1.50 0.70 3/515 31271
/proc/meminfo: memFree=11834792/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=35852 CPUtime=402.3 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 11806 0 0 0 40229 1 0 0 25 0 1 0 750354767 36712448 5597 33554432000 4194304 4291949 140736710438672 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 8963 5597 252 24 0 5597 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 35852

[startup+462.3 s]
/proc/loadavg: 2.00 1.59 0.78 3/515 31272
/proc/meminfo: memFree=11822348/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=35852 CPUtime=462.3 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 15023 0 0 0 46228 2 0 0 25 0 1 0 750354767 36712448 5604 33554432000 4194304 4291949 140736710438672 18446744073709551615 4250434 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 8963 5604 252 24 0 5597 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 35852

[startup+522.301 s]
/proc/loadavg: 2.00 1.66 0.86 3/515 31274
/proc/meminfo: memFree=11812776/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=35880 CPUtime=522.31 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 17492 0 0 0 52228 3 0 0 25 0 1 0 750354767 36741120 5604 33554432000 4194304 4291949 140736710438672 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 8970 5604 252 24 0 5604 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 35880

[startup+582.301 s]
/proc/loadavg: 2.00 1.72 0.92 3/515 31275
/proc/meminfo: memFree=11869536/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=37552 CPUtime=582.31 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 24011 0 0 0 58227 4 0 0 25 0 1 0 750354767 38453248 5755 33554432000 4194304 4291949 140736710438672 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 9388 5755 252 24 0 6022 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 37552

[startup+642.3 s]

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

/proc/meminfo: memFree=11802732/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=41956 CPUtime=1122.33 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 25415 0 0 0 112229 4 0 0 25 0 1 0 750354767 42962944 7111 33554432000 4194304 4291949 140736710438672 18446744073709551615 4248264 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 10489 7111 252 24 0 7123 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 41956

[startup+1182.3 s]
/proc/loadavg: 2.04 1.98 1.43 3/515 31300
/proc/meminfo: memFree=11790308/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=41956 CPUtime=1182.33 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 25415 0 0 0 118229 4 0 0 25 0 1 0 750354767 42962944 7111 33554432000 4194304 4291949 140736710438672 18446744073709551615 4262169 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 10489 7111 252 24 0 7123 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 41956

[startup+1242.3 s]
/proc/loadavg: 2.11 2.01 1.48 3/515 31302
/proc/meminfo: memFree=11777628/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=41956 CPUtime=1242.34 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 25415 0 0 0 124230 4 0 0 25 0 1 0 750354767 42962944 7111 33554432000 4194304 4291949 140736710438672 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 10489 7111 252 24 0 7123 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 41956

[startup+1302.3 s]
/proc/loadavg: 2.04 2.00 1.51 3/515 31304
/proc/meminfo: memFree=11762216/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=46376 CPUtime=1302.34 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 26542 0 0 0 130230 4 0 0 25 0 1 0 750354767 47489024 8212 33554432000 4194304 4291949 140736710438672 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 11594 8212 252 24 0 8228 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 46376

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.54 3/515 31305
/proc/meminfo: memFree=11758956/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=41956 CPUtime=1362.34 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 29451 0 0 0 136230 4 0 0 25 0 1 0 750354767 42962944 7113 33554432000 4194304 4291949 140736710438672 18446744073709551615 4261883 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 10489 7113 252 24 0 7123 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 41956

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.56 3/515 31307
/proc/meminfo: memFree=11824152/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=41956 CPUtime=1422.36 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 29451 0 0 0 142232 4 0 0 25 0 1 0 750354767 42962944 7113 33554432000 4194304 4291949 140736710438672 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 10489 7113 252 24 0 7123 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 41956

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.58 3/515 31308
/proc/meminfo: memFree=11807384/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=41956 CPUtime=1482.34 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 29451 0 0 0 148230 4 0 0 25 0 1 0 750354767 42962944 7113 33554432000 4194304 4291949 140736710438672 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 10489 7113 252 24 0 7123 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 41956

[startup+1542.32 s]
/proc/loadavg: 2.00 2.00 1.61 3/515 31310
/proc/meminfo: memFree=11795448/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=41956 CPUtime=1542.36 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 29451 0 0 0 154232 4 0 0 25 0 1 0 750354767 42962944 7113 33554432000 4194304 4291949 140736710438672 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 10489 7113 252 24 0 7123 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 41956

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.63 3/515 31312
/proc/meminfo: memFree=11784012/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=41956 CPUtime=1602.34 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 29451 0 0 0 160230 4 0 0 25 0 1 0 750354767 42962944 7113 33554432000 4194304 4291949 140736710438672 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 10489 7113 252 24 0 7123 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 41956

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.65 3/515 31313
/proc/meminfo: memFree=11772812/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=41956 CPUtime=1662.35 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 29451 0 0 0 166231 4 0 0 25 0 1 0 750354767 42962944 7113 33554432000 4194304 4291949 140736710438672 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 10489 7113 252 24 0 7123 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 41956

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

[startup+1664 s]
/proc/loadavg: 2.00 2.00 1.65 3/515 31313
/proc/meminfo: memFree=11772688/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=41956 CPUtime=1664.05 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 29451 0 0 0 166401 4 0 0 25 0 1 0 750354767 42962944 7113 33554432000 4194304 4291949 140736710438672 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 10489 7113 252 24 0 7123 0
Current children cumulated CPU time (s) 1664.05
Current children cumulated vsize (KiB) 41956

[startup+1689.6 s]
/proc/loadavg: 2.00 2.00 1.66 3/515 31314
/proc/meminfo: memFree=11761272/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=46376 CPUtime=1689.67 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 30594 0 0 0 168962 5 0 0 25 0 1 0 750354767 47489024 8228 33554432000 4194304 4291949 140736710438672 18446744073709551615 4262836 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 11594 8228 252 24 0 8228 0
Current children cumulated CPU time (s) 1689.67
Current children cumulated vsize (KiB) 46376

[startup+1702.4 s]
/proc/loadavg: 2.00 2.00 1.66 3/515 31314
/proc/meminfo: memFree=11757044/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=46376 CPUtime=1702.46 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 30594 0 0 0 170241 5 0 0 25 0 1 0 750354767 47489024 8228 33554432000 4194304 4291949 140736710438672 18446744073709551615 4262296 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 11594 8228 252 24 0 8228 0
Current children cumulated CPU time (s) 1702.46
Current children cumulated vsize (KiB) 46376

[startup+1705.6 s]
/proc/loadavg: 2.16 2.03 1.67 3/515 31314
/proc/meminfo: memFree=11756052/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=46376 CPUtime=1705.66 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 30594 0 0 0 170561 5 0 0 25 0 1 0 750354767 47489024 8228 33554432000 4194304 4291949 140736710438672 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 11594 8228 252 24 0 8228 0
Current children cumulated CPU time (s) 1705.66
Current children cumulated vsize (KiB) 46376

[startup+1707.2 s]
/proc/loadavg: 2.16 2.03 1.67 3/515 31314
/proc/meminfo: memFree=11755180/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=46376 CPUtime=1707.28 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 30594 0 0 0 170723 5 0 0 25 0 1 0 750354767 47489024 8228 33554432000 4194304 4291949 140736710438672 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 11594 8228 252 24 0 8228 0
Current children cumulated CPU time (s) 1707.28
Current children cumulated vsize (KiB) 46376

[startup+1708.8 s]
/proc/loadavg: 2.15 2.03 1.68 3/515 31314
/proc/meminfo: memFree=11755056/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=46376 CPUtime=1708.86 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 30594 0 0 0 170881 5 0 0 25 0 1 0 750354767 47489024 8228 33554432000 4194304 4291949 140736710438672 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 11594 8228 252 24 0 8228 0
Current children cumulated CPU time (s) 1708.86
Current children cumulated vsize (KiB) 46376

[startup+1709.2 s]
/proc/loadavg: 2.15 2.03 1.68 3/515 31314
/proc/meminfo: memFree=11755056/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=46376 CPUtime=1709.26 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 30594 0 0 0 170921 5 0 0 25 0 1 0 750354767 47489024 8228 33554432000 4194304 4291949 140736710438672 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 11594 8228 252 24 0 8228 0
Current children cumulated CPU time (s) 1709.26
Current children cumulated vsize (KiB) 46376

[startup+1709.6 s]
/proc/loadavg: 2.15 2.03 1.68 3/515 31314
/proc/meminfo: memFree=11753692/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=46376 CPUtime=1709.66 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 30594 0 0 0 170961 5 0 0 25 0 1 0 750354767 47489024 8228 33554432000 4194304 4291949 140736710438672 18446744073709551615 4248286 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 11594 8228 252 24 0 8228 0
Current children cumulated CPU time (s) 1709.66
Current children cumulated vsize (KiB) 46376

[startup+1709.7 s]
/proc/loadavg: 2.15 2.03 1.68 3/515 31314
/proc/meminfo: memFree=11753692/32951124 swapFree=63083240/67111528
[pid=31253] ppid=31251 vsize=46376 CPUtime=1709.76 cores=0,2,4,6
/proc/31253/stat : 31253 (RestartSAT) R 31251 31253 31221 0 -1 4202496 30594 0 0 0 170971 5 0 0 25 0 1 0 750354767 47489024 8228 33554432000 4194304 4291949 140736710438672 18446744073709551615 4248126 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31253/statm: 11594 8228 252 24 0 8228 0
Current children cumulated CPU time (s) 1709.76
Current children cumulated vsize (KiB) 46376

Child status: 20
Real time (s): 1709.73
CPU time (s): 1709.79
CPU user time (s): 1709.74
CPU system time (s): 0.052991
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 46376

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

runsolver used 9.00463 second user time and 18.9991 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-28 12:43:12
IDJOB=3419671
IDBENCH=20401
IDSOLVER=1911
FILE ID=node141/3419671-1306579391
RUNJOBID= node141-1306579391-31239
PBS_JOBID= 13471539
Free space on /tmp= 73672 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419671-1306579391/watcher-3419671-1306579391 -o /tmp/evaluation-result-3419671-1306579391/solver-3419671-1306579391 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419671-1306579391.cnf

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

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=562022796

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.806
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.84
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.806
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.806
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.806
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:      11981412 kB
Buffers:        352140 kB
Cached:       10240724 kB
SwapCached:      15808 kB
Active:       12849216 kB
Inactive:      7820204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11981412 kB
SwapTotal:    67111528 kB
SwapFree:     63083240 kB
Dirty:             848 kB
Writeback:           0 kB
AnonPages:    10067884 kB
Mapped:          25828 kB
Slab:           160128 kB
PageTables:      69792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150650772 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= 73668 MiB
End job on node141 at 2011-05-28 13:11:41