Trace number 3288731

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 A75? (TO) 1300.06 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top26.cnf
MD5SUM7ecd2f8efd83504268f0a96fa44f6fe7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark585.803
Satisfiable
(Un)Satisfiability was proved
Number of variables76943
Number of clauses245006
Sum of the clauses size599044
Maximum clause length2921
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2148643
Number of clauses of size 394790
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 51198

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3288731-1303774455/watcher-3288731-1303774455 -o /tmp/evaluation-result-3288731-1303774455/solver-3288731-1303774455 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3288731-1303774455.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 2.87 3.76 3.84 2/179 10815
/proc/meminfo: memFree=24032660/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=23272 CPUtime=0 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 1413 0 0 0 0 0 0 0 21 0 1 0 567676035 23830528 1354 33554432000 4194304 4291949 140733773979088 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 5818 1357 226 24 0 2452 0

[startup+0.0358069 s]
/proc/loadavg: 2.87 3.76 3.84 2/179 10815
/proc/meminfo: memFree=24032660/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=31256 CPUtime=0.02 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 3734 0 0 0 2 0 0 0 21 0 1 0 567676035 32006144 3522 33554432000 4194304 4291949 140733773979088 18446744073709551615 252457726661 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 7814 3525 228 24 0 4448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 31256

[startup+0.100798 s]
/proc/loadavg: 2.87 3.76 3.84 2/179 10815
/proc/meminfo: memFree=24032660/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=40248 CPUtime=0.09 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 7271 0 0 0 9 0 0 0 21 0 1 0 567676035 41213952 6416 33554432000 4194304 4291949 140733773979088 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 10062 6418 228 24 0 6696 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40248

[startup+0.300757 s]
/proc/loadavg: 2.87 3.76 3.84 2/179 10815
/proc/meminfo: memFree=24032660/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=54940 CPUtime=0.29 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 10946 0 0 0 28 1 0 0 22 0 1 0 567676035 56258560 9793 33554432000 4194304 4291949 140733773979088 18446744073709551615 4256819 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 13735 9793 234 24 0 10369 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54940

[startup+0.700683 s]
/proc/loadavg: 2.87 3.76 3.84 2/179 10815
/proc/meminfo: memFree=24032660/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=46388 CPUtime=0.69 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 12646 0 0 0 68 1 0 0 24 0 1 0 567676035 47501312 7622 33554432000 4194304 4291949 140733773979088 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 11597 7622 253 24 0 8231 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46388

[startup+1.50053 s]
/proc/loadavg: 2.87 3.76 3.84 4/182 10820
/proc/meminfo: memFree=23991156/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=46388 CPUtime=1.49 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 12810 0 0 0 148 1 0 0 25 0 1 0 567676035 47501312 7777 33554432000 4194304 4291949 140733773979088 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 11597 7777 253 24 0 8231 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46388

[startup+3.10023 s]
/proc/loadavg: 2.87 3.76 3.84 5/190 10836
/proc/meminfo: memFree=23925660/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=46388 CPUtime=3.09 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 13132 0 0 0 308 1 0 0 25 0 1 0 567676035 47501312 8093 33554432000 4194304 4291949 140733773979088 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 11597 8093 253 24 0 8231 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46388

[startup+6.30064 s]
/proc/loadavg: 3.12 3.79 3.85 5/190 10836
/proc/meminfo: memFree=23917236/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=53464 CPUtime=6.29 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 13632 0 0 0 627 2 0 0 25 0 1 0 567676035 54747136 8577 33554432000 4194304 4291949 140733773979088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 13366 8577 253 24 0 10000 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53464

[startup+12.7004 s]
/proc/loadavg: 3.19 3.80 3.85 5/190 10836
/proc/meminfo: memFree=23898532/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=54424 CPUtime=12.69 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 14918 0 0 0 1266 3 0 0 25 0 1 0 567676035 55730176 9837 33554432000 4194304 4291949 140733773979088 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 13606 9837 253 24 0 10240 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54424

[startup+25.5011 s]
/proc/loadavg: 3.37 3.81 3.85 5/190 10836
/proc/meminfo: memFree=23835472/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=73368 CPUtime=25.49 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 19889 0 0 0 2545 4 0 0 25 0 1 0 567676035 75128832 14763 33554432000 4194304 4291949 140733773979088 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 18342 14763 253 24 0 14976 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73368

[startup+51.1003 s]
/proc/loadavg: 3.58 3.82 3.85 5/190 10837
/proc/meminfo: memFree=23786684/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=85044 CPUtime=51.09 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 21910 0 0 0 5104 5 0 0 25 0 1 0 567676035 87085056 16723 33554432000 4194304 4291949 140733773979088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 21261 16723 253 24 0 17895 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85044

[startup+102.307 s]
/proc/loadavg: 3.83 3.85 3.86 5/190 10838
/proc/meminfo: memFree=23770296/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=80472 CPUtime=102.3 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 30539 0 0 0 10221 9 0 0 25 0 1 0 567676035 82403328 15089 33554432000 4194304 4291949 140733773979088 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 20118 15089 253 24 0 16752 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 80472

[startup+162.301 s]
/proc/loadavg: 3.93 3.87 3.86 5/190 10840
/proc/meminfo: memFree=23724140/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=111116 CPUtime=162.29 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 35856 0 0 0 16218 11 0 0 25 0 1 0 567676035 113782784 20277 33554432000 4194304 4291949 140733773979088 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 27779 20277 253 24 0 24413 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 111116

[startup+222.3 s]
/proc/loadavg: 3.97 3.89 3.87 5/190 10842
/proc/meminfo: memFree=23656036/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=77132 CPUtime=222.3 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 44268 0 0 0 22215 15 0 0 25 0 1 0 567676035 78983168 15458 33554432000 4194304 4291949 140733773979088 18446744073709551615 4261786 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 19283 15458 253 24 0 15917 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 77132

[startup+282.3 s]
/proc/loadavg: 3.99 3.91 3.87 5/190 10845
/proc/meminfo: memFree=23670264/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=114956 CPUtime=282.3 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 50461 0 0 0 28212 18 0 0 25 0 1 0 567676035 117714944 21487 33554432000 4194304 4291949 140733773979088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 28739 21487 253 24 0 25373 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 114956

[startup+342.301 s]
/proc/loadavg: 3.99 3.92 3.88 5/190 10848
/proc/meminfo: memFree=23577028/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=114956 CPUtime=342.3 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 53749 0 0 0 34210 20 0 0 25 0 1 0 567676035 117714944 24709 33554432000 4194304 4291949 140733773979088 18446744073709551615 4255679 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 28739 24709 253 24 0 25373 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 114956

[startup+402.301 s]
/proc/loadavg: 3.99 3.93 3.89 5/190 10849
/proc/meminfo: memFree=23603168/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=98656 CPUtime=402.3 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 63771 0 0 0 40205 25 0 0 25 0 1 0 567676035 101023744 20177 33554432000 4194304 4291949 140733773979088 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 24664 20177 253 24 0 21298 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 98656

[startup+462.301 s]
/proc/loadavg: 4.06 3.96 3.90 5/190 10851
/proc/meminfo: memFree=23615528/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=117624 CPUtime=462.3 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 67361 0 0 0 46203 27 0 0 25 0 1 0 567676035 120446976 23682 33554432000 4194304 4291949 140733773979088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 29406 23682 253 24 0 26040 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 117624

[startup+522.301 s]
/proc/loadavg: 4.02 3.97 3.90 5/190 10853
/proc/meminfo: memFree=23637332/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=101492 CPUtime=522.3 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 80069 0 0 0 52198 32 0 0 25 0 1 0 567676035 103927808 19079 33554432000 4194304 4291949 140733773979088 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 25373 19079 253 24 0 22007 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 101492

[startup+582.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 10854
/proc/meminfo: memFree=23485016/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=120460 CPUtime=582.31 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 84904 0 0 0 58195 36 0 0 25 0 1 0 567676035 123351040 23791 33554432000 4194304 4291949 140733773979088 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 30115 23791 253 24 0 26749 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 120460

[startup+642.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 10856
/proc/meminfo: memFree=23521428/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=151280 CPUtime=642.32 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 87864 0 0 0 64193 39 0 0 25 0 1 0 567676035 154910720 26662 33554432000 4194304 4291949 140733773979088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 37820 26662 253 24 0 34454 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 151280

[startup+702.301 s]
/proc/loadavg: 3.51 3.84 3.87 4/184 10874
/proc/meminfo: memFree=23745724/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=105440 CPUtime=702.32 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 96468 0 0 0 70190 42 0 0 25 0 1 0 567676035 107970560 19960 33554432000 4194304 4291949 140733773979088 18446744073709551615 4255736 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 26360 19960 253 24 0 22994 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 105440

[startup+762.307 s]
/proc/loadavg: 3.21 3.68 3.81 4/184 10876
/proc/meminfo: memFree=23663124/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=124408 CPUtime=762.32 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 101698 0 0 0 76188 44 0 0 25 0 1 0 567676035 127393792 25059 33554432000 4194304 4291949 140733773979088 18446744073709551615 4262918 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 31102 25059 253 24 0 27736 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 124408

[startup+822.301 s]
/proc/loadavg: 3.08 3.57 3.76 4/184 10878
/proc/meminfo: memFree=23603816/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=155228 CPUtime=822.32 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 107150 0 0 0 82185 47 0 0 25 0 1 0 567676035 158953472 30406 33554432000 4194304 4291949 140733773979088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 38807 30406 253 24 0 35441 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 155228

[startup+882.301 s]
/proc/loadavg: 3.03 3.45 3.70 4/184 10879
/proc/meminfo: memFree=23789168/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=108292 CPUtime=882.32 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 115251 0 0 0 88183 49 0 0 25 0 1 0 567676035 110891008 21885 33554432000 4194304 4291949 140733773979088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 27073 21885 253 24 0 23707 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 108292

[startup+942.3 s]
/proc/loadavg: 3.01 3.37 3.66 4/184 10881
/proc/meminfo: memFree=23678024/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=127260 CPUtime=942.33 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 120661 0 0 0 94181 52 0 0 25 0 1 0 567676035 130314240 27202 33554432000 4194304 4291949 140733773979088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 31815 27202 253 24 0 28449 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 127260

[startup+1002.3 s]
/proc/loadavg: 3.00 3.30 3.61 4/184 10882
/proc/meminfo: memFree=23609296/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=158080 CPUtime=1002.32 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 123822 0 0 0 100179 53 0 0 25 0 1 0 567676035 161873920 30300 33554432000 4194304 4291949 140733773979088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 39520 30300 253 24 0 36154 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 158080

[startup+1062.3 s]
/proc/loadavg: 3.00 3.25 3.58 4/184 10884
/proc/meminfo: memFree=23690356/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=98672 CPUtime=1062.33 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 130825 0 0 0 106177 56 0 0 25 0 1 0 567676035 101040128 20712 33554432000 4194304 4291949 140733773979088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 24668 20712 253 24 0 21302 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 98672

[startup+1122.3 s]
/proc/loadavg: 3.00 3.20 3.54 4/184 10886
/proc/meminfo: memFree=23726172/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=160136 CPUtime=1122.33 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 143060 0 0 0 112173 60 0 0 25 0 1 0 567676035 163979264 32740 33554432000 4194304 4291949 140733773979088 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 40034 32740 253 24 0 36668 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 160136

[startup+1182.3 s]
/proc/loadavg: 3.00 3.16 3.50 4/184 10887
/proc/meminfo: memFree=23651736/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=109036 CPUtime=1182.33 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 155407 0 0 0 118170 63 0 0 25 0 1 0 567676035 111652864 21932 33554432000 4194304 4291949 140733773979088 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 27259 21932 253 24 0 23893 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 109036

[startup+1242.3 s]
/proc/loadavg: 3.00 3.13 3.47 4/184 10889
/proc/meminfo: memFree=23649604/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=139680 CPUtime=1242.33 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 161439 0 0 0 124168 65 0 0 25 0 1 0 567676035 143032320 27834 33554432000 4194304 4291949 140733773979088 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 34920 27834 253 24 0 31554 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 139680



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.10 3.43 4/184 10890
/proc/meminfo: memFree=23579132/32951124 swapFree=67111348/67111528
[pid=10815] ppid=10813 vsize=170500 CPUtime=1300.03 cores=5,7
/proc/10815/stat : 10815 (RestartSAT) R 10813 10815 8087 0 -1 4202496 165874 0 0 0 129937 66 0 0 25 0 1 0 567676035 174592000 32178 33554432000 4194304 4291949 140733773979088 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10815/statm: 42625 32178 253 24 0 39259 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 170500

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.06
CPU user time (s): 1299.38
CPU system time (s): 0.675897
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 213516

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

runsolver used 1.9997 second user time and 5.10422 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-26 01:34:16
IDJOB=3288731
IDBENCH=83103
IDSOLVER=1581
FILE ID=node111/3288731-1303774455
RUNJOBID= node111-1303774453-10796
PBS_JOBID= 13157149
Free space on /tmp= 70624 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top26.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288731-1303774455/watcher-3288731-1303774455 -o /tmp/evaluation-result-3288731-1303774455/solver-3288731-1303774455 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3288731-1303774455.cnf

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

MD5SUM BENCH= 7ecd2f8efd83504268f0a96fa44f6fe7
RANDOM SEED=820962021

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.75
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.849
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.849
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.849
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.83
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.849
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.67
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.849
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:     32951124 kB
MemFree:      24033312 kB
Buffers:       1235612 kB
Cached:        7107512 kB
SwapCached:        132 kB
Active:        2668000 kB
Inactive:      5772688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24033312 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           18528 kB
Writeback:           0 kB
AnonPages:       97448 kB
Mapped:          14812 kB
Slab:           412480 kB
PageTables:       5172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   251420 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= 70628 MiB
End job on node111 at 2011-04-26 01:55:58